/* أزرار الشراء — ألوان واضحة ونص/أيقونات بيضاء */
.product-form button, .product-form a, .product-form [class*="add-to-cart"], .product-form [class*="buy-now"], .product-form [class*="buy_now"], .sticky-product-bar button, .sticky-product-bar a {
  color: #ffffff !important; opacity: 1 !important; text-shadow: none !important;
}
.product-form button[type="submit"], .product-form [class*="add-to-cart"], .sticky-product-bar [class*="add-to-cart"] {
  background-color: #b4234d !important; border-color: #b4234d !important;
}
.product-form [class*="buy-now"], .product-form [class*="buy_now"], .sticky-product-bar [class*="buy-now"], .sticky-product-bar [class*="buy_now"] {
  background-color: #7f1235 !important; border-color: #7f1235 !important;
}
.product-form button svg, .product-form a svg, .sticky-product-bar button svg, .sticky-product-bar a svg {
  color: #ffffff !important; fill: #ffffff !important; stroke: #ffffff !important;
}
.product-form button:hover, .product-form a:hover, .sticky-product-bar button:hover, .sticky-product-bar a:hover { filter: brightness(0.92); }