/* خلفية الموقع */
body {
  background-color: #fdf6ee !important;
}

/* تغيير لون اسم المنتج */
.card-product__title,
.card-product__content .title,
.product-card .title {
  color: #007BFF !important;
}

/* تغيير لون السعر */
.card-product__price,
.card-product .price,
.price--value {
  color: #007BFF !important;
}