.product-page{min-height:100vh;}.product-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto;padding:1.25rem 1rem;}.product-back{font-family:var(--font-shop);font-style:italic;font-weight:800;font-size:0.85rem;letter-spacing:0.08em;color:var(--shop-gray);text-decoration:none;transition:color 0.2s;}.product-back:hover{color:var(--shop-teal);}.product-logo{margin:0;width:100px;}.product-layout{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1rem 3rem;display:grid;gap:2rem;}@media (min-width:900px){.product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;padding:0 2rem 4rem;}}.product-hero-panel{position:relative;border-radius:16px;overflow:hidden;background:linear-gradient( 180deg,var(--shop-card-top) 0%,#0d2840 40%,var(--shop-teal-dark) 80%,var(--shop-teal) 100% );min-height:360px;}.product-badge{position:absolute;top:12px;left:12px;z-index:2;}.product-hero-art{display:flex;align-items:flex-end;justify-content:center;min-height:clamp(320px,50vh,520px);padding:1rem;}.product-hero-img{width:100%;max-height:clamp(300px,48vh,500px);object-fit:contain;object-position:center bottom;filter:drop-shadow(0 16px 40px rgba(0,0,0,0.5));}.product-title{font-family:var(--font-shop);font-style:italic;font-weight:900;font-size:clamp(2rem,6vw,3.25rem);text-transform:uppercase;transform:skewX(-4deg);margin-bottom:0.75rem;text-shadow:0 4px 20px rgba(0,0,0,0.5);}.product-desc{color:var(--shop-gray);line-height:1.55;margin-bottom:1.25rem;max-width:480px;}.product-price{display:flex;align-items:center;gap:0.5rem;font-family:var(--font-shop);font-style:italic;font-weight:800;font-size:1.35rem;margin-bottom:1.25rem;}.product-cta{font-size:1rem;padding:0.75rem 1.75rem;margin-bottom:1.5rem;}.product-features{list-style:none;margin-bottom:2rem;display:grid;gap:0.5rem;}.product-features li{font-size:0.9rem;color:var(--shop-gray);padding-left:1.25rem;position:relative;}.product-features li::before{content:"▸";position:absolute;left:0;color:var(--shop-teal);font-weight:700;}.product-gallery-title{font-family:var(--font-shop);font-style:italic;font-weight:900;font-size:1.25rem;letter-spacing:0.06em;margin-bottom:0.75rem;transform:skewX(-4deg);}.product-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}.product-gallery-item{border-radius:10px;overflow:hidden;aspect-ratio:1;background:linear-gradient(180deg,var(--shop-card-top),var(--shop-teal-dark));}.product-gallery-item img{width:100%;height:100%;object-fit:contain;object-position:center bottom;padding:0.35rem;}.product-loading,.product-not-found{grid-column:1 / -1;text-align:center;padding:4rem 1rem;color:var(--shop-gray);}.product-not-found h1{font-family:var(--font-shop);font-style:italic;margin-bottom:1rem;}