/**
 * ANDA Image Uniformity Fix v1.1
 * Aggressive universal selectors για οποιοδήποτε theme
 */

/* ── CATALOG: Ομοιόμορφες κάρτες προϊόντων ──────────────────────────────── */

/* Wrap κάθε κάρτας — σταθερό ύψος image area */
ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}

/* Όλα τα img μέσα σε product cards */
ul.products li.product img {
    width: 100% !important;
    height: 220px !important;
    max-height: 220px !important;
    min-height: 220px !important;
    object-fit: contain !important;
    object-position: center center !important;
    background-color: #f8f8f8 !important;
    display: block !important;
    border-radius: 4px !important;
}

/* Το link που wrap-άρει την εικόνα */
ul.products li.product > a:first-child,
ul.products li.product .woocommerce-loop-product__link {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
}

/* ── PRODUCT PAGE: Κύρια εικόνα ──────────────────────────────────────────── */
.woocommerce-product-gallery figure img,
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: 420px !important;
    max-height: 420px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #f8f8f8 !important;
    display: block !important;
}

/* ── PRODUCT PAGE: Thumbnails ────────────────────────────────────────────── */
.flex-control-thumbs li img {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
    background: #f8f8f8 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    padding: 2px !important;
}

.flex-control-thumbs li img.flex-active,
.flex-control-thumbs li img:hover {
    border-color: #4f46e5 !important;
}

/* ── CART ────────────────────────────────────────────────────────────────── */
td.product-thumbnail img,
.cart_item .product-thumbnail img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
    background: #f8f8f8 !important;
    border-radius: 4px !important;
}
