/* Add custom CSS styles below */ 
/* مربع صغير لصورة المنتج */
.s-product-card-image {
    width: 150px !important;
    height: 150px !important;
    margin: 15px auto !important;
    padding: 10px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
}

/* الصورة داخل المربع */
.s-product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}