/*
Theme Name: Mobile Najafi
Theme URI: https://example.com/mobile-shop
Author: Mobile Shop Studio
Author URI: https://example.com
Description: قالب فروشگاهی فارسی و راست‌چین برای فروش موبایل و لوازم جانبی، با صفحه اصلی حرفه‌ای و سازگاری کامل با ووکامرس.
Version: 1.18.3
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mobile-shop
Tags: e-commerce, rtl-language-support, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --mshop-accent: #e11d48;
  --mshop-accent-dark: #be123c;
  --mshop-ink: #101828;
  --mshop-muted: #667085;
  --mshop-border: #e7eaf0;
  --mshop-surface: #ffffff;
  --mshop-canvas: #f6f7fb;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: var(--mshop-canvas);
  color: var(--mshop-ink);
  direction: rtl;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed !important;
  z-index: 100000;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: #111827;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.18);
}
