<style>

/* =========================
   HLAVNÍ TYPOGRAFIE
   ========================= */

body, p, li, span, label {
    font-family: 'Source Sans 3', sans-serif;
    color: #3a4247;
}

/* =========================
   HLAVIČKA + NAVIGACE
   ========================= */

#header,
.header-top,
.top-nav-button,
.toggle-window {
    background-color: #f1f2f2 !important;
    color: #3a4247;
}

/* TMAVÉ HLAVNÍ MENU L1+linka*/
.menu-level-1 {
    background-color: #18191c;
    position: relative;
}    
.menu-level-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f2f2 !important;
    z-index: 5;
}
    
/* HLAVNÍ MENU – text */
.menu-level-1 > li > a {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff !important;
}

.menu-level-1 > li > a:hover,
.menu-level-1 > li.active > a {
    color: #e60000 !important;
}

/* =========================
   SUBMENU
   ========================= */

/* submenu – 2. úroveň */
.menu-level-2 a,
.menu-level-2 a span,
.menu-level-2 a strong {
    font-family: 'Exo 2', sans-serif !important;
    font-weight: 500 !important;
    color: #3a4247 !important;
}

/* hover submenu */
.menu-level-2 a:hover,
.menu-level-2 a:hover span,
.menu-level-2 a:hover strong {
    color: #e60000 !important;
}

/* =========================
   KONVERZNÍ TLAČÍTKA (TEXT + IKONA)
   ========================= */

/* ADD TO CART – sjednocení barvy textu a ikony */
.add-to-cart-button {
    color: #ffffff;
}

/* Text v tlačítku */
.add-to-cart-button,
.add-to-cart-button span {
    color: #ffffff;
}

/* SVG ikona košíku */
.add-to-cart-button svg,
.add-to-cart-button svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

/* Hover stav – zachování bílé */
.add-to-cart-button:hover,
.add-to-cart-button:hover span {
    color: #ffffff;
}

.add-to-cart-button:hover svg,
.add-to-cart-button:hover svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

.order-button-text,
.order-button-suffix {
    color: #ffffff;
    font-weight: 700;
}

/* cart button bez ikony košíku */
.icon-cart {
    display:  !important; 
}
/* cart button vše velké písmena */
.add-to-cart-button,
.btn.btn-conversion {
    text-transform: uppercase; 
}

/* =========================
   LISTSORTING – ŘAZENÍ PRODUKTŮ
   ========================= */
.listSorting.js-listSorting .listSorting__control {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    color: #3a4247;
    background: none;
    border: none;
    cursor: pointer;
}

.listSorting.js-listSorting .listSorting__control--current {
    color: #18191c;
    font-weight: 600;
}

.listSorting.js-listSorting .listSorting__control:hover:not(.listSorting__control--current) {
    color: #e60000;
}

/* =========================
   VYHLEDÁVÁNÍ
   ========================= */

#formSearchForm input {
    background-color: #2a2b2f;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.15);
}
#formSearchForm input::placeholder {
    color: rgba(255,255,255,0.55);
}
/* odstranění modrého zvýraznění v searchbare*/
.search-input:focus,
.search-input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* =========================
   IKONY V HLAVIČCE
   ========================= */
.header-icons a {
    color: #3a4247;
}
.header-icons a:hover {
    color: #e60000;
}

/* ikona košíku - hover */
.navigation-buttons .cart-count:hover .icon-cart {
    color: #e60000 !important; /* obrys / hlavní barva ikony */
}
/* Překryv světle červenou pro vizuální efekt výplně */
.navigation-buttons .cart-count:hover::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #ffebeb; /* světle červená */
    border-radius: 4px;
    z-index: 0;
}

/* Číslo položek v košíku - zůstává bílé */
.navigation-buttons .cart-count:hover i {
    color: #ffffff !important;
}

/* =========================
   HOMEPAGE CAROUSEL MAIN
   ========================= */

/* overriding the original min-height */
#carousel .carousel-inner {
    overflow: hidden;
}

/* individual sliders */
#carousel .carousel-inner .item {
    height: auto;
}

/* pics in carousel */
#carousel .carousel-inner img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    #carousel .carousel-inner {
        max-height: none;
        overflow: hidden;
    }
    #carousel .carousel-inner .item {
        height: auto;
    }
    #carousel .carousel-inner img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 70vh; /* prevents the "infinite" banner */
        margin: 0 auto;
                
    }
}

@media (max-width: 767px) {
    #carousel .carousel-inner {
        max-height: none;
        overflow: hidden;
    }

    #carousel .carousel-inner .item {
        height: auto;
    }

    #carousel .carousel-inner img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 55vh;
        margin: 0 auto;
    }
}

/* =========================
   BRAND LOGOS SLIDER + .js
   ========================= */

/* defaultně skrytý slider */
.my-logos-slider {
    display: none !important;
}

/* zobrazit jen na hlavní stránce */
.benefitBanner.position--benefitHomepage ~ .my-logos-slider {
    display: flex !important;
}

/* slider full width background + floating effect */
.my-logos-slider {
  position: relative;
  width: 100%;
  padding: 15px 0;           /* trochu větší vertikální odsazení */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0efee;
  
  /* lehký stín pro "floating" efekt */
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  border-radius: 8px;        /* jemné zaoblení pro vizuální oddělení */
  overflow: hidden;
  z-index: 5;
}

/* track wrapper uvnitř slideru */
.my-logos-slider .logos-track-wrapper {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;  /* prostor pro šipky */
}

/* track a loga */
.my-logos-slider .logos-track {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
}

.my-logos-slider .logo-box {
  flex: 0 0 130px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.my-logos-slider .logo-box:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.my-logos-slider .logo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* šipky slideru */
.my-logos-slider button.logos-prev,
.my-logos-slider button.logos-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.my-logos-slider button.logos-prev,
.my-logos-slider button.logos-next {
    font-size: 0;        /* skryje text uvnitř buttonu */
    color: transparent; /* pojistka */
}

/* pozice šipek */
.my-logos-slider button.logos-prev { left: 10px; }
.my-logos-slider button.logos-next { right: 10px; }

/* tvar šipek přes ::before */
.my-logos-slider button.logos-prev::before { content: '\2039'; }
.my-logos-slider button.logos-next::before { content: '\203A'; }
.my-logos-slider button.logos-prev::before,
.my-logos-slider button.logos-next::before {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;       
    font-weight: normal;
    color: #000;
    display: inline-block;
    line-height: 36px;     /* stejná jako výška kruhu pro vycentrování */
    text-align: center;
    position: relative;
    top: -4px;             /* jemné doladění vizuálního středu */
}

/* hover efekt */
.my-logos-slider button.logos-prev:hover::before,
.my-logos-slider button.logos-next:hover::before {
    color: #c40000;
}

.my-logos-slider button.logos-prev:hover,
.my-logos-slider button.logos-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

/* Responsive - tablet a mobil (swipe) */
@media (max-width: 1024px) {
  /* Track wrapper umožní horizontální scroll */
  .my-logos-slider .logos-track-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;   /* snap pro loga */
    -webkit-overflow-scrolling: touch; /* plynulý swipe na iOS */
    padding: 0 10px;                 /* odsazení od okrajů */
  }

  .my-logos-slider .logos-track {
    display: flex;
    gap: 10px;
  }

  .my-logos-slider .logo-box {
    flex: 0 0 auto;                   /* fixní šířka loga */
    scroll-snap-align: start;         /* snap na začátek loga */
  }

  /* Šipky skryté na tabletech a mobilech */
  .my-logos-slider button.logos-prev,
  .my-logos-slider button.logos-next {
    display: none;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .my-logos-slider .logo-box {
    flex: 0 0 110px;   /* zmenšená šířka loga pro tablety */
  }
}

/* Malé mobily */
@media (max-width: 480px) {
  .my-logos-slider .logo-box {
    flex: 0 0 80px;                   /* menší loga */
  }
}

/* =========================
   MIDDLE BANNER - carousel
   ========================= */
   
/* full-width obálka */
.full-width.homepage-banners-full-width.middle-banners {
    padding: 20px 0;
}

/* vlastní carousel – omezení na 1200 px */
.middle-banner-carousel {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
}

/* viewport */
.middle-banner-carousel .carousel-viewport {
    overflow: hidden;
    flex: 1;
}

/* track */
.middle-banner-carousel .carousel-track {
    display: flex;
    transition: transform 0.35s ease;
}

/* jednotlivý slide */
.middle-banner-carousel .carousel-slide {
    flex: 0 0 100%;
}

/* obrázky – důležité kvůli Shoptetu */
.middle-banner-carousel img {
    display: block;
    width: 100%;
    height: auto;
}

/* šipky */
.middle-banner-carousel .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #fff;
    border: 0;
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;

    font-size: 0;        /* skryje původní znak v HTML */
    color: transparent; /* pojistka proti duplicitě */
}

/* pozice */
.middle-banner-carousel .carousel-arrow.prev { left: 10px; }
.middle-banner-carousel .carousel-arrow.next { right: 10px; }

/* tvar šipek – jediný zdroj */
.middle-banner-carousel .carousel-arrow.prev::before { content: '\2039'; }
.middle-banner-carousel .carousel-arrow.next::before { content: '\203A'; }

.middle-banner-carousel .carousel-arrow::before {
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    color: #000;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -4px; /* optické vycentrování */
}

/* hover */
.middle-banner-carousel .carousel-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.middle-banner-carousel .carousel-arrow:hover::before {
    color: #c40000;
}

/* šipky skryté na mobile/tablet, swipe povoleno */
@media (max-width: 1024px) {
    .middle-banner-carousel .carousel-arrow {
        display: none;
    }
}

/* Footer banner - pokud se použije */
/* obálka footer banneru */
.full-width.homepage-banners-full-width.footer-banners {
    justify-content: center;
    padding-bottom: 20px; /* 20px nahoře a dole, 0 vlevo a vpravo */
}

/* omezení šířky footer banneru */
.full-width.homepage-banners-full-width.footer-banners .banner-wrapper {
    max-width: 1100px !important;  /* stejná šířka jako .content.wide */
    width: 100%;
    margin: 0 auto;     /* centrování */
    box-sizing: border-box;
}

/* =========================
   MODAL - INFO POPUP + .js
   ========================= */
   
.info-trigger {
    cursor: pointer;
    font-size: 0.75em;
    vertical-align: super;
    color: #777;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    max-width: 520px;
    width: 90%;
    padding: 20px 24px;
    border-radius: 6px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: 0;
    font-size: 24px;
    cursor: pointer;
}

/* =========================
   PATIČKA
   ========================= */
.footer,
.footer a {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    color: #3a4247;
}
.footer a:hover {
    color: #e60000;
}

</style>