/*
Theme Name: Ahan Bricks Child
Theme URI: https://example.com/
Description: پوسته فرزند Bricks برای کاتالوگ قیمت و پیش‌فاکتور آهن‌آلات.
Author: OpenAI
Template: bricks
Version: 1.1.0
Text Domain: ahan-bricks-child
*/

:root {
  --content-width: 1180px;
  --ahan-primary: #17324d;
  --ahan-accent: #f28c28;
  --ahan-text: #1d1d1f;
  --ahan-muted: #6e6e73;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  color: var(--ahan-text);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Vazirmatn", Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.brxe-container { width: min(var(--content-width), calc(100% - 32px)); }

/* Let the catalog shortcodes control their own responsive width inside Bricks templates. */
.brxe-section:has(.iqc-site-header),
.brxe-section:has(.iqc-site-footer),
.brxe-section:has(.iqc-section),
.brxe-section:has(.iqc-hero),
.brxe-container:has(.iqc-site-header),
.brxe-container:has(.iqc-site-footer),
.brxe-container:has(.iqc-section),
.brxe-container:has(.iqc-hero) {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
