/* ============================================================
   متجر أذواق — ثيم رائد — النسخة النهائية v12
   ============================================================ */

:root {
  --g:   #c9a84c;
  --gl:  #e8c97a;
  --gd:  #9a7a2e;
  --dk:  #0a0a0a;
  --dk2: #141414;
  --wh:  #ffffff;
  --bg:  #f7f7f7;
  --tx:  #1a1a1a;
  --br:  rgba(201,168,76,.2);
  --r:   10px;
  --e:   .27s cubic-bezier(.4,0,.2,1);
}

/* ══ 1. مسح الهوامش الزائدة بين الهيدر/البنر/الأقسام ══ */
body, html { padding-top: 0 !important; margin-top: 0 !important; }

.s-header, .header, [class*="site-header"], [class*="main-header"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* البنر بدون هوامش */
.raed-slider, .raed-hero,
[data-section-type="slideshow"],
[data-section-type="image-with-text"],
.s-slider, .s-hero-banner,
.slider, .slider-wrapper,
[class*="swiper"], [class*="slick-slider"] {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* قسم الأيقونات — لاصق تحت البنر مباشرة */
.azwaq-categories-section {
  margin: 0 !important;
  padding: 14px 0 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
}

/* ما يلي قسم الأيقونات — لا هامش أعلاه */
.azwaq-categories-section + *,
#azwaq-cats + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ══ 2. هيدر ══ */
.s-header, .header, [class*="site-header"] {
  background: #fff !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.05) !important;
}

/* أيقونات الهيدر — متساوية */
.s-header__actions-item,
[class*="header__actions"] > *,
[class*="header__action"],
.header__cart-trigger,
.header__profile-trigger {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 3px !important;
  transition: all var(--e) !important;
  position: relative !important;
}
[class*="header__action"]:hover { border-color: var(--br) !important; background: rgba(201,168,76,.07) !important; }

/* عداد السلة */
.s-cart-count, [class*="cart__count"], .badge-cart {
  background: #ef4444 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 10px !important;
  position: absolute !important;
  top: -3px !important; right: -3px !important;
  border: 2px solid #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 3px !important;
}

/* روابط الناف */
[class*="header__nav"] a, [class*="nav__link"] {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  color: var(--tx) !important;
  transition: color var(--e) !important;
}
[class*="header__nav"] a:hover { color: var(--gd) !important; }

/* ══ 3. قسم الأيقونات الدائرية ══ */
.azwaq-categories-section {
  background: #fff !important;
  direction: rtl !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  width: 100% !important;
  display: block !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
}
.azwaq-categories-section::-webkit-scrollbar { display: none !important; }

.azwaq-cats-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  padding: 4px 12px 16px !important;
  overflow-x: visible !important;
  width: max-content !important;
  min-width: 100% !important;
}
.azwaq-cats-track::-webkit-scrollbar { display: none !important; }

.azwaq-cat-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  flex-shrink: 0 !important;
  width: 82px !important;
  padding: 2px 0 !important;
  text-decoration: none !important;
  transition: transform var(--e) !important;
}
.azwaq-cat-item:hover { transform: translateY(-3px) !important; }

.azwaq-cat-circle {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: var(--dk) !important;
  border: 2px solid var(--g) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.1) !important;
  transition: border-color var(--e), box-shadow var(--e) !important;
  box-sizing: border-box !important;
  padding: 4px !important;
}
.azwaq-cat-item:hover .azwaq-cat-circle {
  border-color: var(--gl) !important;
  box-shadow: 0 4px 14px rgba(201,168,76,.28) !important;
}

.azwaq-cat-icon {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.azwaq-cat-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  -webkit-user-drag: none !important;
}
.azwaq-cat-icon svg {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
  stroke: var(--g) !important;
  stroke-width: 1.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: stroke var(--e) !important;
}
.azwaq-cat-item:hover .azwaq-cat-icon svg { stroke: var(--gl) !important; }

.azwaq-cat-name {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: var(--tx) !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-family: 'Cairo', sans-serif !important;
  user-select: none !important;
  line-height: 1.3 !important;
}

/* ══ 4. بطاقة المنتج المحدثة ══ */
[class*="product-card"],
[class*="ProductCard"],
[class*="product-item"],
.s-product-card,
div[id*="product"] > div[class*="relative"],
div[data-testid*="product"],
[class*="product-grid"] > div,
[class*="collection-products"] > div {
  border-radius: 24px !important;
  background: #ffffff !important;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.3s ease !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  position: relative !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
}

.s-product-card:hover,
div[id*="product"] > div[class*="relative"]:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(201, 168, 76, 0.3) !important;
}

/* صور البطاقة — مربعة تماماً بنسبة 1:1 */
[class*="product-card"] img,
[class*="ProductCard"] img,
[class="product-item"] img,
.s-product-card__image img,
.product-card__image img,
[class*="product-card__image"] img,
[class*="product__image"] img,
div[id*="product"] img {
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0.2, 1) !important;
}

[class*="product-card"]:hover img,
[class*="ProductCard"]:hover img,
.s-product-card:hover img {
  transform: scale(1.04) !important;
}

/* منطقة معلومات المنتج */
[class*="product-card"] > div:last-child,
[class*="ProductCard"] > div:last-child,
.s-product-card__info,
[class="product-card__info"],
[class*="product__body"],
div[id*="product"] > div[class*="relative"] > div:last-child {
  background: white !important;
  flex-direction: column !important;
  text-align: center !important;
  flex-grow: 1 !important;
  justify-content: flex-start !important;
}

/* عنوان المنتج */
[class*="product-card"] [class="title"],
[class*="product-card"] [class*="name"],
[class*="ProductCard"] [class*="title"],
[class*="ProductCard"] [class*="name"],
[class*="product-item"] [class*="title"],
.s-product-card__name,
.product-card__name,
[class*="product-card__name"],
[class*="product__name"],
[class*="product__title"],
[class*="product-name"],
div[id*="product"] [class*="text-h3"],
div[id*="product"] [class*="text-h4"] {
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin: 0px auto 8px auto !important;
  font-family: "Cairo", "Tajawal", sans-serif !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-decoration: none !important;
  height: 42px !important;
  text-align: center !important;
  word-break: break-word !important;
}

/* إخفاء العنوان الفرعي تماماً */
[class*="product-card"] [class="subtitle"],
[class*="product-card"] [class*="sub-title"],
[class*="ProductCard"] [class*="subtitle"],
[class*="ProductCard"] [class*="sub-title"],
.s-product-card__subtitle,
.product-card__subtitle,
[class*="subtitle"],
[class*="sub-title"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* تقييم النجوم */
[class="rating"],
[class*="stars"],
.s-rating {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2px !important;
  margin: 0px auto 8px auto !important;
}

[class*="rating"] svg,
[class*="stars"] svg,
.s-rating svg,
[class*="rating"] i,
[class*="stars"] i,
.s-rating i {
  color: #ffc107 !important;
  fill: #ffc107 !important;
}

/* السعر */
[class*="product-card"] [class="price"],
[class*="ProductCard"] [class*="price"],
[class*="product-item"] [class*="price"],
.s-product-card__price,
.product-card__price,
.s-price,
[class*="product-card__price"],
[class*="product__price"],
div[id*="product"] [class*="price"] {
  color: #374151 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  font-family: "Cairo", "Tajawal", sans-serif !important;
  margin: 4px auto 12px auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  text-align: center !important;
}

[class*="product-card"] [class*="price"] [class*="sale"],
[class*="ProductCard"] [class*="price"] [class*="sale"] {
  color: #b2913e !important;
  font-weight: 700 !important;
}

[class*="old-price"],
[class*="compare-price"],
[class*="price--compare"],
[class*="product-card"] [class*="price"] [class*="compare"],
[class*="ProductCard"] [class*="price"] [class*="compare"] {
  color: #b0b0b0 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: line-through !important;
}

/* ══ تصميم زر "إضافة للسلة" ══ */
[class*="product-card"] button,
[class*="ProductCard"] button,
.s-btn-add-to-cart,
.product-card__add-btn,
[class="add-to-cart"],
[class*="AddToCart"],
.pc-btn,
div[id*="product"] button[class*="w-full"] {
  background: #dfc584 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0px 0px 24px 24px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: "Cairo", sans-serif !important;
  height: 46px !important;
  line-height: 46px !important;
  width: calc(100% + 24px) !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
  margin-top: auto !important;
  margin-bottom: 0px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  transition: background 0.25s ease !important;
  box-shadow: none !important;
  padding: 0 0 0 44px !important;
}

[class*="product-card"] button:hover,
[class*="ProductCard"] button:hover,
.s-btn-add-to-cart:hover,
[class*="add-to-cart"]:hover {
  background: #d4b26f !important;
  color: #000000 !important;
}

/* إخفاء الأيقونات والرسومات القديمة لتوحيد المظهر */
[class*="product-card"] button svg,
[class*="ProductCard"] button svg,
.s-btn-add-to-cart svg,
[class="add-to-cart"] svg,
[class*="product-card"] button i,
.s-btn-add-to-cart i,
[class*="add-to-cart"] i {
  display: none !important;
}

/* حقن رمز الزائد (+) الفاصل */
[class*="product-card"] button::after,
[class*="ProductCard"] button::after,
.s-btn-add-to-cart::after,
.product-card__add-btn::after,
[class="add-to-cart"]::after,
[class*="AddToCart"]::after,
.pc-btn::after {
  content: "+" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #000000 !important;
}

/* الأيقونات العائمة (المفضلة / نظرة سريعة) */
.s-product-card__wishlist,
[class="wishlist-btn"],
[class*="add-to-wishlist"],
[class*="quick-view"],
[class*="quickview"] {
  width: 36px !important;
  height: 36px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  position: absolute !important;
  right: 12px !important;
  z-index: 10 !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.s-product-card__wishlist,
[class*="wishlist-btn"],
[class*="add-to-wishlist"] {
  top: 12px !important;
}

[class*="quick-view"],
[class*="quickview"] {
  top: 54px !important;
}

.s-product-card__wishlist:hover,
[class*="wishlist-btn"]:hover,
[class*="quick-view"]:hover {
  transform: scale(1.08) !important;
  background: #f7f7f7 !important;
}

/* إصلاح خلفية العنوان الترويجي */
.s-product-card-image,
.product-image {
  position: relative !important;
  overflow: hidden !important;
}

/* احذف أي overlay قديم */
.s-product-card-image::before,
.s-product-card-image::after,
.product-image::before,
.product-image::after {
  display: none !important;
  background: none !important;
  content: none !important;
}

/* العنوان الترويجي - شارة الخصم */
.s-product-card-badge,
.product-badge,
.sale-badge {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #E8C97A !important;
  color: #1a1a1a !important;
  padding: 5px 12px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  z-index: 3 !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 1 !important;
}

[class*="badge--new"],
[class*="tag--new"] {
  background: #000000 !important;
  color: #dfc584 !important;
}

/* ══ 5. صفحة المنتج ══ */
[class*="product__description"],
[class*="product-description"],
.product-description,
.s-product-description {
  color: var(--tx) !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
}

/* وصف — read more */
.az-desc-wrapper {
  overflow: hidden !important;
  position: relative !important;
  transition: max-height .35s ease !important;
}
.az-desc-wrapper.collapsed {
  max-height: 5.2em !important;
}
.az-desc-wrapper.collapsed::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  height: 28px !important;
  background: linear-gradient(transparent, #fff) !important;
  pointer-events: none !important;
}
.az-read-more-btn {
  background: none !important;
  border: none !important;
  color: var(--gd) !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  padding: 6px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  transition: color var(--e) !important;
}
.az-read-more-btn:hover { color: var(--g) !important; }

/* أزرار الشراء */
.s-btn-buy, [class*="btn-buy"], [class*="buy-now"] {
  background: var(--g) !important;
  color: var(--dk) !important;
  border: none !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  transition: all var(--e) !important;
}
.s-btn-buy:hover { background: var(--gl) !important; box-shadow: 0 6px 18px rgba(201,168,76,.4) !important; }

/* ══ 6. الأيقونات — تظهر في الرئيسية فقط، مخفية في كل الصفحات الأخرى ══ */

/* خطوة 1: إخفاء في جميع الصفحات افتراضياً */
#azwaq-cats,
.azwaq-categories-section {
  display: none !important;
}

/* خطوة 2: إظهار في الرئيسية فقط — سلة تضيف هذه الكلاسات على body */
body.template-index #azwaq-cats,
body.template-index .azwaq-categories-section,
body.page-home #azwaq-cats,
body.page-home .azwaq-categories-section,
body[class*="index"] #azwaq-cats,
body[class*="index"] .azwaq-categories-section,
.s-home #azwaq-cats,
.s-home .azwaq-categories-section {
  display: block !important;
}

/* ══ 7. القائمة الجانبية — خلفية بيضاء، خط أسود ══ */
[class*="sidebar"], [class*="side-menu"],
[class*="mobile-menu"], [class*="drawer"], [class*="offcanvas"] {
  background: #ffffff !important;
}
[class*="sidebar"] *, [class*="side-menu"] *, [class*="drawer"] * {
  color: #1a1a1a !important;
}
[class*="sidebar"] a, [class*="side-menu"] a, [class*="drawer"] a {
  color: #1a1a1a !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
  display: block !important;
  visibility: visible !important;
  padding: 7px 0 !important;
  transition: color var(--e) !important;
}
[class*="sidebar"] a:hover, [class*="drawer"] a:hover { color: var(--gd) !important; }
[class*="sidebar"] h3, [class*="drawer"] h3,
[class*="sidebar"] h4, [class*="drawer"] h4 {
  color: #1a1a1a !important;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 700 !important;
}

/* ══ 8. الفوتر — خلفية سوداء، نصوص بيضاء، عناوين ذهبية، أيقونات ذهبية ══ */
footer, .footer, .s-footer,
[class*="site-footer"], [class*="main-footer"] {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border-top: 2px solid var(--g) !important;
  font-family: 'Cairo', sans-serif !important;
}
/* جميع النصوص بيضاء */
footer *, .footer *, [class*="site-footer"] * {
  color: #ffffff !important;
}
/* العناوين ذهبية */
[class*="footer__title"], [class*="footer"] h3,
[class*="footer"] h4, [class*="footer"] h5 {
  color: var(--g) !important;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  margin-bottom: 12px !important;
}
/* الروابط بيضاء */
footer a, .footer a, [class*="footer"] a {
  color: rgba(255,255,255,.75) !important;
  font-size: 13px !important;
  transition: color var(--e) !important;
  display: block !important;
  padding: 3px 0 !important;
}
footer a:hover, .footer a:hover { color: var(--g) !important; }

/* شعار الفوتر المُحقن */
#az-footer-logo {
  text-align: center !important;
  padding: 22px 16px 18px !important;
  border-bottom: 3px solid #c9a84c !important
  margin-bottom: 0px !important;
}
#az-footer-logo .az-fl-name {
  font-family: 'Tajawal', sans-serif !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  display: block !important;
  line-height: 1 !important;
}
#az-footer-logo .az-fl-name em {
  color: var(--g) !important;
  font-style: normal !important;
}
#az-footer-logo .az-fl-line {
  width: 50px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, var(--g), transparent) !important;
  margin: 8px auto 6px !important;
  border-radius: 2px !important;
  display: block !important;
}
#az-footer-logo .az-fl-sub {
  font-size: 10px !important;
  color: rgba(255,255,255,.35) !important;
  letter-spacing: 1.5px !important;
  font-family: 'Cairo', sans-serif !important;
  display: block !important;
  margin-top: 2px !important;
}

/* أيقونات التواصل الاجتماعي — لون ذهبي */
[class*="footer__social"], [class*="footer-social"],
[class*="social-links"], [class*="social-icons"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  direction: ltr !important;
  flex-wrap: wrap !important;
  padding: 14px 0 !important;
}
[class*="footer__social"] a, [class*="footer-social"] a,
[class*="social-links"] a, [class*="social-icons"] a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(201,168,76,.1) !important;
  border: 1.5px solid var(--g) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  transition: all var(--e) !important;
  padding: 0 !important;
  text-decoration: none !important;
  color: var(--g) !important;
}
/* أيقونات SVG داخل التواصل — ذهبية */
[class*="footer__social"] a svg,
[class*="footer-social"] a svg,
[class*="social-links"] a svg,
[class*="social-icons"] a svg {
  stroke: var(--g) !important;
  fill: var(--g) !important;
  color: var(--g) !important;
}
[class*="footer__social"] a:hover,
[class*="social-links"] a:hover {
  background: var(--g) !important;
  border-color: var(--gl) !important;
  color: var(--dk) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(201,168,76,.3) !important;
}
[class*="footer__social"] a:hover svg,
[class*="social-links"] a:hover svg {
  stroke: var(--dk) !important;
  fill: var(--dk) !important;
  color: var(--dk) !important;
}

/* روابط واتساب/هاتف في الفوتر */
footer a[href^="tel:"], footer a[href*="wa.me"],
footer a[href*="api.whatsapp.com"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid var(--g) !important;
  padding: 7px 16px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  margin: 4px auto !important;
  background: rgba(201,168,76,.08) !important;
  direction: ltr !important;
  width: auto !important;
  width: fit-content !important;
  color: var(--g) !important;
}

/* طرق الدفع — خلفية بيضاء */
[class*="payment-methods"], [class*="payment-icons"],
[class*="payments"], [class*="payment-logos"] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  padding: 2px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  border: 1px solid rgba(201,168,76,.2) !important;
  margin: 10px auto !important;
}
[class*="payment-methods"] img,
[class*="payments"] img {
  height: 24px !important;
  filter: brightness(1) !important;
  border-radius: 3px !important;
  transition: filter var(--e) !important;
}
[class*="payment-methods"] img:hover { filter: brightness(.85) !important; }

/* copyright */
[class*="footer__copyright"], [class*="copyright"] {
  color: rgba(255,255,255,.3) !important;
  font-size: 11px !important;
  text-align: center !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  padding-top: 12px !important;
}

/* ══ 9. عام ══ */
body {
  background: var(--bg) !important;
  font-family: 'Cairo', 'Tajawal', sans-serif !important;
  color: var(--tx) !important;
  -webkit-font-smoothing: antialiased !important;
}
[class*="section"], [class*="products-section"] { background: #fff !important; }
[class*="section__title"], [class*="section-title"] {
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 800 !important;
  color: var(--tx) !important;
}
::selection { background: var(--g) !important; color: var(--dk) !important; }
html { scroll-behavior: smooth !important; }

/* ══ 10. Responsive ══ */
@media (max-width: 768px) {
  .products-grid,
  [class="products-list"],
  [class*="products-grid"],
  .s-block__content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 8px !important;
  }

  .azwaq-cat-circle { width: 58px !important; height: 58px !important; }
  .azwaq-cat-item   { width: 72px !important; }
  .azwaq-cat-name   { font-size: 10.5px !important; }

  [class*="product-card"] [class="title"],
  [class*="ProductCard"] [class*="title"],
  .s-product-card__name {
    font-size: 11.5px !important;
    height: 34px !important;
  }

  [class*="product-card"] [class*="price"],
  .s-product-card__price {
    font-size: 12.5px !important;
  }

  [class*="product-card"] button,
  .s-btn-add-to-cart {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 11px !important;
    width: calc(100% + 16px) !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding: 0 0 0 32px !important;
  }

  [class*="product-card"] button::after,
  .s-btn-add-to-cart::after {
    width: 32px !important;
    font-size: 16px !important;
  }

  [class*="product-card"],
  .s-product-card {
    border-radius: 18px !important;
  }

  [class*="product-card"] img,
  .s-product-card__image img {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }

  [class*="product-card"] button,
  .s-btn-add-to-cart {
    border-radius: 0px 0px 18px 18px !important;
  }
}

@media (max-width: 480px) {
  .azwaq-cat-circle { width: 52px !important; height: 52px !important; }
  .azwaq-cat-item   { width: 66px !important; }
}

footer a, .footer a, [class*="footer"] a {
    color: #121212 !important;
    font-size: 13px !important;
    transition: color var(--e) !important;
    display: block !important;
    padding: 3px 0 !important;
}

footer *, .footer *, [class*="site-footer"] * {
    color: #374151 !important;
}

/* 1. حل مشكلة توسيط الأيقونات داخل الدوائر وتعديل ألوانها */
.store-social-links a,
.footer-social a,
div[class*="social"] a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #000000 !important;
    padding: 0 !important;
}

.store-social-links a svg,
.footer-social a svg,
div[class*="social"] a svg {
    margin: auto !important;
    color: #D4AF37 !important;
    fill: #D4AF37 !important;
    width: 18px !important;
    height: 18px !important;
}

/* 2. حل مشكلة لون نصوص الحقوق أسفل الصفحة */
.site-footer__copyright,
.footer-copyright,
.copyright-text,
.sub-footer,
div[class*="copyright"] p,
div[class*="copyright"] span {
    color: #D4AF37 !important;
}

div[class*="copyright"] a {
    color: #D4AF37 !important;
}

/* 3. إزالة المسافة الفارغة */
.store-social-links,
.footer-social,
div[class*="social"] {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.site-footer__copyright,
div[class*="copyright"] {
    margin-top: 5px !important;
    padding-top: 0 !important;
}

.gap-8 {
    gap: 0rem;
}

.mm-spn ul {
    -webkit-overflow-scrolling: touch;
    background: inherit;
    bottom: 0;
    cursor: default;
    left: 100%;
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    padding-right: 30%;
    padding-right: var(--mm-spn-panel-offset);
    position: fixed;
    top: 0;
    transition: left .3s ease 0s;
    width: 130%;
    width: calc(90% + var(--mm-spn-panel-offset));
    z-index: 2;
}