/* Add custom CSS styles below */ 
/* استهداف العناصر التي تستخدم اللون #29437d فقط */

.s-product-card-entry .s-product-card-image a .s-product-card-promotion-title{
    color: #000 !important;
}
*:where([style*="#29437d"]),
.header,
.navbar,
.footer,
.btn,
button,
a {
  color: #f1d097 !important;
  background-color: transparent !important;
  border-color: #f1d097 !important;
}

/* استبدال لون خلفية الأزرار أو العناصر الداكنة */
.btn,
button,
.navbar,
.header {
  background-color: #f1d097 !important;
  color: #000 !important; /* خط داكن ليتناسب مع الخلفية الفاتحة */
}

/* تغيير لون الروابط إذا كانت تستخدم اللون القديم */
a {
  color: #f1d097 !important;
}
/* تغيّر اللون لأي عنصر يحتوي على السعر غالبًا */
.product-price,
.price,
.price-wrapper,
.product-single-price,
.woocommerce-Price-amount,
[data-price],
[class*="price"] {
  color: #f1d097 !important;
}
* {
  font-weight: bold !important;
}