/*
Theme Name: Asan Cover
Theme URI: https://afzghi.ir
Author: afzghi.ir
Author URI: https://afzghi.ir
Description: قالب فروشگاهی مینیمال، بهینه‌شده برای لود زیر ۳ ثانیه، سازگار با ووکامرس و فارسی (RTL).
Version: 2.1.0
License: GNU General Public License v2 or later
Text Domain: asan-cover
*/
:root { --bg: #f8f9fa; --text: #222; --primary: #0d6efd; --radius: 8px; --shadow: 0 2px 8px rgba(0,0,0,0.08); --gap: 24px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Vazirmatn", "Tahoma", Arial, sans-serif; line-height: 1.6; color: var(--text); background: var(--bg); }
a { text-decoration: none; color: inherit; transition: color .2s; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; background: var(--primary); color: #fff; border-radius: var(--radius); font-weight: 500; border: none; cursor: pointer; }
body.rtl { direction: rtl; text-align: right; }