.interactive-product-module{position:relative;max-height:100vh;overflow:visible;background:#f5f3f0;margin-top:15px;z-index:1}.interactive-product-module__content{position:relative;min-height:100vh;z-index:2}.interactive-product-module__titles{position:relative;display:flex;flex-direction:column;gap:5px;padding:2rem 0;z-index:3}.interactive-product-module__title-item{cursor:pointer;transition:all .3s ease;padding:.5rem 0}.interactive-product-module__title-text{font-family:Inklination Mono,monospace;font-size:1.5rem;font-weight:600;line-height:1.4;text-transform:uppercase;letter-spacing:.05em;padding:15px 0}.interactive-product-module__image-area{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;margin-top:0}.interactive-product-module__image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.interactive-product-module__image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to top,#f5f3f0 0%,rgba(245,243,240,.8) 30%,transparent 100%);pointer-events:none;z-index:2;display:none}.interactive-product-module__image{width:100vw;height:100vh;object-fit:cover;transition:opacity .3s ease;opacity:1}.interactive-product-module__product-card{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;width:217px;text-align:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.interactive-product-module__product-card.visible{opacity:1;visibility:visible}.interactive-product-module__product-card.scroll-with-section{position:absolute;transition:opacity .3s ease,visibility .3s ease,position .3s ease}.interactive-product-module__product-card-inner{background:#f9fafc80;-webkit-backdrop-filter:blur(19.809999465942383px);backdrop-filter:blur(19.809999465942383px);box-shadow:2px 2px 22px #00000040,3px 4px 54px #ffffff40 inset;transition:transform .3s ease}.interactive-product-module__product-card-inner:hover{transform:translateY(-2px)}.interactive-product-module__product-card-desktop{display:flex;flex-direction:column;padding:19px}.interactive-product-module__product-card-mobile{display:none}.interactive-product-module__product-card-desktop--mobile{display:flex;flex-direction:column;padding:19px}.interactive-product-module__product-card-title{font-family:Inklination Mono,monospace;font-size:21px;font-weight:600;margin:0 0 10px;text-transform:uppercase;letter-spacing:.05em}.interactive-product-module__product-card-caption{font-family:Inklination Mono,monospace;font-size:10.5px;line-height:1.5;margin:0}.interactive-product-module__product-card-image{width:fit-content;aspect-ratio:1;overflow:hidden;margin:0 auto}.interactive-product-module__product-card-image img{width:177px;height:177px;object-fit:cover}.interactive-product-module__product-card-button{width:100%;justify-content:center;margin-top:auto;font-family:Inklination Mono,monospace;font-size:10.08px;font-weight:500;line-height:12px;padding:13px 21px;min-width:auto;min-height:auto;text-transform:uppercase}.interactive-product-module__empty{text-align:center;padding:4rem 2rem}@media screen and (max-width: 749px){.interactive-product-module{height:90vh}.interactive-product-module__titles{flex-direction:column;overflow-x:auto;overflow-y:visible;padding:1rem 0;gap:12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.interactive-product-module__title-item{flex-shrink:0;scroll-snap-align:start;white-space:nowrap}.interactive-product-module__title-text{font-size:1rem}.interactive-product-module__image-area{position:absolute;align-items:start;top:0;left:0;width:100%;height:100%;margin-top:0;margin-bottom:0}.interactive-product-module__image-wrapper{height:auto}.interactive-product-module__image-wrapper:after{display:block}.interactive-product-module__image{height:80vh}.interactive-product-module__product-card{position:fixed;bottom:3rem;right:24px;left:24px;width:auto;max-width:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.interactive-product-module__product-card.visible{opacity:1;visibility:visible}.interactive-product-module__product-card.scroll-with-section{position:absolute;bottom:1rem;right:1rem;left:1rem;transition:opacity .3s ease,visibility .3s ease,position .3s ease}.interactive-product-module__product-card--mobile-desktop-style,.interactive-product-module__product-card--mobile-desktop-style.scroll-with-section{left:auto!important;width:164px;right:1rem}.interactive-product-module__product-card-desktop:not(.interactive-product-module__product-card-desktop--mobile){display:none}.interactive-product-module__product-card-desktop--mobile{width:164px;display:flex;flex-direction:column;padding:15px}.interactive-product-module__product-card-desktop--mobile .interactive-product-module__product-card-title{font-size:16px;font-weight:600;margin:0 0 5px}.interactive-product-module__product-card-desktop--mobile .interactive-product-module__product-card-caption{font-size:10px}.interactive-product-module__product-card-desktop--mobile .interactive-product-module__product-card-image{margin:5px auto}.interactive-product-module__product-card-desktop--mobile .interactive-product-module__product-card-image img{width:129px;height:129px}.interactive-product-module__product-card-desktop--mobile .interactive-product-module__product-card-button{font-size:12px;font-weight:500;padding:11px 11.5px}.interactive-product-module__product-card-mobile--horizontal{display:flex;flex-direction:row}.interactive-product-module__product-card-mobile:not(.interactive-product-module__product-card-mobile--horizontal){display:none}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-image{flex-shrink:0;width:auto;height:fit-content;aspect-ratio:1}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-image img{width:120px;height:120px}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-content{flex:1;display:flex;flex-direction:column;min-width:0;text-align:left;padding:15px}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-title{font-size:13.43px;margin:0 0 7px;text-transform:capitalize}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-caption{font-size:8.4px;font-weight:400;text-transform:uppercase;margin:0 0 10px;color:#000}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-description{font-family:Inklination Mono,monospace;font-size:8.4px;font-weight:400;text-transform:uppercase;margin:0 0 12px;color:#000}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-button{width:fit-content;margin-top:auto;padding:10px 16px 8px}.interactive-product-module__product-card-mobile--horizontal .interactive-product-module__product-card-button .button-text{font-size:12px;font-weight:500;line-height:8px}}.interactive-product-module--gsap{min-height:100vh;position:relative;overflow:visible}.interactive-product-module__gsap-content{width:100%;margin:0 auto;display:flex;padding:0 72px;position:relative;max-height:100vh;overflow:visible;z-index:2;margin-top:5vh}.interactive-product-module__gsap-left{position:relative;flex-grow:0;padding-right:10px;z-index:2}.interactive-product-module__titles--gsap{font-family:Inklination Mono,monospace;font-size:30px;margin:0;padding:0;list-style:none;flex-grow:0}.interactive-product-module__titles--gsap .interactive-product-module__title-item{padding:.5rem 0}.interactive-product-module__fill{position:absolute;top:0;left:0;width:2px;height:100%;background-color:#0ae448;z-index:1}.interactive-product-module__gsap-right{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1;pointer-events:none}.interactive-product-module__gsap-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden}.interactive-product-module__gsap-slide.active{opacity:1;visibility:visible}.interactive-product-module__gsap-slide .interactive-product-module__image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.interactive-product-module__gsap-slide .interactive-product-module__image{width:100vw;height:100vh;object-fit:cover;transition:opacity .3s ease}.interactive-product-module--gsap .interactive-product-module__image-area,.interactive-product-module--gsap .interactive-product-module__content:not(.interactive-product-module__gsap-content){display:none}@media screen and (max-width: 749px){.interactive-product-module__gsap-content{flex-direction:column;padding:0 24px}.interactive-product-module__gsap-left{padding-right:0;margin-bottom:0;position:relative;z-index:2}.interactive-product-module__titles--gsap{font-size:1.5rem;padding:1rem}.interactive-product-module__gsap-right{width:100vw;height:80vh;position:absolute;top:0;left:0}.interactive-product-module__gsap-slide{position:absolute;width:100%;height:100%;top:0;left:0}.interactive-product-module__gsap-slide .interactive-product-module__image{width:100vw;height:80vh;object-fit:cover}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/section-interactive-product-module.css.map */
