

/* LEN DESKTOP */
@media screen and (min-width: 1025px) {

/* HLAVNÉ MENU */
.navigation-in > ul > li > a:hover
 {
    color: #fff !important;
}
 
 /* keď si v submenu → parent zostane biely */
.navigation-in > ul > li:hover > a {
    color: #fff !important;
}

/* SUBMENU */
.navigation-in.has-third-level div > ul a:hover,
.navigation-in.has-third-level div > ul a.active {
    color: #fff !important;
}

/* LOGO */
#header .header-top .header-top-wrapper .site-name a img,
#header .header-top .header-top-wrapper h1.site-name a img {
    max-height: 120px !important;
    height: auto !important;
}

}


@media screen and (min-width: 1025px) {

/* 🔥 ULTRA override Shoptet banneru */
.carousel .carousel-inner .item.active .extended-banner-texts {
    
    /* tvoje nové veci */
    border-radius: 8px;

    position: absolute !important;
    bottom: 0 !important;
    left: 32px !important;

    width: 40% !important;

    font-size: 16px;
    line-height: 24px;

    max-height: 90% !important;
    min-height: 50% !important;

    /* tvoje úpravy */
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;

    padding: 40px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;

    margin-bottom: 50px !important;
}

/* BUTTON FIX */
.carousel .carousel-inner .item.active .extended-banner-link {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

}


/* 🔥 TU CHÝBALA ZÁTVORKA, OPRAVIL SOM JU */
@media screen and (min-width: 1025px) {
/* HIDE default */
.carousel .extended-banner-texts {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

/* SHOW keď ready */
.carousel .carousel-inner .item.active .extended-banner-texts {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s ease;
}
}


/* 🔥 DEFAULT – musí byť čo najbližšie finálu */
.carousel .extended-banner-texts {

    border-radius: 16px;

    /* 🔥 už vyzerá ako glass (žiadna biela) */
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.45),
        rgba(255,255,255,0.2)
    );

    border: 1px solid rgba(255,255,255,0.5);

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);

    /* 🔥 FAKE blur → odstráni blink */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* 🔥 FINAL */
@media screen and (min-width: 1025px) {

.carousel .carousel-inner .item.active .extended-banner-texts {

    border-radius: 16px !important;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.55) 0%,
        rgba(255,255,255,0.25) 40%,
        rgba(255,255,255,0.05) 100%
    ) !important;

    backdrop-filter: blur(18px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(140%) !important;

    border: 1px solid rgba(255,255,255,0.6) !important;

    box-shadow: 
        0 10px 40px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.6);

    position: absolute !important;
    bottom: 0 !important;
    left: 32px !important;

    width: 40% !important;

    padding: 40px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;

    margin-bottom: 50px !important;
}

/* BUTTON */
.carousel .carousel-inner .item.active .extended-banner-link {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

}


/* 1. ZÁKLADNÁ VEĽKOSŤ PÍSMA PRE NADPISY */
.carousel .extended-banner-texts .extended-banner-title {
    font-size: 60px !important; 
    line-height: 80px !important; 
    margin-bottom: 15px !important;
}
.carousel .extended-banner-texts .extended-banner-text {
    font-size: 30px !important; 
    line-height: 35px !important;
}

/* 🔥 TLAČIDLO ZVÄČŠENÉ VÝHRADNE IBA NA PC (aby mobil zostal pôvodný) */
@media screen and (min-width: 1025px) {
    .carousel .carousel-inner .item.active .extended-banner-link {
        font-size: 20px !important; 
        padding: 12px 30px !important; 
        margin-top: 25px !important;
    }
}

/* 2. MENŠÍ PC / NOTEBOOK (Pod 1281px) */
@media screen and (max-width: 1281px) {
    .carousel .extended-banner-texts .extended-banner-title {
        font-size: 35px !important; 
        line-height: 35px !important; 
        margin-bottom: 10px !important;
    }
    .carousel .extended-banner-texts .extended-banner-text {
        font-size: 25px !important; 
        line-height: 25px !important;
    }
    /* Kód pre zmenšovanie tlačidla som odtiaľto ZMAZAL */
}

/* 3. MOBIL (Pod 768px) */
@media screen and (max-width: 768px) {
    .carousel .extended-banner-texts .extended-banner-title {
        font-size: 30px !important; 
        line-height: 35px !important; 
        margin-bottom: 8px !important;
    }
    .carousel .extended-banner-texts .extended-banner-text {
        font-size: 20px !important; 
        line-height: 24px !important;
    }
    /* Kód pre zmenšovanie tlačidla som odtiaľto ZMAZAL */
}

/* ZMENA FARBY NA BIELU - IBA PRE PC (nad 1024px) */
@media screen and (min-width: 1025px) {
    .carousel .extended-banner-texts .extended-banner-title,
    .carousel .extended-banner-texts .extended-banner-text {
        color: #ffffff !important; 
        text-shadow: none !important; /* Rovno som pridal aj odstránenie tieňa, nech je to čisté */
    }
}

/* TEST: ZMENŠENIE MEDZERY MEDZI TEXTOM A TLAČIDLOM (IBA VEĽKÝ PC) */
@media screen and (min-width: 1025px) {
    
    /* 1. Vynulujeme medzeru pod podnadpisom */
    .carousel .extended-banner-texts .extended-banner-text {
        margin-bottom: 15px !important;
    }

    /* 2. Nastavíme malú medzeru nad tlačidlom */
    .carousel .carousel-inner .item.active .extended-banner-link {
        margin-top: 15px !important; /* Ak to chcete ešte bližšie, dajte sem napr. 10px alebo 0 */
    }
}


/* LEN DESKTOP */
@media screen and (min-width: 1025px) {

    #header .header-bottom .header-bottom-wrapper {
        position: relative;
        margin-bottom: 25px !important;
    }

}



body.id-762 main#content {
    max-width: 1100px !important;
    margin: 0 auto !important;
}



/* CTA BUTTONY – LEN TÁTO STRÁNKA */
body.id-762 article.pageArticleDetail h4 a {
    display: inline-block;
    padding: 10px 18px;
    margin: 8px 6px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

/* OBCHOD BUTTON */
body.id-762 article.pageArticleDetail h4 a[href*="krmiva"] {
    background: #8a8f6a;
    color: #fff !important;
}

/* KONTAKT BUTTON */
body.id-762 article.pageArticleDetail h4 a[href*="kontakt"] {
    background: transparent;
    color: #8a8f6a !important;
    border: 1.5px solid #8a8f6a;
}

/* ŠÍPKA – moderná ako banner */
body.id-762 article.pageArticleDetail h4 a::after {
    content: " ➝";
    margin-left: 8px;
    opacity: 0.9;
}

/* HOVER – len farba */
body.id-762 article.pageArticleDetail h4 a:hover {
    background: #DEA747 !important;
    color: #fff !important;
    border-color: #DEA747 !important;
}

/* ❌ vypnutie akýchkoľvek transform efektov */
body.id-762 article.pageArticleDetail h4 a,
body.id-762 article.pageArticleDetail h4 a:hover {
    transform: none !important;
}
