/*
Theme Name: PC SPOT
Theme URI: https://example.com/
Description: PC SPOT WooCommerce child theme, inspired by modern electronics retail layouts.
Author: PC SPOT
Template: storefront
Version: 1.0.0
Text Domain: pc-spot
*/
:root{--pc-blue:#0b4ea2;--pc-dark:#111827;--pc-light:#f5f7fa;--pc-border:#e5e7eb}
body{background:#fff;color:#1f2937}
.site-header{border-bottom:1px solid var(--pc-border)}
.pc-spot-brand{font-size:28px;font-weight:800;letter-spacing:.5px;color:var(--pc-blue);text-decoration:none}
.pc-spot-topbar{background:var(--pc-dark);color:#fff;padding:7px 0;font-size:13px}
.pc-spot-search{display:flex;gap:8px;max-width:760px;margin:0 auto}
.pc-spot-search input{flex:1;padding:12px 14px;border:1px solid #d1d5db;border-radius:5px}
.pc-spot-search button{padding:12px 18px;background:var(--pc-blue);color:#fff;border:0;border-radius:5px}
.pc-spot-categories{display:flex;gap:22px;flex-wrap:wrap;padding:12px 0;font-weight:600}
.pc-spot-hero{padding:55px 30px;background:linear-gradient(135deg,#eef5ff,#fff);border-radius:8px;margin:25px 0}
.pc-spot-hero h1{font-size:44px;margin:0 0 12px}
.pc-spot-hero p{font-size:18px}
.pc-spot-section{margin:38px 0}
.pc-spot-section h2{font-size:28px}
.woocommerce ul.products li.product{border:1px solid var(--pc-border);border-radius:8px;padding:14px;background:#fff;transition:.15s}
.woocommerce ul.products li.product:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.woocommerce ul.products li.product .button{background:var(--pc-blue);color:#fff}
@media(max-width:768px){.pc-spot-hero h1{font-size:32px}.pc-spot-search{margin:10px 0}.pc-spot-categories{gap:12px;font-size:14px}}

.pc-spot-widget-title{margin-bottom:18px}
.pc-spot-widget{width:100%}
.pc-spot-widget .widget{margin:0}
.pc-spot-section .widget_media_image img{border-radius:8px}
