/*
Theme Name: CHOLLOS WOW (Chollometro Style)
Theme URI: https://example.com/chollos-wow
Author: Tu Nombre
Author URI: https://example.com
Description: Tema WordPress estilo Chollometro para web de chollos y afiliados Amazon.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: chollos-wow
Tags: deals, affiliate, grid, responsive, light
*/

:root{
  --accent:#ff4d00;
  --bg:#f7f7f7;
  --card:#ffffff;
  --muted:#666;
  --text:#111;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter, system-ui, Arial, sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
a{color:var(--accent);text-decoration:none}
.header{background:#fff;border-bottom:1px solid #eee;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;position:sticky;top:0;z-index:10}
.site-brand{display:flex;align-items:center;gap:12px}
.logo{height:48px;width:48px}
.site-title{font-size:22px;font-weight:700}
.search-form{flex:1;max-width:480px}
.search-form input[type="search"]{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:6px}
.container{max-width:1240px;margin:24px auto;padding:0 16px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.card{background:var(--card);padding:16px;border-radius:10px;border:1px solid #eee;box-shadow:0 2px 4px rgba(0,0,0,0.05);display:flex;flex-direction:column;justify-content:space-between}
.card h2,.card h3{margin:0 0 8px;font-size:18px;line-height:1.3}
.meta{font-size:12px;color:var(--muted);margin-bottom:8px}
.deal-price{font-size:20px;font-weight:700;color:var(--accent);margin-top:auto}
.btn{display:inline-block;margin-top:12px;padding:10px 14px;border-radius:6px;background:var(--accent);color:#fff;font-weight:600;text-align:center}
.footer{margin-top:40px;padding:20px;text-align:center;font-size:13px;color:var(--muted)}
