.shop-the-look-container{padding:0 15px 120px}.shop-the-look__empty{text-align:center;padding:80px 15px}.shop-the-look{gap:20px;display:flex;flex-direction:column}.shop-the-look__item{display:flex;align-items:center;justify-content:center}@media(min-width:961px){.shop-the-look__products{max-width:0;height:0;opacity:0;overflow:hidden;transform:translate(24px);pointer-events:none;visibility:hidden}.shop-the-look__item.is-active .shop-the-look__products{max-width:var(--stl-products-width);height:auto;overflow:visible;opacity:1;transform:translate(0);pointer-events:auto;visibility:visible}.shop-the-look__item.is-active .shop-the-look__image-column{transform:translate(-24px)}.shop-the-look__item.is-active .shop-the-look__label-bracket{opacity:1}.shop-the-look__image-column{position:relative}.shop-the-look__label{position:absolute;top:50%;right:100%;margin-right:clamp(24px,3vw,48px);transform:translateY(-50%);width:auto;text-align:right;white-space:nowrap}.shop-the-look__label-bracket{opacity:0;transition:opacity .5s ease}.shop-the-look__image-wrap:hover .shop-the-look__image--hover{opacity:1}.shop-the-look__image-wrap:hover .shop-the-look__image--primary{opacity:0}}.shop-the-look__label{font-family:Berling LT Std,serif;font-size:14px}.shop-the-look__image-column{flex-shrink:0;display:flex;flex-direction:column;transition:transform .65s cubic-bezier(.4,0,.2,1)}.shop-the-look__stage{--stl-image-width: 425px;--stl-image-height: calc(var(--stl-image-width) * 1.5);--stl-products-width: 340px;--stl-grid-gap: clamp(16px, 2vw, 28px);--stl-card-width: calc((var(--stl-products-width) - var(--stl-grid-gap)) / 2);display:flex;align-items:flex-start;justify-content:center;min-height:var(--stl-image-height)}.shop-the-look__image-wrap{position:relative;width:var(--stl-image-width);height:var(--stl-image-height);overflow:hidden;background:#f5f5f5}.shop-the-look__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .8s ease}.shop-the-look__image--hover{opacity:0}.shop-the-look__products{display:grid;grid-template-columns:repeat(2,var(--stl-card-width));grid-template-rows:auto;gap:var(--stl-grid-gap);width:var(--stl-products-width);flex-shrink:0;align-self:flex-start;transition:max-width .65s cubic-bezier(.4,0,.2,1),opacity .5s ease .05s,transform .65s cubic-bezier(.4,0,.2,1)}.shop-the-look__product-card{display:flex;flex-direction:column;width:var(--stl-card-width);min-width:0;cursor:default}.shop-the-look__product-image-link{display:block;width:100%;aspect-ratio:4 / 5;flex-shrink:0;margin-bottom:8px;position:relative}.shop-the-look__product-image{display:block;position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;background:#f5f5f5}.shop-the-look__product-form{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.shop-the-look__product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:11px;line-height:1.35}.shop-the-look__product-title-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;min-width:0}.shop-the-look__product-title-link:hover{opacity:.6}.shop-the-look__product-title,.shop-the-look__product-color{display:inline;font-size:inherit;font-weight:400;margin:0}.shop-the-look__product-price{flex-shrink:0;white-space:nowrap}.shop-the-look__sizes{display:flex;flex-direction:column;gap:6px}.shop-the-look__sizes-label{font-size:11px}.shop-the-look__size-options{display:flex;flex-wrap:wrap;gap:8px}.shop-the-look__size-option{background:none;border:none;padding:0;font:inherit;font-size:11px;cursor:pointer;opacity:1;transition:opacity .2s ease}.shop-the-look__size-option:hover:not(:disabled){opacity:.5}.shop-the-look__size-option.is-selected{text-decoration:underline;text-underline-offset:3px}.shop-the-look__size-option.is-unavailable,.shop-the-look__size-option:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.shop-the-look__add-button{width:100%;padding:0;text-decoration:underline;text-underline-offset:4px;text-align:left;line-height:1;background-color:transparent;color:#000;border:none;outline:none;font:inherit;font-size:11px;cursor:pointer;transition:opacity .2s ease}.shop-the-look__add-button:hover:not(:disabled){opacity:.5;background-color:transparent!important;color:#000!important}.shop-the-look__add-button.is-disabled,.shop-the-look__add-button:disabled{opacity:.35;cursor:not-allowed}@media(max-width:960px){.shop-the-look-container{padding-left:0;padding-right:0;padding-bottom:80px}.shop-the-look{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 15px}.shop-the-look__item{display:block;min-height:0;padding:0;cursor:pointer}.shop-the-look__label{display:none}.shop-the-look__stage{--stl-image-width: 100%;--stl-products-width: 100%;--stl-card-width: calc((100% - var(--stl-grid-gap)) / 2);display:block;width:100%;min-height:0}.shop-the-look__image-column{width:100%;padding:0;transform:none}.shop-the-look__image-wrap{width:100%;height:auto;aspect-ratio:2 / 3;overflow:hidden}.shop-the-look__image--primary{transition:filter .3s ease,transform .3s ease,opacity .8s ease}.shop-the-look__item.is-peek .shop-the-look__image--primary{filter:blur(16px);transform:scale(1.06)}.shop-the-look__image--hover{display:none}.shop-the-look__peek-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;visibility:hidden;pointer-events:none;opacity:0;transition:opacity .3s ease,visibility .3s ease;background-color:#ffffff40}.shop-the-look__item.is-peek .shop-the-look__peek-overlay{visibility:visible;opacity:1}.shop-the-look__peek-text{position:relative;z-index:1;font-family:Berling LT Std,serif;font-size:14px;line-height:1.3}.shop-the-look__products{display:none}.shop-the-look__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.shop-the-look__drawer.is-open{pointer-events:auto;visibility:visible}.shop-the-look__drawer-panel{position:fixed;top:max(44px,var(--header-height, 44px));left:0;right:0;bottom:0;height:calc(100vh - max(44px,var(--header-height, 44px)));max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);background-color:#b1b1b11c!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.shop-the-look__drawer.is-open .shop-the-look__drawer-panel{transform:translateY(0)}.shop-the-look__drawer-close-wrap{position:sticky;top:12px;z-index:10;display:flex;justify-content:flex-end;padding:12px 15px 0;margin-bottom:-48px;pointer-events:none}.shop-the-look__drawer-close{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fff3}.shop-the-look__drawer-image{width:100%;aspect-ratio:2 / 3;overflow:hidden;background:#f5f5f5;position:relative}.shop-the-look__drawer-image img{display:block;width:100%;height:100%;object-fit:cover}.shop-the-look__drawer-products .shop-the-look__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:none;height:auto;margin:0;padding:15px;opacity:1;overflow:visible;transform:none;pointer-events:auto;transition:none}.shop-the-look__drawer-products .shop-the-look__product-card{width:auto;height:auto;overflow:visible}.shop-the-look__drawer-products .shop-the-look__product-image-link{aspect-ratio:4 / 5;margin-bottom:10px}}body.shop-the-look-drawer-open{overflow:hidden}@media(min-width:961px){.shop-the-look__peek-overlay,.shop-the-look__drawer{display:none}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/shop-the-look.css.map */
