.featured-collections{width:100%;overflow:hidden;background-color:var(--fc-section-bg, #f5f1ea)}.featured-collections__cards-wrap--scroll{overflow:hidden}.featured-collections__list--scroll{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.featured-collections__list--scroll::-webkit-scrollbar{display:none;width:0;height:0}.featured-collections__list--scroll a.featured-collections__card,.featured-collections__list--scroll img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.featured-collections__list--scroll.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none;-webkit-user-select:none}.featured-collections__list--scroll.is-dragging a{cursor:grabbing;pointer-events:none}.featured-collections__list--scroll .featured-collections__slide{scroll-snap-align:start}.featured-collections__layout{display:flex;flex-direction:column;width:100%}.featured-collections__intro{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-sizing:border-box;gap:var(--fc-intro-gap, 4rem);background-color:transparent;padding:var(--fc-intro-pad-y) var(--fc-intro-pad-x)}.featured-collections__intro-copy{display:flex;flex-direction:column;gap:var(--fc-intro-copy-gap, 2.8rem);max-width:32.3rem;width:100%}.featured-collections__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:300;color:#2d291f;letter-spacing:.01em;line-height:var(--fc-heading-lh, 1.19)}.featured-collections__description{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:#2d291f;line-height:1.5;letter-spacing:-.02em}.featured-collections__description.rte p{margin:0}.featured-collections__button-wrap{flex-shrink:0}.featured-collections__nav{display:none;align-items:center;gap:2rem}.featured-collections__nav-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:4rem;height:4rem;padding:0;margin:0;border:.1115rem solid #2d291f;box-sizing:border-box;background-color:#2d291f;color:#fff5ea;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.featured-collections__nav-btn:hover:not(:disabled),.featured-collections__nav-btn:focus-visible:not(:disabled){background-color:#2d291f;color:#fff5ea}.featured-collections__nav-btn:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.featured-collections__nav-btn:disabled,.featured-collections__nav-btn[aria-disabled=true]{border-color:#a29b91;background-color:#a29b91;color:#fff5ea;cursor:not-allowed;pointer-events:none}.featured-collections__nav-icon{display:flex;align-items:center;justify-content:center;width:1.1rem;height:1.9rem}.featured-collections__nav-icon .icon,.featured-collections__nav-icon svg{display:block;width:100%;height:100%}.featured-collections__nav-icon--prev{transform:scaleX(-1)}@media(prefers-reduced-motion:reduce){.featured-collections__nav-btn{transition:none}}.featured-collections__button{display:inline-flex;align-items:center;justify-content:center;width:var(--fc-button-width, 25.2rem);max-width:100%;min-height:6.5rem;padding:2rem 3.2rem;border:.1rem solid var(--fc-btn-border, #5b534c);background-color:transparent;text-decoration:none;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.6rem;line-height:1.5;letter-spacing:-.03125em;text-transform:uppercase;color:var(--fc-btn-text, #5b534c);box-sizing:border-box;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out}.featured-collections__button:hover,.featured-collections__button:focus-visible{background-color:var(--fc-btn-hover-bg, #5b534c);border-color:var(--fc-btn-hover-bg, #5b534c);color:var(--fc-btn-hover-text, #ffffff)}.featured-collections__button[aria-disabled=true]{cursor:not-allowed;opacity:.5}.featured-collections__button[aria-disabled=true]:hover,.featured-collections__button[aria-disabled=true]:focus-visible{background-color:transparent;border-color:var(--fc-btn-border, #5b534c);color:var(--fc-btn-text, #5b534c);opacity:.5}.featured-collections__button:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}@media(prefers-reduced-motion:reduce){.featured-collections__button{transition:none}}.featured-collections__cards-wrap{flex:1 1 auto;min-width:0}.featured-collections__slider{display:block;height:100%}.featured-collections__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;gap:0;height:100%}.featured-collections__slide{flex:0 0 auto;min-width:0;height:100%;width:var(--fc-card-width-mobile);max-width:var(--fc-card-width-mobile)}.featured-collections__card{display:flex;flex-direction:column;position:relative;overflow:hidden;text-decoration:none;color:inherit;height:100%;min-height:var(--fc-card-min-height, 48rem)}.featured-collections__card-media{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.featured-collections__card-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color:rgba(var(--color-foreground),.06);display:block}.featured-collections__card-bg:hover>img{transform:scale(1.05);left:0;top:0;transition:all ease-in-out .5s}.featured-collections__card-bg-image{position:absolute;top:0;bottom:0;display:block;width:116%;max-width:none;height:100%;object-fit:cover;object-position:center center;transition:all ease-in-out .5s}.featured-collections__card-footer{position:absolute;left:0;right:0;bottom:0;z-index:1;min-height:var(--fc-overlay-min-height, 9.3rem);display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box;pointer-events:none;flex-shrink:0}.featured-collections__card-content{position:relative;z-index:1;width:100%;min-height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem var(--fc-card-content-pad-x, 3rem) 2rem;pointer-events:none}.featured-collections__card-label{margin:0 0 .6rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.5;letter-spacing:-.02em}.featured-collections__card-title{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:300;text-transform:capitalize;letter-spacing:.01em;line-height:var(--fc-card-title-lh, 1.15)}a.featured-collections__card:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.featured-collections__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04)}.featured-collections__placeholder svg{width:40%;height:40%;max-height:12rem;opacity:.35;fill:currentColor}@media screen and (max-width:989px){.featured-collections__intro{width:100%}.featured-collections__intro-copy{max-width:none}.featured-collections__button{width:auto;min-width:20rem;min-height:5.2rem;padding:1.4rem 2.4rem}.featured-collections__nav{display:none}.featured-collections__cards-wrap--mobile-scroll{margin-top:3.2rem}.featured-collections__cards-wrap--mobile-scroll .featured-collections__list--scroll{gap:var(--fc-cards-gap-mobile, 1.2rem);padding-left:var(--fc-intro-pad-x, 2rem);padding-right:var(--fc-intro-pad-x, 2rem);scroll-padding-left:var(--fc-intro-pad-x, 2rem)}.featured-collections__cards-wrap--mobile-scroll .featured-collections__list--scroll:after{content:"";flex:0 0 var(--fc-intro-pad-x, 2rem)}.featured-collections__card{display:flex;flex-direction:column;min-height:auto;height:auto}.featured-collections__card-media{position:relative;flex:0 0 auto;width:100%;aspect-ratio:var(--fc-card-image-ratio-mobile, 4 / 5)}.featured-collections__card-bg{position:absolute;top:0;right:0;bottom:0;left:0}.featured-collections__card-bg-image{position:absolute;top:0;right:0;bottom:0;width:100%;height:100%;left:0;transform:none;max-width:100%}.featured-collections__card-footer{position:static;min-height:var(--fc-overlay-min-height, 9.3rem)}.featured-collections__card-content{justify-content:flex-start;padding-top:1.6rem;padding-bottom:1.8rem}.featured-collections__progress{margin:2.4rem var(--fc-intro-pad-x, 2rem) 0;width:auto}.featured-collections__progress-track{background-color:var(--fc-progress-track, #e5e3df);height:.2rem;position:relative;width:100%}.featured-collections__progress-fill{background-color:var(--fc-progress-fill, #2d291f);height:100%;left:0;position:absolute;top:0;transition:left .15s ease,width .15s ease;width:25%;will-change:left,width;display:block!important}}@media screen and (min-width:990px){.featured-collections__layout{flex-direction:row;align-items:stretch;min-height:var(--fc-card-min-height, 58.8rem)}.featured-collections__intro{width:var(--fc-intro-width, 33%);max-width:var(--fc-intro-max-width, 47.1rem);min-height:var(--fc-card-min-height, 58.8rem);background-color:var(--fc-section-bg, #f5f1ea)}.featured-collections__nav{display:flex;margin-top:auto}.featured-collections__nav--mobile-only{display:none}.featured-collections__layout--split .featured-collections__intro{justify-content:flex-start;flex-shrink:0}.featured-collections__cards-wrap{flex:1 1 0;min-width:0;min-height:var(--fc-card-min-height, 58.8rem)}.featured-collections__cards-wrap--scroll{overflow:hidden}.featured-collections__cards-wrap--scroll .featured-collections__list--scroll{box-sizing:border-box;height:100%;margin:0;column-gap:0;gap:0}.featured-collections__slide{width:var(--fc-card-width-desktop);max-width:var(--fc-card-width-desktop)}.featured-collections__card{display:block;min-height:var(--fc-card-min-height, 58.8rem)}.featured-collections__card-media{position:absolute;top:0;right:0;bottom:0;left:0}.featured-collections__card-footer{position:absolute}.featured-collections__progress{display:none}}@media screen and (min-width:991px)and (max-width:1200px){.featured-collections__intro{padding:16px!important}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/section-featured-collections.css.map */
