.shop-the-collections{padding:50px 0 60px;background:#fff}
.shop-the-collections__title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,4vw,36px);font-size:var(--shop-collections-title-size,36px);font-weight:400;text-align:center;text-transform:uppercase;letter-spacing:.02em;color:#1a1a1a;margin:0 0 40px;line-height:1.2}
.shop-the-collections__grid--desktop{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-width:1400px;margin:0 auto}
@media screen and (min-width:990px){
.shop-the-collections__carousel-wrap--mobile{display:none!important}
}
.shop-the-collections__grid--mobile{display:none}
.shop-the-collections__card{position:relative}
.shop-the-collections__link{display:block;position:relative;overflow:hidden;border:2px solid transparent;transition:border-color .25s ease,box-shadow .25s ease}
.shop-the-collections__link:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}
.shop-the-collections__hover-arrow{position:absolute;top:50%;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;z-index:2;pointer-events:none}
.shop-the-collections__hover-arrow img{width:29px;height:29px;object-fit:contain}
.shop-the-collections__hover-arrow--top{top:16px;right:16px;left:auto;transform:none}
.shop-the-collections__hover-arrow--bottom{top:auto;bottom:16px;left:16px;right:auto;transform:none}
.shop-the-collections__link:hover .shop-the-collections__hover-arrow{opacity:1;visibility:visible;transition-delay:0s;display:none;}
.shop-the-collections__card--center-hover .shop-the-collections__overlay--center_box{background:transparent;padding:20px;max-width:none;transition:background .3s ease,padding .3s ease,top .3s ease,left .3s ease,right .3s ease,bottom .3s ease,transform .3s ease}
.shop-the-collections__card--center-hover .shop-the-collections__overlay--center_box .shop-the-collections__label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}
.shop-the-collections__card--center-hover .shop-the-collections__overlay--center_box .shop-the-collections__label::before,
.shop-the-collections__card--center-hover .shop-the-collections__overlay--center_box .shop-the-collections__label::after{display:none!important;content:none!important}
.shop-the-collections__card--center-hover .shop-the-collections__link:hover .shop-the-collections__overlay--center_box{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);padding:16px 24px;background:#1a1a1a;max-width:90%}
.shop-the-collections__card--center-hover .shop-the-collections__link:hover .shop-the-collections__overlay--center_box .shop-the-collections__label{text-shadow:none}
.shop-the-collections__card--center-hover .shop-the-collections__link:hover .shop-the-collections__image-wrap .shop-the-collections__image{filter:blur(6px);transition:filter .3s ease}
.shop-the-collections__card--center-hover .shop-the-collections__link:hover .shop-the-collections__image-wrap::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1;pointer-events:none;transition:opacity .3s ease}
.shop-the-collections__card--center-hover .shop-the-collections__image-wrap{position:relative}
.shop-the-collections__card--center-hover .shop-the-collections__image-wrap .shop-the-collections__image{transition:filter .3s ease}
.shop-the-collections__card--hover-reveal .shop-the-collections__link:hover .shop-the-collections__image-wrap .shop-the-collections__image{filter:blur(6px);transition:filter .3s ease}
.shop-the-collections__card--hover-reveal .shop-the-collections__link:hover .shop-the-collections__image-wrap::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1;pointer-events:none;transition:opacity .3s ease}
.shop-the-collections__card--hover-reveal .shop-the-collections__link:hover .shop-the-collections__overlay{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:317px!important;height:109px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#000!important;max-width:90%;text-align:center}
.shop-the-collections__card--hover-reveal .shop-the-collections__link:hover .shop-the-collections__overlay .shop-the-collections__label{color:#fff;text-shadow:none}
.shop-the-collections__card--hover-reveal .shop-the-collections__image-wrap .shop-the-collections__image{transition:filter .3s ease}
.shop-the-collections__image-wrap{position:relative;width:100%;padding-bottom:140%;background:#f5f5f5;overflow:hidden}
.shop-the-collections__image-wrap .shop-the-collections__image,
.shop-the-collections__image-wrap .placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.shop-the-collections__overlay{position:absolute;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);padding:20px;z-index:1;text-align:center;background:transparent}
.shop-the-collections__overlay--bottom_left,
.shop-the-collections__overlay--bottom_right{text-align:center}
.shop-the-collections__overlay--center_box{padding:16px 24px;background:transparent;width:auto;max-width:90%}
.shop-the-collections__label{font-family:'Outfit',sans-serif;font-weight:500;font-size:19.3px;line-height:18.88px;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#FAFBF7}
.shop-the-collections__carousel-wrap--mobile{display:none}
@media screen and (max-width:989px){
.shop-the-collections__grid--desktop{display:none}
.shop-the-collections__carousel-wrap--mobile{display:block;padding:0 0 50px}
.shop-the-collections__title{margin-bottom:32px;font-size:clamp(22px,5vw,28px);line-height:1.3}
.shop-the-collections__carousel{display:flex;overflow:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0;transition:transform .35s ease}
.shop-the-collections__slide{flex:0 0 326px;width:326px;scroll-snap-align:start;padding:0;box-sizing:border-box;margin-right:0}
.shop-the-collections__slide .shop-the-collections__image-wrap{width:326px;height:525px;padding-bottom:0}
.shop-the-collections__slide .shop-the-collections__image-wrap .shop-the-collections__image,
.shop-the-collections__slide .shop-the-collections__image-wrap .placeholder-svg{object-fit:cover}
.shop-the-collections__slide--mobile .shop-the-collections__hover-arrow{opacity:0;visibility:hidden;display:none;}
.shop-the-collections__slide--mobile.shop-the-collections__slide--tapped .shop-the-collections__hover-arrow{opacity:1;visibility:visible;display:none;}
.shop-the-collections__slide--mobile.shop-the-collections__slide--tapped .shop-the-collections__link .shop-the-collections__image-wrap .shop-the-collections__image{filter:blur(6px)}
.shop-the-collections__slide--mobile.shop-the-collections__slide--tapped .shop-the-collections__link .shop-the-collections__image-wrap::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1;pointer-events:none}
.shop-the-collections__slide--mobile.shop-the-collections__slide--tapped .shop-the-collections__link .shop-the-collections__overlay{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:282px!important;height:78px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#000!important;max-width:90%;text-align:center}
.shop-the-collections__slide--mobile.shop-the-collections__slide--tapped .shop-the-collections__link .shop-the-collections__overlay .shop-the-collections__label{font-family:'Outfit',sans-serif;font-weight:500;font-size:16px;line-height:16.68px;letter-spacing:.1em;text-transform:uppercase;text-align:center;color:#FAF9F7;text-shadow:none}
.shop-the-collections__slide--mobile .shop-the-collections__link .shop-the-collections__image-wrap{position:relative}
.shop-the-collections__carousel-nav{display:flex!important;justify-content:center;align-items:center;gap:48px;padding:24px 16px 0;position:relative;width:100%;visibility:visible!important;opacity:1!important}
.shop-the-collections__carousel-nav .slick-prev,
.shop-the-collections__carousel-nav .slick-next{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;margin:0!important}
.shop-the-collections__carousel-nav .slick-prev::before,
.shop-the-collections__carousel-nav .slick-next::before{font-size:34px;color:#000;opacity:.75}
.shop-the-collections__carousel-nav .slick-arrow{display:inline-flex!important;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:12px;background:none;border:none;cursor:pointer;opacity:1!important;visibility:visible!important}
}
@media screen and (max-width:768px){
.shop-the-collections{padding:36px 0 44px}
}
