.best-sellers-section{width:100%;padding:28px 0;background:#fff;overflow:hidden}.best-sellers-section .best-sellers-section__inner{width:100%;margin:0 auto;padding-left:16px;padding-right:16px;box-sizing:border-box}.best-sellers-section .best-sellers-inner,.best-sellers-section .best-sellers-content,.best-sellers-section .best-sellers-panel,.best-sellers-section .best-sellers-slider{overflow:hidden}.best-sellers-section .best-sellers-toolbar{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:14px}.best-sellers-section .best-sellers-heading{margin:0;font-size:28px;line-height:1.08;font-weight:700;letter-spacing:-.02em;color:#111;text-align:left}.best-sellers-section .best-sellers-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;width:100%}.best-sellers-section .best-sellers-tab{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 16px;border-radius:999px;background:#ed1c242e;color:#e21b1b;border:1px solid #E21B1B;cursor:pointer;font-size:13px;font-weight:600;line-height:1;transition:all .2s ease;box-shadow:none;white-space:nowrap}.best-sellers-section .best-sellers-tab:hover{background:#ed1c243d;border-color:#e21b1b;color:#e21b1b}.best-sellers-section .best-sellers-tab.is-active{background:#e21b1b;color:#fff;border-color:#e21b1b}.best-sellers-section .best-sellers-toolbar-border{width:100%;height:3px;background:#ececec;margin-bottom:18px}.best-sellers-section .best-sellers-panel{display:none}.best-sellers-section .best-sellers-panel.is-active{display:block}.best-sellers-section .best-sellers-pages{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.best-sellers-section .best-sellers-pages::-webkit-scrollbar{display:none}.best-sellers-section .best-sellers-page{flex:0 0 100%;width:100%;max-width:100%;scroll-snap-align:start}.best-sellers-section .best-sellers-page-grid{display:grid;gap:14px}.best-sellers-section .best-sellers-page-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.best-sellers-section .best-sellers-page-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.best-sellers-section .best-sellers-page-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.best-sellers-section .best-sellers-grid-item{min-width:0}.best-sellers-section .best-seller-card{position:relative;display:flex;flex-direction:column;height:100%;padding:0;background:#fff;border:0;border-radius:8px;box-shadow:none;overflow:hidden}.best-sellers-section .best-seller-card-top{position:absolute;top:10px;left:10px;right:10px;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;pointer-events:none}.best-sellers-section .best-seller-card-top-left,.best-sellers-section .best-seller-card-top-right{display:flex;align-items:flex-start;flex:0 0 auto}.best-sellers-section .best-seller-card-top-right{margin-left:auto}.best-sellers-section .best-seller-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border-radius:999px;background:#e21b1b;color:#fff;font-size:11px;font-weight:700;line-height:1;pointer-events:auto}.best-sellers-section .best-seller-heart{width:32px;height:32px;border:0;border-radius:50%;background:#fff;color:#e21b1b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #10182814;padding:0}.best-sellers-section .best-seller-heart svg{width:18px;height:18px}.best-sellers-section .best-seller-heart.active{background:#fff;color:#e21b1b}.best-sellers-section .best-seller-heart.active path{fill:#e21b1b;stroke:#e21b1b}.best-sellers-section .best-seller-card-media-link{text-decoration:none;display:block}.best-sellers-section .best-seller-card-media{position:relative;aspect-ratio:1 / 1;border-radius:8px;background:#fff;overflow:hidden;margin-bottom:12px;padding:12px;border:1px solid #efefef}.best-sellers-section .best-seller-card-image,.best-sellers-section .best-seller-card-media img{width:100%;height:100%;object-fit:contain;display:block}.best-sellers-section .best-seller-card-body{display:flex;flex-direction:column;flex:1 1 auto;text-align:left;gap:6px;padding:0 2px}.best-sellers-section .best-seller-card-rating{min-height:18px}.best-sellers-section .best-seller-stars-wrap{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:inherit;flex-wrap:wrap}.best-sellers-section .best-seller-stars{position:relative;display:inline-block;line-height:1;font-size:13px;letter-spacing:1px}.best-sellers-section .best-seller-stars-base{color:#d7d7d7}.best-sellers-section .best-seller-stars-fill{position:absolute;top:0;left:0;width:var(--rating-percent, 0%);overflow:hidden;white-space:nowrap;color:#f5a623}.best-sellers-section .best-seller-rating-value{font-size:12px;line-height:1;font-weight:700;color:#111}.best-sellers-section .best-seller-rating-count{font-size:12px;line-height:1;color:#9a9a9a}.best-sellers-section .best-seller-card-title{margin:0;font-size:13px;line-height:1.38;font-weight:500;color:#111}.best-sellers-section .best-seller-card-title a{color:inherit;text-decoration:none}.best-sellers-section .best-seller-card-title a:hover{text-decoration:underline}.best-sellers-section .best-seller-card-price-wrap{margin-top:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.best-sellers-section .best-seller-price-sale{font-size:18px;line-height:1.08;font-weight:700;color:#e21b1b}.best-sellers-section .best-seller-price-compare{font-size:13px;line-height:1.1;color:#adadad;text-decoration:line-through;text-decoration-thickness:1px}.best-sellers-section .best-seller-card-placeholder .best-seller-card-media.placeholder{background:linear-gradient(135deg,#f7f7f7,#ededed)}.best-sellers-section .best-sellers-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.best-sellers-section .best-sellers-dots.is-hidden{display:none}.best-sellers-section .best-seller-dot{width:10px;height:10px;border-radius:999px;border:1px solid #E21B1B;background:#ed1c242e;padding:0;cursor:pointer;display:inline-block}.best-sellers-section .best-seller-dot.is-active{width:24px;background:#e21b1b;border-color:#e21b1b}@media(min-width:750px){.best-sellers-section{padding:34px 0}.best-sellers-section .best-sellers-section__inner{padding-left:20px;padding-right:20px}.best-sellers-section .best-sellers-toolbar{gap:16px;margin-bottom:16px}.best-sellers-section .best-sellers-heading{font-size:34px}.best-sellers-section .best-sellers-toolbar-border{margin-bottom:20px}.best-sellers-section .best-sellers-page-grid{gap:16px}.best-sellers-section .best-seller-card-media{padding:14px}.best-sellers-section .best-seller-card-title{font-size:14px}.best-sellers-section .best-seller-price-sale{font-size:19px}}@media(min-width:990px){.best-sellers-section{padding:48px 0}.best-sellers-section .best-sellers-toolbar{flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.best-sellers-section .best-sellers-heading{font-size:30px;flex:0 0 auto}.best-sellers-section .best-sellers-tabs{justify-content:flex-end;width:auto;flex:1 1 auto}.best-sellers-section .best-sellers-tab{min-height:40px;padding:10px 16px;font-size:14px}.best-sellers-section .best-sellers-toolbar-border{margin-bottom:24px}.best-sellers-section .best-seller-card-top{top:12px;left:12px;right:12px}.best-sellers-section .best-seller-badge{font-size:12px}.best-sellers-section .best-seller-card-media{margin-bottom:14px;padding:16px}.best-sellers-section .best-seller-stars{font-size:14px}.best-sellers-section .best-seller-rating-value,.best-sellers-section .best-seller-rating-count{font-size:12px}.best-sellers-section .best-seller-card-title{font-size:14px;line-height:1.42}.best-sellers-section .best-seller-price-sale{font-size:20px}.best-sellers-section .best-seller-price-compare{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/section-best-sellers.css.map */
