/* ===================================================
   PAYİTAHT SAATÇİLİK - GENEL CSS (PERFORMANS & HIZ SÜRÜMÜ)
   =================================================== */

/* 1. ÜST BİLGİ VE CAROUSEL NOKTALARI */
.communication_bar {
    display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: none;
}

/* 2. MOBİL HEADER & LOGO (MOBİL CLS'İ ÇÖZEN ANA KURAL) */
#mobilHeader {
    min-height: 56px !important;
}
.logo-mobile {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
}
.logo-mobile img {
    width: 150px !important;
    height: auto !important;
    aspect-ratio: 400 / 77 !important;
    display: block !important;
}

/* 3. KATEGORİ LİSTELEME KARTLARI (LİSTELEME SAYFALARI CLS KORUMASI) */
.urun .urun_resim,
.urun_kutu .urun_resim {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    min-height: 200px !important;
    background-color: #f8fafc !important;
    overflow: hidden !important;
}
.urun img.owl-lazy,
.urun_kutu img.owl-lazy,
.urun img.img-fluid {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* 4. KAYAN YAZI (MARQUEE) HIZI & CLS KİLİTLEME */
.header_marque_container,
.header_marque_inner {
    height: 38px !important;
    max-height: 38px !important;
    min-height: 38px !important;
    overflow: hidden !important;
}
.header_marque_items {
    height: 38px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
    animation-duration: 120s !important;
}

/* 5. ANA SAYFA KATEGORİ VİTRİNİ (CLS & DÜZEN KAYMASI DÜZELTMESİ) */
.kategori-vitrini-block .col-12 img {
    aspect-ratio: 2 / 1 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    background-color: #f8fafc !important;
}
.kategori-vitrini-block .col-6 img {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    background-color: #f8fafc !important;
}

/* 6. ANA SAYFA SLIDER GÖRSELLERİ (CLS KORUMASI) */
#PM_main .owl-carousel .item img,
.mainpage-slider img {
    aspect-ratio: 1905 / 794 !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 7. SEO H1 METİN BLOĞU ALAN SABİTLEME */
#payitaht-h1-block {
    min-height: 80px !important;
}