.page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#0a0f0d;color:#e6ebe9;padding:2rem}.product{max-width:900px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;background:#0f1513;border-radius:14px;padding:2rem}.gallery{display:grid;grid-gap:1rem;gap:1rem}.product-image{width:100%;border-radius:10px;object-fit:cover;background:#0a0f0d}.product-info h1{font-size:2rem;margin-bottom:.5rem}.price{font-size:1.2rem;opacity:.8;margin-bottom:1rem}.description{line-height:1.6;margin-bottom:1rem}.features{list-style:none;padding:0;margin-bottom:1.5rem;opacity:.9}.features li:before{content:"• ";opacity:.5}.buy{background:#e6ebe9;color:#0a0f0d;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem}.buy:hover{opacity:.9}