.collection-carousel__header{margin-bottom:4rem}.collection-carousel__description{margin-top:1.5rem;font-size:var(--text-base);line-height:1.6;color:rgba(var(--color-foreground),.8)}.collection-carousel__track{display:flex;gap:var(--products-gap,20px);transition:transform .4s}.collection-carousel__slide{flex-shrink:0;box-sizing:border-box}@media screen and (max-width:749px){.minimal-slider .collection-carousel__slide{width:calc((100% - (var(--slides-per-view-mobile,1) - 1) * var(--products-gap,20px))/ var(--slides-per-view-mobile,1))}}@media screen and (min-width:750px) and (max-width:989px){.minimal-slider .collection-carousel__slide{width:calc((100% - (var(--slides-per-view-tablet,2) - 1) * var(--products-gap,20px))/ var(--slides-per-view-tablet,2))}}@media screen and (min-width:990px){.minimal-slider .collection-carousel__slide{width:calc((100% - (var(--slides-per-view-desktop,4) - 1) * var(--products-gap,20px))/ var(--slides-per-view-desktop,4))}}.collection-carousel__card{position:relative;height:100%;border-radius:var(--card-border-radius,8px);overflow:hidden}.collection-carousel__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.collection-carousel__media{position:relative;overflow:hidden;border-radius:var(--card-border-radius,8px);background-color:rgba(var(--color-foreground),.04)}.collection-carousel__media--adapt{aspect-ratio:auto}.collection-carousel__media--square{aspect-ratio:1/1}.collection-carousel__media--portrait{aspect-ratio:3/4}.collection-carousel__media--portrait_tall{aspect-ratio:2/3}.collection-carousel__media--landscape{aspect-ratio:4/3}.collection-carousel__media--landscape_wide{aspect-ratio:16/9}.collection-carousel__media--custom{aspect-ratio:var(--custom-ratio,1)}.collection-carousel__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-default) ease}.collection-carousel__link:hover .collection-carousel__image{transform:scale(1.05)}.collection-carousel__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04)}.collection-carousel__placeholder .placeholder-svg{width:60%;height:60%;opacity:.5}.collection-carousel__overlay{position:absolute;inset:0;background-color:var(--overlay-color,#000);opacity:var(--overlay-opacity, .4);transition:opacity var(--duration-default) ease;pointer-events:none}.collection-carousel__link:hover .collection-carousel__overlay{opacity:calc(var(--overlay-opacity, .4) + .1)}.collection-carousel__content{display:flex;flex-direction:column;gap:.75rem}.collection-carousel__content--external{padding:1.5rem 0}.collection-carousel__card--above .collection-carousel__content--external{padding:0 0 1.5rem}.collection-carousel__content--overlay{position:absolute;inset:0;padding:1.5rem;z-index:1;pointer-events:none}.collection-carousel__content--overlay>*{pointer-events:auto}.collection-carousel__content--v-top{justify-content:flex-start}.collection-carousel__content--v-middle{justify-content:center}.collection-carousel__content--v-bottom{justify-content:flex-end}.collection-carousel__card--text-background .collection-carousel__content--overlay{color:rgb(var(--color-background))}.collection-carousel__card--text-foreground .collection-carousel__content--overlay{color:rgb(var(--color-foreground))}.collection-carousel__card--text-accent-1 .collection-carousel__content--overlay{color:rgb(var(--color-accent-1))}.collection-carousel__card--text-accent-2 .collection-carousel__content--overlay{color:rgb(var(--color-accent-2))}.collection-carousel__card--text-background .collection-carousel__content--overlay .collection-carousel__count,.collection-carousel__card--text-background .collection-carousel__content--overlay .collection-carousel__subheading,.collection-carousel__card--text-background .collection-carousel__content--overlay .collection-carousel__title{text-shadow:0 1px 3px rgba(0,0,0,.3)}.collection-carousel__subheading{margin:0;font-size:var(--text-xs);font-weight:500;letter-spacing:.15em;text-transform:uppercase}.collection-carousel__title{margin:0;font-size:var(--heading-sm);font-weight:700;line-height:1.2}.collection-carousel__count{margin:0;font-size:var(--text-sm);opacity:.75}.collection-carousel__button{margin-top:.5rem;display:inline-flex;align-self:var(--button-align,center)}.align--left .collection-carousel__button{--button-align:flex-start}.align--right .collection-carousel__button{--button-align:flex-end}.collection-carousel__badge{position:absolute;top:1rem;left:1rem;z-index:2}.collection-carousel__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6)}@media screen and (max-width:749px){.collection-carousel__header{margin-bottom:2rem}.collection-carousel__content--external{padding:1.2rem 0}.collection-carousel__card--above .collection-carousel__content--external{padding:0 0 1.2rem}.collection-carousel__content--overlay{padding:1.2rem}}.collection-showcase{width:100%}.collection-showcase__slider{position:relative}.collection-showcase__container{display:flex;gap:var(--showcase-gap,4px);max-height:100vh;transition:height var(--duration-long) ease}.collection-showcase__item{position:relative;flex:0 0 auto;border-radius:var(--showcase-border-radius,10px);overflow:hidden;transition:width var(--duration-long) ease;aspect-ratio:var(--showcase-ratio,16 / 9);--showcase-peek-mobile:0px;--total-parts:calc(var(--flex-active-mobile, 1) + var(--slides-per-view-mobile, 1) - 1);--available-width:calc(100% - var(--showcase-peek-mobile));--collapsed-width:calc((var(--available-width) - var(--showcase-gap, 4px) * (var(--slides-per-view-mobile, 1) - 1)) / var(--total-parts));width:var(--collapsed-width)}.collection-showcase--has-peek-mobile .collection-showcase__item{--showcase-peek-mobile:60px}.collection-showcase__item.is-active{width:calc(var(--collapsed-width) * var(--flex-active-mobile,1))}@media screen and (min-width:750px) and (max-width:989px){.collection-showcase__item{--showcase-peek-tablet:0px;--total-parts:calc(var(--flex-active-tablet, 1) + var(--slides-per-view-tablet, 2) - 1);--available-width:calc(100% - var(--showcase-peek-tablet));--collapsed-width:calc((var(--available-width) - var(--showcase-gap, 4px) * (var(--slides-per-view-tablet, 2) - 1)) / var(--total-parts));width:var(--collapsed-width)}.collection-showcase--has-peek-tablet .collection-showcase__item{--showcase-peek-tablet:50px}.collection-showcase__item.is-active{width:calc(var(--collapsed-width) * var(--flex-active-tablet,1))}}@media screen and (min-width:990px){.collection-showcase__item{--showcase-peek-desktop:0px;--total-parts:calc(var(--flex-active-desktop, 3) + var(--slides-per-view-desktop, 4) - 1);--available-width:calc(100% - var(--showcase-peek-desktop));--collapsed-width:calc((var(--available-width) - var(--showcase-gap, 4px) * (var(--slides-per-view-desktop, 4) - 1)) / var(--total-parts));width:var(--collapsed-width)}.collection-showcase--has-peek-desktop .collection-showcase__item{--showcase-peek-desktop:40px}.collection-showcase__item.is-active{width:calc(var(--collapsed-width) * var(--flex-active-desktop,3))}}.collection-showcase__trigger{position:absolute;inset:0;width:100%;height:100%;border:none;padding:0;background:0 0;cursor:pointer;z-index:2;transition:opacity var(--duration-default) ease}.collection-showcase__item.is-active .collection-showcase__trigger{opacity:0;pointer-events:none}.collection-showcase__trigger-bg{position:absolute;inset:0;overflow:hidden;border-radius:var(--showcase-border-radius,10px)}.collection-showcase__trigger-image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-default) ease}.collection-showcase__trigger:hover .collection-showcase__trigger-image{transform:scale(1.05)}.collection-showcase__trigger-placeholder{width:100%;height:100%;background-color:rgba(var(--color-foreground),.08)}.collection-showcase__trigger-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 100%);transition:background var(--duration-default) ease}.collection-showcase__trigger:hover .collection-showcase__trigger-overlay{background:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.2) 100%)}.collection-showcase__trigger-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);white-space:nowrap;color:#fff;font-size:var(--text-base);font-weight:700;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 2px 4px rgba(0,0,0,.5)}.collection-showcase__expanded{opacity:0;transition:opacity var(--duration-default) ease;transition-delay:0s}.collection-showcase__item.is-active .collection-showcase__expanded{opacity:1;transition-delay:0.2s}.collection-showcase__item:not(.is-active) .collection-showcase__expanded{position:absolute;inset:0}.collection-showcase__expanded .collection-carousel__card,.collection-showcase__expanded .collection-carousel__link{height:100%}.collection-showcase__expanded .collection-carousel__card--overlay .collection-carousel__media{height:100%;aspect-ratio:unset}.collection-showcase__expanded .collection-carousel__card--above .collection-carousel__link,.collection-showcase__expanded .collection-carousel__card--below .collection-carousel__link{display:flex;flex-direction:column}.collection-showcase__expanded .collection-carousel__card--above .collection-carousel__media,.collection-showcase__expanded .collection-carousel__card--below .collection-carousel__media{flex:1 1 auto;aspect-ratio:unset;min-height:0}.collection-showcase__expanded .collection-carousel__image{height:100%;object-fit:cover}.collection-showcase__expanded .collection-carousel__media{position:relative}.collection-showcase__expanded .collection-carousel__placeholder{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1200px){.collection-showcase__trigger-title{font-size:var(--text-md)}}.collection-showcase__slider--scroll{display:block}.collection-showcase__slider--scroll .collection-showcase__container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.collection-showcase__slider--scroll .collection-showcase__container::-webkit-scrollbar{display:none}.collection-showcase__slider--scroll .collection-showcase__item{scroll-snap-align:start}.collection-carousel__layout{align-items:stretch}.collection-carousel__cover{position:relative;overflow:hidden}.collection-carousel__cover--right{order:2}.collection-carousel__cover-media{position:relative;height:100%;min-height:300px;border-radius:var(--cover-radius,8px);overflow:hidden}.collection-carousel__cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.collection-carousel__cover-overlay{position:absolute;inset:0;pointer-events:none}.collection-carousel__cover-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:2rem;gap:1rem;color:rgb(var(--color-background))}.collection-carousel__cover-content.align-vertical--top{justify-content:flex-start}.collection-carousel__cover-content.align-vertical--bottom{justify-content:flex-end}.collection-carousel__cover-content.align--left{align-items:flex-start;text-align:left}.collection-carousel__cover-content.align--center{align-items:center;text-align:center}.collection-carousel__cover-content.align--right{align-items:flex-end;text-align:right}.collection-carousel__cover-subheading{font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.1em;margin:0}.collection-carousel__cover-title{font-size:var(--heading-lg);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.1;margin:0}.collection-carousel__cover--text-foreground .collection-carousel__cover-content{color:rgb(var(--color-foreground))}.collection-carousel__slider-wrapper{min-width:0}@media screen and (max-width:749px){.collection-carousel__cover:not(.small-hide){margin-bottom:2rem}.collection-carousel__cover-media{min-height:250px}}