/* CLS Düzeltmeleri - Minimal */

/* Ürün görselleri için aspect ratio */
.product-image-slider {
    aspect-ratio: 1 / 1;
}

/* Showcase görselleri için aspect ratio */
.showcase-image {
    aspect-ratio: 1 / 1;
}

/* Mobil navigasyon için sabit yükseklik */
.mobile-navigation-box {
    min-height: 40px;
}

/* Tüm görseller için */
img {
    max-width: 100%;
    height: auto;
} 

.product-left {
    min-height: 450px;
}