:root{--bg:#0a0a0a;--bg-card:#141414;--bg-hover:#1a1a1a;--border:#262626;--text:#ededed;--text-muted:#999;--accent:#14b8a6;--accent-hover:#0d9488;--danger:#ef4444}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;background:var(--bg);z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:700;color:var(--text)}.logo span{color:var(--accent)}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.nav a:hover{color:var(--text)}.footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:4rem;text-align:center;color:var(--text-muted);font-size:.85rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2rem 0}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-2px);border-color:var(--accent)}.product-card-image{aspect-ratio:1;overflow:hidden;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-image .no-image{color:var(--text-muted);font-size:3rem}.product-card-body{padding:1rem}.product-card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-category{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.product-card-price{font-size:1.2rem;font-weight:700;color:var(--accent)}.hero{text-align:center;padding:4rem 0 2rem}.hero h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.hero p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.category-filter{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 0}.category-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:.85rem;transition:all .2s}.category-btn.active,.category-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;padding:2rem 0}@media (max-width:768px){.product-detail{grid-template-columns:1fr}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery-main{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border)}.product-gallery-main img{width:100%;height:100%;object-fit:contain}.product-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto}.product-gallery-thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid var(--border);cursor:pointer;flex-shrink:0}.product-gallery-thumb.active{border-color:var(--accent)}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.product-info .category-badge{display:inline-block;font-size:.8rem;color:var(--accent);background:rgba(20,184,166,.1);padding:.25rem .75rem;border-radius:99px;margin-bottom:1rem}.product-info .price{font-size:2rem;font-weight:800;color:var(--accent);margin-bottom:1.5rem}.product-info .description{color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem}.product-info .tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.product-info .tag{font-size:.75rem;background:var(--bg-hover);color:var(--text-muted);padding:.25rem .75rem;border-radius:99px;border:1px solid var(--border)}.product-info .colors{display:flex;gap:.5rem;margin-bottom:1.5rem}.color-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--border)}.product-dimensions{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.product-dimensions dt{display:inline;font-weight:600;color:var(--text)}.product-dimensions dd{display:inline;margin-left:.25rem;margin-right:1rem}.breadcrumb{display:flex;gap:.5rem;align-items:center;padding:1rem 0;font-size:.85rem}.breadcrumb,.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--accent)}.static-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.static-page h1{font-size:2rem;margin-bottom:1.5rem}.static-page h2{font-size:1.3rem;margin-top:2rem;margin-bottom:.75rem}.static-page p{color:var(--text-muted);margin-bottom:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.section-header h2{font-size:1.5rem;font-weight:700}.section-header a{font-size:.9rem}