/*
Theme Name: GadgetMart
Theme URI: https://example.com/gadgetmart
Author: ChatGPT
Author URI: https://chat.openai.com/
Description: A clean, fast WooCommerce-ready theme for mobile & computer stores.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gadgetmart
Tags: e-commerce, woocommerce, responsive, blog, custom-logo
*/
:root{--gm-primary:#0f6;--gm-dark:#0d1b2a;--gm-accent:#0ea5e9;--gm-gray:#f5f5f7}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;background:var(--gm-gray);margin:0;color:#111}
a{color:var(--gm-accent);text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.site-header{background:#fff;position:sticky;top:0;z-index:99;border-bottom:1px solid #e5e7eb}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}
.menu{display:flex;gap:1rem;list-style:none;margin:0;padding:0}
.hero{background:linear-gradient(135deg,#0ea5e9 0%, #22d3ee 100%);color:white;padding:4rem 0}
.hero h1{margin:0;font-size:2.2rem}
.grid{display:grid;gap:1rem}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{background:#fff;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.06);padding:1rem}
footer.site-footer{background:#0d1b2a;color:#e5e7eb;padding:2rem 0;margin-top:2rem}
.woocommerce ul.products li.product .price{color:#111}
.woocommerce span.onsale{background:#0ea5e9}
.header-cart a{font-weight:600}
@media (max-width:768px){.grid-3{grid-template-columns:1fr} .menu{flex-wrap:wrap}}