.thelab-lookbook{background-color:var(--color-background, #fff)}.thelab-lookbook--dark{background-color:#0a0a0a;color:#f5f5f5}.thelab-lookbook__header{text-align:center;margin-bottom:4rem}.thelab-lookbook__eyebrow{display:block;margin:0 0 1.2rem}.thelab-lookbook__heading{font-weight:900;margin:0}.thelab-lookbook__grid{display:grid;grid-template-columns:repeat(var(--lookbook-cols, 2),1fr);gap:.8rem}.thelab-lookbook__slide{display:flex;flex-direction:column;gap:1.2rem}.thelab-lookbook__media{position:relative;overflow:hidden;background:#111;height:var(--lookbook-slide-height, 100vh)}.thelab-lookbook__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1}.thelab-lookbook__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.thelab-lookbook__slide:hover .thelab-lookbook__img{transform:scale(1.025)}.thelab-lookbook__img--mobile-only{display:none}.thelab-lookbook__video{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:1024px){.thelab-lookbook__img--desktop-only{display:none}.thelab-lookbook__img--mobile-only{display:block}}.thelab-lookbook__book{position:relative;min-height:var(--lookbook-slide-height, 100vh);display:flex;flex-direction:column;justify-content:center;padding:5rem 4.8rem;gap:2.4rem}.thelab-lookbook__book-eyebrow{display:block}.thelab-lookbook__book-heading{font-weight:700;color:inherit;margin:0;line-height:.95;letter-spacing:-.02em;text-transform:uppercase}.thelab-lookbook__book-description{font-size:1.5rem;line-height:1.65;max-width:48rem}.thelab-lookbook__book-description p{margin:0 0 1.2rem}.thelab-lookbook__book-description p:last-child{margin-bottom:0}.thelab-lookbook__book-features{display:grid;grid-template-columns:1fr 1fr;column-gap:3.2rem;margin-top:.8rem}.thelab-lookbook__book-feature{font-size:1.3rem;padding:1.2rem 0;margin:0;border-top:1px solid rgba(128,128,128,.3)}.thelab-lookbook__book-feature:last-child:nth-child(odd){grid-column:span 2}.thelab-lookbook__caption{font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;margin:0}.thelab-lookbook__hotspot{position:absolute;transform:translate(-50%,-50%);z-index:2}.thelab-lookbook__hotspot-pin{width:3.2rem;height:3.2rem;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.thelab-lookbook__pin-dot{display:block;width:1.2rem;height:1.2rem;border-radius:50%;background:#fff;box-shadow:0 0 #fff9;animation:lookbookPulse 2.4s ease-out infinite;position:relative;z-index:1}@keyframes lookbookPulse{0%{box-shadow:0 0 #fff9}60%{box-shadow:0 0 0 1rem #fff0}to{box-shadow:0 0 #fff0}}.thelab-lookbook__hotspot:hover .thelab-lookbook__pin-dot,.thelab-lookbook__hotspot.is-open .thelab-lookbook__pin-dot{background:#fff;box-shadow:0 0 0 4px #ffffff40;animation:none}.thelab-lookbook__hotspot-card{position:absolute;bottom:calc(100% + .8rem);left:50%;transform:translate(-50%);width:21rem;background:#fff;color:#0a0a0a;border-radius:1rem;overflow:hidden;box-shadow:0 8px 32px #00000038;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transform:translate(-50%) translateY(.6rem);z-index:10}.thelab-lookbook__hotspot:hover .thelab-lookbook__hotspot-card,.thelab-lookbook__hotspot.is-open .thelab-lookbook__hotspot-card{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.thelab-lookbook__hotspot--flip .thelab-lookbook__hotspot-card{left:auto;right:50%;transform:translate(50%) translateY(.6rem)}.thelab-lookbook__hotspot--flip:hover .thelab-lookbook__hotspot-card,.thelab-lookbook__hotspot--flip.is-open .thelab-lookbook__hotspot-card{transform:translate(50%) translateY(0)}.thelab-lookbook__hotspot--below .thelab-lookbook__hotspot-card{bottom:auto;top:calc(100% + .8rem)}.thelab-lookbook__card-link{display:flex;text-decoration:none;color:inherit}.thelab-lookbook__card-img{width:7rem;height:7rem;object-fit:cover;flex-shrink:0}.thelab-lookbook__card-info{padding:1rem 1.2rem;display:flex;flex-direction:column;justify-content:center;gap:.3rem;flex:1}.thelab-lookbook__card-title{font-size:1.3rem;font-weight:600;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thelab-lookbook__card-price{font-size:1.2rem;opacity:.6;margin:0}.thelab-lookbook__card-cta{font-size:1.1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a;margin-top:.4rem}@media(max-width:1024px){.thelab-lookbook__grid{grid-template-columns:1fr}.thelab-lookbook__book{height:auto;padding:4rem 2.4rem}.thelab-lookbook__book-description{font-size:1.3rem}.thelab-lookbook__book-feature{font-size:1.2rem;padding:.9rem 0}.thelab-lookbook__book-features{grid-template-columns:1fr;column-gap:0}.thelab-lookbook__book-feature:last-child:nth-child(odd){grid-column:span 1}.thelab-lookbook__hotspot:hover .thelab-lookbook__hotspot-card{opacity:0;pointer-events:none}.thelab-lookbook__hotspot.is-open .thelab-lookbook__hotspot-card{opacity:1;pointer-events:auto}}.thelab-lookbook__carousel-wrap{position:relative}.thelab-lookbook__arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4rem;height:4rem;align-items:center;justify-content:center;background:var(--carousel-arrow-bg, rgba(0, 0, 0, .4));border:1px solid var(--carousel-arrow-border, rgba(255, 255, 255, .25));border-radius:50%;color:var(--carousel-arrow-color, #fff);cursor:pointer;padding:0;transition:opacity .2s ease}.thelab-lookbook__arrow:hover{opacity:.7}.thelab-lookbook__arrow--prev{left:.8rem}.thelab-lookbook__arrow--next{right:.8rem}@media screen and (max-width:1024px){.thelab-lookbook__arrow{display:flex}.thelab-lookbook__grid--carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:.8rem}.thelab-lookbook__grid--carousel::-webkit-scrollbar{display:none}.thelab-lookbook__grid--carousel .thelab-lookbook__slide{flex:0 0 88%;width:88%;scroll-snap-align:start}.thelab-lookbook__grid--carousel .thelab-lookbook__book{padding:4rem 2.4rem;overflow-y:auto}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/thelab-lookbook.css.map */
