.runway-lookbook-section{overflow:hidden}.runway-lookbook__container{display:flex;height:90vh;min-height:600px;max-height:900px;position:relative;background-color:rgb(var(--background-color))}.runway-lookbook__left{flex:0 0 65%;max-width:65%;position:relative;overflow:hidden}.runway-lookbook__header{position:absolute;top:2rem;left:2.5rem;z-index:10;max-width:340px;pointer-events:none}.runway-lookbook__collection-title{letter-spacing:.25em;text-transform:uppercase;color:rgb(var(--heading-color));margin:0 0 .4rem;line-height:1.15}.runway-lookbook__description{color:rgb(var(--text-color));opacity:.5;line-height:1.55;max-width:280px;margin:0;font-size:.75rem}.runway-lookbook__swiper{width:100%;height:100%;overflow:hidden}.runway-lookbook__swiper .swiper-wrapper{align-items:stretch}.runway-lookbook__swiper .swiper-slide{position:absolute!important;top:0;left:0;width:100%!important;height:100%;overflow:hidden;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);transform-origin:bottom center;background:transparent}.runway-lookbook__swiper .swiper-slide img,.runway-lookbook__swiper .swiper-slide svg{width:100%;height:100%;object-fit:contain;object-position:bottom center;display:block}.runway-lookbook__swiper .swiper-slide{opacity:.06}.runway-lookbook__swiper .swiper-slide[data-vis=active]{opacity:1;cursor:default;z-index:5;transform:translate(18%) scale(1)}.runway-lookbook__swiper .swiper-slide[data-vis="1"]{opacity:.65;z-index:4;transform:translate(0) scale(.92)}.runway-lookbook__swiper .swiper-slide[data-vis="2"]{opacity:.4;z-index:3;transform:translate(-18%) scale(.84)}.runway-lookbook__swiper .swiper-slide[data-vis="3"]{opacity:.2;z-index:2;transform:translate(-36%) scale(.76)}.runway-lookbook__swiper .swiper-slide[data-vis="4"]{opacity:.08;z-index:1;transform:translate(-54%) scale(.68)}.runway-lookbook__swiper .swiper-slide[data-vis=hidden-left]{opacity:0;pointer-events:none;z-index:0;transform:translate(-72%) scale(.6)}.runway-lookbook__swiper .swiper-slide[data-vis=off-right]{opacity:0;pointer-events:none;z-index:6;transform:translate(45%) scale(1.05)}.runway-lookbook__swiper .swiper-slide[data-vis="1"]:after,.runway-lookbook__swiper .swiper-slide[data-vis="2"]:after{content:"";position:absolute;top:50%;left:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:1.5px solid rgba(var(--text-color),.3);border-radius:50%;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:10}.runway-lookbook__swiper .swiper-slide[data-vis="1"]:hover:after,.runway-lookbook__swiper .swiper-slide[data-vis="2"]:hover:after{opacity:1}.runway-lookbook__bottom{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;align-items:flex-end;justify-content:space-between;padding:1.75rem 2.5rem;pointer-events:none}.runway-lookbook__bottom>*{pointer-events:auto}.runway-lookbook__label{flex:1}.runway-lookbook__look-title{font-size:calc(var(--heading-font-scale, 1) * 1.5rem);letter-spacing:.35em;text-transform:uppercase;color:rgb(var(--heading-color));margin:0 0 .1rem;font-weight:var(--heading-font-weight, 400);line-height:1.2}.runway-lookbook__shop-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:rgb(var(--text-color));opacity:.4}.runway-lookbook__nav{display:flex;gap:.3rem;align-items:center}.runway-lookbook__nav-btn{width:2.25rem;height:2.25rem;border-radius:50%;background:rgb(var(--background-color));color:rgb(var(--text-color));border:1px solid rgba(var(--border-color),.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.runway-lookbook__nav-btn:hover{background:rgb(var(--button-background-color));color:rgb(var(--button-text-color));border-color:rgb(var(--button-background-color))}.runway-lookbook__nav-btn svg{width:.85rem;height:.85rem}.runway-lookbook__counter{font-size:.65rem;letter-spacing:.12em;color:rgb(var(--text-color));opacity:.4;min-width:2.8rem;text-align:center}.runway-lookbook__right{flex:0 0 35%;max-width:35%;background:rgb(var(--background-color));border-left:1px solid rgba(var(--border-color),.08);position:relative;overflow:hidden}.runway-lookbook__products{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;opacity:0;transform:translateY(6px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);pointer-events:none;scrollbar-width:thin;scrollbar-color:rgba(var(--text-color),.08) transparent}.runway-lookbook__products.is-active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.runway-lookbook__product{padding:.6rem .9rem;border-bottom:1px solid rgba(var(--border-color),.06)}.runway-lookbook__product:last-child{border-bottom:none}.runway-lookbook__product-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--rounded-card);margin-bottom:.4rem;background:rgba(var(--foreground-color),.2)}.runway-lookbook__product-image img,.runway-lookbook__product-image svg{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.runway-lookbook__product:hover .runway-lookbook__product-image img{transform:scale(1.03)}.runway-lookbook__wishlist{position:absolute;top:.4rem;left:.4rem;width:1.5rem;height:1.5rem;border-radius:50%;background:#fffc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;color:rgb(var(--text-color));z-index:2;padding:0}.runway-lookbook__wishlist:hover{transform:scale(1.15)}.runway-lookbook__wishlist svg{width:.65rem;height:.65rem}.runway-lookbook__add{position:absolute;bottom:.4rem;right:.4rem;width:1.5rem;height:1.5rem;border-radius:50%;background:rgb(var(--button-background-color));color:rgb(var(--button-text-color));border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;z-index:2;padding:0;text-decoration:none}.runway-lookbook__add:hover{transform:scale(1.12)}.runway-lookbook__add svg{width:.55rem;height:.55rem}.runway-lookbook__product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem}.runway-lookbook__product-title{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--text-color));text-decoration:none;display:block;line-height:1.3;flex:1}.runway-lookbook__product-title:hover{opacity:.6}.runway-lookbook__product-price{font-size:.65rem;color:rgb(var(--text-color))}.runway-lookbook__product-price .compare-price{text-decoration:line-through;opacity:.3;margin-left:.3rem;font-size:.55rem}.runway-lookbook__product-add-inline{flex-shrink:0;color:rgb(var(--text-color));opacity:.4;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;padding:.15rem}.runway-lookbook__product-add-inline:hover{opacity:1}.runway-lookbook__product-add-inline svg{width:.55rem;height:.55rem}.runway-lookbook__placeholder{padding:3rem 1rem;text-align:center;color:rgb(var(--text-color));opacity:.25;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width:991px){.runway-lookbook__container{height:80vh;min-height:500px}.runway-lookbook__left{flex:0 0 58%;max-width:58%}.runway-lookbook__right{flex:0 0 42%;max-width:42%}.runway-lookbook__header{top:1rem;left:1.25rem}.runway-lookbook__bottom{padding:1.25rem}.runway-lookbook__look-title{font-size:1.1rem}}@media screen and (max-width:767px){.runway-lookbook__container{flex-direction:column;height:auto;min-height:auto;max-height:none}.runway-lookbook__left{flex:none;max-width:100%;height:55vh;min-height:380px}.runway-lookbook__right{flex:none;max-width:100%;border-left:none;border-top:1px solid rgba(var(--border-color),.08)}.runway-lookbook__header{top:.75rem;left:.75rem}.runway-lookbook__bottom{padding:.75rem}.runway-lookbook__look-title{font-size:.95rem;letter-spacing:.2em}}.runway-lookbook-section.section-gap{padding-top:var(--section-gap-top, 0px);padding-bottom:var(--section-gap-bottom, 0px)}.runway-lookbook__products.is-active{display:flex;flex-direction:column;gap:3.5rem;padding:3rem 1.5rem;overflow-y:auto;height:100%;align-items:center}.runway-lookbook__products .product-card-wrapper{width:100%;max-width:clamp(280px,50vh,420px);margin:auto 0}.runway-lookbook__products .product-card-title a{letter-spacing:.1em;text-transform:uppercase;line-height:1.35}.runway-lookbook__products .product-price-list{margin-top:.4rem}@media screen and (max-width:767px){.runway-lookbook__products.is-active{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;height:auto;padding:0;gap:0;align-items:stretch}.runway-lookbook__products .product-card-wrapper{min-width:220px;max-width:220px;flex-shrink:0;scroll-snap-align:start;border-right:1px solid rgba(var(--border-color),.06);padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/runway-lookbook.css.map */
