/*
Theme Name: Lyle Aggregator
Theme URI: https://lyle.com
Author: Hossain Ali
Author URI: https://lyle.com
Description: Minimal, fast WordPress theme for a fashion search/aggregator MVP. Registers Product & Brand CPTs and basic search UI.
Version: 1.0.0
Text Domain: lyle-aggregator
*/
:root{--c1:#0f172a;--c2:#1e293b;--c3:#334155;--a:#2563eb;--bg:#f8fafc;}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu;line-height:1.6;background:#fff;color:#0f172a}
.container{max-width:1100px;margin:0 auto;padding:16px}
.header{background:var(--bg);border-bottom:1px solid #e5e7eb}
.logo a{text-decoration:none;color:var(--c1);font-weight:700;font-size:20px}
.nav a{color:#334155;margin-right:14px;text-decoration:none}
.btn{display:inline-block;padding:10px 14px;background:var(--a);color:#fff;border-radius:8px;text-decoration:none}
.card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.price{font-weight:700;color:#111827}
.badge{display:inline-block;background:#f1f5f9;color:#0f172a;padding:2px 8px;border-radius:999px;font-size:12px}
.footer{border-top:1px solid #e5e7eb;background:var(--bg);color:#475569}
input,select{padding:10px;border:1px solid #e5e7eb;border-radius:8px;width:100%}
.searchbar{display:grid;grid-template-columns:1fr 140px;gap:10px}
form label{font-size:13px;color:#475569}
.meta{color:#475569;font-size:14px}
