header,
.header,
nav,
.navbar,
.site-header,
#masthead,
[class*="header"],
[class*="Header"] {
  background-color: #1e7e2f !important;
  background: #1e7e2f !important;
}


/* شريط القائمة */
.main-navigation,
nav.main-navigation,
[class*="nav"],
[class*="menu"],
[class*="Nav"],
[class*="Menu"] {
  background-color: #196828 !important;
}

/* الأيقونات والنصوص في الهيدر - أبيض */
header svg,
header i,
header a,
header span,
nav svg,
nav i,
nav a,
nav span,
[class*="header"] svg,
[class*="header"] i,
[class*="header"] a,
[class*="header"] span {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* أسماء المنتجات - أسود */
[class*="product-card__title"],
[class*="ProductCard__title"],
[class*="product__name"],
[class*="ProductName"],
[class*="card__title"],
[class*="product-title"],
[class*="product-name"],
.products .product h2,
.products .product h3,
h2.woocommerce-loop-product__title {
  color: #000000 !important;
  opacity: 1 !important;
}

/* زر إضافة إلى السلة - أبيض */
[class*="add-to-cart"],
[class*="AddToCart"],
[class*="add_to_cart"],
[class*="cart-btn"],
[class*="CartBtn"],
.add_to_cart_button,
.single_add_to_cart_button,
button[class*="cart"],
a[class*="cart"] {
  background-color: #ffffff !important;
  color: #1e7e2f !important;
  border: 2px solid #1e7e2f !important;
}

/* نص زر إضافة إلى السلة */
[class*="add-to-cart"] span,
[class*="AddToCart"] span,
[class*="cart-btn"] span,
.add_to_cart_button span,
button[class*="cart"] span {
  color: #1e7e2f !important;
}
footer,
.footer,
[class*="footer"],
[class*="Footer"],
[class*="about"],
[class*="About"],
[class*="contact"],
[class*="Contact"],
[class*="section--dark"],
[class*="dark-section"],
section[style*="background"] {
  background-color: #1e7e2f !important;
  background: #1e7e2f !important;
}

/* النصوص في الأسفل - أبيض */
footer *,
[class*="footer"] *,
[class*="about"] *,
[class*="contact"] * {
  color: #ffffff !important;
}