/* ===== لجميع الأوضاع (Light & Dark Mode) ===== */

/* الأزرار الرئيسية بجميع الحالات */
button,
.btn,
.salla-button,
.btn-primary,
.btn-secondary,
.salla-button--fullwidth,
.salla-button--block,
button[type="submit"],
button[type="button"],
.button {
  background-color: #f5f0e6 !important;
  color: #000 !important;
  border: none !important;
  box-shadow: none !important;
}

/* عند المرور أو الضغط على الأزرار */
button:hover,
button:focus,
.btn:hover,
.btn:focus,
.salla-button:hover,
.salla-button:focus {
  background-color: #e8e0d5 !important;
  color: #000 !important;
}

/* أزرار الفلاتر والاختيارات */
.filter__actions button,
.product-filter__apply,
.salla-button--filter,
.button--ghost,
.button--outline,
.btn-outline,
.btn-outline-primary,
.btn-outline-secondary {
  background-color: #f5f0e6 !important;
  color: #000 !important;
  border-color: #d18b8b !important;
}

.filter__actions button:hover,
.product-filter__apply:hover,
.salla-button--filter:hover {
  background-color: #e8e0d5 !important;
  color: #000 !important;
  border-color: #d18b8b !important;
}

/* الأزرار النشطة في القوائم أو التصنيفات */
.active,
.is-active,
button.active,
a.active,
.tab__item.active,
.tab__item:hover,
li.active > a,
nav a.active,
.drawer__nav .is-active a,
.drawer__nav li.active > a {
  color: #d18b8b !important;
  background-color: transparent !important;
  border-color: #d18b8b !important;
}

/* رموز وأيقونات */
i,
svg,
[class*="icon"],
[class^="icon"],
.fa,
.salla-icon {
  color: #d18b8b !important;
  fill: #d18b8b !important;
}

/* الروابط النصية */
a,
a:visited,
a:hover,
a:focus {
  color: #d18b8b !important;
}

/* النصوص الفرعية والتوضيحية */
p,
small,
.text-muted,
.product-card__description,
.product-card__meta,
.product-options__label,
.salla-shipping__note,
.salla-order__note,
.badge-secondary,
.breadcrumb a {
  color: #555 !important;
}

/* أزرار تعديل الكمية داخل صفحة المنتج */
.quantity-button,
.quantity-button:hover {
  background-color: #f5f0e6 !important;
  color: #000 !important;
  border: none !important;
}

/* الفوتر - جميع النصوص والروابط */
footer *,
.footer *,
.salla-footer *,
.footer__link,
.footer__title,
.footer__section-title,
.footer__item,
footer a,
footer p,
footer span,
footer li {
  color: #d18b8b !important;
}