body, h1, h2, h3, h4, h5, h6, p, a, button {
  font-family: 'Ancizar Sans', sans-serif;
}

.navigation-in ul li a {
  color: #2c1820;
  font-size: 1.20em; 
}

.navigation-in > ul > li:nth-child(1) > a {
  font-weight: 600;
  color: #5b73b2;
}

/* Změní barvu pozadí celé stránky */
html, body,
#page, .page, .wrapper, .site, .content,
.content-wrapper {
  background-color: #fff8f3 !important;
}

/* Styl tlačítka pro odkazy do košíku */
.btn, a.btn  {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;  
}

/* Styl tlačítka pro odkazy v bannerech */
.banner-category > a .extended-banner-texts .extended-banner-link,
.homepage-banners-full-width .banner-wrapper > a .extended-banner-texts .extended-banner-link {
  display: inline-block;          /* aby se chovalo jako tlačítko */
  background-color: #5b73b2;      /* výchozí barva */
  color: #ffffff !important;      /* bílý text */
  padding: 10px 20px;             /* vnitřní odsazení tlačítka */
  border-radius: 8px;             /* lehce zaoblené rohy */
  text-decoration: none;          /* odstraní podtržení */
  font-weight: 500;
  transition: all 0.3s ease;      /* plynulý přechod barvy */
}

/* 📱 Mobilní verze – zvětšené logo */
@media (max-width: 991px) {
  /* přidáme trochu prostoru kolem loga */
  #header .header-top .header-top-wrapper .site-name {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* a zvětšíme samotné logo */
  #header .header-top .header-top-wrapper .site-name a img,
  #header .header-top .header-top-wrapper h1.site-name a img {
    height: 100px !important;   /* přizpůsob si – třeba 50–60px */
    width: auto !important;    /* nechá poměr stran */
    display: block;
    margin: 0 auto;            /* vycentrování */
    object-fit: contain;       /* jistota, že se nedeformuje */
  }
}

/* Barva po najetí myší */
.banner-category > a .extended-banner-texts .extended-banner-link:hover,
.homepage-banners-full-width .banner-wrapper > a .extended-banner-texts .extended-banner-link:hover {
  background-color: #fff8f3;
  color: #2c1820 !important;      /* kontrastní text při hoveru */
}

/* Pokud by šablona používala překrývající bloky s vlastní barvou, přidej i tyto */
.header, header, .main, .page__content, .footer, footer {
  background-color: transparent !important;
}


/* Barva pozadí pro rozbalené submenu */
.navigation-in .submenu,
.navigation-wrapper .submenu,
.navigation-in .menu li ul,
.navigation-wrapper .menu li ul,
.breadcrumbs,
.benefit-banners-full-width,
.content-wrapper-in {
  background-color: #fff8f3 !important;
}

/* Barva pozadí pro konec stránky */
.footer-bottom, .footer-bottom-full-width {
  background-color: #fff8f3 !important;
}

/* Barva pozadí pro banner na střed */
.banner-category, .homepage-banners-full-width .banner-wrapper {
  background-color: #dbc5b6 !important;
}

.banner-category>a .extended-banner-texts .extended-banner-text, .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-text,
.one-column-body .banner-category>a .extended-banner-texts .extended-banner-title, .one-column-body .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-title {
  color: #2c1820 !important;
}

/* Průhledné pozadí pro tlačítka menu (login, search) */
.navigation-buttons a[data-target=login],
.navigation-buttons a[data-target=search],
.navigation-buttons a[data-target=search]:hover {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Přidání odsazení pod menu */
.navigation-wrapper,
.header-bottom-wrapper {
  margin-bottom: 10px !important; /* uprav podle potřeby */
}

/* průhledné pozadí a bílé texty v banneru */
.extended-banner-texts {
  background: none !important;
  opacity: 1 !important;
  font-size: 20px !important;
  font-weight: 300 !important; 
}

.extended-banner-link {
  font-size: 20px !important;
  font-weight: 300 !important; 
  text-transform: uppercase
}

.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  color: #ffffff !important;
  opacity: 1 !important;
}

.extended-banner-title {
  font-size: 28px !important;
  line-height: 1; 
}

/* PC (default) */
.extended-banner-texts {
  background: none !important;
  opacity: 1 !important;
  font-size: 20px !important;
  font-weight: 300 !important; 
}

.extended-banner-link {
  font-size: 20px !important;
  font-weight: 300 !important; 
  text-transform: uppercase;
}

.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  color: #ffffff !important;
  opacity: 1 !important;
}

.extended-banner-title {
  font-size: 30px !important;
  line-height: 1;
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
  .extended-banner-title {
    color: #2c1820 !important;
    font-size: 20px !important;
  }

  .extended-banner-text {
    color: #2c1820 !important;
  }

  .extended-banner-link {
    color: #ffffff !important;
  }
}

/* Kontejner, který obsahuje text i obrázek */
.text-image-block {
  display: flex;
  align-items: center;        /* svislé zarovnání na střed */
  justify-content: space-between; /* mezera mezi textem a obrázkem */
  gap: 20px;                  /* mezera mezi textem a obrázkem */
}

/* Text vlevo */
.text-image-block .text-part {
  flex: 1;                    /* text zabere dostupné místo */
}

/* Obrázek vpravo */
.text-image-block .image-part img {
  max-width: 100%;            /* aby obrázek nepřetékal */
  height: auto;
  display: block;
}

#footer h4 {
  font-size: 20px !important;
  font-weight: 300 !important; 
  text-transform: uppercase
}

.next-to-carousel-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

/* obal pro každý banner */
.next-to-carousel-banners .banner-wrapper {
  position: relative;
}

/* obrázek */
.next-to-carousel-banners img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.next-to-carousel-banners img:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* text na banneru – POUZE v sekci next-to-carousel-banners */
.next-to-carousel-banners .extended-banner-texts {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none;
}

.next-to-carousel-banners .extended-banner-link {
  color: #fff;
  font-size: 16px !important; /* menší text na PC */
  font-weight: 500;
  text-shadow: none; /* odstraní stín */
  display: inline-block;
  pointer-events: auto;
}

/* --- RESPONSIVNÍ VERZE --- */
@media (max-width: 768px) {
  .next-to-carousel-banners {
    gap: 10px;
    padding: 15px; /* okraje od displeje */
  }

  .next-to-carousel-banners .banner-wrapper {
    flex: 1 1 calc(50% - 10px); /* dva bannery vedle sebe */
    max-width: calc(50% - 10px);
  }

  .next-to-carousel-banners img {
    max-width: 100%;
  }

  .next-to-carousel-banners .extended-banner-link {
    font-size: 20px !important; /* větší text na mobilech */
  }
}

/* --- MALÉ MOBILY --- */
@media (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    flex: 1 1 100%; /* jeden banner na řádek */
    max-width: 100%;
  }
}

  /* barva v košíku co je hotovo */
ol.cart-header li.completed a:hover,
ol.cart-header li.completed a:hover:before,
ol.cart-header li.completed a:hover:after {
    color: #5b73b2 !important;
}

ol.cart-header li.completed a,
ol.cart-header li.completed strong,
ol.cart-header li.completed a:before,
ol.cart-header li.completed a:after {
    color: #45142d;
}

.cart-table tbody {
    background-color: #fff8f3;
}