.shouldi-section{color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.shouldi-eyebrow{margin:0 0 .8rem;font-size:1.1rem;letter-spacing:0;text-transform:uppercase}.shouldi-entry-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;min-height:100svh;overflow:hidden;background:#eceee8;color:#111;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .48s ease,visibility .48s ease}.shouldi-entry-screen.is-visible{opacity:1;visibility:visible;pointer-events:auto}.shouldi-entry-screen.is-leaving{opacity:0;pointer-events:none}body.shouldi-entry-open{overflow:hidden}.shouldi-entry-screen__media,.shouldi-entry-screen__media picture,.shouldi-entry-screen__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.shouldi-entry-screen__media img{object-fit:cover;object-position:center center}.shouldi-entry-screen__media picture{display:block}.shouldi-entry-screen__wordmark{position:relative;z-index:1;display:flex;width:calc(100% - 4rem);height:clamp(10rem,26vw,32rem);box-sizing:border-box;margin:auto;align-items:center;padding:0;color:#fff;font-family:var(--shouldi-wordmark);font-size:clamp(7rem,16.5vw,25rem);font-weight:600;line-height:.8;text-align:center;text-transform:none;white-space:nowrap;mix-blend-mode:difference;pointer-events:none;font-variation-settings:"opsz" 96,"wght" 600;font-synthesis:none}.shouldi-entry-screen__pressure-title{display:flex;width:auto;max-width:100%;align-items:center;justify-content:center;font:inherit;line-height:inherit}.shouldi-entry-screen__word{display:inline-flex;align-items:center;font:inherit;line-height:inherit}.shouldi-entry-screen__letter{display:inline-block;flex:0 0 auto;font:inherit;font-synthesis:weight style;line-height:inherit;text-align:center;transform-origin:center center;will-change:transform,font-variation-settings}.shouldi-entry-screen__letter.is-space{width:.3em}@media screen and (min-width:1200px){.shouldi-entry-screen__wordmark[data-split-wordmark=true]{font-size:clamp(10rem,12vw,22rem)}.shouldi-entry-screen__wordmark[data-split-wordmark=true] .shouldi-entry-screen__pressure-title{position:relative;width:100%;height:100%}.shouldi-entry-screen__wordmark[data-split-wordmark=true] .shouldi-entry-screen__word{position:absolute;top:50%;transform:translateY(-50%)}.shouldi-entry-screen__wordmark[data-split-wordmark=true] .shouldi-entry-screen__word:first-child{left:0}.shouldi-entry-screen__wordmark[data-split-wordmark=true] .shouldi-entry-screen__word:last-child{left:66%}.shouldi-entry-screen__wordmark[data-split-wordmark=true] .shouldi-entry-screen__letter.is-space{display:none}}.shouldi-entry-screen__enter{position:absolute;z-index:2;right:auto;bottom:max(2.6rem,env(safe-area-inset-bottom));left:50%;display:inline-flex;padding:.9rem .2rem .8rem;align-items:center;gap:1rem;border:0;border-bottom:.1rem solid currentColor;background:transparent;color:#fff;font:inherit;font-size:1.15rem;font-weight:500;line-height:1;text-transform:uppercase;cursor:pointer;mix-blend-mode:difference;transform:translate(-50%)}.shouldi-entry-screen__enter svg{width:1.7rem;transform:rotate(90deg);transition:transform .18s ease}.shouldi-entry-screen__enter:hover svg,.shouldi-entry-screen__enter:focus-visible svg{transform:translateY(.35rem) rotate(90deg)}.shouldi-entry-screen__enter:focus-visible{outline:.1rem solid currentColor;outline-offset:.3rem}.shouldi-hero-carousel{display:block;position:relative;overflow:hidden;height:100svh;min-height:100svh;display:grid;grid-template-rows:minmax(0,1fr);background:#efefe8}.shouldi-hero-carousel__viewport{position:relative;height:100%;min-height:52rem;overflow:hidden}.shouldi-hero-carousel__slides{height:100%;margin:0;padding:0;list-style:none}.shouldi-hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s ease;background:var(--shouldi-slide-background, #efefe8)}.shouldi-hero-carousel__slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.shouldi-hero-carousel__media{display:block;width:100%;height:100%;color:inherit}.shouldi-hero-carousel__media picture{display:block;width:100%;height:100%;transform:translateY(var(--shouldi-slide-offset-y, 0%)) scale(var(--shouldi-slide-scale, 1));transform-origin:center center}.shouldi-hero-carousel__media img{width:100%;height:100%;display:block;object-fit:var(--shouldi-slide-fit, cover);object-position:var(--shouldi-slide-position, center center);transition:transform .9s cubic-bezier(.2,.7,.2,1)}.shouldi-hero-carousel__media:hover img{transform:scale(1.012)}.shouldi-hero-carousel__arrow{position:absolute;z-index:2;top:50%;width:4rem;height:6.4rem;padding:0;display:grid;place-items:center;border:0;color:#fff;background:transparent;cursor:pointer;mix-blend-mode:difference;opacity:.76;transform:translateY(-50%);transition:opacity .18s ease,transform .18s ease}.shouldi-hero-carousel__arrow:hover,.shouldi-hero-carousel__arrow:focus-visible{opacity:1}.shouldi-hero-carousel__arrow svg{width:1.25rem;height:1.25rem}.shouldi-hero-carousel__arrow--previous{left:clamp(.8rem,1.25vw,2rem);transform:translateY(-50%) rotate(90deg)}.shouldi-hero-carousel__arrow--next{right:clamp(.8rem,1.25vw,2rem);transform:translateY(-50%) rotate(-90deg)}.shouldi-hero-carousel__arrow--previous:hover,.shouldi-hero-carousel__arrow--previous:focus-visible{transform:translate(-.2rem,-50%) rotate(90deg)}.shouldi-hero-carousel__arrow--next:hover,.shouldi-hero-carousel__arrow--next:focus-visible{transform:translate(.2rem,-50%) rotate(-90deg)}.shouldi-hero-carousel__mobile-pagination{display:none}.shouldi-hero-carousel__footer{min-height:12rem;padding:1.8rem max(2.4rem,calc((100vw - var(--page-width)) / 2 + 2.4rem));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(3.2rem,7vw,10rem);align-items:center;border-top:.1rem solid rgba(17,17,17,.14);border-bottom:.1rem solid rgba(17,17,17,.14);background:#fff}.shouldi-hero-carousel__captions{position:relative;min-height:8.2rem;max-width:88rem}.shouldi-hero-carousel__caption{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;align-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.shouldi-hero-carousel__caption.is-active{opacity:1;visibility:visible;pointer-events:auto}.shouldi-hero-carousel__look-label{margin:0 0 .5rem;color:#1111118f;font-size:1.1rem;text-transform:uppercase}.shouldi-hero-carousel__product-line{display:flex;align-items:baseline;gap:1.6rem}.shouldi-hero-carousel__product-line h2{margin:0;font-family:var(--shouldi-serif, var(--font-heading-family));font-size:clamp(2.2rem,2.4vw,3.6rem);font-weight:400;line-height:1.05}.shouldi-hero-carousel__product-line h2 a{color:#111;text-decoration:none}.shouldi-hero-carousel__product-line span{flex:0 0 auto;color:#1111119e;font-size:1.2rem}.shouldi-hero-carousel__description{max-width:56rem;margin:.7rem 0 0;color:#111111a3;font-size:1.2rem;line-height:1.35}.shouldi-hero-carousel__shop-link{width:fit-content;margin-top:.8rem;display:inline-flex;gap:.8rem;align-items:center;color:#111;font-size:1.1rem;text-decoration:none;text-transform:uppercase}.shouldi-hero-carousel__shop-link svg{width:1.5rem;transition:transform .18s ease}.shouldi-hero-carousel__shop-link:hover svg{transform:translate(.3rem)}.shouldi-hero-carousel__controls{display:grid;grid-template-columns:auto auto;gap:1rem 1.6rem;align-items:center;justify-items:end}.shouldi-hero-carousel__autoplay{grid-row:1 / 3;width:3.8rem;height:3.8rem;padding:0;display:grid;place-items:center;border:.1rem solid rgba(17,17,17,.18);border-radius:50%;background:transparent;color:#111;cursor:pointer}.shouldi-hero-carousel__autoplay span{display:grid;place-items:center}.shouldi-hero-carousel__autoplay [hidden]{display:none}.shouldi-hero-carousel__autoplay svg{width:1.2rem;height:1.2rem}.shouldi-hero-carousel__dots{display:flex;align-items:center;gap:.8rem}.shouldi-hero-carousel__dot{min-width:2.4rem;padding:0 0 .4rem;border:0;border-bottom:.1rem solid transparent;color:#1116;background:transparent;font-size:1rem;cursor:pointer}.shouldi-hero-carousel__dot.is-active{border-bottom-color:#111;color:#111}.shouldi-hero-carousel__count{color:#11111185;font-size:1.1rem}@media(prefers-reduced-motion:reduce){.shouldi-entry-screen,.shouldi-hero-carousel__slide,.shouldi-hero-carousel__caption,.shouldi-hero-carousel__media img{transition:none}}@media screen and (max-width:749px){.shouldi-entry-screen__media img{object-fit:cover;object-position:center center}.shouldi-entry-screen__wordmark{width:calc(100% - 2.4rem);height:clamp(7rem,27vw,11rem);font-size:clamp(4.4rem,17vw,7.2rem);line-height:.8}.shouldi-entry-screen__enter{bottom:max(2rem,env(safe-area-inset-bottom));gap:.8rem;font-size:1.1rem}.shouldi-hero-carousel{height:100svh;min-height:100svh}.shouldi-hero-carousel__viewport{min-height:0}.shouldi-hero-carousel__slide{top:0}.shouldi-hero-carousel__media img{object-position:var(--shouldi-slide-position-mobile, center top)}.shouldi-hero-carousel__media picture{transform:translateY(var(--shouldi-slide-offset-y-mobile, 0%)) scale(var(--shouldi-slide-scale-mobile, 1))}.shouldi-hero-carousel__arrow{display:none}.shouldi-hero-carousel__mobile-pagination{position:absolute;z-index:3;right:0;bottom:max(1.8rem,env(safe-area-inset-bottom));left:0;display:flex;justify-content:center;gap:.2rem;mix-blend-mode:difference;pointer-events:none}.shouldi-hero-carousel__mobile-dot{position:relative;width:2.2rem;height:2.2rem;padding:0;border:0;background:transparent;pointer-events:auto}.shouldi-hero-carousel__mobile-dot:before{position:absolute;top:50%;left:50%;width:.5rem;height:.5rem;border-radius:50%;background:#fff;content:"";opacity:.48;transform:translate(-50%,-50%);transition:width .18s ease,border-radius .18s ease,opacity .18s ease}.shouldi-hero-carousel__mobile-dot.is-active:before{width:1.4rem;border-radius:99rem;opacity:1}.shouldi-hero-carousel__footer{min-height:14rem;padding:1.6rem 2rem;grid-template-columns:minmax(0,1fr) auto;gap:1.6rem}.shouldi-hero-carousel__captions{min-height:10rem}.shouldi-hero-carousel__caption{padding-right:.8rem}.shouldi-hero-carousel__product-line{display:grid;gap:.2rem}.shouldi-hero-carousel__product-line h2{font-size:2.4rem;line-height:1.02}.shouldi-hero-carousel__description{display:none}.shouldi-hero-carousel__shop-link{margin-top:.7rem}.shouldi-hero-carousel__controls,.shouldi-hero-carousel__autoplay,.shouldi-hero-carousel__dots{display:none}}.shouldi-fit{padding:7.2rem 0;background:#f5f5f2}.shouldi-fit__inner,.shouldi-edit__inner,.shouldi-materials__inner{width:min(var(--page-width),calc(100vw - 4rem));margin:0 auto}.shouldi-fit__inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(28rem,.92fr);gap:clamp(3.2rem,6vw,8rem);align-items:start}.shouldi-fit__statement{margin:0;max-width:72rem;font-size:clamp(3rem,5vw,7.2rem);line-height:1.02;color:#111}.shouldi-fit__copy{margin:2.4rem 0 0;max-width:56rem;font-size:1.7rem;color:#111111b8}.shouldi-fit__list{display:grid;gap:0;border-top:.1rem solid rgba(17,17,17,.2)}.shouldi-fit__item{display:grid;grid-template-columns:9rem minmax(0,1fr);gap:1.6rem;padding:1.8rem 0;border-bottom:.1rem solid rgba(17,17,17,.2)}.shouldi-fit__item strong{color:#111;font-size:1.2rem;letter-spacing:.14rem;text-transform:uppercase}.shouldi-fit__item span{color:#111111ad}.shouldi-edit{padding:7.2rem 0;background:#fff}.shouldi-edit__inner{display:grid;grid-template-columns:minmax(28rem,.7fr) minmax(0,1.3fr);gap:clamp(3.2rem,5vw,6rem);align-items:center}.shouldi-edit__heading,.shouldi-materials__heading{margin:0;max-width:56rem;font-size:clamp(3.2rem,5vw,6.4rem);line-height:1}.shouldi-edit__text,.shouldi-materials__text{margin:2rem 0 0;max-width:46rem;color:#111111ad}.shouldi-edit__figure,.shouldi-materials__figure{margin:0;background:#f5f5f2;overflow:hidden}.shouldi-edit__figure img,.shouldi-materials__figure img{display:block;width:100%;height:100%;object-fit:cover}.shouldi-edit__figure{aspect-ratio:4 / 5}.shouldi-edit__figure img{object-position:center 18%}.shouldi-edit__figure--large img,.shouldi-materials__figure img{object-position:center top}.shouldi-edit__figure--look img{object-position:center 18%}.shouldi-edit__figure--detail img{object-position:center 52%}.shouldi-edit__figure--large{min-height:0}.shouldi-edit__stack{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:1.2rem;min-height:0}.shouldi-edit__stack .shouldi-edit__figure{min-height:0}.shouldi-caption{margin-top:1rem;color:#1111118f;font-size:1.2rem;letter-spacing:.12rem;text-transform:uppercase}.shouldi-materials{padding:7.2rem 0;background:#f5f5f2}.shouldi-materials__header{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3.2rem}.shouldi-materials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.shouldi-materials__figure{aspect-ratio:3 / 4}.shouldi-materials__label{margin:1.2rem 0 0;color:#111;font-size:1.3rem;letter-spacing:.14rem;text-transform:uppercase}.shouldi-materials__note{margin:.4rem 0 0;color:#1111119e;font-size:1.4rem}@media screen and (max-width:989px){.shouldi-fit__inner,.shouldi-edit__inner,.shouldi-materials__header{grid-template-columns:1fr;display:grid}.shouldi-edit__grid,.shouldi-materials__grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.shouldi-fit,.shouldi-edit,.shouldi-materials{padding:5.2rem 0}.shouldi-materials__grid{grid-template-columns:1fr}.shouldi-fit__item{grid-template-columns:1fr;gap:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/shouldi-lookbook.css.map */
