/* ===================================
   COOKIES LIŠTA - ODSTRANĚNÍ TMAVÉHO POZADÍ
   =================================== */
   .siteCookies {
    box-shadow: none !important;
  }
  /* ===================================
     ÚPRAVY OBLIBENÉ - PRÁZDNÝ SEZNAM
     =================================== */
     .in-oblubene .dkLabFavoutitesPageEmptyList h3 {
      font-size: 20px !important;
      padding-bottom: 40px !important;
     }
     .in-oblubene .wt-top-products-heading{
      font-size: 25px !important;
     }
  /* ===================================
     ÚPRAVY TOP BARU - VYHLEDÁVÁNÍ
     =================================== */
     @media (min-width: 768px) {
      .top-navigation-bar .search-toggle {
          width: 90px !important;
          background-position: 0% !important;
          margin-left: 20px !important;
      }
      .search-text {
          color: #363e3a;
          font-size: 13px;
          font-weight: 500;
          display: inline-block;
          cursor: pointer;
          align-content: center;
          padding: 0px 15px 0px 0px;
          margin-right: 30px;
          margin-left: -94px;
      }
      .search-toggle:hover {
          color: #ff0000;
      }
  }
  /* ===================================
     Ú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);
  }
  /* ===================================
     PRODUKT DETAIL - MOBILNÍ STRÁNKY PRODUKTU
     =================================== 
  @media only screen and (max-width: 767px) {
      .p-detail .p-detail-inner {
          margin: 0 -15px 0 !important;
      }
      .breadcrumbs-wrapper+#content-wrapper, 
      body.blank-mode .container.breadcrumbs-wrapper+#content-wrapper {
          margin-top: 0 !important;
      }
  }
  */
  /* ===================================
     DESKTOP BANNER HP - LOGA ZNAČEK
     =================================== */
  .wt-logos-container-desktop {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
    gap: 25px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .wt-logo-item-desktop {
    flex: 0 0 auto;
    width: 160px;
    height: 90px;
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .wt-logo-item-desktop img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  /* ===================================
     MOBILNÍ BANNER HP - LOGA ZNAČEK
     =================================== */
  .wt-logos-container-mobil {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
  
  .wt-logo-item-mobil {
    padding: 15px 20px;
    width: calc(50% - 10px);
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    transition: all 0.3s ease;
  }
  
  .wt-logo-item-mobil img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
  }