/*
 Theme Name: BarghShop Child
 Theme URI: https://example.com/barghshop-child
 Description: پوستهٔ فرزند برای Astra جهت راه‌اندازی کاتالوگ تجهیزات برقی با حالت درخواست پیش‌فاکتور (Catalog/Quote).
 Template: astra
 Version: 1.0.0
 Author: Starter Kit
 Text Domain: barghshop
*/
@font-face{
  font-family:"Vazirmatn";
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/vazirmatn/v33/Vazirmatn-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face{
  font-family:"Vazirmatn";
  font-style: 700;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/s/vazirmatn/v33/Vazirmatn-Bold.woff2') format('woff2');
  font-display: swap;
}
html[dir="rtl"] body, body{
  font-family: "Vazirmatn", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/* نوار برندها */
.brand-strip{display:flex;gap:20px;flex-wrap:wrap;align-items:center;justify-content:center;margin:30px auto}
.brand-strip img{max-height:40px;opacity:.9}
/* دکمه درخواست پیش‌فاکتور */
a.barghshop-quote-btn{display:inline-block;padding:.75rem 1.25rem;border-radius:6px;text-decoration:none}
a.barghshop-quote-btn{background:#007cba;color:#fff}
a.barghshop-quote-btn:hover{opacity:.9}
/* جداول مشخصات */
table.shop_attributes th, table.shop_attributes td {font-size: 0.95rem}
/* کارت دسته‌بندی‌ها */
.category-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.category-tiles a{display:block;border:1px solid #eee;border-radius:10px;padding:18px;text-align:center;text-decoration:none}
.category-tiles a:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
