.shop-the-look__inner{display:flex;flex-direction:column;gap:2.4rem}.shop-the-look__header{display:flex;align-items:center;gap:4.8rem}@media(max-width:990px){.shop-the-look__header{gap:2.4rem;justify-content:space-between}}.shop-the-look__heading{margin:0;text-transform:uppercase}.shop-the-look__header-link{border-bottom:.74px solid currentColor;padding-bottom:.8rem;font-size:var(--font-button, 1.4rem);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-decoration:none}.shop-the-look__split{display:flex;flex-direction:column;gap:3.2rem;align-items:flex-start}@media screen and (min-width:990px){.shop-the-look__split{flex-direction:row}}.shop-the-look__image-col{width:100%;flex-shrink:0}@media screen and (min-width:990px){.shop-the-look__image-col{width:50%;position:sticky;top:2.4rem}.shopify-section-header-sticky:not(.shopify-section-header-hidden)~main .shop-the-look__image-col{top:calc(var(--header-height) + 2.4rem)}}.shop-the-look__image{display:block;width:100%;height:100%;object-fit:cover}.shop-the-look__products-col{width:100%}@media screen and (min-width:990px){.shop-the-look__products-col{width:50%;display:flex;justify-content:center}}.shop-the-look__grid{display:grid;grid-template-columns:repeat(2,minmax(0,194px));gap:4.8rem 1.1rem;list-style:none;margin:0;padding:0}.shop-the-look__card-placeholder{background:rgb(var(--color-background));opacity:.4;aspect-ratio:3/4}.shop-the-look__card{display:flex;flex-direction:column;gap:2rem;align-items:center}.shop-the-look__card-media{position:relative;width:100%;overflow:hidden}.shop-the-look__card-media--portrait{aspect-ratio:10/13}.shop-the-look__card-media--landscape{aspect-ratio:10/7}.shop-the-look__card-media--square{aspect-ratio:1/1}.shop-the-look__card-media-link{display:block;width:100%;height:100%}.shop-the-look__card-image{display:block;width:100%;height:100%;object-fit:cover}.shop-the-look__card-info{display:flex;flex-direction:column;gap:.8rem;align-items:center;text-align:center;width:100%}.shop-the-look__card-vendor{margin:0;font-size:var(--font-x-small, 1.2rem);letter-spacing:.02em;text-transform:uppercase}.shop-the-look__card-title{display:block;font-size:1.4rem;font-weight:700;letter-spacing:.02em;text-decoration:none;color:rgb(var(--color-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.shop-the-look__card-price,.shop-the-look__card-swatch-label{margin:0;font-size:var(--font-small, 1.4rem);letter-spacing:.02em}.shop-the-look__card-swatch-value{color:rgb(var(--color-foreground),.55)}.shop-the-look__card-swatches{display:flex;gap:.9rem;align-items:center;justify-content:center;flex-wrap:wrap}.shop-the-look__card-swatch{display:flex;align-items:center;justify-content:center;width:3.074rem;height:3.074rem;border-radius:inherit;padding:.473rem;border:1px solid transparent;text-decoration:none;flex-shrink:0}.shop-the-look__card-swatch:after{content:"";display:block;width:2.128rem;height:2.128rem;border-radius:inherit;background-color:var(--swatch-color, transparent);background-image:var(--swatch-bg-image, none);background-size:cover;background-position:center}.shop-the-look__card-swatch.is-selected{border-color:rgb(var(--color-foreground))}.shop-the-look__qv-btn{position:absolute;bottom:1.2rem;right:1.2rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;cursor:pointer;padding:0;flex-shrink:0}.shop-the-look__qv-btn svg{width:1.8rem;height:1.8rem}.shop-the-look__desktop-only{display:none}.shop-the-look__mobile-only{display:block}@media screen and (min-width:990px){.shop-the-look__desktop-only{display:flex}.shop-the-look__mobile-only{display:none}}.shop-the-look__carousel-wrapper{display:flex;flex-direction:column;gap:1.6rem}.shop-the-look__carousel{overflow:hidden;width:100%}.shop-the-look__carousel-item{width:calc(83.333% - 3px);height:auto}@media screen and (min-width:750px){.shop-the-look__carousel-item{width:calc(50% - 10px)}}@media screen and (min-width:990px){.shop-the-look__carousel-item{width:calc(33.333% - 16px)}}@media screen and (min-width:1100px){.shop-the-look__carousel-item{width:calc(25% - 18px)}}.shop-the-look__nav-tools{padding-top:.8rem}.shop-the-look__nav-tools .swiper-scrollbar{height:1px;background:rgb(var(--color-foreground),.2)}.shop-the-look__nav-tools .swiper-scrollbar-drag{height:100%;background:rgb(var(--color-foreground));cursor:grab}.shop-the-look__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-popups, 400);pointer-events:none}.shop-the-look__drawer:not([hidden]){pointer-events:auto}.shop-the-look__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.4);opacity:0;transition:opacity .3s ease}.shop-the-look__drawer:not([hidden]) .shop-the-look__drawer-overlay{opacity:1}.shop-the-look__drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(60.1rem,100vw);background:rgb(var(--color-background));display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .35s ease;padding:4.8rem var(--page-width-margin, 4rem);gap:2rem;box-sizing:border-box}.shop-the-look__drawer:not([hidden]) .shop-the-look__drawer-panel{transform:translate(0)}.shop-the-look__drawer-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.shop-the-look__drawer-title{text-transform:uppercase}.shop-the-look__drawer-close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.4rem;width:2rem;height:2rem;color:rgb(var(--color-foreground));flex-shrink:0}.shop-the-look__drawer-close svg{width:2rem;height:2rem}.shop-the-look__drawer-content{display:flex;flex-direction:column;gap:2rem;overflow-y:auto;flex:1;min-height:0}.shop-the-look__qv-images{display:flex;gap:1.2rem;overflow-x:auto;flex-shrink:0;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.shop-the-look__qv-images::-webkit-scrollbar{display:none}.shop-the-look__qv-image{width:25.4rem;height:auto;object-fit:cover;aspect-ratio:2/3;flex-shrink:0;scroll-snap-align:start}.shop-the-look__qv-info{display:flex;flex-direction:column;gap:1.2rem}.shop-the-look__qv-vendor{margin:0;font-size:var(--font-x-small, 1.2rem);letter-spacing:.02em;text-transform:uppercase}.shop-the-look__qv-title{margin:0;font-size:var(--font-large, 2rem);letter-spacing:.02em;font-weight:400}.shop-the-look__qv-price{margin:0;font-size:var(--font-medium, 1.6rem);letter-spacing:.02em}.shop-the-look__qv-divider{border:none;border-top:1px solid rgb(var(--color-border, var(--color-foreground)));margin:0;opacity:.2;flex-shrink:0}.shop-the-look__qv-option{display:flex;flex-direction:column;gap:1.2rem}.shop-the-look__qv-option-label{margin:0;font-size:var(--font-medium, 1.6rem);letter-spacing:.02em}.shop-the-look__qv-selected-value{color:rgb(var(--color-foreground),.55)}.shop-the-look__qv-option-values{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.shop-the-look__qv-swatch{display:flex;align-items:center;justify-content:center;width:3.074rem;height:3.074rem;border-radius:inherit;padding:.473rem;border:1px solid transparent;background:none;cursor:pointer}.shop-the-look__qv-swatch:after{content:"";display:block;width:2.128rem;height:2.128rem;border-radius:inherit;background-color:var(--swatch-color, transparent);background-image:var(--swatch-bg-image, none);background-size:cover;background-position:center}.shop-the-look__qv-swatch.is-selected{border-color:rgb(var(--color-foreground))}.shop-the-look__qv-size{display:flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:.8rem 1.2rem;border:1px solid rgb(var(--color-border, var(--color-foreground)));background:none;cursor:pointer;font-size:var(--font-small, 1.4rem);letter-spacing:.02em;color:rgb(var(--color-foreground));transition:border-color .2s ease}.shop-the-look__qv-size:not(.is-selected){border-color:rgb(var(--color-border, var(--color-foreground)),.3);opacity:.7}.shop-the-look__qv-size.is-selected{border-color:rgb(var(--color-foreground))}.shop-the-look__qv-atc{display:flex;flex-direction:column;gap:1.2rem;align-items:center;flex-shrink:0}.shop-the-look__qv-form{width:100%}.shop-the-look__qv-atc-btn{width:100%;height:4.5rem;display:flex;align-items:center;justify-content:center;font-size:var(--font-button, 1.4rem);letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.shop-the-look__qv-pdp-link{font-size:var(--font-button, 1.4rem);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-bottom:.74px solid currentColor;padding-bottom:.8rem}.shop-the-look__mobile-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-popups, 400);pointer-events:none}.shop-the-look__mobile-sheet:not([hidden]){pointer-events:auto}@media screen and (min-width:990px){.shop-the-look__mobile-sheet{display:none}}.shop-the-look__mobile-sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.4);opacity:0;transition:opacity .3s ease}.shop-the-look__mobile-sheet:not([hidden]) .shop-the-look__mobile-sheet-overlay{opacity:1}.shop-the-look__mobile-sheet-panel{position:absolute;bottom:0;left:0;right:0;background:rgb(var(--color-background));max-height:90dvh;border-radius:var(--border-radius-media, 0) var(--border-radius-media, 0) 0 0;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .35s ease;box-sizing:border-box}.shop-the-look__mobile-sheet:not([hidden]) .shop-the-look__mobile-sheet-panel{transform:translateY(0)}.shop-the-look__mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.4rem;flex-shrink:0;border-bottom:1px solid rgb(var(--color-foreground),.1)}.shop-the-look__mobile-sheet-title{font-size:var(--font-button, 1.4rem);letter-spacing:.08em;text-transform:uppercase}.shop-the-look__mobile-sheet-close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.4rem;color:rgb(var(--color-foreground));flex-shrink:0}.shop-the-look__mobile-sheet-close svg{width:2rem;height:2rem}.shop-the-look__mobile-sheet-content{overflow-y:auto;flex:1;min-height:0;padding:2rem 2.4rem;display:flex;flex-direction:column;gap:2rem}.shop-the-look__mobile-qv-summary{display:flex;gap:1.6rem;align-items:flex-start}.shop-the-look__mobile-qv-thumb{width:8rem;aspect-ratio:2/3;flex-shrink:0;overflow:hidden}.shop-the-look__mobile-qv-thumb-img{display:block;width:100%;height:100%;object-fit:cover}.shop-the-look__mobile-qv-product-info{display:flex;flex-direction:column;gap:.8rem;padding-top:.4rem}.shop-the-look__mobile-qv-title{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:.02em}@media(prefers-reduced-motion:reduce){.shop-the-look__drawer-panel,.shop-the-look__drawer-overlay,.shop-the-look__mobile-sheet-panel,.shop-the-look__mobile-sheet-overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/shop-the-look.css.map */
