
/*
Theme Name: Custom Red Woo Store
Author: Custom Store
Version: 1.1
Description: Red and white WooCommerce storefront starter theme.
*/
:root{--red:#d90000;--dark:#171717;--muted:#777;--border:#e7e7e7}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#fff}
a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid var(--border);background:#fff}
.header-inner{max-width:1240px;margin:auto;padding:18px 24px;display:flex;align-items:center;gap:28px}
.logo{font-weight:900;font-size:24px;color:var(--red);white-space:nowrap}.nav{display:flex;gap:22px;align-items:center;flex:1;font-weight:700;font-size:14px}.nav a:hover{color:var(--red)}
.header-actions{display:flex;gap:16px;font-size:14px;font-weight:700}.hero{max-width:1240px;margin:24px auto;padding:0 24px}
.hero-box{min-height:250px;background:linear-gradient(120deg,#111,#3a0000);display:flex;align-items:center;padding:50px;border-radius:8px;color:#fff}
.hero h1{font-size:46px;margin:0 0 12px}.hero p{font-size:18px;margin:0 0 22px}.btn{display:inline-block;background:var(--red);color:#fff;padding:13px 22px;border-radius:4px;font-weight:800}
.container{max-width:1240px;margin:0 auto;padding:20px 24px 60px}.breadcrumb{font-size:13px;color:var(--muted);margin:8px 0 26px}
.section-title{font-size:30px;margin:0 0 24px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff}.card-img{height:230px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;color:#999;font-weight:700;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:18px}.card h3{margin:0 0 10px;font-size:18px}.price{font-weight:900;font-size:17px}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px}.product-image{min-height:500px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-weight:700;overflow:hidden}.product-image img{width:100%;height:auto;object-fit:contain}
.product-title{font-size:38px;margin:0 0 12px}.product-price{font-size:27px;font-weight:900;margin-bottom:20px}.status{padding:13px 15px;border:1px solid #bfe7c8;background:#f0fff3;border-radius:5px;margin:20px 0;font-weight:700}
.woocommerce div.product form.cart{margin-top:20px}.woocommerce .button,.woocommerce button.button,.woocommerce a.button{background:var(--red)!important;color:#fff!important;border-radius:4px!important;font-weight:800!important;padding:13px 20px!important}
.footer{background:#111;color:#fff;padding:45px 24px}.footer-inner{max-width:1240px;margin:auto;display:flex;justify-content:space-between}
@media(max-width:800px){.nav{display:none}.header-inner{justify-content:space-between}.products-grid{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:25px}.hero-box{padding:30px}.hero h1{font-size:34px}}
@media(max-width:520px){.products-grid{grid-template-columns:1fr}.hero{padding:0 14px}.container{padding-left:14px;padding-right:14px}}
