/* Add custom CSS styles below */ 
/* إزالة الخلفية البيج نهائياً من صور المنتجات في الجوال */
@media (max-width: 768px) {

    .product-card,
    .product-card > div,
    .product-card .image-wrapper,
    .product-card .product-image,
    .product-card figure,
    .product-card picture {
        background: #ffffff !important;
    }

}