/* =========================================================
   SCHOVAT IKONY KOŠÍKU / HLEDÁNÍ / LOGINU
========================================================= */

a:has(.icon-cart),
a:has(.icon-search),
a:has(.icon-login),
button:has(.icon-cart),
button:has(.icon-search),
button:has(.icon-login) {
    display: none !important;
}


/* =========================================================
   HLAVIČKA
========================================================= */

#header .header-top,
#header .header-top .header-top-wrapper {
    height: auto !important;
    min-height: 90px !important;
    overflow: visible !important;
}

#header .header-top .header-top-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}


/* =========================================================
   LOGO
========================================================= */

#header .site-name,
#header .site-name a {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

#header .site-name {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    width: auto !important;
    margin: 0 auto !important;
    text-align: center !important;

    position: relative !important;
    left: auto !important;
    transform: none !important;
}

#header .site-name img {
    height: 140px !important;
    width: auto !important;

    max-height: none !important;
    max-width: none !important;
}


/* =========================================================
   TABLET
========================================================= */

/* TABLET – vrátit přirozené chování */
@media (min-width: 768px) and (max-width: 991px) {

    #header .site-name {
        width: auto !important;
        margin: 0 auto !important;
        position: relative !important;
        left: auto !important;
        transform: none !important;
    }

    #header .site-name img {
        height: 120px !important;
        width: auto !important;
    }
}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 767px) {

    #header .header-top,
    #header .header-top .header-top-wrapper {
        height: 80px !important;
        min-height: 80px !important;
    }

    #header .header-top .header-top-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        padding: 0 16px !important;
    }

    /* logo */
    #header .site-name {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        z-index: 5 !important;
    }

    #header .site-name img {
        height: 80px !important;
        width: auto !important;
    }

    /* hamburger */
    .menu-helper,
    #header .header-top .header-top-wrapper .navigation-buttons {
        position: absolute !important;
        right: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        margin: 0 !important;

        width: auto !important;
        max-width: 46px !important;

        flex: 0 0 46px !important;

        z-index: 10 !important;
    }

}
/* TABLET – finální přepsání */
@media (min-width: 768px) and (max-width: 991px) {

    #header .header-top .header-top-wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
    }

    #header .site-name {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #header .site-name img {
        height: 120px !important;
        width: auto !important;
        max-width: none !important;
        max-height: none !important;
    }
}
/* MEZI TABLETEM A DESKTOPEM: 992–1199px */
@media (min-width: 992px) and (max-width: 1199px) {

    #header .header-top .header-top-wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        position: relative !important;
    }

    #header .site-name {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #header .site-name img {
        height: 130px !important;
        width: auto !important;
        max-width: none !important;
        max-height: none !important;
    }
}
/* TABLET + MEZI DESKTOPEM */
@media (min-width: 768px) and (max-width: 1199px) {

    #header .header-top,
    #header .header-top .header-top-wrapper {
        height: 130px !important;
        min-height: 130px !important;
    }

    #header .site-name {
        top: auto !important;
        transform: translateX(-50%) !important;
        margin-top: 14px !important;
    }

}
/* schovat welcome wrapper */
.welcome-wrapper {
    display: none !important;
}

/* schovat newsletter footer */
.full-width.footer-newsletter-full-width {
    display: none !important;
}

/* schovat VAM */
.vam {
    display: none !important;
}

/* schovat title */
.title {
    display: none !important;
}