/* WooCommerce görsellerini düzeltmek için ek CSS */
.deal-product .product-image img,
.deal-product .product-image .attachment-woocommerce_thumbnail,
.deal-product .product-image .attachment-shop_catalog,
.deal-product .product-image .wp-post-image,
.deal-product .product-image .product-img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 110px !important;
    object-fit: contain !important;
    background-color: #fff !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 5px !important;
}
