.product-enhanced{position:relative;min-height:100vh}.product-enhanced__container{display:flex;flex-direction:column;min-height:100vh;position:relative}@media screen and (min-width:990px){.product-enhanced__container{flex-direction:row;max-width:100%;padding:0}}.product-enhanced__scrollable{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;scroll-behavior:smooth}@media screen and (min-width:990px){.product-enhanced__scrollable{width:60%;height:100vh;position:sticky;top:0;left:0;padding:4rem 3rem;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.3) transparent}.product-enhanced__scrollable::-webkit-scrollbar{width:8px}.product-enhanced__scrollable::-webkit-scrollbar-track{background:transparent}.product-enhanced__scrollable::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.3);border-radius:20px}.product-enhanced__scrollable::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.5)}}.product-enhanced__fixed{background-color:rgb(var(--color-background));padding:2rem;position:relative;z-index:10}@media screen and (min-width:990px){.product-enhanced__fixed{width:40%;height:100vh;position:fixed;top:0;right:0;padding:4rem 3rem;overflow-y:auto;box-shadow:-4px 0 20px #00000014;display:flex;flex-direction:column;justify-content:flex-start}}.product-enhanced__gallery{margin-bottom:3rem}.product-enhanced__media-item{width:100%;margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-enhanced__media-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-enhanced__media-item img,.product-enhanced__media-item video{width:100%;height:auto;display:block;object-fit:cover}.product-enhanced__main-carousel{position:relative;margin-bottom:1.5rem}.product-enhanced__main-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;cursor:zoom-in}.product-enhanced__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;margin-top:1.5rem}.product-enhanced__thumbnail{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s ease;opacity:.6}.product-enhanced__thumbnail:hover{opacity:1;transform:scale(1.05)}.product-enhanced__thumbnail.active{border-color:rgb(var(--color-foreground));opacity:1}.product-enhanced__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-enhanced__promotional{margin:4rem 0}.product-enhanced__promotional-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:rgb(var(--color-foreground))}.product-enhanced__promo-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width:750px){.product-enhanced__promo-grid{grid-template-columns:repeat(2,1fr)}}.product-enhanced__promo-item{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .3s ease}.product-enhanced__promo-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.product-enhanced__promo-item img{width:100%;height:auto;display:block}.product-enhanced__rich-content{margin:4rem 0}.product-enhanced__content-block{background:rgba(var(--color-foreground),.03);padding:3rem;border-radius:12px;margin-bottom:2rem;line-height:1.8}.product-enhanced__content-block h2,.product-enhanced__content-block h3{margin-top:0;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.product-enhanced__content-block p{margin-bottom:1rem;color:rgba(var(--color-foreground),.85)}.product-enhanced__content-block ul,.product-enhanced__content-block ol{padding-left:2rem;margin-bottom:1rem}.product-enhanced__content-block li{margin-bottom:.5rem}.product-enhanced__product-title{font-size:2.4rem;font-weight:700;margin-bottom:1rem;line-height:1.3;color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.product-enhanced__product-title{font-size:2.8rem;margin-bottom:1.5rem}}.product-enhanced__price-wrapper{margin:2rem 0;padding:2rem 0;border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-enhanced__description{margin:2rem 0;line-height:1.8;color:rgba(var(--color-foreground),.85)}.product-enhanced__form{margin-top:2rem}.product-enhanced__sticky-actions{position:sticky;bottom:0;background:rgb(var(--color-background));padding-top:2rem;margin-top:auto}.product-enhanced__variants{margin:2rem 0}.product-enhanced__variant-label{display:block;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.product-enhanced__features{display:grid;gap:1.5rem;margin:2rem 0}.product-enhanced__feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:rgba(var(--color-foreground),.03);border-radius:8px}.product-enhanced__feature-icon{flex-shrink:0;width:24px;height:24px;color:rgb(var(--color-foreground))}.product-enhanced__feature-text{flex:1;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.product-enhanced__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;animation:bounce 2s infinite;z-index:5}@media screen and (min-width:990px){.product-enhanced__scroll-indicator{left:30%}}.product-enhanced__scroll-indicator svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media screen and (max-width:989px){.product-enhanced__fixed{position:relative;height:auto;box-shadow:none;order:1}.product-enhanced__scrollable{order:2;height:auto}.product-enhanced__sticky-actions{position:fixed;bottom:0;left:0;right:0;padding:1.5rem 2rem;box-shadow:0 -4px 20px #0000001a;z-index:100}body.product-enhanced-page{padding-bottom:100px}}.product-enhanced__media-item.loading{background:linear-gradient(90deg,rgba(var(--color-foreground),.05) 25%,rgba(var(--color-foreground),.1),rgba(var(--color-foreground),.05) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(prefers-reduced-motion:reduce){.product-enhanced__media-item,.product-enhanced__thumbnail,.product-enhanced__promo-item{transition:none}.product-enhanced__scroll-indicator{animation:none}}@media print{.product-enhanced__scrollable{height:auto;overflow:visible}.product-enhanced__fixed{position:relative;height:auto}.product-enhanced__scroll-indicator{display:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-main-product-enhanced.css.map */
