.sd-best-sellers{padding:var(--sd-section-pad-desktop) 0}.sd-best-sellers__header{display:flex;flex-direction:column;align-items:center;gap:2.4rem;margin-bottom:4.8rem;text-align:center}.sd-badge{display:inline-flex;align-items:center;justify-content:center;background:#c0b09f80;border:2px solid #000;border-radius:var(--sd-radius-pill);padding:1.2rem 3.2rem;font-family:var(--sd-font-body);font-weight:600;font-size:var(--sd-text-nav);color:#000;text-transform:capitalize;white-space:nowrap;line-height:1.2}.sd-best-sellers__heading{font-family:var(--sd-font-display);font-size:var(--sd-text-display-sm);font-weight:900;color:#000;text-transform:uppercase;margin:0;line-height:1.1}.sd-best-sellers__slider-wrap{position:relative;padding:0 var(--sd-space-3xl)}.sd-bs__track-outer{overflow:hidden;width:100%}.sd-bs__track{display:flex;align-items:stretch;gap:2.4rem;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.sd-bs__slide{flex-shrink:0;display:flex;flex-direction:column;min-width:0}.sd-bs__arrow{position:absolute;top:calc((100% - 16.3rem)/2);transform:translateY(-50%);z-index:2;width:7.2rem;height:7.2rem;background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;border-radius:50%;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s,opacity .2s,box-shadow .2s;box-shadow:0 2px 12px #0000001f}.sd-bs__arrow--prev{left:calc(var(--sd-space-3xl) - 3.6rem)}.sd-bs__arrow--next{right:calc(var(--sd-space-3xl) - 3.6rem)}.sd-bs__arrow:hover{background:#fff;box-shadow:0 4px 16px #0000002e}.sd-bs__arrow:focus-visible{outline:2px solid #000;outline-offset:2px}.sd-bs__arrow:disabled{opacity:.2;cursor:default;pointer-events:none}.sd-bs__arrow svg{width:2.4rem;height:2.4rem;display:block;flex-shrink:0}.sd-product-card{display:flex;flex-direction:column;background:#fff;border-radius:3.2rem;height:100%;overflow:hidden}.sd-product-card__image-wrap{display:block;aspect-ratio:692 / 389.25;overflow:hidden;border-radius:3.2rem 3.2rem 0 0;background:#ebebeb;flex-shrink:0}.sd-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.sd-product-card__image-wrap:hover .sd-product-card__img,.sd-product-card__image-wrap:focus .sd-product-card__img{transform:scale(1.04)}.sd-product-card__img--placeholder{object-fit:contain}.sd-product-card__img--placeholder svg{width:100%;height:100%}.sd-product-card__info{flex:1;min-height:16.3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.2rem 1.6rem;border:1px solid rgba(0,0,0,.16);border-top:none;border-radius:0 0 3.2rem 3.2rem;background:#fff;box-sizing:border-box}.sd-product-card__info-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2.4rem;width:100%}.sd-product-card__text{display:flex;flex-direction:column;gap:2.4rem;flex:1;min-width:0}.sd-product-card__name-wrap{display:flex;flex-direction:column;gap:.2rem}.sd-product-card__title,.sd-product-card__title a{font-family:var(--sd-font-body);font-weight:700;font-size:2.4rem;line-height:1.2;color:#000;text-transform:capitalize;text-decoration:none;margin:0;display:block}.sd-product-card__title a:hover{color:var(--sd-clr-accent-brown)}.sd-product-card__subtitle{font-family:var(--sd-font-body);font-size:2rem;font-weight:400;line-height:1.3;color:#000;margin:0}.sd-product-card__price{font-family:var(--sd-font-body);font-weight:700;font-size:2.4rem;line-height:1.2;color:#000;margin:0}.sd-product-card__swatches{display:flex;align-items:center;gap:.4rem;flex-shrink:0;align-self:center}.sd-product-card__swatch{height:6.8rem;overflow:hidden;display:flex;align-items:center}.sd-product-card__swatch img{height:100%;width:auto;max-width:10rem;object-fit:cover;display:block;border-radius:.4rem}.sd-bs__progress{display:flex;gap:.8rem;margin-top:2.4rem;padding:0 var(--sd-space-3xl)}.sd-bs__prog-bar{flex:1;height:.4rem;background:#0000001f;border-radius:var(--sd-radius-pill);overflow:hidden;cursor:pointer;transition:background .2s}.sd-bs__prog-bar:focus-visible{outline:2px solid #000;outline-offset:2px}.sd-bs__prog-bar.active{background:#00000026}.sd-bs__prog-fill{display:block;height:100%;background:#000;transform:translate(-100%);border-radius:0}.sd-bs__prog-fill.animating{animation:sd-bs-fill linear forwards}@keyframes sd-bs-fill{0%{transform:translate(-100%)}to{transform:translate(0)}}.sd-best-sellers__footer{display:flex;justify-content:center;margin-top:3.2rem}.sd-best-sellers__view-all{font-family:var(--sd-font-body);font-weight:600;font-size:var(--sd-text-sm);color:#000;text-decoration:underline;text-underline-offset:3px;text-transform:capitalize;transition:opacity .15s}.sd-best-sellers__view-all:hover{opacity:.7}@media screen and (max-width:989px){.sd-best-sellers__slider-wrap,.sd-bs__progress{padding-left:5.6rem;padding-right:5.6rem}.sd-bs__arrow{width:4.8rem;height:4.8rem}.sd-bs__arrow--prev{left:calc(5.6rem - 2.4rem)}.sd-bs__arrow--next{right:calc(5.6rem - 2.4rem)}.sd-bs__arrow svg{width:2rem;height:2rem}.sd-product-card__info{padding:2.4rem 1.6rem;min-height:auto}.sd-product-card__title,.sd-product-card__title a{font-size:1.8rem}.sd-product-card__subtitle{font-size:1.6rem}.sd-product-card__price{font-size:1.8rem}.sd-product-card__swatch{height:5.2rem}.sd-product-card__swatch img{max-width:7.5rem}.sd-product-card__text{gap:1.6rem}}@media screen and (max-width:749px){.sd-best-sellers{padding:var(--sd-section-pad-mobile) 0}.sd-best-sellers__header{gap:2rem;margin-bottom:2.4rem}.sd-best-sellers__heading{font-size:2.4rem;line-height:1}.sd-badge{font-size:1.6rem;padding:.6rem 1.6rem}.sd-best-sellers__slider-wrap{padding-left:1rem;padding-right:1rem}.sd-bs__progress{padding-left:1.6rem;padding-right:1.6rem}.sd-bs__arrow{width:3.2rem;height:3.2rem;box-shadow:0 1px 8px #0000002e}.sd-bs__arrow--prev{left:0}.sd-bs__arrow--next{right:0}.sd-bs__arrow svg{width:1.4rem;height:1.4rem}.sd-bs__track{gap:1.2rem!important}.sd-product-card{border-radius:1.6rem}.sd-product-card__image-wrap{border-radius:1.6rem 1.6rem 0 0}.sd-product-card__info{min-height:auto;padding:1.6rem .8rem;border-radius:0 0 1.6rem 1.6rem}.sd-product-card__info-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1.2rem}.sd-product-card__text{gap:1.2rem;flex:1;min-width:0}.sd-product-card__title,.sd-product-card__title a{font-size:1.2rem;font-weight:700}.sd-product-card__subtitle{font-size:1.2rem;font-weight:400}.sd-product-card__price{font-size:1.2rem;font-weight:700}.sd-product-card__swatches{align-self:center;flex-shrink:0;gap:.2rem}.sd-product-card__swatch{height:3.3rem}.sd-product-card__swatch img{max-width:4.8rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/sd-best-sellers.css.map */
