/* Red box border düzeltmesi */
.deal-product .product-image::before,
.deal-product .product-image::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Force image display */
.deal-product .product-image img[src$=".jpg"],
.deal-product .product-image img[src$=".jpeg"],
.deal-product .product-image img[src$=".png"],
.deal-product .product-image img[src$=".webp"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override any other styles that might be causing issues */
.deal-product * {
    box-sizing: border-box !important;
}

.deal-product .product-image {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: visible !important;
}

.deal-product {
    outline: none !important;
    box-shadow: none !important;
}
