/* SADECE RESİM SORUNUNU ÇÖZEN CSS - TEMPLATE'E DOKUNMUYORUZ */

/* İlk resmi her zaman göster */
.product-default figure img {
    opacity: 1 !important;
}

/* Resimlerin boyutunu eşitle */
.product-default figure img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
}
