/*
Theme Name: EZShopz v3.0
Theme URI: https://ezshopz.store/
Author: EZShopz
Description: Lightweight Amazon affiliate product discovery theme for EZShopz.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: ezshopz
*/
:root{--ez-primary:#111827;--ez-accent:#ff9900;--ez-bg:#f7f7f8;--ez-card:#fff;--ez-text:#18202a;--ez-muted:#667085;--ez-border:#e5e7eb;--ez-radius:16px}
*{box-sizing:border-box}body{margin:0;background:var(--ez-bg);color:var(--ez-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}
.site-header{background:#fff;border-bottom:1px solid var(--ez-border);position:sticky;top:0;z-index:20}.header-inner{min-height:72px;display:flex;align-items:center;gap:28px}.site-branding{font-weight:800;font-size:25px}.site-branding span{color:var(--ez-accent)}.main-nav{margin-left:auto}.main-nav ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.main-nav a{font-weight:600;font-size:14px}.main-nav a:hover{color:var(--ez-accent)}
.hero{padding:72px 0;background:linear-gradient(135deg,#fff 0%,#fff8ed 100%)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{color:#b45309;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.hero h1{font-size:clamp(36px,5vw,62px);line-height:1.05;margin:10px 0 18px}.hero p{font-size:18px;color:var(--ez-muted);max-width:650px}.btn{display:inline-flex;padding:12px 20px;border-radius:999px;font-weight:800;margin:8px 8px 0 0}.btn-primary{background:var(--ez-accent);color:#111}.btn-dark{background:var(--ez-primary);color:#fff}.hero-card{background:#fff;border:1px solid var(--ez-border);border-radius:24px;padding:28px;box-shadow:0 15px 40px rgba(0,0,0,.06)}
.section{padding:58px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.section h2{font-size:30px;margin:0}.muted{color:var(--ez-muted)}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card,.product-card{background:var(--ez-card);border:1px solid var(--ez-border);border-radius:var(--ez-radius);overflow:hidden;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.07)}.category-card .icon{font-size:34px;padding:24px 24px 4px}.category-card h3,.category-card p{padding:0 24px}.product-image{aspect-ratio:1/1;background:#f1f3f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.product-body h3{font-size:17px;line-height:1.35;margin:0 0 8px}.price{font-weight:800;margin:8px 0}.amazon-btn{display:block;text-align:center;background:#ff9900;color:#111;padding:10px;border-radius:10px;font-weight:800;margin-top:12px}.affiliate-note{font-size:11px;color:#667085;margin-top:8px}
.cta{background:#111827;color:#fff;border-radius:24px;padding:42px}.cta h2{margin-top:0;font-size:32px}.site-footer{background:#111827;color:#fff;margin-top:40px;padding:45px 0}.site-footer .muted{color:#cbd5e1}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.main-nav ul{gap:10px;flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:560px){.header-inner{align-items:flex-start;padding:15px 0;flex-direction:column}.main-nav{margin-left:0}.main-nav ul{gap:12px}.grid{grid-template-columns:1fr}.hero{padding:45px 0}.section{padding:40px 0}}
