.stl__header{text-align:center;margin-bottom:4rem}.stl__eyebrow{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:#888;margin:0 0 .8rem}.stl__heading{font-size:clamp(2rem,4vw,3rem);letter-spacing:.15em;text-transform:uppercase;font-weight:400;margin:0;color:#000}.stl__layout{display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (min-width:750px){.stl__layout{gap:0}}.stl__layout--image-right .stl__image-col{order:2}.stl__layout--image-right .stl__info-col{order:1}.stl__image-wrapper{position:relative;display:block;width:100%}.stl__lifestyle-img{width:100%;height:auto;display:block}.stl__img-placeholder{width:100%;aspect-ratio:4 / 5;background:#f0efed;display:flex;align-items:center;justify-content:center}.stl__img-placeholder .placeholder-svg{width:80px;opacity:.25}.stl__mobile-cta{display:flex;justify-content:center;margin-top:2rem}.stl__view-products-btn{background:#978b71;color:#fff;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.2em;font-size:1.3rem;font-family:inherit;min-width:200px;min-height:4.8rem;padding:0 2.4rem;transition:background .25s ease}.stl__view-products-btn:hover{background:#000}@media screen and (min-width:990px){.stl__mobile-cta{display:none}}.stl__hotspot{position:absolute;width:36px;height:36px;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;z-index:2}.stl__hotspot-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#fff6;transition:transform .3s ease,background .3s ease;animation:stl-pulse 2.5s ease-in-out infinite}.stl__hotspot-dot{position:relative;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease,background .2s ease;z-index:1;box-shadow:0 1px 4px #0000004d}.stl__hotspot.is-active .stl__hotspot-ring{border-color:#fff;animation:active-stl-pulse 2.5s ease-in-out infinite;transform:scale(1.75)}.stl__hotspot.is-active .stl__hotspot-dot{background:#fff;width:24px;height:24px}.stl__hotspot:hover .stl__hotspot-ring{border-color:#fff;animation:none}@keyframes stl-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.25);opacity:.4}}@keyframes active-stl-pulse{0%,to{transform:scale(1.75);opacity:.8}50%{transform:scale(1.95);opacity:.4}}.stl__info-col{display:flex;flex-direction:column;gap:2.4rem;position:relative}.stl__product-panel{display:none;flex-direction:column;gap:2rem;animation:stl-fade-in .35s ease}.stl__product-panel.is-active{display:flex}@keyframes stl-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stl__product-image-wrapper{width:100%;overflow:hidden;max-width:250px;margin:0 auto}.stl__product-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease}.stl__product-image-wrapper:hover .stl__product-img{transform:scale(1.04)}.stl__product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.stl__product-details{display:flex;flex-direction:column;gap:0;text-align:center}.stl__product-label{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:#888;margin:0}.stl__product-title,.stl__product-price{text-transform:uppercase;color:#000;letter-spacing:.2em;margin-bottom:4px;font-size:13px;line-height:20px;margin-top:0}.stl__product-desc{font-size:1.3rem;line-height:1.7;color:#555;margin:0}.stl__product-btn{background:#978b71;text-transform:uppercase;letter-spacing:.2em;font-size:1.3rem;color:#fff;text-decoration:none;min-width:calc(8rem + var(--buttons-border-width, 0px) * 2);min-height:calc(4rem + var(--buttons-border-width, 0px) * 2);display:flex;align-items:center;justify-content:center;margin-top:25px}.stl__product-btn:hover{background:#000;color:#fff}.stl__product-empty{opacity:.4;font-size:1.3rem;text-align:center;padding:4rem 0}.stl__dots{display:flex;gap:1.4rem;align-items:center;justify-content:center}.stl__dot{width:10px;height:10px;border-radius:50%;background:transparent;border:2px solid #cfcfcf;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease}.stl__dot.is-active,.stl__dot:hover{background:#1c1b1b;border:2px solid #1c1b1b}@media screen and (min-width:990px){.stl-section{max-width:1480px;margin:0 auto;padding:0 130px}.stl__image-col{max-width:562px}.stl__info-col{flex:none;width:270px;margin:0 80px;display:flex}.stl__layout{flex-direction:row}}@media screen and (max-width:989px){.stl__info-col{display:none}}.stl__popup-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.stl__popup-backdrop.is-open{display:block;animation:stl-backdrop-in .25s ease}@keyframes stl-backdrop-in{0%{opacity:0}to{opacity:1}}.stl__popup{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:1000;padding:1.6rem 2rem 3.2rem;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #00000026;max-height:80vh;overflow-y:auto}.stl__popup.is-open{display:block;animation:stl-popup-up .3s cubic-bezier(.32,.72,0,1)}@keyframes stl-popup-up{0%{transform:translateY(100%);opacity:.6}to{transform:translateY(0);opacity:1}}.stl__popup-handle{width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto 1.6rem}.stl__popup-close{position:absolute;top:1.6rem;left:1.6rem;background:none;border:none;cursor:pointer;padding:4px;color:#000;line-height:1;display:flex;align-items:center;justify-content:center}.stl__popup-close svg{width:14px;height:auto}.stl__popup-eyebrow{text-align:center;font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:#000;margin:0 0 2rem;font-weight:500}.stl__popup-card{display:none}.stl__popup-card.is-active{display:block;animation:stl-fade-in .3s ease}.stl__popup-inner{display:flex;gap:1.6rem;align-items:center;margin-bottom:2rem;flex-direction:column}.stl__popup-image{flex:0 0 100px;width:150px;height:auto;overflow:hidden;background:#f5f4f2}.stl__popup-image img{width:100%;height:100%;object-fit:cover;display:block}.stl__popup-details{flex:1;display:flex;flex-direction:column;gap:1rem;margin-top:25px;text-align:center}.stl__popup-label{font-size:1rem;letter-spacing:.18em;text-transform:uppercase;color:#888;margin:0}.stl__popup-title{font-size:1.2rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:#000;margin:0;line-height:1.4}.stl__popup-price{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:#000;margin:0}.stl__popup-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:15px 24px;font-size:1.2rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;background:#978b71;color:#fff;text-decoration:none;transition:background .25s ease;text-align:center}.stl__popup-btn:hover{background:#000}@media screen and (min-width:990px){.stl__popup,.stl__popup-backdrop{display:none!important}}@media screen and (max-width:989px){.stl__image-col{transition:height .35s cubic-bezier(.32,.72,0,1)}body.stl-popup-open .stl__image-col{position:fixed;top:0;left:0;right:0;height:45vh;z-index:998;overflow:hidden}body.stl-popup-open .stl__image-col .stl__image-wrapper{height:100%}body.stl-popup-open .stl__image-col .stl__lifestyle-img{width:100%;height:100%;object-fit:cover}body.stl-popup-open .stl__popup{top:45vh;bottom:0;border-radius:0;max-height:55vh}body.stl-popup-open .stl__mobile-cta,body.stl-popup-open .stl__popup-handle{display:none}body.stl-popup-open .stl__popup-backdrop{z-index:997}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/section-shop-the-look.css.map */
