.bestsellers{padding:32px 16px;background:#fff}.bestsellers .bestsellers-container{display:flex;flex-direction:column;gap:16px;max-width:1320px}.bestsellers .bestsellers-heading-row{display:flex;align-items:center;justify-content:space-between}.bestsellers .bestsellers-heading{margin:0;font-size:24px;font-weight:600;line-height:1.2;color:#111827}.bestsellers .bestsellers-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.bestsellers .bestsellers-tabs::-webkit-scrollbar{display:none}.bestsellers .bestsellers-tab{display:inline-flex;align-items:center;padding:8px 20px;border:1px solid #e5e7eb;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap;color:#444;background-color:#f7f7f7;text-decoration:none;cursor:pointer;transition:all .2s}.bestsellers .bestsellers-tab-active{border-color:#111827;color:#fff;background:#0a3b56}.bestsellers .bestsellers-tab:hover:not(.bestsellers-tab-active){border-color:#111827;color:#111827}.bestsellers .bestsellers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch;padding-top:16px}.bestsellers .bestsellers-grid.is-hidden{display:none}.bestsellers .bestsellers-grid>*{min-width:0}.bestsellers .bestsellers-product-card{overflow:hidden;border-color:#dde2e7;border-radius:15px;background:#fff}.bestsellers .bestsellers-product-card .product-card-image-wrap{border-radius:14px 14px 0 0;background:#eef6fb}.bestsellers .bestsellers-product-card .product-badge,.bestsellers .bestsellers-product-card .product-card-label{top:12px!important;left:0!important;right:auto!important;border:0!important;border-radius:0 6px 6px 0!important;padding:7px 9px!important;font-size:9px!important;font-weight:800!important;letter-spacing:.45px!important;line-height:1.15!important;background:#b3253a!important}.bestsellers .bestsellers-product-card .product-card-content{min-height:258px;gap:8px;padding:13px 11px 12px;background:#fff;border-radius:0 0 14px 14px}.bestsellers .bestsellers-product-card .product-card-tags{min-height:22px;max-height:22px;gap:5px;overflow:hidden}.bestsellers .bestsellers-product-card .product-card-tag{padding:4px 7px;border-radius:5px;background:#f1f3f5;color:#697482!important;font-size:8px;font-weight:700;letter-spacing:.55px}.bestsellers .bestsellers-product-card .product-card-title{display:-webkit-box;min-height:40px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;font-weight:700;line-height:1.3;white-space:normal}.bestsellers .bestsellers-product-card .product-card-subtitle{min-height:30px;font-size:9px;font-weight:500;line-height:1.45;letter-spacing:.1px;text-transform:uppercase}.bestsellers .bestsellers-product-card .product-card-offer-badge{min-height:32px;padding:6px 7px;border-color:#cce8d5;border-radius:6px;background:#f0f8f2}.bestsellers .bestsellers-product-card .product-card-offer-text{font-size:9px;letter-spacing:.15px}.bestsellers .bestsellers-product-card .product-card-bottom-row{gap:6px;padding-top:10px;border-top-color:#e5e8eb}.bestsellers .bestsellers-product-card .product-card-price{font-size:16px}.bestsellers .bestsellers-product-card .product-card-compare-price{font-size:10px}.bestsellers .bestsellers-product-card .product-card-unit-price{display:block;margin-top:1px;color:#7d8792;font-size:9px;font-weight:500;line-height:1.2}.bestsellers .bestsellers-product-card .product-card-atc-wrap,.bestsellers .bestsellers-product-card .product-card-atc-btn{min-width:56px}.bestsellers .bestsellers-product-card .product-card-atc-btn{height:38px;padding:0 11px;font-size:11px}@media(max-width:767px){.bestsellers .bestsellers-grid:not(.is-hidden){display:flex;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;padding:16px 0 8px;scroll-padding-inline:1px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bestsellers .bestsellers-grid:not(.is-hidden)::-webkit-scrollbar{display:none}.bestsellers .bestsellers-grid:not(.is-hidden)>*{flex:0 0 calc((100% - 12px) / 1.7);align-self:stretch;height:auto;scroll-snap-align:start}.bestsellers .bestsellers-product-card .product-card-bottom-row{padding-top:0;border-top:0}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card{height:auto}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-image-wrap{flex:0 0 auto;height:auto;aspect-ratio:1}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-content{flex:0 0 197px;height:197px;min-height:197px;gap:2px;padding:11px}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-tags{min-height:22px;max-height:22px}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-title{min-height:36px;max-height:36px;line-height:1.2}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-subtitle{min-height:28px;max-height:28px}.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-bottom-row{min-height:49px}@media(max-width:319px){.bestsellers .bestsellers-grid:not(.is-hidden)>.bestsellers-product-card .product-card-content{flex-basis:230px;height:230px;min-height:230px}}}.bestsellers .bestsellers-pagination{display:flex;justify-content:center;gap:6px;padding-top:8px}.bestsellers .bestsellers-dot{width:6px;height:6px;border-radius:50%;background:#e5e7eb}.bestsellers .bestsellers-dot-active{width:20px;border-radius:3px;background:#111827}.bestsellers .bestsellers-footer{display:flex;justify-content:center;padding-top:8px}.bestsellers .bestsellers-cta-btn{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#0a3b56;transition:opacity .2s ease}.bestsellers .bestsellers-cta-btn:hover{opacity:.7}@media(min-width:768px){.bestsellers{padding:40px 60px}.bestsellers .bestsellers-heading{font-size:36px}.bestsellers .bestsellers-tabs{overflow-x:visible}.bestsellers .bestsellers-grid{gap:16px}.bestsellers .bestsellers-product-card .product-card-content{min-height:272px;padding:16px 14px 14px}.bestsellers .bestsellers-product-card .product-card-tags{min-height:28px;max-height:28px}.bestsellers .bestsellers-product-card .product-card-tag{padding:5px 8px;font-size:10px}.bestsellers .bestsellers-product-card .product-card-title{min-height:44px;font-size:18px}.bestsellers .bestsellers-product-card .product-card-subtitle{min-height:34px;font-size:10px}.bestsellers .bestsellers-product-card .product-card-offer-badge{min-height:34px}.bestsellers .bestsellers-product-card .product-card-offer-text{font-size:10px}.bestsellers .bestsellers-product-card .product-card-price{font-size:18px}.bestsellers .bestsellers-product-card .product-card-compare-price,.bestsellers .bestsellers-product-card .product-card-unit-price{font-size:11px}.bestsellers .bestsellers-product-card .product-card-atc-wrap,.bestsellers .bestsellers-product-card .product-card-atc-btn{min-width:64px}.bestsellers .bestsellers-product-card .product-card-atc-btn{height:40px;font-size:12px}}@media(min-width:990px){.bestsellers .bestsellers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/bestsellers.css.map */
