.lead-text{font-size:22px;font-weight:700;line-height:1;text-align:center}.lead-text span{font-size:10px}.products{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-item{border-color:transparent #000 #000 transparent;box-shadow:2px 2px 5px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content:space-between;padding:20px;position:relative}.product-item img{max-width:300px;width:100%}.product-order{align-items:center;background-color:#f4f4f4;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#333;display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;left:0;position:absolute;top:0;width:50px}.product-order p{margin:0}.product-image{text-align:center}.product-title{margin-bottom:16px;min-height:35px}.product-title h4{color:#000;font-size:16px;line-height:1.1;margin-bottom:0;text-align:center}.product-detail{display:-webkit-box;max-height:9em;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:6;margin-bottom:10px}.product-detail p{font-size:13px}.product-stock{text-align:center}.product-stock span{font-size:13px}.product-stock__info{background-color:#ffeeba;border-radius:4px;color:#ff4500;display:inline-block;font-weight:700;padding:4px 8px}.product-link{text-align:center}.product-link button{background-color:#000;border:none;display:inline-block;font-size:16px;padding:10px 15px;transition:background-color .3s ease,color .3s ease}.product-link button a{color:#fff;font-size:14px;text-decoration:none}.product-link button:hover{background-color:#000000c7;color:#fff}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:50px;margin-top:20px}.pagination a{background-color:#f0f0f0;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);color:#333;display:inline-block;padding:8px 16px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.pagination a.active,.pagination a:hover{background-color:#000;color:#fff}.pagination a.active{font-weight:700}.pagination a[rel=next],.pagination a[rel=prev]{background-color:#e0e0e0;font-weight:400}.pagination a[rel=next]:hover,.pagination a[rel=prev]:hover{background-color:#333;color:#fff}@media (max-width:767px){.products{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.product-title{min-height:45px}.product-item{padding:20px 7px}.product-item h4{font-size:14px}}.product-ranking .product-colors{align-items:center;display:flex;flex-flow:row wrap;gap:6px;margin:8px 0 10px}.product-ranking .product-colors__item{background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:block;flex:0 0 auto;height:44px;overflow:hidden;transition:border-color .2s ease;width:44px}.product-ranking .product-colors__item:hover{border-color:#2299a9}.product-ranking .product-colors__item img{display:block;height:100%;max-width:none;object-fit:contain;width:100%}.product-ranking .product-colors__more{color:#666;flex:0 0 auto;font-size:12px;padding-left:2px}@media (max-width:767px){.product-ranking .product-colors__item{height:38px;width:38px}}