/*
 * Sena Ofis - musteriye ozel gorsel olculeri
 * Bu dosya sadece override icerir; kaldirmak icin dosyayi bosaltmak veya importu kaldirmak yeterlidir.
 *
 * Istenen olculer:
 * 1200x900  = Pretty Photo (popup)
 * 600x450   = Urun detay ana gorsel
 * 400x300   = Anasayfa urunler + kategori + alt kategori + urun sayfasi kartlari
 * 140x105   = Urun detay kucuk gorseller
 * 1067x600  = Urun detay ust slider
 */

:root {
    --sena-size-400x300-ratio: 4 / 3;
    --sena-size-600x450-ratio: 4 / 3;
    --sena-size-1067x600-ratio: 1067 / 600;
}

/* 400x300 - Anasayfa urun/kategori kartlari + urun sayfasindaki benzer urun kartlari */
.sena-category-card__image,
.sena-featured-card__image {
    height: auto !important;
    aspect-ratio: var(--sena-size-400x300-ratio) !important;
}

.sena-category-card__image img,
.sena-featured-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 400x300 - Kategori/alt kategori kartlari */
.cms-post__img {
    aspect-ratio: var(--sena-size-400x300-ratio) !important;
    border-radius: 14px;
    overflow: hidden;
}

.cms-post__img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: var(--sena-size-400x300-ratio) !important;
}

/* 1067x600 - Urun detay ust slider */
.sena-product-hero__container {
    max-width: 1067px !important;
    margin-left: auto;
    margin-right: auto;
}

.sena-product-hero__slide {
    aspect-ratio: var(--sena-size-1067x600-ratio) !important;
}

.sena-product-hero__slide img,
.sena-product-hero__slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 600x450 - Urun detay ana galeri */
.sena-product-gallery__top,
.sena-product-gallery__thumbs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.sena-product-gallery__slide {
    aspect-ratio: var(--sena-size-600x450-ratio) !important;
}

.sena-product-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 140x105 - Urun detay kucuk gorseller */
.sena-product-gallery__thumb {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
    height: 105px !important;
    flex: 0 0 140px !important;
}

.sena-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 1200x900 - Pretty Photo/Magnific popup maksimum goruntu alani */
.mfp-figure img.mfp-img {
    width: auto !important;
    height: auto !important;
    max-width: min(1200px, calc(100vw - 64px)) !important;
    max-height: min(900px, calc(100vh - 180px)) !important;
    object-fit: contain;
}

/* Diğer düzenlemeler */
.cms-post>h2 {
    font-size: 20px;
    line-height: 20px;
}

.sena-category-title__description, 
.sena-category-title__description h1, 
.sena-category-title h1 {
    max-width: 100%;
}
