.product-page{font-family:var(--font-primary);background-color:#f5f5f7;color:var(--color-navy);min-height:100vh}.product__splash{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#fff;z-index:100;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease}.product__splash.is-hidden{opacity:0;pointer-events:none}.product__splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.product__splash-image{max-width:380px;width:60%;height:auto}.product__splash-video{width:100%;height:100%;object-fit:contain}.product__splash-skip{position:absolute;bottom:40px;right:40px;padding:12px 32px;background-color:var(--color-navy);color:#fff;border:none;border-radius:24px;font-family:var(--font-primary);font-size:14px;font-weight:var(--font-weight-bold);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.product__splash-skip:hover{opacity:.85}.product__close{position:fixed;top:28px;right:28px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#9ca3af;z-index:10;transition:color .2s ease}.product__close svg{width:28px;height:28px}.product__close:hover{color:var(--color-navy)}.product{display:flex;min-height:100vh}.product__gallery{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background-color:#f5f5f7;max-width:50%}.product__image-main{width:100%;max-width:420px;height:auto;display:block;margin-bottom:32px}.product__image-main.is-hidden{display:none}.product__image-360{width:100%;max-width:420px;height:auto;display:block;margin-bottom:32px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product__image-360.is-hidden{display:none}.product__thumb--360{position:relative}.product__thumb-360{position:absolute;bottom:4px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;color:#fff;letter-spacing:.03em;background-color:#060b27b3;padding:2px 6px;border-radius:4px;z-index:1}.product__rotate{display:flex;align-items:center;gap:12px;margin-bottom:32px;width:100%;max-width:300px}.product__rotate-line{flex:1;height:2px;background-color:#d1d5db;border-radius:1px;position:relative}.product__rotate-dot{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background-color:var(--color-navy);border-radius:50%;cursor:grab}.product__rotate-dot:active{cursor:grabbing}.product__rotate-label{font-size:13px;color:#9ca3af;font-weight:var(--font-weight-medium);letter-spacing:.05em}.product__thumbs{display:flex;gap:12px}.product__thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease}.product__thumb.is-active{border-color:var(--color-navy)}.product__thumb:hover{border-color:#9ca3af}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__info{flex:1;background-color:#fff;padding:80px 60px 40px;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;max-width:50%}.product__title{font-size:32px;font-weight:700;line-height:1.2;margin-bottom:14px}.product__tagline{font-size:17px;color:var(--color-navy);font-weight:600;line-height:1.55;margin-bottom:20px}.product__desc{font-size:13px;color:#6b7280;font-weight:400;line-height:1.75;margin-bottom:28px}.product__add-cart{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:12px 28px;background-color:var(--color-navy);color:#fff!important;border:none;border-radius:10px;font-family:var(--font-primary);font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease,background-color .3s ease;margin-top:12px;margin-bottom:32px;text-decoration:none}.product__add-cart svg{width:18px;height:18px;stroke:#fff}.product__add-cart:hover{opacity:.85}.product__add-cart.is-added{background-color:#16a34a;pointer-events:none}.product__shipping-notice{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 14px;background-color:#060b270d;border-left:3px solid var(--color-navy);border-radius:0 6px 6px 0;font-size:12px;font-weight:400;color:#6b7280;line-height:1.5;max-width:360px}.product__shipping-notice svg{flex-shrink:0;margin-top:1px;stroke:#6b7280}.product__approach{margin-bottom:28px;padding-top:8px}.product__approach-title{font-size:30px;font-weight:700;line-height:1.2;color:var(--color-navy);margin-bottom:6px}.product__approach-subtitle{font-size:16px;font-weight:500;color:#6b7280;line-height:1.5;margin-bottom:24px}.product__pillars{display:flex;flex-direction:column;gap:18px;margin-bottom:24px}.product__pillar-name{font-size:15px;font-weight:700;color:var(--color-navy);margin-bottom:4px;line-height:1.3}.product__pillar-desc{font-size:13px;color:#6b7280;line-height:1.65;font-weight:400}.product__section--how{border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB}.product__step{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.product__step:last-child{margin-bottom:0}.product__step-number{font-size:22px;font-weight:700;color:var(--color-navy);opacity:.2;flex-shrink:0;line-height:1.2;min-width:30px}.product__step-title{font-size:14px;font-weight:700;color:var(--color-navy);margin-bottom:2px;line-height:1.3}.product__step-desc{font-size:13px;color:#6b7280;line-height:1.65;font-weight:400}.product__sections{display:flex;flex-direction:column;flex:1}.product__section{border-top:1px solid #E5E7EB}.product__section:last-of-type{border-bottom:1px solid #E5E7EB}.product__section-header{display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;background:none;border:none;width:100%;font-family:var(--font-primary);font-size:14px;font-weight:600;color:var(--color-navy);text-align:left}.product__section-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:var(--font-weight-regular);color:var(--color-navy);flex-shrink:0;transition:transform .3s ease}.product__section.is-open .product__section-icon{transform:rotate(45deg)}.product__section-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.product__section.is-open .product__section-body{max-height:600px}.product__section-content{padding-bottom:20px;font-size:13px;color:#6b7280;line-height:1.7;font-weight:400}.product__section-content ul{list-style:disc;padding-left:20px;display:flex;flex-direction:column;gap:6px}.product__section-content ol{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:6px}.product__nav{margin-top:auto;padding-top:32px;display:flex;gap:12px}.product__nav-card{width:100px;height:100px;border-radius:14px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease;display:block}.product__nav-card.is-active{border-color:var(--color-navy)}.product__nav-card:hover{border-color:var(--color-purple);transform:translateY(-2px)}.product__nav-card img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.product{flex-direction:column}.product__gallery{padding:40px 24px 24px;max-width:100%}.product__image-main{max-width:320px}.product__info{padding:40px 24px;max-width:100%;justify-content:flex-start}.product__title{font-size:26px}.product__close{top:16px;right:16px}}@media(max-width:768px){.product__gallery{padding:32px 20px 20px}.product__image-main{max-width:260px;margin-bottom:24px}.product__rotate{max-width:220px;margin-bottom:20px}.product__thumb{width:56px;height:56px;border-radius:10px}.product__info{padding:32px 20px}.product__title{font-size:22px}.product__tagline{font-size:13px}.product__desc{font-size:12px}.product__approach-title{font-size:24px}.product__approach-subtitle{font-size:14px}.product__nav-card{width:80px;height:80px;border-radius:12px}}@media(max-width:480px){.product__splash-image{width:70%;max-width:260px}.product__splash-skip{bottom:24px;right:24px;padding:10px 24px;font-size:13px}.product__image-main{max-width:220px}.product__thumb{width:48px;height:48px}.product__nav-card{width:70px;height:70px}.product__close{top:12px;right:12px}.product__close svg{width:24px;height:24px}.product__approach-title{font-size:22px}.product__approach-subtitle{font-size:13px}.product__step-number{font-size:18px;min-width:24px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/mindpixels-product.css.map */
