/* Minimal base styles for My Rare Candy theme */
*{box-sizing:border-box}
img{max-width:100%;height:auto}
h1,h2,h3{line-height:1.1;margin:0 0 .6em}
.grid{display:grid;gap:20px}
.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.grid.cols-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.grid.cols-2,.grid.cols-3{grid-template-columns:1fr}}
.header{position:sticky;top:0;z-index:50;background:var(--bg, #0b0b0c);backdrop-filter:saturate(180%) blur(10px); border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px}
.logo img{width:36px;height:36px;border-radius:10px}
.nav a{margin:0 10px;opacity:.86}
.footer{margin-top:60px;padding:40px 0;border-top:1px solid rgba(255,255,255,.08);opacity:.9}
.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:rgba(122,44,240,.12);color:var(--brand)}
.product-card{display:flex;flex-direction:column;gap:8px}
.product-card .price{font-weight:700}
.hero{padding:56px 0 28px}
.hero .cta{display:flex;gap:12px;margin-top:16px}
