.section-home-bestsellers{overflow:hidden}.section-home-bestsellers__container{display:flex;flex-direction:column;gap:3.2rem}.section-home-bestsellers__header{display:flex;flex-direction:column;gap:1rem;padding-inline:1.6rem;max-width:144rem;margin-inline:auto;width:100%;box-sizing:border-box}.section-home-bestsellers__heading-group{display:flex;flex-direction:column;gap:.8rem}.section-home-bestsellers__subtitle{font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;line-height:2.1rem;color:rgb(var(--color-foreground));margin:0}.section-home-bestsellers__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:2.4rem;font-weight:500;line-height:3.6rem;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0}.section-home-bestsellers__tabs{display:flex;gap:1rem;flex-wrap:wrap}.section-home-bestsellers__tab{display:inline-flex;align-items:center;justify-content:center;height:3rem;padding:0 1.4rem;border-radius:4rem;font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;line-height:normal;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.5);border:.1rem solid rgba(var(--color-foreground),.08)}.section-home-bestsellers__tab--active{background:rgb(var(--color-foreground));color:var(--bestsellers-accent, #f1ceb3);border-color:rgb(var(--color-foreground));font-weight:600}.section-home-bestsellers__scroll{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-inline:1.6rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-inline:1.6rem}.section-home-bestsellers__scroll::-webkit-scrollbar{display:none}.section-home-bestsellers__featured{position:relative;flex:0 0 15.4rem;height:auto;overflow:hidden;display:none;flex-direction:column;justify-content:flex-end;gap:1.4rem;padding:1.2rem;scroll-snap-align:start;border-radius:.4rem}.section-home-bestsellers__featured.is-visible{display:flex}.section-home-bestsellers__featured-img,.section-home-bestsellers__featured .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.section-home-bestsellers__featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#21212133;pointer-events:none}.section-home-bestsellers__featured-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.4rem}.section-home-bestsellers__featured-heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:2rem;font-weight:400;line-height:normal;color:#fff;text-transform:capitalize;margin:0}.section-home-bestsellers__featured-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.8rem 2rem;border-radius:6rem;background:#21212140;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:.05rem solid rgba(255,255,255,.4);font-family:var(--font-body-family);font-size:1.2rem;font-weight:400;line-height:1.6rem;color:#fff;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}.section-home-bestsellers__featured-btn:hover{background:#21212173}.section-home-bestsellers__card{flex:0 0 16.8rem;display:none;flex-direction:column;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.06);border-radius:.4rem;overflow:visible;scroll-snap-align:start;max-width:calc((100vw - 36px)/2)}.section-home-bestsellers__card.is-visible{display:flex}.section-home-bestsellers__card-image-wrap{position:relative;flex-shrink:0}.section-home-bestsellers__card-image-link{display:block;aspect-ratio:1 / 1;overflow:hidden}.section-home-bestsellers__card-img{width:100%;height:100%;object-fit:cover;display:block}.section-home-bestsellers__card-img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.section-home-bestsellers__card-image-wrap .placeholder-svg{width:100%;height:100%}.section-home-bestsellers__card-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.6rem;z-index:1}.section-home-bestsellers__badge{display:inline-flex;align-items:center;justify-content:center;height:1.8rem;min-width:4rem;width:auto;padding:.4rem 1rem;border-radius:4rem;font-family:var(--font-body-family);font-size:1rem;font-weight:500;line-height:1.8rem;color:var(--bestsellers-accent, #f1ceb3);text-transform:uppercase;white-space:nowrap}.section-home-bestsellers__badge--new{background:rgb(var(--color-foreground))}.section-home-bestsellers__badge--sale{background:var(--bestsellers-sale, #cf222a);width:auto}.section-home-bestsellers__card-fav{position:absolute;top:1rem;right:1rem;z-index:1;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:.5rem;background:rgb(var(--color-background));border:.05rem solid rgba(153,153,153,.2);border-radius:2.4rem;box-shadow:0 0 1.4rem #0000001f;cursor:pointer;color:rgba(var(--color-foreground),.6);transition:color .2s ease}.section-home-bestsellers__card-fav:hover{color:rgb(var(--color-foreground))}.section-home-bestsellers__card-fav .icon-heart{width:1.6rem;height:1.6rem}.section-home-bestsellers__card-info{display:flex;flex-direction:column;gap:1.4rem;padding:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.06)}.section-home-bestsellers__card-details{display:flex;flex-direction:column;gap:.6rem}.section-home-bestsellers__card-title{font-family:var(--font-body-family);font-size:1.4rem;font-weight:400;line-height:normal;color:rgb(var(--color-foreground));text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.section-home-bestsellers__card-title:hover{text-decoration:underline}.section-home-bestsellers__card-meta{display:flex;flex-direction:column;gap:.6rem}.section-home-bestsellers__card-prices{display:flex;align-items:center;gap:.8rem}.section-home-bestsellers__card-price{font-family:var(--font-body-family);font-size:1.4rem;font-weight:700;line-height:normal;color:rgb(var(--color-foreground))}.section-home-bestsellers__card-compare-price{font-family:var(--font-body-family);font-size:1.2rem;font-weight:400;line-height:1.6rem;color:gray;text-decoration:line-through}.section-home-bestsellers__card-swatches{display:flex;align-items:center;gap:.6rem}.section-home-bestsellers__swatch{display:block;width:1.2rem;height:1.2rem;border-radius:50%;border:none;cursor:pointer;transition:box-shadow .15s ease;box-sizing:border-box}.section-home-bestsellers__swatch--dual{background:linear-gradient(135deg,var(--swatch-color-1) 0%,var(--swatch-color-1) 50%,var(--swatch-color-2) 50%,var(--swatch-color-2) 100%)}.section-home-bestsellers__swatch--selected{border:.08rem solid rgb(var(--color-foreground));padding:.2rem;background-clip:content-box}.section-home-bestsellers__swatch--dual.section-home-bestsellers__swatch--selected{background-clip:content-box;background-origin:content-box}.section-home-bestsellers__card-actions{display:flex;align-items:center;gap:.6rem}.section-home-bestsellers__add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;flex:1;height:3.4rem;padding:0 1rem;border-radius:9rem;background:#cf222a;color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;line-height:2.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;border:none;transition:opacity .2s ease}.section-home-bestsellers__add-to-cart-btn:hover{opacity:.85}.section-home-bestsellers__add-to-cart-btn:disabled,.section-home-bestsellers__add-to-cart-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.section-home-bestsellers__add-to-cart-btn .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.8rem;height:1.8rem}.section-home-bestsellers__add-to-cart-btn.loading{color:transparent}.section-home-bestsellers__add-to-cart-btn .loading__spinner .path{stroke:rgb(var(--color-background))}.section-home-bestsellers__add-to-cart-btn .sold-out-message.hidden{display:none}.section-home-bestsellers__card-actions product-form{flex:1}.section-home-bestsellers__card-actions product-form .form{display:flex}.section-home-bestsellers__card-actions modal-opener{flex:1}.section-home-bestsellers__card-actions product-form .form .section-home-bestsellers__add-to-cart-btn,.section-home-bestsellers__card-actions modal-opener .section-home-bestsellers__add-to-cart-btn{flex:1;width:100%;position:relative}.section-home-bestsellers__video-call-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:3.4rem;padding:.8rem 1.2rem;border-radius:9rem;background:transparent;border:.12rem solid var(--bestsellers-wishlist, #0e9336);cursor:pointer;color:var(--bestsellers-wishlist, #0e9336);text-decoration:none;transition:background-color .2s ease}.section-home-bestsellers__video-call-btn:hover{background:#0e93360f}.section-home-bestsellers__video-call-btn .icon-video-call{width:1.8rem;height:1.8rem}@media screen and (min-width:750px){.section-home-bestsellers__header{padding-inline:4rem}.section-home-bestsellers__scroll{padding-inline:4rem;scroll-padding-inline:4rem}}@media screen and (min-width:990px){.section-home-bestsellers__container{gap:6rem}.section-home-bestsellers__header{flex-direction:row;justify-content:space-between;align-items:center;padding-inline:8rem;margin:0 auto}.section-home-bestsellers__heading{font-size:4rem;font-weight:400;line-height:4.8rem}.section-home-bestsellers__tab{height:4rem;padding:0 2rem;font-size:1.6rem}.section-home-bestsellers__scroll{gap:2rem;padding-inline:8rem;scroll-padding-inline:8rem}.section-home-bestsellers__featured{flex:0 0 30.5rem;height:44.9rem;padding:2.4rem;border-radius:.6rem}.section-home-bestsellers__featured-heading{font-size:3.8rem}.section-home-bestsellers__featured-btn{height:4.8rem;background:#21212159;font-size:1.6rem;line-height:2.4rem}.section-home-bestsellers__card{flex:0 0 30.5rem;border-radius:.6rem}.section-home-bestsellers__card-img--hover{transition:opacity .4s ease}.section-home-bestsellers__card-image-link:hover .section-home-bestsellers__card-img--hover{opacity:1}.section-home-bestsellers__card-badges{top:1.3rem;left:1.3rem}.section-home-bestsellers__badge{height:2.8rem;width:auto;padding:.8rem 1.2rem;font-size:1.2rem;font-weight:600;line-height:1.8rem;letter-spacing:.18rem}.section-home-bestsellers__card-fav{top:1.3rem;right:1.3rem;width:2.8rem;height:2.8rem;padding:.5rem;border:.05rem solid rgba(153,153,153,.2);box-shadow:0 0 1.4rem #00000014}.section-home-bestsellers__card-fav .icon-heart{width:1.8rem;height:1.8rem}.section-home-bestsellers__card-info{gap:2rem;padding:1.6rem}.section-home-bestsellers__card-details{gap:1rem}.section-home-bestsellers__card-title{font-size:1.6rem}.section-home-bestsellers__card-meta{flex-direction:row;justify-content:space-between;align-items:center}.section-home-bestsellers__card-price{font-size:1.6rem}.section-home-bestsellers__card-compare-price{font-size:1.4rem}.section-home-bestsellers__card-swatches{gap:.8rem}.section-home-bestsellers__swatch{width:1.6rem;height:1.6rem}.section-home-bestsellers__swatch--selected{border-width:.05rem}.section-home-bestsellers__add-to-cart-btn{height:3.8rem;padding:0 2rem;font-size:1.4rem}.section-home-bestsellers__video-call-btn{height:3.8rem;padding:.8rem 1.5rem}.section-home-bestsellers__video-call-btn .icon-video-call{width:2.4rem;height:2.4rem}}@media screen and (max-width:374px){.section-home-bestsellers__card{max-width:none}.section-home-bestsellers__card-info{gap:1rem;padding:.6rem}.section-home-bestsellers__card-details{gap:.4rem}.section-home-bestsellers__card-title,.section-home-bestsellers__card-price{font-size:1.2rem}.section-home-bestsellers__card-compare-price{font-size:1rem}.section-home-bestsellers__swatch{width:1rem;height:1rem}.section-home-bestsellers__card-actions{gap:.4rem}.section-home-bestsellers__add-to-cart-btn{height:3rem;padding:0 .6rem;font-size:1rem}.section-home-bestsellers__video-call-btn{height:3rem;padding:.6rem .8rem}.section-home-bestsellers__video-call-btn .icon-video-call{width:1.5rem;height:1.5rem}.section-home-bestsellers__badge{font-size:.8rem;height:1.6rem;width:auto;padding:.2rem .6rem}.section-home-bestsellers__card-fav{width:2rem;height:2rem;padding:.3rem}.section-home-bestsellers__card-fav .icon-heart{width:1.4rem;height:1.4rem}}@media screen and (min-width:1536px){.section-home-bestsellers__header{padding-inline:0;max-width:144rem;margin:0 auto}.section-home-bestsellers__scroll{padding-inline:calc((100vw - 144rem)/2);scroll-padding-inline:calc((100vw - 144rem)/2)}}.section-home-bestsellers__card-fav.wk-button{position:absolute;margin:0;gap:0}.section-home-bestsellers__card-fav .wk-text{display:none}.section-home-bestsellers__card-fav.wk-selected{color:#cf222a}.section-home-bestsellers__card-fav.wk-selected .icon-heart{fill:currentColor}
/*# sourceMappingURL=/cdn/shop/t/19/assets/home-bestsellers.css.map */
