/* Çerçeve Sistemi Stilleri */

.product-image .main-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #fdfdfd;
}

.product-image .main-image img.frameresim,
.main-image img.frameresim,
img.frameresim {
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
    transition: opacity 0.3s ease;
}

/* YATAY GÖRSEL (Landscape) */
.product-image .main-image.vm-aspect-landscape img.frameresim {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 700px !important;
}

/* DİKEY GÖRSEL (Portrait) */
.product-image .main-image.vm-aspect-portrait img.frameresim {
    height: 700px !important;
    max-height: 85vh !important;
    width: auto !important;
    max-width: 100% !important;
}

/* KARE GÖRSEL (Square) */
.product-image .main-image.vm-aspect-square img.frameresim {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Özel Durumlar */
.mockup-updated {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}



.option-disabled {
    display: none !important;
}

.option-visible {
    display: block !important;
}