@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_900.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans_700.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Museo Slab";
    src: url("../fonts/Museo_Slab_500.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

.cta a {
     font-family: "Museo Sans", Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}


.main-hakkimizda p {
    font-family: "Museo Slab", Arial, sans-serif !important;
    font-size: 20px !important;
     font-weight: 500 !important;
}
.hero--small {
    min-height: 400px;
    height: 53vh !important;
    max-height: none !important;
}

.mosaic-item__uptitle {
     font-family: "Museo Sans", Arial, sans-serif !important;
    font-weight: 900 !important;
}

/* Home hero: masaustu homeImage, mobil araslidemobil */
.hero--small.hero--mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .hero--small.hero--desktop-only {
        display: none !important;
    }

    .hero--small.hero--mobile-only {
        display: flex;
    }
}

.hero-logos-overlay {
    position: absolute;
    left: 50%;
    bottom: 42px;
    transform: translateX(-50%);
    width: min(92%, 1120px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 3;
    pointer-events: auto;
}

.hero-logo-item {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .35s ease;
    transform: scale(1) translateZ(0);
    transform-origin: center;
    will-change: transform;
}

.--hover #hero-home-desktop .hero-logo-item:hover {
    transform: scale(1.1) translateZ(0);
}

/* Orta madalyon */
.hero-logo-item--center {
    width: 100%;
}

@media (max-width: 1200px) {
    .hero-logos-overlay {
        gap: 14px;
        bottom: 28px;
    }

    .hero-logo-item {
        width: 64px;
    }

    .hero-logo-item--center {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .hero-logos-overlay {
        display: none;
    }
}

/* Section2: arka plan alani tam doldursun */
#mosaic-item-110-3,
#mosaic-item-hp-mosaic-small-originale,
#mosaic-item-hp-mosaic-small-2-2 {
    background-size: cover !important;
    background-position: center center !important;
}

/* Section2: urun gorselleri birebir konum */
#mosaic-item-110-3 .mosaic-item__content,
#mosaic-item-hp-mosaic-small-originale .mosaic-item__content,
#mosaic-item-hp-mosaic-small-2-2 .mosaic-item__content {
    position: relative;
    z-index: 2;
}

#mosaic-item-110-3 .mosaic-item__image {
    position: absolute;
    right: 9%;
    bottom: 3%;
    margin-bottom: 50px;
    width: 37%;
    min-width: 210px;
    max-width: 395px;
    height: 96%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#mosaic-item-hp-mosaic-small-originale .mosaic-item__image,
#mosaic-item-hp-mosaic-small-2-2 .mosaic-item__image {
    position: absolute;
    right: 4.5%;
    bottom: 6%;
    width: 30%;
    min-width: 88px;
    max-width: 145px;
    height: 58%;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

#mosaic-item-110-3 .mosaic-item__image img,
#mosaic-item-hp-mosaic-small-originale .mosaic-item__image img,
#mosaic-item-hp-mosaic-small-2-2 .mosaic-item__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
    transform: scale(1) translateZ(0);
    transform-origin: bottom center;
    will-change: transform;
        margin-bottom: 80px;
}

.--hover #mosaic-item-110-3:hover .mosaic-item__image img,
.--hover #mosaic-item-hp-mosaic-small-originale:hover .mosaic-item__image img,
.--hover #mosaic-item-hp-mosaic-small-2-2:hover .mosaic-item__image img {
    transform: scale(1.08) translateZ(0);
}

@media (max-width: 768px) {
    #mosaic-item-110-3 .mosaic-item__image {
        width: 28%;
        max-width: 120px;
        min-width: 74px;
        height: 72%;
        right: 4%;
        bottom: 0%;
    }

    #mosaic-item-hp-mosaic-small-originale .mosaic-item__image,
    #mosaic-item-hp-mosaic-small-2-2 .mosaic-item__image {
        width: 28%;
        max-width: 120px;
        min-width: 74px;
        height: 52%;
        right: 4%;
                bottom: -8%;
    }
    .main-hakkimizda p {
  
    font-size: 14px !important;
   
}
}

/* Anasayfa mozaik basliklari */
.page--home {
    font-family: "Museo Sans", "Noto Serif", Arial, sans-serif;
}

.page--home .mosaic-item__title {
    font-family: "Museo Sans", Arial, sans-serif !important;
    font-weight: 900 !important;
}

/* Anasayfa section1 CTA renkleri */
.cta.cta--antik-dark:before,
.--hover .cta.cta--antik-dark:hover:before {
    background: #4c4d2c !important;
}

.cta.cta--antik-dark,
.cta.cta--antik-dark a,
.cta.cta--antik-dark span {
    color: #efeeb5 !important;
}

.cta.cta--antik-light:before,
.--hover .cta.cta--antik-light:hover:before {
    background: #efeeb5 !important;
}

.cta.cta--antik-light,
.cta.cta--antik-light a,
.cta.cta--antik-light span {
    color: #4c4d2c !important;
}

/* Anasayfa hero bloklari: kenardan kenara (full-bleed), koseler duz */
.page--home > #hero-home-desktop,
.page--home > #hero-home-mobile,
.page--home > #hero-usa-hp-hero-olives
.page--home > #mosaic-item-29 {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
}

.page--home > #hero-usa-hp-hero-olives {
    background-color: transparent !important;
}

.page--home #hero-usa-hp-hero-olives .video-thumbnail {
    background-color: transparent !important;
}

.page--home > .mosaic:not(.mosaic--rowbig) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Section2 (NATÜREL / RIVIERA / ÇEŞNİLİ) buton renkleri: bg #efeeb5, yazi #797641 */
.cta.cta--antik-section2:before,
.--hover .cta.cta--antik-section2:hover:before {
    background: #efeeb5 !important;
}

.cta.cta--antik-section2,
.cta.cta--antik-section2 a,
.cta.cta--antik-section2 span {
    color: #797641 !important;
}

/* Urun mozaigi (NATÜREL / RIVIERA / ÇEŞNİLİ): kenardan kenara — tek satır mosaic (.mosaic--rowbig degil) */
.page--home > .mosaic:not(.mosaic--rowbig) {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.hero--main_small {
    height: 60vh !important;
    max-height: 80vh;
}

@media (min-width: 48em) {
    #mosaic-item-110-3 .mosaic-item__image img{
        height: 45rem !important;
    }
}

