

/* Zarovnání ikon */
#header .navigation-buttons > div,
#header .navigation-buttons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
#header .navigation-buttons svg,
#header .navigation-buttons img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}


#newsletterSection {
  text-align: left;
}


/* === PRODUKTOVÁ TLAČÍTKA – LUXURY STYLE === */
.btn-cart,
button.btn-cart,
button.add-to-cart-button,
.btn.btn-primary,
.btn.btn-default {
  background: #fff !important;              /* bílé pozadí */
  color: #000 !important;                   /* černý text */
  border: 1px solid #222 !important;        /* tenká tmavě šedá linka */
  border-radius: 0 !important;              /* žádné zaoblení */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;           /* mezery mezi písmeny */
  text-transform: uppercase !important;     /* kapitálky */
  padding: 12px 28px !important;            /* prostor uvnitř */
  text-align: center;
  transition: all 0.3s ease !important;
}

/* === Hover efekt – tmavé pozadí, světlý text === */
.btn-cart:hover,
button.btn-cart:hover,
button.add-to-cart-button:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* === Skrytí ikonky z tlačítek DO KOŠÍKU === */
.btn-cart::before,
button.btn-cart::before,
button.add-to-cart-button::before {
  display: none !important;
  content: none !important;
}




.navigation-in.menu li a:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .menu-level-1 > li > a b::after {
    background-color: #675117;
  }
}

.benefitBanner__title {
  font-weight: 700;
}
.benefitBanner__content {
  font-size: 15px;
}

.navigation-in.menu li a {
  font-size: 0.80rem;
}


.heroProductText__content .btn,
.heroProductText__content a.btn,
.heroProductText__content a {
  display: inline-flex;             /* změna z inline-block na inline-flex */
  align-items: center;              /* vertikální zarovnání textu */
  justify-content: center;          /* horizontální zarovnání textu */
  background-color: #fff;           /* bílé pozadí */
  color: #000;                      /* černý text */
  border: none;                     /* bez rámečku */
  padding: 14px 36px;               /* lehce upravené rozměry */
  text-transform: uppercase;        /* kapitálky */
  letter-spacing: 2px;              /* mezery mezi písmeny */
  font-weight: 400;                 /* lehčí styl – odpovídá Helvetica Neue Roman */
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Hover efekt */
.heroProductText__content .btn:hover,
.heroProductText__content a.btn:hover,
.heroProductText__content a:hover {
  background-color: #000;
  color: #fff;
}


#signature::after {
  content: "" !important;
}


@media (max-width: 992px) {
  #heroProductText::after {
    top: 0px;
    height: calc(100%);
  }
}


.homepageCats .banner .btn {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.9px;
}

.contactBannerFull__btn {
    font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.9px;
}



@media (max-width: 992px) {
  .menu-helper {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 992px) {
body.id-735 header#header,
body.id-683 header#header,
body.id-707 header#header,
body.id-39 header#header,
body.id-682 header#header,
body.id--9 header#header,
body.id-718 header#header{
  background: none !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
}

/* 🧹 Skrytí duplicitní části menu (spodní KONTAKTY / OBCHODNÍ PODMÍNKY / O NÁS) */
@media screen and (max-width: 991px) {
  /* Skryje druhý výskyt top-navigation-bar-menu (ten dole pod ikonami) */
  .top-navigation-bar-menu:last-of-type {
    display: none !important;
  }
}

/* === MONSIEUR — HLAVIČKA V KOŠÍKU / OBJEDNÁVCE === */

/* Skrytí horního pruhu s telefonem a e-mailem */
body.ordering-process .top-navigation-bar,
/*body.ordering-process .user-action*/ {
  display: none !important;
}

/* Celá hlavička černá, bez pozadí z homepage */
body.ordering-process header#header {
  background: #000 !important;
  background-image: none !important;
  border: none !important;
  position: relative !important;
  z-index: 9999 !important;
  min-height: 120px !important;
  overflow: visible !important;
}

/* Roztažení hlavičky přes celou šířku */
body.ordering-process header#header .container.navigation-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #000 !important;
}

/* Uvnitř hlavičky */
body.ordering-process header#header .header-top,
body.ordering-process header#header .navigation-in.menu {
  background: #000 !important;
  border: none !important;
}

/* Oddělovací linka dole (jemná, volitelné) */
body.ordering-process header#header {
  border-bottom: 2px solid #d4b437 !important; /* zlatá linka */
}

/* Odsazení obsahu pod hlavičkou */
body.ordering-process #content-wrapper {
  padding-top: 130px !important;
}

/* === MONSIEUR — SKRYTÍ KONTAKTŮ V KOŠÍKU === */
/*
body.ordering-process .contact-box,
body.ordering-process .navigation-buttons,
body.ordering-process [class*="contact"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
*/

/* === MONSIEUR — HLAVIČKA NA MOBILU (KOŠÍK / OBJEDNÁVKA) === */

/* Zajistí zobrazení hamburgeru i v košíku */
body.ordering-process #js-menuToggle,
body.ordering-process .nav-menu-toggle {
  display: flex !important;
  visibility: visible !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Na mobilu zmenšíme horní odsazení pod hlavičkou */
@media (max-width: 991px) {
  body.ordering-process #content-wrapper {
    padding-top: 80px !important; /* dříve bylo 130px */
  }

  /* Upravíme hlavičku, aby nebyla zbytečně vysoká */
  body.ordering-process header#header {
    min-height: 80px !important;
  }

  /* Logo a hamburger pěkně na střed */
  body.ordering-process header#header .site-name-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Zruší případné prázdné mezery po top liště */
  body.ordering-process .top-navigation-bar,
  body.ordering-process .user-action {
    display: none !important;
  }
}


.in-kosik .col-md-8 .cart-content .cart-summary {
  width: 100%;
}

@media screen and (max-width: 991px) {
  body.homepage header#header, body header#header {
    padding-top: 0px !important;

  }
}

@media (max-width: 991px) {
  body.ordering-process #content-wrapper {
    padding-top: 20px !important;
  }
}



/* === Ikona tašky v mobilní hlavičce === */
@media (max-width: 991px) {
  .mobile-cart-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    z-index: 999;
  }

  /* bílá taška jako na webu */
  .mobile-cart-icon::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("https://heder.pages.dev/icons/shopping-bag-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
  }

  /* zlatá bublina s počtem položek */
  .mobile-cart-icon .cart-count-bubble {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #d8b449;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
  }
}






/* === MONSIEUR – sjednocení buttonů (bez ikonových) === */

/* Všechny běžné buttony v košíku a objednávce */
body.in-kosik .btn:not(.increase):not(.decrease):not(.delete),
body.ordering-process .btn:not(.increase):not(.decrease):not(.delete),
body.in-kosik button:not(.increase):not(.decrease):not(.delete),
body.ordering-process button:not(.increase):not(.decrease):not(.delete),
body.in-kosik input[type="submit"],
body.ordering-process input[type="submit"],
body.in-kosik input[type="button"],
body.ordering-process input[type="button"] {
  background-color: #E4DAD0 !important;
  color: #000 !important;
  font-family: inherit !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out;
  text-align: center !important;
}

/* Hover efekt */
body.in-kosik .btn:not(.increase):not(.decrease):not(.delete):hover,
body.ordering-process .btn:not(.increase):not(.decrease):not(.delete):hover {
  opacity: 0.85 !important;
  background-color: #E4DAD0 !important;
  color: #000 !important;
}

/* Fixní rozměry hlavních tlačítek na desktopu */
@media (min-width: 992px) {
  body.in-kosik a.btn.btn-lg.next-step-forward,
  body.in-kosik a.btn.btn-lg.next-step-back,
  body.in-kosik #orderFormButton,
  body.ordering-process a.btn.btn-lg.next-step-forward,
  body.ordering-process a.btn.btn-lg.next-step-back,
  body.ordering-process #orderFormButton {
    width: 320px !important;
    height: 52px !important;
    margin: 20px auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/* Na mobilu – plná šířka a přirozená výška */
@media (max-width: 991px) {
  body.in-kosik .btn:not(.increase):not(.decrease):not(.delete),
  body.ordering-process .btn:not(.increase):not(.decrease):not(.delete),
  body.in-kosik button:not(.increase):not(.decrease):not(.delete),
  body.ordering-process button:not(.increase):not(.decrease):not(.delete) {
    width: 100% !important;
    height: auto !important;
    margin: 15px 0 !important;
    padding: 14px 24px !important;
  }
}

@media (max-width: 991px) {
  /* Vynulování všech vnořených wrapperů, které přidávají padding */
  body.in-kosik .content-inner,
  body.in-kosik .cart-wrapper,
  body.in-kosik .cart-inner,
  body.in-kosik .cart-row,
  body.in-kosik .col-md-8,
  body.in-kosik .cart-content,
  body.ordering-process .content-inner,
  body.ordering-process .cart-wrapper,
  body.ordering-process .cart-inner,
  body.ordering-process .cart-row,
  body.ordering-process .col-md-8,
  body.ordering-process .cart-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Zabrání horizontálnímu scrollu */
  body.in-kosik,
  body.ordering-process {
    overflow-x: hidden !important;
  }

  /* Přidáme drobný bezpečný vnitřní padding (aby obsah nelepí na kraj) */
  body.in-kosik .cart-table,
  body.ordering-process .cart-table {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 991px) {
  /* 🔸 Hlavní buttony (PŘIDAT, POKRAČOVAT, apod.) */
  body.in-kosik .btn:not(.increase):not(.decrease):not(.delete),
  body.ordering-process .btn:not(.increase):not(.decrease):not(.delete),
  body.in-kosik button:not(.increase):not(.decrease):not(.delete),
  body.ordering-process button:not(.increase):not(.decrease):not(.delete) {
    width: 100% !important;
    height: auto !important;
    margin: 15px 10px !important;
    padding: 14px 4px !important;
  }

  /* 🔹 Malé křížky v košíku */
  body.in-kosik .cart-table .btn.delete,
  body.in-kosik .cart-table button.delete,
  body.in-kosik .cart-table .btn.remove-item,
  body.in-kosik .cart-table button.remove-item,
  body.ordering-process .cart-table .btn.delete,
  body.ordering-process .cart-table button.delete {
    background-color: transparent !important; /* ✅ ne background, jen color */
    border: none !important;
    color: #000 !important;
    fill: #000 !important;
    padding: 4px 6px !important; /* 🔹 trochu vnitřního prostoru */
    margin-left: 12px !important; /* 🔹 odsazení od ceny */
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  /* ikona uvnitř (pokud je to text "×" nebo SVG) */
  body.in-kosik .cart-table .btn.delete::before,
  body.ordering-process .cart-table .btn.delete::before,
  body.in-kosik .cart-table .btn.delete svg,
  body.ordering-process .cart-table .btn.delete svg {
    color: #000 !important;
    fill: #000 !important;
  }

  /* Hover efekt */
  body.in-kosik .cart-table .btn.delete:hover,
  body.ordering-process .cart-table .btn.delete:hover {
    opacity: 0.7 !important;
    transform: scale(1.05);
    transition: all 0.15s ease-in-out;
  }
}





/* === Skrytí ikon z mobilního menu (po otevření hamburgeru) === */
@media (max-width: 991px) {
  nav#navigation .navigation-buttons {
    display: none !important;
  }
}

/* ===== 🎨 HLAVNÍ TLAČÍTKO "Pokračovat do košíku" ===== */
#cart-widget .btn,
#cart-widget button,
#cart-widget a.btn,
#cart-widget .btn.btn-primary {
  background-color: #e9e2da !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-weight: 300 !important; /* 🔹 ztenčené písmo */
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  padding: 14px 26px !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  margin-top: 18px !important;
  font-family: inherit !important;
}

#cart-widget .btn:hover,
#cart-widget button:hover,
#cart-widget a.btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* ===== ➕➖ POČÍTADLO PRODUKTŮ ===== */
#cart-widget .btn.increase,
#cart-widget .btn.decrease,
#cart-widget button.increase,
#cart-widget button.decrease {
  background-color: #e9e2da !important;
  color: #000 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  margin: 0 2px !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  transition: all 0.25s ease-in-out !important;
}

#cart-widget .btn.increase:hover,
#cart-widget .btn.decrease:hover,
#cart-widget button.increase:hover,
#cart-widget button.decrease:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Zarovnání + a − vedle sebe */
#cart-widget .quantity,
#cart-widget .cart-item-quantity,
#cart-widget .quantity-control {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

/* ===== ❌ KŘÍŽEK (ODSTRANIT PRODUKT) ===== */
#cart-widget .btn.delete,
#cart-widget button.delete,
#cart-widget .remove-item,
#cart-widget button.remove-item {
  background-color: #e9e2da !important;
  color: #000 !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 2px 0 0 auto !important;
  box-shadow: none !important;
  transform-origin: center !important;
  transition: transform 0.25s cubic-bezier(0.45, 0, 0.55, 1),
              background-color 0.25s ease-in-out,
              color 0.25s ease-in-out !important;
}

#cart-widget .btn.delete:hover,
#cart-widget button.delete:hover,
#cart-widget .remove-item:hover,
#cart-widget button.remove-item:hover {
  background-color: #000 !important;
  color: #fff !important;
  transform: rotate(-90deg) !important;
}

/* ===== 📐 CELKOVÉ ZAROVNÁNÍ PRODUKTOVÉHO ŘÁDKU ===== */
#cart-widget .cart-widget-product,
#cart-widget .cart-widget-products-inner > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

#cart-widget .cart-widget-product img {
  max-width: 50px !important;
  height: auto !important;
}

/* ===== 💅 DETAILNÍ VYROVNÁNÍ TEXTŮ ===== */
#cart-widget .cart-widget-product-name {
  font-weight: 400 !important;
  color: #1a1a1a !important;
}

#cart-widget .cart-widget-product-price {
  color: #b40000 !important;
  font-weight: 600 !important;
}


/* ===== 📱 MOBILNÍ FLOATING BUTTON "DO KOŠÍKU" ===== */
.floating-bar .btn,
.floating-product-content .btn,
.product-detail .btn,
button.btn[type="submit"][form="product-detail-form"] {
  background-color: #e9e2da !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 300 !important; /* 🔹 ztenčené písmo */
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  padding: 14px 20px !important;
  width: auto !important;
  min-width: 120px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  display: inline-block !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover / aktivní stav */
.floating-bar .btn:hover,
.floating-product-content .btn:hover,
.product-detail .btn:hover,
button.btn[type="submit"][form="product-detail-form"]:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Přizpůsobení na menší obrazovky */
@media screen and (max-width: 991px) {
  .floating-bar .btn,
  .floating-product-content .btn,
  button.btn[type="submit"][form="product-detail-form"] {
    font-size: 15px !important;
    height: 48px !important;
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center !important;
  }
}






/* ===== 🌟 BLOK NEJPRODÁVANĚJŠÍ PRODUKTY ===== */

/* Kontejner s produkty */
#productsTop,
#productsTop .products-inline,
#productsTop .product,
#productsTop .product-inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Grid rozložení s menšími mezerami */
.products-top {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  grid-gap: 10px !important; /* původně 20px → kompaktnější */
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  justify-items: center !important;
  align-items: stretch !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Jednotlivé produkty */
.products-top .product {
  flex: 1 1 auto !important;
  text-align: center !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  padding: 14px 8px !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

/* Hover efekt – decentní */
.products-top .product:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

/* Obrázky produktů */
.products-top .product .image img {
  display: block !important;
  margin: 0 auto !important;
  max-height: 120px !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* Název produktu */
.products-top .product .name {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #111 !important;
  margin-top: 10px !important;
  min-height: 40px !important;
}

/* Dostupnost a cena */
.products-top .product .availability,
.products-top .product .price {
  font-size: 14px !important;
  margin-top: 6px !important;
}

.products-top .product .availability {
  color: #008000 !important;
}

.products-top .product .price {
  color: #000 !important;
  font-weight: 500 !important;
}

/* Nadpis sekce */
.category-top h4,
.category-top .category-title {
  font-weight: 600 !important;
  text-align: left !important;
  margin-bottom: 12px !important;
  color: #000 !important;
}

/* Tablety a mobily */
@media screen and (max-width: 768px) {
  .products-top {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    grid-gap: 8px !important;
  }
  .products-top .product {
    padding: 10px 6px !important;
  }
  .products-top .product .image img {
    max-height: 100px !important;
  }
}

/* ===== KONEC BLOKU ===== */

