/* Add custom CSS styles below */ 
body {
    background-color: #fff!important; /* لون الخلفية للجسم أبيض */
    font-family: "IBM Plex Sans Arabic", sans-serif;
}




/* حاوية النجوم داخل كرت المنتج */
.product-card-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

/* النجوم نفسها */
.product-card-rating span {
  font-size: 18px;
  color: #F6B600;   /* لون النجوم */
  letter-spacing: 2px;
}