/* Add custom CSS styles below */ 
.text-red-400 {
    font-size: 1.2rem;

}
.product-card__price h4 {
    font-weight: bolder; /* جعل النص عريضًا */
}
.product-card__price span {
    display: block;
    margin: 0 0 0.9rem; /* إضافة مسافة أسفل كل عنصر */
}.product-card__title a {
    font-size: 1rem;
    margin-top: .4rem; /* أضف مسافة أعلى العنصر */
}