.cn-best-sellers{overflow:hidden}.cn-best-sellers__header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.cn-best-sellers__heading{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:-.03em}.cn-best-sellers__controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cn-best-sellers__view-all{margin-right:.6rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:600;white-space:nowrap}.cn-best-sellers__arrow{width:4.2rem;height:4.2rem;display:inline-grid;place-items:center;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:2rem;cursor:pointer;transition:opacity .16s ease,transform .16s ease}.cn-best-sellers__arrow:hover{transform:translateY(-.1rem)}.cn-best-sellers__arrow:disabled{opacity:.35;cursor:default;transform:none}.cn-best-sellers__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--cn-card-gap) * 3)) / 4);gap:var(--cn-card-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:.2rem 0 1rem}.cn-best-sellers__track::-webkit-scrollbar{display:none}.cn-best-sellers__card{min-width:0;display:flex;flex-direction:column;scroll-snap-align:start;border-radius:1.6rem;overflow:hidden;background:rgba(var(--color-foreground),.035)}.cn-best-sellers__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:rgb(var(--color-background))}.cn-best-sellers__image-link{display:block;width:100%;height:100%}.cn-best-sellers__image{width:100%;height:100%;display:block;object-fit:contain;padding:1.6rem;transition:transform .24s ease}.cn-best-sellers__image-link:hover .cn-best-sellers__image{transform:scale(1.025)}.cn-best-sellers__badge{position:absolute;z-index:1;top:1.2rem;right:1.2rem;padding:.6rem 1.2rem;border-radius:999px;background:var(--cn-badge-background);color:var(--cn-badge-color);font-size:1.2rem;line-height:1}.cn-best-sellers__details{flex:1;display:flex;flex-direction:column;padding:1.8rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cn-best-sellers__title{margin:0;font-size:1.75rem;line-height:1.28;font-weight:700;letter-spacing:-.015em}.cn-best-sellers__description{min-height:4.2rem;margin:.7rem 0 0;color:rgba(var(--color-foreground),.76);font-size:1.4rem;font-weight:400;line-height:1.45}.cn-best-sellers__size{margin:.8rem 0 0;color:rgba(var(--color-foreground),.68);font-size:1.3rem;font-weight:500;line-height:1.35}.cn-best-sellers__price{display:flex;align-items:baseline;gap:.8rem;margin-top:1rem;font-size:1.55rem;font-weight:650}.cn-best-sellers__price s{color:rgba(var(--color-foreground),.55);font-size:1.3rem}.cn-best-sellers__form{margin-top:auto;padding-top:1.5rem}.cn-best-sellers__button{width:100%;min-height:4.6rem;border-radius:1rem}@media screen and (max-width:989px){.cn-best-sellers__track{grid-auto-columns:calc((100% - var(--cn-card-gap)) / 2)}}@media screen and (max-width:749px){.cn-best-sellers__header{align-items:flex-end;margin-bottom:1.8rem}.cn-best-sellers__view-all{margin-right:0}.cn-best-sellers__arrow{display:none}.cn-best-sellers__track{grid-auto-columns:82%;scroll-padding-inline:1.5rem}.cn-best-sellers__details{padding:1.5rem}.cn-best-sellers__description{min-height:0}}@media(prefers-reduced-motion:reduce){.cn-best-sellers__track{scroll-behavior:auto}.cn-best-sellers__image,.cn-best-sellers__arrow{transition:none}}.cn-spotlight{overflow:hidden}.cn-spotlight__header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.cn-spotlight__heading{margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;letter-spacing:-.03em}.cn-spotlight__controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cn-spotlight__view-all{margin-right:.8rem;font-size:1.5rem;font-weight:600;white-space:nowrap}.cn-spotlight__arrow{width:4.2rem;height:4.2rem;display:inline-grid;place-items:center;border:.1rem solid rgba(var(--color-foreground),.16);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font:inherit;font-size:2rem;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.cn-spotlight__arrow:hover{transform:translateY(-.1rem)}.cn-spotlight__arrow:disabled{opacity:.35;cursor:default;transform:none}.cn-spotlight__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5.4rem)/4);gap:1.8rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:.2rem 0 1rem}.cn-spotlight__track::-webkit-scrollbar{display:none}.cn-spotlight__card{min-width:0;overflow:hidden;scroll-snap-align:start;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.4rem;background:rgb(var(--color-background))}.cn-spotlight__media-link{display:block;color:inherit;text-decoration:none}.cn-spotlight__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:rgba(var(--color-foreground),.04)}.cn-spotlight__image,.cn-spotlight__video{width:100%;height:100%;display:block;object-fit:cover}.cn-spotlight__image{transition:transform .65s ease}.cn-spotlight__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:opacity .22s ease}.cn-spotlight__card:hover .cn-spotlight__image,.cn-spotlight__card:focus-within .cn-spotlight__image{transform:scale(1.035)}.cn-spotlight__card[data-video-ready=true]:hover .cn-spotlight__video,.cn-spotlight__card[data-video-ready=true]:focus-within .cn-spotlight__video,.cn-spotlight__card[data-video-playing=true] .cn-spotlight__video{opacity:1}.cn-spotlight__product{min-height:8.8rem;display:flex;align-items:center;gap:1.2rem;padding:1rem 1.2rem}.cn-spotlight__product-link{min-width:0;flex:1;display:flex;align-items:center;gap:1.1rem;color:inherit;text-decoration:none}.cn-spotlight__product-image{width:6.4rem;height:6.4rem;flex:0 0 6.4rem;object-fit:contain}.cn-spotlight__product-copy{min-width:0;display:grid;gap:.3rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cn-spotlight__product-title{display:-webkit-box;overflow:hidden;color:rgb(var(--color-foreground));font-size:1.45rem;font-weight:650;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cn-spotlight__product-price{color:rgba(var(--color-foreground),.7);font-size:1.25rem;font-weight:500}.cn-spotlight__plus{width:4rem;height:4rem;flex:0 0 4rem;display:grid;place-items:center;border-radius:50%;background:#232323;color:#fff;text-decoration:none;font-family:Arial,sans-serif;font-size:2.5rem;font-weight:300;line-height:1;transition:background .16s ease,transform .16s ease}.cn-spotlight__plus:hover{background:#ce0058;transform:scale(1.04)}@media screen and (max-width:989px){.cn-spotlight__track{grid-auto-columns:calc((100% - 1.8rem)/2)}}@media screen and (max-width:749px){.cn-spotlight__header{align-items:flex-end;margin-bottom:1.8rem}.cn-spotlight__view-all{margin-right:0}.cn-spotlight__arrow{display:none}.cn-spotlight__track{grid-auto-columns:82%;scroll-padding-inline:1.5rem}.cn-spotlight__product{min-height:8.2rem}}@media(prefers-reduced-motion:reduce){.cn-spotlight__track{scroll-behavior:auto}.cn-spotlight__image,.cn-spotlight__video,.cn-spotlight__arrow,.cn-spotlight__plus{transition:none}}.cn-card-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem}.cn-card-swatches__item{display:block;width:2.6rem;height:2.6rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:50%;background:var(--cn-card-swatch) center / cover no-repeat;box-shadow:inset 0 0 0 .2rem rgb(var(--color-background));transition:border-color .16s ease,transform .16s ease}.cn-card-swatches__item:hover,.cn-card-swatches__item:focus-visible{border-color:rgb(var(--color-foreground));transform:translateY(-.1rem)}.cn-card-swatches__item:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.cn-card-swatches__more{font-size:1.2rem;line-height:2.6rem}@media screen and (min-width:990px){.header{grid-template-areas:"left-icons heading icons";grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:2.4rem;padding-top:1.4rem;padding-bottom:1.4rem}.header header-drawer{display:block;grid-area:left-icons;justify-self:start}.header__inline-menu{display:none}.header__heading,.header__heading-link{grid-area:heading;justify-self:center;margin:0}.header__icons{grid-area:icons;justify-self:end;align-items:center;column-gap:.2rem}.header .header__icon--menu,.header .header__search .header__icon--summary{display:flex!important;align-items:center;justify-content:center;width:auto!important;min-width:4.4rem;min-height:5rem;column-gap:1.4rem;padding-right:1.4rem;text-decoration:none}.header .header__icon--menu:after,.header .header__search .header__icon--summary:after{display:inline-block!important;content:attr(aria-label)!important;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:700;line-height:1.2;white-space:nowrap}.header__icon--menu>span,.header__search .header__icon--summary>span{display:flex;flex:0 0 auto;align-items:center;justify-content:center}.header .header__icon--account,.header .header__icon--cart{width:5rem;height:5rem}.header .header__icon--menu .icon,.header .header__icon--search .icon,.header .header__icon--account .icon{width:2.2rem;height:2.2rem}.header .header__icon--cart .icon{width:5rem;height:5rem;max-width:none}.header .header__icon--cart .svg-wrapper{width:5rem;height:5rem}.header .header__icon--menu .icon path,.header .header__icon--search .icon path,.header .header__icon--account .icon path,.header .header__icon--cart .icon path{stroke:currentColor;stroke-width:.22px;paint-order:stroke fill}#menu-drawer{width:min(42rem,calc(100vw - 4rem));border-right:.1rem solid rgba(var(--color-foreground),.12);box-shadow:1.8rem 0 4rem rgba(var(--color-foreground),.12)}.menu-drawer__navigation{padding-top:2.8rem;padding-bottom:2.8rem}.menu-drawer__menu-item{font-size:1.6rem;letter-spacing:0}}
/*# sourceMappingURL=/cdn/shop/t/20/compiled_assets/styles.css.map?subset=BAAAAAAAQAgB */
