.product-gallery{flex-direction:column;gap:1rem;width:100%;display:flex}.gallery-main{aspect-ratio:4/5;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.gallery-glow{pointer-events:none;background:radial-gradient(60% 55% at 50% 42%,#00c6ff1f,#0000 70%);position:absolute;inset:0}.gallery-main-img{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;animation:.45s gallery-fade;display:block;position:relative}@keyframes gallery-fade{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.gallery-thumbs{gap:.75rem;display:flex}.gallery-thumb{border:1px solid var(--glass-border);cursor:pointer;background:#ffffff05;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.4rem;padding:.6rem .5rem .55rem;transition:border-color .2s,background .2s,transform .2s;display:flex}.gallery-thumb:hover{border-color:#ffffff40;transform:translateY(-2px)}.gallery-thumb.is-active{border-color:var(--accent-cyan);background:#00f0ff0f}.gallery-thumb-img{object-fit:contain;width:100%;height:66px;display:block}.gallery-thumb-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:600;transition:color .2s}.gallery-thumb.is-active .gallery-thumb-label{color:var(--accent-cyan)}@media (max-width:880px){.gallery-main{aspect-ratio:4/5;max-width:420px;margin:0 auto}}
.shop-product{align-items:center;min-height:calc(100vh - 80px);padding:8rem 2rem 5rem;display:flex}.shop-product-inner{grid-template-columns:1.05fr 1fr;align-items:center;gap:4.5rem;width:100%;max-width:1140px;margin:0 auto;display:grid}.product-info{flex-direction:column;align-items:flex-start;display:flex}.shop-badge{border:1px solid var(--glass-border);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.72rem;font-weight:600;display:inline-block}.product-title{letter-spacing:-.03em;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:300;line-height:1.05}.product-flavor{letter-spacing:.02em;color:var(--text-secondary);margin-top:.85rem;font-size:.95rem;font-weight:500}.shop-subtitle{color:var(--text-secondary);max-width:520px;margin-top:1.5rem;font-size:clamp(1rem,2vw,1.12rem);line-height:1.7}.product-highlights{flex-wrap:wrap;gap:.6rem;margin-top:1.9rem;list-style:none;display:flex}.product-highlights li{color:var(--text-secondary);border:1px solid var(--glass-border);background:#ffffff05;border-radius:100px;padding:.42rem .95rem;font-size:.8rem}.shop-price{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-top:2.1rem;display:flex}.price-amount{background:var(--fluid-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,5.5vw,3.4rem);font-weight:700}.price-unit{color:var(--text-muted);font-size:.95rem}.shop-cta-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.9rem;display:flex}.shop-btn{min-width:180px}.shop-btn-science{gap:.5rem}.shop-status{color:var(--text-muted);letter-spacing:.03em;margin-top:1.5rem;font-size:.8rem}.shop-safety-advisory{color:var(--text-muted);border-top:1px solid #ffffff12;max-width:480px;margin-top:1.9rem;padding-top:1.4rem;font-size:.78rem;line-height:1.65}@media (max-width:880px){.shop-product{min-height:auto;padding:6.5rem 1.5rem 4rem}.shop-product-inner{grid-template-columns:1fr;gap:2.75rem}.product-info{text-align:center;align-items:center}.product-highlights,.shop-price,.shop-cta-row{justify-content:center}.shop-safety-advisory{text-align:center}}@media (max-width:480px){.shop-btn{width:100%}}
