/* خلفية بيضاء للموقع بالكامل */
html, body {
  background-color: #ffffff !important;
}

header, footer, .site-header, .site-footer,
.section, .page, .main-content, .container, .wrapper {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* صناديق المنتجات */
.product-card, .c-product-card, .product-item {
  background-color: #ffffff !important;
  color: #000000 !important;
}