.pw-bestsellers{background:#fff}
.pw-bestsellers__head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}
.pw-bestsellers__head p{margin:0 0 5px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#4f9f19}
.pw-bestsellers__head h2{margin:0 0 5px;font:700 38px/1.05 Georgia,serif;color:#00192e}
.pw-bestsellers__head span{color:#6b7b85;font-size:13px}
.pw-carousel-controls{display:flex;gap:9px}
.pw-carousel-controls button{width:45px;height:45px;border-radius:50%;border:1px solid #dce5df;background:#fff;color:#173326;font-size:20px;cursor:pointer;transition:.2s}
.pw-carousel-controls button:hover{background:#4f9f19;color:#fff;border-color:#4f9f19;transform:translateY(-2px)}
.pw-product-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 24px;overscroll-behavior-inline:contain}
.pw-product-carousel::-webkit-scrollbar{display:none}
.pw-product-carousel>.product-card{flex:0 0 calc((100% - 80px)/5);scroll-snap-align:start}
.pw-product-carousel .product-img{padding:18px;aspect-ratio:1.18}
.pw-product-carousel .product-info{padding:17px}
.pw-product-carousel .product-info h3{font-size:15px;margin:6px 0 8px}
.pw-product-carousel .price-row{margin-top:14px;gap:8px}
.pw-product-carousel .price{font-size:20px}
.pw-product-carousel .btn{padding:9px 12px;font-size:10px}
.pw-carousel-hint{text-align:center;color:#7b8982;font-size:10px;display:none}
@media(max-width:1200px){.pw-product-carousel>.product-card{flex-basis:calc((100% - 60px)/4)}}
@media(max-width:1050px){.pw-product-carousel>.product-card{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:700px){.pw-bestsellers__head{align-items:center;text-align:left}.pw-bestsellers__head h2{font-size:29px}.pw-bestsellers__head span{font-size:11px}.pw-carousel-controls button{width:39px;height:39px}.pw-product-carousel{gap:12px;margin-right:calc((100vw - 100%)/-2);padding-right:22px}.pw-product-carousel>.product-card{flex-basis:70%;max-width:270px}.pw-carousel-hint{display:block}}
@media(max-width:420px){.pw-bestsellers__head h2{font-size:25px}.pw-bestsellers__head span{display:none}.pw-product-carousel>.product-card{flex-basis:84%}}
