/* ===================================
   COOKIES LIŠTA - ODSTRANĚNÍ TMAVÉHO POZADÍ
   =================================== */
.siteCookies {
  box-shadow: none !important;
}
/* ===================================
   ÚPRAVY TOP BARU - VYHLEDÁVÁNÍ
   =================================== */
   @media (min-width: 768px) {
    .search-text {
        color: #363e3a;
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        cursor: pointer;
        align-content: center;
        padding: 0px 0px 0px 20px;
    }

    .search-text:hover+.search-toggle {
        filter: invert(9%) sepia(98%) saturate(7140%) hue-rotate(357deg) brightness(102%) contrast(115%);
    }
}
/* ===================================
   ÚPRAVY TOP BARU - IKONKY HOVER ČERVENÉ
   =================================== */
@media (min-width: 768px) {

    .top-navigation-bar .search-toggle,
    body.template-11 .dkLabFavHeaderIconBtn::before,
    .top-navigation-bar .top-nav-button-login::before,
    .top-navigation-bar .navigation-buttons .btn.cart-count::before {
        transition: filter 0.1s ease;
    }

    .top-navigation-bar .search-toggle:hover,
    body.template-11 .dkLabFavHeaderIconBtn:hover::before,
    .top-navigation-bar .top-nav-button-login:hover::before,
    .top-navigation-bar .navigation-buttons .btn.cart-count:hover::before {
        filter: invert(9%) sepia(98%) saturate(7140%) hue-rotate(357deg) brightness(102%) contrast(115%);
    }
}
/* ===================================
   HP - skrytí nadpisů produktů → sekce "Novinky"
   =================================== */
.homepage-group-title.homepage-products-heading-2.h4,
#products-2 {
  display: none;
}
/* ===================================
   FOOTER - MAPA HOVER EFEKT
   =================================== */
.custom-footer__banner9 img {
    transition: transform 0.4s ease, filter 0.3s ease;
}

.custom-footer__banner9 .extended-empty:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
}