/**
* Template Name: Tacchino
* Template URL: http://tacchino.cz
* Updated: 16.3.2026
* Author: Fresh Mill studio, tvoba webovych stranek
* License: https://freshmill.cz
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #1d1d1b;
  background-color: #f7f1e9;
  font-family: "Quicksand", sans-serif;
}

a {
  color: #cc2028;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Quicksand", sans-serif;
}

/*--------------------------------------------------------------
# JEDNOTNÝ FONT + ŘÁDKOVÁNÍ PRO NADPISY A "EYEBROW" POPISKY
--------------------------------------------------------------*/
/* Sjednocuje font-family a line-height napříč VŠEMI variantami
   nadpisů a "eyebrow" popisků na webu (bylo jich dohromady přes
   15 skoro-duplicitních tříd, viz níže). Velikosti (font-size),
   barvy, marginy a media queries zůstávají beze změny — každá
   třída si drží svou vlastní velikost přesně jako doteď, mění se
   jen to, že font a řádkování jsou teď garantovaně stejné všude.

   Pravidlo je napsané JEDNOU tady nahoře a jednotlivé .selector
   bloky dole ho nepřepisují (žádný z nich dosud font-family ani
   line-height nenastavoval, takže tu nevzniká žádný konflikt). */

/* Všechny "eyebrow" popisky (drobný barevný text nad nadpisem) */
.nadpis .form-eyebrow,
.nadpisred .eyebrow-label,
.nadpisgold .eyebrow-label,
.eyebrow-label,
.contact-eyebrow,
.newsletter-eyebrow,
.booking-eyebrow,
.section-eyebrow,
.form-eyebrow {
  font-family: 'Lobster', sans-serif;
  line-height: 1.3;
}

/* Všechny hlavní nadpisy sekcí a stránek */
.nadpis .form-title,
.nadpisred .section-title,
.nadpisgold .section-title,
.section-title,
.page-hero-bg h1,
#hero h1,
.contact-main-title,
.newsletter-title,
.booking-title,
.form-title,
.error-title,
.promo-grid-overlay h3,
.map-info-country,
.badge-card h3,
.kat-card h4,
.article-body h2,
.article-body h3,
.event-type-card h4,
.product-title {
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# ELEMENTY
--------------------------------------------------------------*/
.logo .custom-logo-link img {
  width: 100%;
  height: 20px;
  object-fit: contain;
}

.nadpis .form-eyebrow {
  color: #ffb200;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: lowercase;
}

.nadpis .form-title {
  color: #212121;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 25px;
}

/* NADPIS RED */
.nadpisred .eyebrow-label {
  color: #ffb200;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: lowercase;
}

.nadpisred .section-title {
  color: #212121;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 25px;
}

/* NADPIS YELLOW */
.nadpisgold .eyebrow-label {
  color: #ffb200;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: lowercase;
}

.nadpisgold .section-title {
  color: #212121;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k elementy.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  .nadpis .form-title,
  .nadpisred .section-title {
    font-size: 34px;
  }

  .nadpisgold .section-title {
    font-size: 26px;
  }
}

/* ============ MOBIL (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  .nadpis .form-eyebrow,
  .nadpisred .eyebrow-label,
  .nadpisgold .eyebrow-label {
    font-size: 16px;
  }

  .nadpis .form-title,
  .nadpisred .section-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .nadpisgold .section-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

/* ============ MALÝ MOBIL (≤ 480px) ============ */
@media (max-width: 480px) {

  .nadpis .form-title,
  .nadpisred .section-title {
    font-size: 24px;
  }

  .nadpisgold .section-title {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
}

/* 991px ↓ – trochu méně vertikálního prostoru */
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

/* 768px ↓ – tablet na výšku */
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

/* 767px ↓ – kdybys chtěl ladit zvlášť menší layouty, necháváme stejné padyngy */
@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

/* 575px ↓ – mobil, ať to není kilometry dlouhé */
@media (max-width: 575px) {
  section {
    padding: 35px 0;
  }
}

/* 425px ↓ – malé telefony */
@media (max-width: 425px) {
  section {
    padding: 32px 0;
  }
}

/* 375px ↓ – ještě malinko méně */
@media (max-width: 375px) {
  section {
    padding: 30px 0;
  }
}

/* 320px ↓ – úplné minimum */
@media (max-width: 320px) {
  section {
    padding: 28px 0;
  }
}

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.btn-red {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ce2b37;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 19px 25px;
  border-radius: 8px;
  border: none;
  font-size: .88rem;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background .2s, transform .25s, box-shadow .25s;
  box-shadow: 0 6px 30px rgba(204, 32, 40, .3);
}

.btn-red:hover {
  background: #b51c27;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(204, 32, 40, .45);
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k buttons.css
--------------------------------------------------------------*/

/* ============ MOBIL (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  .btn-red {
    padding: 15px 20px;
    font-size: .82rem;
    gap: 8px;
  }
}

/* ============ DOTYKOVÁ ZAŘÍZENÍ ============ */
/* translateY(-3px) při hoveru na dotykových zařízeních zůstává
   po kliknutí "zaseknutý" nahoře, dokud uživatel neklikne jinam —
   na dotyku proto necháme jen změnu barvy, bez posunu a stínu */
@media (hover: none) {

  .btn-red:hover {
    transform: none;
    box-shadow: 0 6px 30px rgba(204, 32, 40, .3);
  }
}

/* ============ VOLITELNÁ VARIANTA NA ŠÍŘKU ============ */
/* Přidejte třídu btn-red--block k tlačítku, pokud má na mobilu
   zabírat celou šířku rodiče (např. v kontaktním formuláři) */
@media (max-width: 767.98px) {

  .btn-red--block {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# NAVIGACE
--------------------------------------------------------------*/
/* NAVIGACE */
#mainNav {
  background: #21212138;
  backdrop-filter: blur(3px);
  transition: background .3s;
  z-index: 1050;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mainNav.scrolled {
  background: rgba(10, 10, 10, 1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 2px;
}

.navbar a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  color: #fff;
  transition: color .2s;
  padding: 0 15px;
}

.navbar a:hover {
  color: #ffb200;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .3s;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link a:hover {
  color: #ffb200;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav .menu-item {
  position: relative;
}

.navbar-nav .menu-item:not(:last-child)::after {
  content: "•";
  color: #ffb200;
  margin: 0 12px;
  font-size: 10px;
  position: relative;
  top: -1px;
}


.nav-icon-btn {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, .8);
  font-size: 1.15rem;
  padding: 6px;
  border-radius: 50%;
  transition: color .2s, background .2s;
  position: relative;
  cursor: pointer;
}

.nav-icon-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.cart-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #ce2b37;
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SEARCH OVERLAY */
#searchOverlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 10, 10, .92);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

#searchOverlay.open {
  opacity: 1;
  pointer-events: all;
}

.search-inner {
  width: min(660px, 90vw);
}

.search-bar-wrap {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ffb200;
  padding-bottom: 10px;
  gap: 14px;
}

.search-bar-wrap input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  width: 100%;
  letter-spacing: 2px;
}

.search-bar-wrap input::placeholder {
  color: rgba(255, 255, 255, .3);
}

.search-bar-wrap i {
  color: #ffb200;
  font-size: 1.4rem;
}

.search-reset {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, .5);
  font-size: 1.3rem;
  cursor: pointer;
  transition: color .2s;
}

.search-reset:hover {
  color: #fff;
}

.search-close {
  position: absolute;
  top: 22px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, .5);
  font-size: 1.6rem;
  cursor: pointer;
  transition: color .2s;
}

.search-close:hover {
  color: #fff;
}

.search-hint {
  color: rgba(255, 255, 255, .35);
  font-size: .82rem;
  margin-top: 18px;
  letter-spacing: 1px;
}

.search-results {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 55vh;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 14px 18px;
  cursor: pointer;
  transition: background .2s;
}

.search-result-item:hover {
  background: rgba(255, 255, 255, .12);
}

.search-result-item img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.search-result-item h6 {
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  margin: 0 0 3px;
}

.search-result-item span {
  color: #c52d1b;
  font-weight: 700;
  font-size: .88rem;
}

.search-result-item .btn-cart-sm {
  margin-left: auto;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #c52d1b;
  color: #fff;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.search-result-item .btn-cart-sm:hover {
  background: #ffb200;
}

.search-no-results {
  color: rgba(255, 255, 255, .35);
  text-align: center;
  margin-top: 40px;
  font-size: .95rem;
}

/* WISHLIST MODAL */
#wishlistModal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

#wishlistModal.open {
  opacity: 1;
  pointer-events: all;
}

.wishlist-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

.wishlist-box {
  position: relative;
  background: #f7f1e9;
  border-radius: 16px;
  width: min(520px, 94vw);
  padding: 32px 28px 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .25);
  transform: translateY(20px);
  transition: transform .25s;
  max-height: 90vh;
  overflow-y: auto;
}

#wishlistModal.open .wishlist-box {
  transform: translateY(0);
}

.wishlist-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.wishlist-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #999;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}

.wishlist-close:hover {
  background: #f0f0f0;
  color: #212121;
}

.wishlist-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.wishlist-item:last-child {
  border-bottom: none;
}

.wishlist-item .wi-remove {
  background: none;
  border: none;
  color: #bbb;
  font-size: 1rem;
  cursor: pointer;
  transition: color .2s;
  padding: 0;
}

.wishlist-item .wi-remove:hover {
  color: #c52d1b;
}

.wishlist-item h6 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 2px;
}

.wishlist-item .wi-price {
  color: #c52d1b;
  font-weight: 700;
  font-size: .9rem;
}

.btn-wishlist-view {
  background: transparent;
  border: 1px solid #212121;
  color: #212121;
  text-transform: uppercase;
  padding: 14px 25px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background .2s, transform .25s, box-shadow .25s;
  border-radius: 8px;
  transition: all .2s;
  cursor: pointer;
}

.btn-wishlist-view:hover {
  background: #212121;
  color: #fff;
}

.btn-wishlist-shop {
  background: transparent;
  border: 1px solid #c52d1b;
  color: #fff;
  background-color: #c52d1b;
  text-transform: uppercase;
  padding: 14px 25px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background .2s, transform .25s, box-shadow .25s;
  border-radius: 8px;
  transition: all .2s;
  cursor: pointer;
}

.btn-wishlist-shop:hover {
  background: #b51c27;
  border-color: #b51c27;
}

.wishlist-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  margin-top: 6px;
}

/* CART SIDEBAR */
#cartSidebar {
  position: fixed;
  top: 0;
  right: -440px;
  width: 400px;
  height: 100vh;   /* fallback pro starší prohlížeče bez podpory dvh */
  height: 100dvh;  /* skutečná viditelná výška na mobilu */
  background: #f7f1e9;
  z-index: 2200;
  box-shadow: -8px 0 40px rgba(0, 0, 0, .18);
  transition: right .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#cartSidebar.open {
  right: 0;
}

.cart-sidebar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 2199;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.cart-sidebar-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.cart-sidebar-header {
  padding: 20px 20px 16px;
  font-weight: 800;
  font-size: 16px;
  border-bottom: 1px solid #e0dbd0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-sidebar-close {
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: #999;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.cart-sidebar-close:hover {
  background: #e0e0e0;
}

.cart-sidebar-items {
  flex: 1;
  overflow-y: auto;
  padding: 12px 20px;
}

.cart-sidebar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  position: relative;
}

.cart-sidebar-item img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.cart-sidebar-item h6 {
  font-weight: 700;
  font-size: .85rem;
  margin: 0 0 3px;
}

.cart-sidebar-item .ci-price {
  color: #c52d1b;
  font-weight: 700;
  font-size: .9rem;
}

.cart-sidebar-item .ci-remove {
  position: absolute;
  top: 14px;
  right: 0;
  background: none;
  border: none;
  color: #bbb;
  font-size: .95rem;
  cursor: pointer;
  transition: color .2s;
}

.cart-sidebar-item .ci-remove:hover {
  color: #c52d1b;
}

.cart-sidebar-footer {
  padding: 16px 20px 24px;
  border-top: 1px solid #e0dbd0;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.cart-qty button {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-qty button:hover {
  background-color: #c52d1b;
  color: #fff;
}

.cart-qty span {
  font-size: .8rem;
  font-weight: 600;
}

.cart-total-label {
  font-size: .85rem;
  color: #212121;
}

.cart-total-value {
  font-weight: 800;
  font-size: 1.1rem;
}

.cart-total-items {
  color: #c52d1b;
  font-size: .78rem;
  font-weight: 600;
}
.tlacitka-cart {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  text-align: center;
}
.btn-cart {
  background: transparent;
  border: 1px solid #212121;
  color: #212121;
  background-color: #f7f1e9;
  text-transform: uppercase;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 8px;
  transition: all .2s;
}
.btn-cart:hover {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

.btn-checkout {
  background: transparent;
  border: 1px solid #c52d1b;
  color: #fff;
  background-color: #c52d1b;
  text-transform: uppercase;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 8px;
  transition: all .2s;
}

.btn-checkout:hover {
  background: #b51c27;
  border-color: #b51c27;
}


/* ==========================================
   NAVBAR – BASE
========================================== */
#mainNav {
  overflow: visible !important;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
}

/* Navbar brand reset */
.navbar-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 auto;
}


/* ==========================================
   LOGO (BADGE STYLE – VYSTRČENÉ)
========================================== */
.nav-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -34%); /* 👈 hlavní posun dolů */
  width: 110px;
  z-index: 10;
}

.nav-logo-bg {
  width: 100%;
  display: block;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.35));
}

.nav-logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}


/* ==========================================
   MENU – MENŠÍ & CLEAN
========================================== */
.navbar-nav a {
  font-size: 0.9rem;
  opacity: 0.85;
  transition: all 0.25s ease;
}

.navbar-nav a:hover {
  opacity: 1;
}


/* ==========================================
   IKONY (search, cart, heart)
========================================== */
.nav-icon-btn {
  opacity: 0.9;
  transition: all 0.25s ease;
}

.nav-icon-btn:hover {
  opacity: 1;
}


/* ==========================================
   SCROLL EFFECT (volitelné – doporučuju)
========================================== */
#mainNav.scrolled {
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(6px);
}

/* zmenšení loga při scrollu */
#mainNav.scrolled .nav-logo {
  width: 106px;
  transform: translate(-50%, -34%);
}


/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 992px) {

  .nav-logo {
    width: 85px;
    transform: translate(-50%, -50%);
  }

  #mainNav {
    min-height: 60px;
  }
}

@media (max-width: 576px) {

  .nav-logo {
    width: 70px;
    transform: translate(-50%, -50%);
  }
}



/* CANVAS LEVE MENU */
#mainNav {
  z-index: 2000;
}

.offcanvas {
  z-index: 1050;
}

.offcanvas {
  margin-top: 80px; /* výška navbaru */
  height: calc(100% - 80px);
}



/* ===== MOBILE MENU BASE ===== */
#mobileMenu {
  background: linear-gradient(180deg, #0f172a 0%, #101828 100%);
  color: #fff;
  width: 320px;
  border-right: 1px solid rgba(255,255,255,0.06);
}

/* aby navbar byl nad */
#mainNav {
  z-index: 2000;
}

/* ===== HEADER ===== */
#mobileMenu .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 1.2rem 1.5rem;
}

#mobileMenu .navbar-brand {
  display: flex;
  align-items: center;
}

/* ===== BODY ===== */
#mobileMenu .offcanvas-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===== NAV MENU ===== */
#mobileMenu .navbar-nav {
  gap: .6rem;
}

#mobileMenu .menu-item a {
  display: block;
  padding: .9rem 1rem;
  border-radius: 12px;
  font-size: .95rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: all .25s ease;
  position: relative;
}

#mobileMenu .menu-item a:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
  transform: translateX(4px);
}

#mobileMenu .current-menu-item a {
  background: linear-gradient(135deg, #8c1f2b, #a8323f);
  color: #fff;
}

#mobileMenu .menu-item:not(:last-child)::after {
  content: '';
  display: block;
  height: 1px;
  background: rgba(255,255,255,0.05);
  margin: .6rem 0;
}

/* ===== FOOTER ===== */
.mobile-menu-footer {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.mobile-menu-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: .85rem 1rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: .6rem;
  transition: all .25s ease;
}

.mobile-menu-btn.primary {
  background: linear-gradient(135deg, #8c1f2b, #a8323f);
  color: #fff;
}

.mobile-menu-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(140,31,43,.35);
}

.mobile-menu-btn.secondary {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.mobile-menu-btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* ===== CLOSE BUTTON ===== */
#mobileMenu .btn-close {
  filter: invert(1);
  opacity: .7;
}

#mobileMenu .btn-close:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# RESPONSIVE — FINÁLNÍ verze k navigace.css
--------------------------------------------------------------*/

/* ============================================================
   HEADER HEIGHT — sjednocená proměnná
   ============================================================ */
:root {
  --header-height: 70px;
}

@media (max-width: 399.98px) {
  :root {
    --header-height: 62px;
  }
}

/* ============================================================
   LOGO — oprava "scroll bugu"
   ============================================================ */
@media (max-width: 991.98px) {

  .nav-logo {
    width: 85px;
  }

  #mainNav {
    min-height: 60px;
  }

  #mainNav.scrolled .nav-logo {
    width: 80px;
  }
}

@media (max-width: 575.98px) {

  .nav-logo {
    width: 70px;
  }

  #mainNav.scrolled .nav-logo {
    width: 66px;
  }
}

/* ============================================================
   NAVBAR — úzké mobily (≤ 400px)
   ============================================================ */
@media (max-width: 400px) {

  #mainNav {
    min-height: 62px;
  }

  #mainNav .container-fluid {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .nav-icon-btn {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  #mainNav .d-flex.gap-3 {
    gap: .5rem !important;
  }
}

/* ============================================================
   HOVER EFEKTY NA DOTYKU
   ============================================================ */
@media (hover: none) {

  .nav-icon-btn:hover,
  .wishlist-close:hover,
  .cart-sidebar-close:hover,
  .search-reset:hover,
  .search-close:hover {
    background: initial;
    color: inherit;
  }

  .mobile-menu-btn.primary:hover {
    transform: none;
    box-shadow: none;
  }
}

/* ============================================================
   OFFCANVAS MOBILNÍ MENU (#mobileMenu)
   ============================================================ */
.offcanvas {
  margin-top: var(--header-height);
  height: calc(100% - var(--header-height));
}

@media (max-width: 400px) {

  #mobileMenu {
    width: 85vw !important;
  }
}

/* ============================================================
   SEARCH OVERLAY (#searchOverlay)
   ============================================================ */
@media (max-width: 576px) {

  #searchOverlay {
    padding-top: 60px;
  }

  .search-bar-wrap input {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  .search-bar-wrap i {
    font-size: 1.1rem;
  }

  .search-close {
    top: 16px;
    right: 16px;
    font-size: 1.3rem;
  }

  .search-result-item {
    padding: 12px 14px;
    gap: 12px;
  }

  .search-result-item img {
    width: 44px;
    height: 44px;
  }
}

/* ============================================================
   WISHLIST MODAL (#wishlistModal)
   ============================================================ */
@media (max-width: 480px) {

  .wishlist-box {
    padding: 26px 20px 20px;
  }

  .wishlist-footer {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .btn-wishlist-view,
  .btn-wishlist-shop {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   CART SIDEBAR (#cartSidebar)
   ============================================================ */
@media (max-width: 576px) {

  #cartSidebar {
    width: 100%;
    right: -100%;
  }

  #cartSidebar.open {
    right: 0;
  }

  .cart-sidebar-header {
    padding: 16px 16px 14px;
  }

  .cart-sidebar-items {
    padding: 10px 16px;
  }

  .cart-sidebar-footer {
    padding: 14px 16px 20px;
  }

  .tlacitka-cart {
    gap: 12px;
  }

  .btn-cart,
  .btn-checkout {
    padding: 13px 16px;
    font-size: 12px;
  }
}

/* ============================================================
   MOBILNÍ MENU — OPRAVA NADMĚRNÝCH MEZER
   ============================================================ */
#mobileMenu .navbar-nav {
  gap: 0;
}

#mobileMenu .menu-item a {
  padding: .65rem 1rem;
}

#mobileMenu .menu-item:not(:last-child)::after {
  margin: .25rem 0;
}

#mobileMenu .offcanvas-body > nav.d-flex {
  gap: 0;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/* GALLERY */
#gallery {
  background: #f7f1e9;
}

.gallery-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}

.gallery-grid::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 15px;
  overflow: hidden;
  transition: transform .3s;
}

.gallery-item:hover {
  transform: scale(1.04);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* NEWSLETTER */
#newsletter {
  background: #1a1a1a;
  padding: 80px 0;
}

.newsletter-eyebrow {
  color: #ffb200;
  font-size: 18px;
}

.newsletter-title {
  font-weight: 900;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-sub {
  color: #fff;
  font-size: 15px;
}

.newsletter-input {
  background: transparent;
  border: 1.5px solid #ffb200;
  border-right: none;
  color: #fff;
  padding: .85rem 1.4rem;
  font-size: .9rem;
  border-radius: 4px 0 0 4px;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, .35);
}

.newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, .04);
}

.btn-newsletter {
  background: #ffb200;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: .85rem 2rem;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: .82rem;
  transition: background .2s;
}

.btn-newsletter:hover {
  background: #f0b840;
}

.newsletter-check {
  accent-color: #ffb200;
}

.newsletter-check-label {
  color: rgba(255, 255, 255, .5);
  font-size: .8rem;
}

.newsletter-check-label a {
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
}

/* social bar */
#social-bar {
  background: #1a1a1a;
  border-top: 1px solid rgb(36 36 36);
  border-bottom: 1px solid rgb(36 36 36);
}

.social-link {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  padding: 28px 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 2px;
  transition: color .2s;
}

.social-link i {
  font-size: 35px;
}

.social-link:hover {
  color: #ffb200;
}

.social-divider {
  width: 1px;
  background: rgba(255, 255, 255, .1);
  align-self: stretch;
}

/* FOOTER */
footer {
  background: #131313;
  color: rgba(255, 255, 255, .6);
  padding: 60px 0 30px;
}

.footer-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  margin-bottom: 35px;
}

.foot-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  transition: color .2s;
}

.foot-nav ul {
  list-style: none;
  padding-left: 0;
}

.foot-nav a:hover {
  color: #ffb200;
  font-weight: 600;
}

.footer-link.highlight {
  color: #ffb200
}

.footer-email a {
  color: #ffb200;
  text-decoration: none;
  font-weight: 500;
  font-size: 23px;
  text-decoration: underline;
}

.footer-email a:hover {
  color: #fff;
}

.footer-phone {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.footer-address {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.footer-copy {
  padding-top: 24px;
  margin-top: 70px;
  font-size: 14px;
  color: rgb(255 255 255 / 64%);
}

.footer-copy strong {
  color: rgba(255, 255, 255, .5);
}

.footer-copy a {
  color: #ffb200;
  font-weight: 600;
}

.footer-copy a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-copy a {
  display: block;
}
footer a {
  display: block;
}
.footer-copy > span:last-child a {
  display: inline !important;
}
/*--------------------------------------------------------------
# RESPONSIVE — doplněk k footer.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  .newsletter-title {
    font-size: 34px;
  }

  .social-link {
    font-size: 1rem;
    gap: 10px;
    padding: 22px 0;
    letter-spacing: 1px;
  }

  .social-link i {
    font-size: 26px;
  }
}

/* ============ MOBIL (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  /* GALLERY */
  .gallery-item {
    width: 180px;
    height: 180px;
  }

  /* NEWSLETTER */
  #newsletter {
    padding: 50px 0;
  }

  .newsletter-title {
    font-size: 26px;
  }

  .newsletter-sub {
    font-size: 14px;
  }

  .newsletter-input {
    width: 100%;
    border-right: 1.5px solid #ffb200;
    border-radius: 4px;
    margin-bottom: 12px;
  }

  .btn-newsletter {
    width: 100%;
    border-radius: 4px;
  }

  /* SOCIAL BAR */
  #social-bar .d-flex {
    flex-wrap: wrap;
  }

  #social-bar .flex-fill {
    flex: 1 1 50%;
    min-width: 50%;
  }

  .social-divider {
    display: none;
  }

  .social-link {
    justify-content: center;
    font-size: .85rem;
    padding: 16px 0;
  }

  .social-link i {
    font-size: 22px;
  }

  /* FOOTER */
  footer {
    padding: 40px 0 20px;
    text-align: center;
  }

  .foot-nav {
    text-align: center;
  }

  .footer-heading {
    margin-bottom: 20px;
  }

  .footer-email a {
    font-size: 19px;
  }

  .footer-copy {
    margin-top: 40px;
    text-align: center;
  }

  .footer-copy > span {
    display: block;
    margin-bottom: 6px;
  }
}

/* ============ MALÝ MOBIL (≤ 575.98px) ============ */
@media (max-width: 575.98px) {

  .gallery-item {
    width: 150px;
    height: 150px;
  }

  .newsletter-title {
    font-size: 21px;
  }

  .newsletter-eyebrow {
    font-size: 15px;
  }

  #social-bar .flex-fill {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .social-link {
    font-size: .8rem;
    letter-spacing: .5px;
  }
}

@media (max-width: 767px) {
  .foot-columns {
    flex-direction: column;
    align-items: flex-start; /* nebo center, podle designu */
  }

  .foot-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .foot-col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# 404 ERROR
--------------------------------------------------------------*/
#error-hero {
  flex: 1;
  min-height: calc(100vh - 64px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.error-bg {
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/03/404-bg.avif') center/cover no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease-out;
}

#error-hero:hover .error-bg {
  transform: scale(1);
}

.error-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, .8) 100%);
}

.error-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px 60px;
}

.error-404 {
  font-family: 'Lobster', sans-serif;
  font-size: clamp(7rem, 22vw, 16rem);
  font-weight: 700;
  color: #db9e07;
  line-height: .85;
  margin-bottom: 24px;
  /* subtle text shadow for depth */
  text-shadow: 0 8px 40px rgba(0, 0, 0, .5), 0 0 80px rgba(224, 160, 48, .2);
  animation: float404 4s ease-in-out infinite;
}

@keyframes float404 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.error-title {
  font-weight: 900;
  font-size: clamp(1rem, 3.5vw, 1.6rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 36px;
}

.deco-item {
  position: absolute;
  pointer-events: none;
  user-select: none;
  border-radius: 50%;
  opacity: 0;
  animation: floatIn 1s forwards;
}

@keyframes floatIn {
  to {
    opacity: .18;
  }
}
/*--------------------------------------------------------------
# RESPONSIVE — doplněk k 404 error.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  .error-content {
    padding: 60px 20px 50px;
  }

  .error-404 {
    margin-bottom: 18px;
  }

  .error-title {
    margin-bottom: 28px;
    letter-spacing: 1.5px;
  }
}

/* ============ MOBIL (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  #error-hero {
    min-height: calc(100vh - 56px);
  }

  .error-content {
    padding: 40px 16px 40px;
  }

  .error-title {
    letter-spacing: 1px;
    padding: 0 8px;
  }
}

/* ============ MALÝ MOBIL (≤ 575.98px) ============ */
@media (max-width: 575.98px) {

  .error-404 {
    margin-bottom: 14px;
  }
}

/* ============ DOTYKOVÁ ZAŘÍZENÍ ============ */
@media (hover: none) {

  .error-bg {
    transform: scale(1);
    transition: none;
  }

  #error-hero:hover .error-bg {
    transform: scale(1);
  }
}

/* ============ REDUKCE POHYBU ============ */
@media (prefers-reduced-motion: reduce) {

  .error-404 {
    animation: none;
  }

  .error-bg {
    transition: none;
  }

  .deco-item {
    animation: none;
    opacity: .18;
  }
}

/*--------------------------------------------------------------
# BREADCRUMBS
--------------------------------------------------------------*/
/* PAGE HERO */
.page-hero-bg {
  position: relative;
  height: 390px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 29%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-hero-bg h1 {
  font-size: 80px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k page-hero.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  .page-hero-bg {
    height: 340px;
  }

  .page-hero-bg h1 {
    font-size: 52px;
  }
}

/* ============ MOBIL (≤ 768px) ============ */
@media (max-width: 768px) {

  .page-hero-bg {
    height: 300px;
  }

  .page-hero-bg h1 {
    font-size: 28px;
    padding: 0 16px;
  }
}

/* ============ MALÝ MOBIL (≤ 480px) ============ */
@media (max-width: 480px) {

  .page-hero-bg {
    height: 220px;
  }

  .page-hero-bg h1 {
    font-size: 22px;
  }
}

/* ============ MOBIL NA ŠÍŘKU (landscape) ============ */
@media (max-height: 480px) and (orientation: landscape) {

  .page-hero-bg {
    height: 200px;
  }

  .page-hero-bg h1 {
    font-size: 26px;
  }
}

/* BREADCRUMBS */
.breadcrumb-bar {
  background: #f7f1e9;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-bar .container {
  gap: 10px;
}

.breadcrumb-bar a {
  color: #212121;
  text-decoration: none;
  transition: all .2s ease;
}

.breadcrumb-bar a:hover {
  color: #c0392b;
}

.breadcrumb-bar .current {
  color: #212121;
  font-weight: 500;
}

.breadcrumb-bar .sep {
  margin: 0 15px;
  color: #212121;
}

.breadcrumb-bar i {
  vertical-align: middle;
}
nav.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}

.back-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all .2s ease;
}

.back-link:hover {
  color: #c0392b;
  transform: translateX(-2px);
}

/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k breadcrumbs.css
--------------------------------------------------------------*/

/* ============ TABLET / MOBIL (≤ 768px) ============ */
@media (max-width: 768px) {

  .breadcrumb-bar {
    padding: 10px 0;
    font-size: 13px;
  }

  .breadcrumb-bar .container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
  }

  .breadcrumb-bar .sep {
    margin: 0 8px;
  }

  .back-link {
    font-size: 12px;
  }
}

/* ============ MALÝ MOBIL (≤ 480px) ============ */
@media (max-width: 480px) {

  .breadcrumb-bar {
    padding: 8px 0;
    font-size: 12px;
  }

  .breadcrumb-bar .sep {
    margin: 0 6px;
  }

  nav.woocommerce-breadcrumb {
    line-height: 1.6;
  }

  .back-link {
    font-size: 11px;
    gap: 4px;
  }
}

/*--------------------------------------------------------------
# KONTAKT
--------------------------------------------------------------*/
#contact-info {
  background: #f7f1e9;
  padding: 70px 0 60px;
}

.contact-eyebrow {
  color: #ffb200;
  font-size: 18px;
  margin-bottom: 4px;
}

.contact-main-title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.info-block {
  margin-bottom: 28px;
}

.info-block-title {
  font-weight: 800;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #212121;
}

.info-row {
  display: flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  margin-bottom: 5px;
  line-height: 1.5;
}

.info-row .info-label {
  color: #444;
  min-width: 80px;
  font-weight: 500;
  flex-shrink: 0;
}

.info-row a {
  color: #c52d1b;
  text-decoration: none;
  transition: color .2s;
}

.info-row a:hover {
  color: #444;
  text-decoration: underline;
}

/* Opening hours table */
.hours-table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}

.hours-table tr td {
  padding: 4px 0;
  vertical-align: top;
}

.hours-table td:first-child {
  color: #444;
  width: 70px;
}

.hours-table td:nth-child(2),
.hours-table td:nth-child(3) {
  padding-left: 6px;
}

.hours-table tr.today td {
  color: #c52d1b;
  font-weight: 700;
}

.hours-table .closed {
  color: #c52d1b;
  font-weight: 600;
}

.contact-photo {
  width: 100%;
  height: 700px;
  min-height: 340px;
  border-radius: 0 25px 25px 0;
  object-fit: cover;
}

/* CONTACT FORM */
#contact-form {
  background: #f7f1e9;
  padding: 60px 0 80px;
}

#contact-form .right-side {
  padding: 0;
}

#contact-form .left-side {
  padding: 40px;
}

#contactfomr-bg {
  background-color: #fff;
  border-radius: 25px;
}

.form-card {
  background: #fff;
  border-radius: 16px;
}

.form-field {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: 2px solid #f7f1e9;
  background: #ffffff;
  padding: 0 18px;
  font-size: 15px;
  color: #333;
  transition: all 0.25s ease;
}

textarea.form-field {
  height: 160px;
  padding: 16px 18px;
  resize: none;
}

.form-field::placeholder {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #a5a19c;
}

.form-field:focus {
  outline: none;
  border-color: #d3b8a5;
  background: #fff;
}

.btn-send {
  background-color: #ce2b37;
  color: #fff;
  border: none;
  padding: 16px 50px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(215, 40, 47, 0.25);
  background-color: #b51c27;
}

.wpcf7-not-valid {
  border-color: #d7282f !important;
  background: #fff5f5;
}
.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.cf7-error {
  text-align: center;
  color: #d7282f;
  font-size: 13px;
  margin-bottom: 15px;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření ke kontakt.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  .contact-photo {
    height: 420px;
  }

  #contact-form .left-side {
    padding: 32px;
  }
}

/* ============ MOBIL (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  #contact-info {
    padding: 50px 0 40px;
  }

  .contact-main-title {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .info-block {
    margin-bottom: 24px;
  }

  .contact-photo {
    height: 260px;
    min-height: 220px;
    border-radius: 20px;
    margin-top: 24px;
  }

  #contact-form {
    padding: 40px 0 60px;
  }

  #contact-form .left-side {
    padding: 24px 20px;
  }

  .form-field {
    height: 52px;
    font-size: 14px;
  }

  textarea.form-field {
    height: 130px;
  }

  .btn-send {
    width: 100%;
    padding: 15px 30px;
  }
}

/* ============ MALÝ MOBIL (≤ 480px) ============ */
@media (max-width: 480px) {

  .contact-main-title {
    font-size: 21px;
  }

  .info-row {
    flex-direction: column;
    gap: 2px;
  }

  .info-row .info-label {
    min-width: auto;
  }

  .hours-table {
    font-size: 13.5px;
  }

  #contactfomr-bg,
  .form-card {
    border-radius: 16px;
  }

  #contact-form .left-side {
    padding: 20px 16px;
  }
}

/*--------------------------------------------------------------
# OBCHOD
--------------------------------------------------------------*/
/* FILTR */
#shop {
  background: #f7f1e9;
  padding: 40px 0 80px;
}

/* Filter bar */
.filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 36px;
}

.filter-params-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  color: #212121;
  padding: 0;
  transition: color .2s;
}

.filter-params-btn:hover {
  color: #ce2b37;
}

.filter-params-btn i {
  font-size: 1.1rem;
}

.price-range-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-range-wrap input[type=range] {
  -webkit-appearance: none;
  width: 140px;
  height: 4px;
  background: linear-gradient(to right, #ce2b37 0%, #ce2b37 60%, #ccc 60%);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.price-range-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ce2b37;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.price-val {
  font-size: .82rem;
  color: #6a6a6a;
  white-space: nowrap;
}

.sort-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sort-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6a6a6a;
}

.sort-btn {
  background: none;
  border: none;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #6a6a6a;
  padding: 0;
  transition: color .2s;
  position: relative;
}

.sort-btn.active {
  color: #6a6a6a;
}

.sort-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #6a6a6a;
}

.sort-btn:hover {
  color: #6a6a6a;
}

#filterDrawer {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  margin-bottom: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07);
}

#filterDrawer.open {
  max-height: 400px;
  padding: 28px 24px;
  margin-bottom: 28px;
}

.filter-drawer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.filter-group h6 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 12px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #ddd;
  border-radius: 50px;
  padding: .3rem .9rem;
  font-size: .8rem;
  cursor: pointer;
  transition: all .2s;
  margin: 3px;
  background: transparent;
  color: #6a6a6a;
}

.filter-chip:hover {
  border-color: #ffb200;
  color: #ffb200;
}

.filter-chip.active {
  background: #6a6a6a;
  border-color: #6a6a6a;
  color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 18px;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.product-card {
  background: #fff;
  border-radius: 18px;
  padding: 52px 20px 22px;
  position: relative;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .12);
}

.product-card.featured {
  box-shadow: 0 8px 36px rgba(0, 0, 0, .12);
  transform: translateY(-6px);
}

.card-img-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.card-img-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f7f1e9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
  .card-img-wrap img {
    width: 80px;
    height: 80px;
  }

  .product-card {
    padding: 44px 14px 18px;
  }
}

.card-heart {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #ccc;
  cursor: pointer;
  transition: color .2s, transform .2s;
  padding: 0;
  line-height: 1;
}

.card-heart:hover {
  color: #ce2b37;
  transform: scale(1.2);
}

.card-heart.wished {
  color: #ce2b37;
}

.product-card h5 {
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 4px;
}

.product-card p {
  font-size: .8rem;
  color: #6a6a6a;
  line-height: 1.55;
  margin: 0 0 14px;
}

.product-price {
  color: #ce2b37;
  font-weight: 700;
  font-size: 1rem;
}

.btn-add {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #ce2b37;
  color: #fff;
  font-size: .95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  cursor: pointer;
  flex-shrink: 0;
}

.btn-add:hover {
  background: #ffb200;
  transform: scale(1.1);
}

.btn-add.in-cart {
  background: #2a9d3f;
}

/* Load more */
.btn-load-more {
  background: #ce2b37;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 19px 25px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background .2s, transform .2s;
  cursor: pointer;
  margin: 48px auto 0;
}

.btn-load-more:hover {
  background: #b51c27;
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(204, 32, 40, .45);
}

.btn-load-more.loading .spinner {
  animation: spin .7s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.products-count {
  font-size: .82rem;
  color: #6a6a6a;
  margin-bottom: 60px;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #6a6a6a;
}

.empty-state i {
  font-size: 3rem;
  display: block;
  margin-bottom: 14px;
  opacity: .4;
}

/* VYPIS PRODUKTU */
.demo-bg {
  background: #f0ebe0;
  padding: 80px 32px 40px;
  border-radius: 16px;
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}

.pc-wrap {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: visible;
}

.pc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  transition: bottom .35s cubic-bezier(.4, 0, .2, 1), box-shadow .3s;
  cursor: pointer;
}

.pc-wrap:hover .pc {
  bottom: 20px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .13);
}

.pc-img {
  display: block;
  width: 160px;
  height: 160px !important;
  border-radius: 50%;
  object-fit: cover;
  margin: -88px auto 16px;
  border: 4px solid #f0ebe0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
  position: relative;
  z-index: 2;
  transition: margin-top .35s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
}

.pc-heart {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #f5c5c5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(.65);
  transition: opacity .22s .05s, transform .22s .05s;
  cursor: pointer;
  z-index: 3;
}

.pc-wrap:hover .pc-heart {
  opacity: 1;
  transform: scale(1);
}

.pc-heart svg {
  width: 15px;
  height: 15px;
  fill: #e83a3a;
  stroke: #e83a3a;
  stroke-width: 0;
}

.pc-heart.wished {
  border-color: #e83a3a;
}

.pc-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin: 0 0 10px;
    height: ;
}
.pc-name {
    min-height: 58px;
    display: flex;
    align-items: flex-start;
}
.pc-desc {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #181817;
    line-height: 1.55;
    margin: 0 0 18px;
}

.pc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-price {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ce2b37;
}

.pc-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #ce2b37;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .18s;
  flex-shrink: 0;
}

.pc-btn:hover {
  background: #b51c27;
  transform: scale(1.08);
}

.pc-btn.added {
  background: #2a9d3f;
}

.pc-btn svg {
  width: 17px;
  height: 17px;
}

/* ==========================================================
   OBCHOD – styly pro sidebar filtrů
   ========================================== */

.filters-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 90px;
}

.filter-group {
  margin-bottom: 24px;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.filter-group h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.filters-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
  transition: border-color .15s, color .15s;
}
.filters-toggle-btn:hover {
  border-color: var(--red);
}
.filters-toggle-btn.active {
  border-color: var(--red);
  color: var(--red);
}
.filters-toggle-btn i {
  font-size: 15px;
}

.filter-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-cat-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.filter-cat-btn:hover,
.filter-cat-btn.active {
  color: var(--red);
  font-weight: 600;
}

.filter-icons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 68px;
  background: #f8f8f8;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 8px 4px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.filter-icon-btn:hover {
  background: #f0f0f0;
}
.filter-icon-btn.active {
  border-color: var(--red);
  background: #fff5f5;
}
.filter-icon {
  font-size: 22px;
  line-height: 1;
}
.filter-icon-label {
  font-size: 11px;
  text-align: center;
  color: #555;
  line-height: 1.2;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  cursor: pointer;
}
.filter-checkbox input {
  cursor: pointer;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 5px 10px 5px 12px;
  font-size: 13px;
  color: #333;
}
.filter-chip i {
  cursor: pointer;
  font-size: 14px;
  color: #888;
}
.filter-chip i:hover {
  color: var(--red);
}

@media (max-width: 991px) {
  .filters-sidebar {
    position: static;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k obchod.css
--------------------------------------------------------------*/

/* ============ FILTER BAR (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  #shop {
    padding: 30px 0 60px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }

  .sort-wrap {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .price-range-wrap {
    width: 100%;
  }

  .price-range-wrap input[type=range] {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}

/* ============ FILTER DRAWER (≤ 767.98px) ============ */
@media (max-width: 767.98px) {

  #filterDrawer.open {
    max-height: none;
    padding: 22px 18px;
  }

  .filter-drawer-inner {
    flex-direction: column;
    gap: 22px;
  }

  .filter-group h6 {
    font-size: 16px;
  }
}

/* ============ PRODUCTOVÉ KARTY — DROBNÉ DOLADĚNÍ (≤ 480px) ============ */
@media (max-width: 480px) {

  .products-grid {
    gap: 10px;
  }

  .product-card {
    padding: 40px 12px 16px;
    border-radius: 14px;
  }

  .product-card h5 {
    font-size: .72rem;
  }

  .product-price {
    font-size: .9rem;
  }

  .btn-add {
    width: 34px;
    height: 34px;
    font-size: .82rem;
  }

  .card-img-wrap img {
    width: 64px;
    height: 64px;
  }

  .btn-load-more {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    font-size: .82rem;
    letter-spacing: 1.5px;
  }
}

/* ============ PRODUKTOVÁ KARTA (.pc-wrap / .pc-img) ============ */
@media (max-width: 767.98px) {

  #syry-row,
  #relatedGrid {
    margin-top: 50px;
  }

  .demo-bg {
    padding: 60px 16px 30px;
    gap: 20px;
  }

  .pc-wrap {
    height: 300px;
  }

  .pc-img {
    width: 120px;
    height: 120px !important;
    margin: -60px auto 14px;
  }

  .pc-name {
    font-size: 13px;
    min-height: 50px;
  }

  .pc-heart {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 480px) {

  #syry-row,
  #relatedGrid {
    margin-top: 44px;
  }

  .pc-wrap {
    height: 270px;
  }

  .pc-img {
    width: 92px;
    height: 92px !important;
    margin: -46px auto 10px;
  }

  .pc-name {
    font-size: 12px;
    min-height: 42px;
  }

  .pc-desc {
    font-size: 11.5px;
  }

  .pc-price {
    font-size: 13px;
  }

  .pc-btn {
    width: 34px;
    height: 34px;
  }
}

@media (hover: none) {

  .pc-heart {
    opacity: 1;
    transform: scale(1);
  }

  .pc-wrap:hover .pc {
    bottom: 0;
  }
}

/* ============ FILTRY SIDEBAR — DOLADĚNÍ IKONEK (≤ 480px) ============ */
@media (max-width: 480px) {

  .filter-icon-btn {
    width: 60px;
    padding: 6px 3px;
  }

  .filter-icon {
    font-size: 19px;
  }

  .filter-icon-label {
    font-size: 10px;
  }

  .filters-sidebar {
    padding: 16px;
  }
}

/*--------------------------------------------------------------
# UVOD
--------------------------------------------------------------*/
/* HERO */
#hero {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.4));
}

#hero .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-family: 'Lobster', sans-serif;
  color: #ffb200;
  font-size: 18px;
  font-weight: 500;
}

#hero h1 {
  font-size: 70px;
  font-weight: 800;
  margin: 0;
  color: #fff;
  padding-bottom: 50px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
}

.hero-arrow.left {
  left: 15px;
}

.hero-arrow.right {
  right: 15px;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 32px;
  }
}

/* BESTESELLERY */
#syry-row {
  display: flex;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k hero.css
--------------------------------------------------------------*/

/* ============ TABLET (≤ 991.98px) ============ */
@media (max-width: 991.98px) {

  #hero h1 {
    font-size: 46px;
    padding-bottom: 36px;
  }
}

/* ============ MOBIL (≤ 768px) ============ */
@media (max-width: 768px) {

  #hero {
    min-height: 70vh;
  }

  .eyebrow {
    font-size: 15px;
  }

  #hero h1 {
    padding-bottom: 30px;
  }

  .hero-arrow {
    width: 36px;
    height: 36px;
  }

  .hero-arrow.left {
    left: 10px;
  }

  .hero-arrow.right {
    right: 10px;
  }
}

/* ============ MALÝ MOBIL (≤ 480px) ============ */
@media (max-width: 480px) {

  #hero {
    min-height: 60vh;
  }

  #hero h1 {
    font-size: 26px;
    padding-bottom: 22px;
  }
}

/* ============ MOBIL NA ŠÍŘKU (landscape) ============ */
@media (max-height: 480px) and (orientation: landscape) {

  #hero {
    min-height: 100vh;
  }

  #hero h1 {
    font-size: 24px;
    padding-bottom: 16px;
  }

  .hero-arrow {
    width: 32px;
    height: 32px;
  }
}

/* ABOUT / STORY */
#about {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}

.about-images {
  position: relative;
  height: 520px;
}

.img-main {
  width: 70%;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.img-overlay {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 55%;
  height: 85%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.eyebrow-label {
  color: #ffb200;
  font-weight: 500;
}

.section-title {
  color: #212121;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 25px;
}

.text {
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-list li {
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.about-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ce2b37;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

/* ===== DECORATIONS ===== */
.decoration {
  position: absolute;
  pointer-events: none;
}

.deco-1 {
  left: -40px;
  top: 40px;
  width: 120px;
}

.deco-2 {
  right: -30px;
  top: 80px;
  width: 120px;
}

.deco-3 {
  left: 40px;
  bottom: 20px;
  width: 80px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .about-images {
    height: auto;
  }

  .img-main,
  .img-overlay {
    position: relative;
    width: 100%;
    height: auto;
  }

  .img-overlay {
    margin-top: 20px;
  }
}

/* PROMO GRID (Fast Food Cards) */
#promo-grid {
  padding: 60px 0;
  background: #fff;
}

.promo-grid-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
  cursor: pointer;
  transition: transform .3s;
}

.promo-grid-card:hover {
  transform: scale(1.02);
}

.promo-grid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-grid-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .2) 60%);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.promo-grid-card:nth-child(2) .promo-grid-overlay {
  background: linear-gradient(160deg, rgba(90, 50, 0, .75) 0%, rgba(0, 0, 0, .2) 70%);
}

.promo-grid-card:nth-child(3) .promo-grid-overlay {
  background: linear-gradient(160deg, rgba(15, 15, 30, .8) 0%, rgba(0, 0, 0, .2) 70%);
}

.promo-grid-overlay h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: #fff;
  margin-bottom: 4px;
}

.promo-grid-overlay .sub {
  font-size: .75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffffa3;
  margin-bottom: 8px;
}

.promo-grid-overlay .price {
  color: #ffb200;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 16px;
}

.btn-order {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  border: 1.5px solid #fff;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 4px;
  transition: background .2s;
}

.btn-order:hover {
  background-color: #ce2b37;
  color: #fff;
  border-color: #ce2b37;
}

/* LOKALNI PRODUKTY */
section#map-section {
  background-color: #fff;
}

/* USP ICONS */
.elementor-shape svg {
  display: block;
  width: 100%;
  height: 20px;
}
.elementor-shape-fill {
  fill: #ffffff; 
}

.usp-card {
  text-align: center;
  padding: 20px;
}

.usp-icon-box {
  width: 90px;
  height: 90px;
  background: #ffb200;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.2rem;
  color: #fff;
  transition: transform .3s;
}

.usp-card:hover .usp-icon-box {
  transform: rotate(-6deg) scale(1.07);
}

.usp-card h5 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  color: #212121;
  margin-bottom: 12px;
}

.usp-card p {
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
}

.usp-divider {
  width: 1px;
  background: #d4cfc5;
}

@media (min-width: 992px) {
  #usp .col-lg-4 {
    position: relative;
  }

  #usp .col-lg-4:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #d4cfc5;
  }
}

/*  REVIEWS */
#reviews {
  padding: 80px 0;
  border-top: 1px solid #e0dbd0;
}

.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: transform .3s, box-shadow .3s;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.review-quote {
  font-size: 2.5rem;
  color: #ddd;
  font-family: 'Quicksand', sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.review-stars {
  color: #ffb200;
  font-size: 20px;
}

.review-text {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

.review-author {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ce2b37;
  margin-top: 16px;
}

.review-role {
  font-size: .75rem;
  color: #1b1b1b;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k about/promo/usp/reviews.css
--------------------------------------------------------------*/

@media (max-width: 991.98px) {

  .about-images {
    height: 420px;
  }

  .img-main,
  .img-overlay {
    position: absolute;
    width: 70%;
    height: 100%;
  }

  .img-overlay {
    width: 55%;
    height: 85%;
    margin-top: 0;
  }
  .story .left-side {
    padding-top: 45px;
  }
}

@media (max-width: 767.98px) {

  #about {
    padding-bottom: 60px;
  }

  .about-images {
    height: 340px;
  }

  .img-overlay {
    bottom: -24px;
  }

  #about .section-title {
    font-size: 26px;
  }

  #about .eyebrow-label {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .about-images {
    height: 280px;
  }

  .img-overlay {
    bottom: -16px;
  }
}

@media (max-width: 767.98px) {

  .deco-1,
  .deco-2,
  .deco-3 {
    width: 60px;
    opacity: .5;
  }

  .deco-1 {
    left: -20px;
  }

  .deco-2 {
    right: -15px;
  }
}

@media (max-width: 480px) {

  .decoration {
    display: none;
  }
}

/* ============================================================
   PROMO GRID (Fast Food Cards)
   ============================================================ */
@media (max-width: 767.98px) {

  #promo-grid {
    padding: 40px 0;
  }

  .promo-grid-card {
    aspect-ratio: 4 / 3;
  }

  .promo-grid-overlay {
    padding: 20px;
  }

  .promo-grid-overlay .sub {
    font-size: .68rem;
    letter-spacing: 1.5px;
  }

  .promo-grid-overlay .price {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .btn-order {
    padding: 8px 20px;
    font-size: 13px;
  }
}

/* ============================================================
   USP IKONY
   ============================================================ */
@media (max-width: 991.98px) {

  .usp-divider {
    display: none;
  }

  .usp-card {
    padding: 16px;
  }
}

@media (max-width: 480px) {

  .usp-icon-box {
    width: 72px;
    height: 72px;
    font-size: 1.7rem;
    margin-bottom: 14px;
  }

  .usp-card h5 {
    font-size: 14px;
  }
}

/* ============================================================
   REVIEWS
   ============================================================ */
@media (max-width: 767.98px) {

  #reviews {
    padding: 50px 0;
  }

  .review-card {
    padding: 22px;
  }

  .review-quote {
    font-size: 2rem;
  }

  .review-text {
    font-size: 13.5px;
  }

  .review-author {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (hover: none) {

  .review-card:hover,
  .promo-grid-card:hover,
  .usp-card:hover .usp-icon-box {
    transform: none;
  }
}
/*--------------------------------------------------------------
# O NAS
--------------------------------------------------------------*/
/* SECTION 1 — FIRMA INTRO*/
#intro {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

#intro::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: url("/wp-content/uploads/2026/03/h1_vector3.png") center/contain no-repeat;
  opacity: .2;
  pointer-events: none;
}

.intro-text {
  color: #212121;
  line-height: 1.88;
  font-size: 16px;
  font-weight: 600;
  max-width: 750px;
}

.pizza-deco-wrap {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(200px, 24vw, 360px);
  pointer-events: none;
  user-select: none;
}

.pizza-deco-wrap img {
  width: 100%;
  animation: pizzaFloat 5s ease-in-out infinite;
}

@keyframes pizzaFloat {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.ing {
  position: absolute;
  pointer-events: none;
  animation: ingFloat 3.5s ease-in-out infinite;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

@keyframes ingFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg)
  }

  50% {
    transform: translateY(-8px) rotate(12deg)
  }
}


/* SECTION 3 — BOOKING */
#booking {
  position: relative;
  overflow: hidden;
}

.booking-bg {
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/03/bg.jpg') center/cover no-repeat;
}

.booking-overlay {
  position: absolute;
  inset: 0;
}

.booking-eyebrow {
  color: #ffb200;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.booking-title {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 18px;
}

.booking-text {
  color: #fff;
  line-height: 1.82;
  font-size: 15px;
}

/* FORMULAR */
.te-fg .wpcf7-form-control-wrap { display: block; width: 100%; }
.te-ta {
  height: 90px;
}
.wpcf7-not-valid-tip {
  display: block;
  background: rgba(255,0,0,.1);
  border-left: 3px solid var(--te-red);
  border-radius: 6px;
  padding: 6px 10px;
  color: #ff8080;
  font-size: .78rem;
  margin-top: 6px;
}
.te-fi.wpcf7-not-valid { border-color: var(--te-red) !important; }

.te-chk .wpcf7-list-item { margin: 0; }
.te-chk .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255,255,255,.42);
  cursor: pointer;
  line-height: 1.5;
}
.te-chk input[type=checkbox] {
  accent-color: var(--te-gold);
  width: 16px; height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  cursor: pointer;
}

.te-btn-sub {
  width: 100%;
  background: var(--te-red, #cc2028);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: .9rem 1.5rem;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: background .2s;
}
.te-btn-sub:hover { background: #a91a20; }
.te-form-wrap br {
  display: none;
}
@media (max-width: 640px) {
  .te-frow { grid-template-columns: 1fr; }
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k o-nas.css
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {

  .pizza-deco-wrap {
    right: -20px;
    opacity: .6;
  }
}

@media (max-width: 991.98px) {

  .pizza-deco-wrap {
    display: none;
  }

  .ing {
    display: none;
  }
}

@media (max-width: 767.98px) {

  #intro {
    padding: 50px 0 40px;
  }

  #intro::before {
    width: 110px;
    height: 110px;
  }

  .intro-text {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 767.98px) {

  .booking-eyebrow {
    font-size: 15px;
  }

  .booking-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .booking-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 640px) {

  .te-ta {
    height: 100px;
  }

  .te-btn-sub {
    padding: .8rem 1.2rem;
    font-size: .9rem;
  }

  .te-chk .wpcf7-list-item label {
    font-size: .78rem;
  }

  .wpcf7-not-valid-tip {
    font-size: .74rem;
    padding: 5px 8px;
  }
}

/*--------------------------------------------------------------
# NASE AKCE
--------------------------------------------------------------*/
/* O AKCICH */
#about-events {
  background: #fff;
  padding: 72px 0 60px;
}

.event-type-card {
  background: #f7f1e9;
  border-radius: 14px;
  padding: 28px 22px;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}

.event-type-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
}

.event-type-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #ffb200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 16px;
}

.event-type-card h4 {
  font-weight: 800;
  color: #212121;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.event-type-card p {
  font-size: 15px;
  color: #212121;
  line-height: 1.6;
  margin: 0;
}

/* RESERVATION FORM */
#reserve-form {
  position: absolute;
  inset: 0;
  background: url('/wp-content/uploads/2026/03/bg.jpg') center/cover no-repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#reserve-form::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

#reserve-form>* {
  position: relative;
  z-index: 1;
}

.form-eyebrow {
  color: #ffb200;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.form-title {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 18px;
}

.form-subtitle p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 36px;
}

.kontakticon {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.icon-akce {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #ffb200;
}

.akceform {
  display: flex;
  align-items: center;
}

/* PRODUKTY K VYPRODEJI */
.salehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k nase-akce.css
--------------------------------------------------------------*/

@media (max-width: 767.98px) {

  #about-events {
    padding: 50px 0 40px;
  }

  .event-type-card {
    padding: 22px 18px;
  }

  .event-type-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .event-type-card h4 {
    font-size: 15px;
  }

  .event-type-card p {
    font-size: 14px;
  }
}

@media (hover: none) {

  .event-type-card:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {

  #reserve-form {
    padding: 50px 0;
  }

  .form-eyebrow {
    font-size: 15px;
  }

  .form-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .form-subtitle p {
    font-size: 14.5px;
    margin-bottom: 24px;
  }

  .icon-akce {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .kontakticon {
    gap: 12px;
  }
}

@media (max-width: 480px) {

  .salehead {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# O PRODUKTECH
--------------------------------------------------------------*/
/* ══ STICKY TOPIC NAV ══ */
#topicNav {
  position: sticky;
  top: 60px;
  z-index: 900;
  background: #fff;
  border-bottom: 2px solid var(--cream);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.topic-nav-inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.topic-nav-inner::-webkit-scrollbar {
  display: none;
}

.topic-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 1rem 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gray);
  cursor: pointer;
  position: relative;
  transition: color .2s;
  white-space: nowrap;
}

.topic-btn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .3s;
}

.topic-btn.active {
  color: var(--dark);
}

.topic-btn.active::after {
  width: 100%;
}

/* ══ COMMON ══ */
.content-section {
  padding: 72px 0;
  display: none;
}

.content-section.visible {
  display: block;
}

.section-eyebrow {
  color: #ffb200;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.section-title {
  font-weight: 900;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-bottom: 14px;
}

.section-lead {
  color: var(--gray);
  line-height: 1.85;
  font-size: .94rem;
  max-width: 680px;
}

/* ══ MAP CAROUSEL ══ */
#sekce-puvod {
  background: var(--cream);
}

.country-switcher {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.csw-btn {
  background: #fff;
  border: 1.5px solid #e0dbd0;
  border-radius: 10px;
  padding: .45rem 1.1rem;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 7px;
}

.csw-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.csw-btn.active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

/* Map layout */
.map-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .1);
  min-height: 480px;
}

@media(max-width:991px) {
  .map-layout {
    grid-template-columns: 1fr;
  }
}

.map-svg-area {
  background: #f5f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.map-svg-area svg {
  width: 100%;
  max-height: 440px;
}

.map-r {
  fill: #d4ccbc;
  stroke: #fff;
  stroke-width: 1.5;
  cursor: pointer;
  transition: fill .22s;
}

.map-r:hover {
  fill: #e0a030;
}

.map-r.sel {
  fill: #cc2028;
}

.map-info {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
}

.map-info-flag {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

.map-info-country {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 2px;
}

.map-info-region {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--red);
  font-size: 1.05rem;
  margin-bottom: 10px;
  min-height: 1.4em;
}

.map-info-desc {
  font-size: .85rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 16px;
  min-height: 60px;
}

.map-products {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.map-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--cream);
  border-radius: 9px;
  padding: 7px 11px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  transition: background .2s;
  border: none;
  text-align: left;
}

.map-chip:hover {
  background: #e8e3d4;
}

.map-chip i {
  color: var(--gold);
  font-size: .7rem;
  flex-shrink: 0;
}

.map-hint {
  font-size: .7rem;
  color: var(--gray);
  font-style: italic;
  margin-top: auto;
  padding-top: 14px;
}

/* ══ ANIMAL MAP ══ */
.animal-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .1);
  min-height: 400px;
}

@media(max-width:991px) {
  .animal-layout {
    grid-template-columns: 1fr;
  }
}

.animal-svg-area {
  background: #faf6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.animal-svg-area svg {
  width: 100%;
  max-height: 380px;
}

.animal-part-shape {
  fill: #d4ccbc;
  stroke: #fff;
  stroke-width: 1;
  cursor: pointer;
  transition: fill .22s;
}

.animal-part-shape:hover {
  fill: #e0a030;
}

.animal-part-shape.sel {
  fill: #cc2028;
}

.animal-part-label {
  font-size: 9px;
  fill: #555;
  pointer-events: none;
  font-weight: 700;
}

/* ══ QUALITY BADGES ══ */
#sekce-znamky {
  background: #fff;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.badge-card {
  border-radius: 16px;
  padding: 26px 22px;
  border: 2px solid transparent;
  transition: transform .3s, box-shadow .3s;
  cursor: default;
}

.badge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .1);
}

.badge-card.dop {
  background: #eef2f9;
  border-color: #b8c8e8;
}

.badge-card.igp {
  background: #eef9f2;
  border-color: #b8e8c8;
}

.badge-card.stg {
  background: #fffbee;
  border-color: #e8d8a0;
}

.badge-card.bio {
  background: #eef9ee;
  border-color: #a8d8a8;
}

.badge-card.doc {
  background: #f5eef9;
  border-color: #c8b8e8;
}

.badge-card.voc {
  background: #fff8f8;
  border-color: #e8b8b8;
}

.badge-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: .95rem;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.badge-logo.dop {
  background: #627fb9;
  color: #fff;
}

.badge-logo.igp {
  background: var(--green);
  color: #fff;
}

.badge-logo.stg {
  background: #8B5E00;
  color: #fff;
}

.badge-logo.bio {
  background: #2a7a2a;
  color: #fff;
}

.badge-logo.doc {
  background: #4a1a7a;
  color: #fff;
}

.badge-logo.voc {
  background: #8b1a1a;
  color: #fff;
}

.badge-card h3 {
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.badge-card .bfn {
  font-size: .72rem;
  color: var(--gray);
  font-style: italic;
  margin-bottom: 10px;
}

.badge-card p {
  font-size: .82rem;
  color: #444;
  line-height: 1.65;
  margin: 0;
}

.badge-examples {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.badge-ex {
  font-size: .68rem;
  background: rgba(0, 0, 0, .07);
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 600;
  color: #333;
}

/* ══ PAIRING ══ */
#sekce-parovani {
  background: var(--cream);
}

.pair-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.pair-tab {
  background: #fff;
  border: 1.5px solid #e0dbd0;
  border-radius: 10px;
  padding: .5rem 1.2rem;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 7px;
}

.pair-tab:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.pair-tab.active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

.pair-panel {
  display: none;
}

.pair-panel.active {
  display: block;
}

.pair-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.pair-row img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pair-plus {
  color: var(--gold);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.pair-row h5 {
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.pair-row p {
  font-size: .76rem;
  color: var(--gray);
  margin: 0;
  line-height: 1.4;
}

/* ══ PROCESSING ══ */
#sekce-zpracovani {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 36px;
}

@media(max-width:991px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:575px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.process-step {
  padding: 26px 18px;
  text-align: center;
  border-right: 1px solid var(--cream);
  transition: background .2s;
}

.process-step:last-child {
  border-right: none;
}

.process-step:hover {
  background: #fafaf8;
}

.step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin: 0 auto 12px;
}

.process-step h4 {
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 12px;
}

.process-step p {
  font-size: .77rem;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}

/* ══ CATEGORIES ══ */
#sekce-kategorie {
  background: var(--cream);
}

.kat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.kat-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 14px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
  text-decoration: none;
  color: var(--dark);
  display: block;
}

.kat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
  color: var(--dark);
}

.kat-icon {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 10px;
}

.kat-card h4 {
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.kat-card p {
  font-size: .73rem;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

.kat-count {
  display: inline-block;
  background: var(--cream);
  border-radius: 50px;
  padding: 2px 8px;
  font-size: .63rem;
  font-weight: 700;
  color: var(--gray);
  margin-top: 7px;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k o-produktech.css
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #topicNav {
    top: 90px;
  }
}

@media (max-width: 991.98px) {
  #topicNav {
    top: 70px;
  }
}

@media (max-width: 767.98px) {

  .topic-btn {
    padding: .8rem 1.1rem;
    font-size: .74rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {

  .content-section {
    padding: 44px 0;
  }

  .section-lead {
    font-size: .88rem;
  }
}

@media (max-width: 767.98px) {

  .country-switcher {
    gap: 6px;
    margin-bottom: 18px;
  }

  .csw-btn {
    padding: .4rem .9rem;
    font-size: .74rem;
  }

  .map-svg-area {
    padding: 16px;
  }

  .map-svg-area svg {
    max-height: 300px;
  }

  .map-info {
    padding: 20px 18px;
  }

  .map-info-flag {
    font-size: 2rem;
  }

  .map-info-country {
    font-size: 1.25rem;
  }

  .animal-svg-area svg {
    max-height: 260px;
  }
}

@media (max-width: 767.98px) {

  .badge-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .badge-card {
    padding: 20px 16px;
  }

  .badge-logo {
    width: 50px;
    height: 50px;
    font-size: .82rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {

  .process-step:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 575.98px) {

  .process-step {
    border-right: none;
    border-bottom: 1px solid var(--cream);
  }

  .process-step:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {

  .step-num {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .process-step {
    padding: 20px 14px;
  }
}

@media (max-width: 480px) {

  .kat-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }

  .kat-card {
    padding: 18px 10px;
  }

  .kat-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

@media (hover: none) {

  .badge-card:hover,
  .kat-card:hover {
    transform: none;
    box-shadow: none;
  }
}

/*--------------------------------------------------------------
# PODSTRANKA
--------------------------------------------------------------*/
/* SIDE NAV */
.side-nav {
  position: sticky;
  top: 120px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}

.side-nav-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.side-nav a {
  display: block;
  padding: 6px 0;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
}

.side-nav a:hover {
  color: #ffb200;
}

/* ARTICLE */
.article-body {
  background: #fff;
  border-radius: 16px;
  padding: 40px 44px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}


.article-body h2 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0 14px;
  padding-top: 8px;
}

.article-body h3 {
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 28px 0 10px;
}

.article-body p {
  color: #3a3a3a;
  line-height: 1.9;
  font-size: .95rem;
  margin-bottom: 18px;
}

.article-body ul,
.article-body ol {
  color: #3a3a3a;
  line-height: 1.85;
  font-size: .95rem;
  padding-left: 22px;
  margin-bottom: 18px;
}

.article-body li {
  margin-bottom: 6px;
}

.article-body strong {
  color: #212121;
  font-weight: 700;
}

.article-body a {
  color: #ce2b37;
  text-decoration: none;
  border-bottom: 1px solid #ce2b37;
  transition: border-color .2s;
}

.article-body a:hover {
  border-color: #212121;
}

.article-body blockquote {
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #212121;
  line-height: 1.55;
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 28px 0;
}

.article-body blockquote cite {
  display: block;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-size: .8rem;
  color: #212121;
  margin-top: 8px;
}

.article-body h2,
.article-body h3 {
  scroll-margin-top: 120px;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k podstranka.css
--------------------------------------------------------------*/

@media (max-width: 991.98px) {

  .side-nav {
    position: static;
    top: auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {

  .side-nav {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {

  .article-body {
    padding: 26px 22px;
    border-radius: 12px;
  }

  .article-body h2 {
    margin: 30px 0 12px;
  }

  .article-body h3 {
    font-size: .92rem;
    margin: 22px 0 8px;
  }

  .article-body p,
  .article-body ul,
  .article-body ol {
    font-size: .9rem;
    line-height: 1.8;
  }

  .article-body ul,
  .article-body ol {
    padding-left: 18px;
  }

  .article-body blockquote {
    padding: 4px 0 4px 16px;
    margin: 22px 0;
  }
}

@media (max-width: 767.98px) {

  .article-body h2,
  .article-body h3 {
    scroll-margin-top: 80px;
  }
}

/*--------------------------------------------------------------
# DETAIL PRODUKTU
--------------------------------------------------------------*/
/* BREADCRUMBS */
.page-hero-bg-cart {
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* PRODUCT DETAIL*/
h1.entry-title {
  display: none;
}
#product-detail {
  padding: 48px 0 60px;
  background: #fff;
}

.thumb-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumb-item {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  flex-shrink: 0;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-item.active {
  border-color: #ce2b37;
}

.thumb-item:hover {
  transform: scale(1.05);
}

/* Main image */
.main-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f1e9;
  aspect-ratio: 1;
}

.main-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s;
}

.zoom-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(255, 255, 255, .85);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: #212121;
  transition: background .2s;
}

.zoom-btn:hover {
  background: #fff;
}


/* Badges */
.badge-new {
  background: #ffb200;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
}

.badge-dop {
  background: #1a6e38;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
}

.badge-sale {
  background: #ce2b37;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
}

.product-title {
  font-weight: 900;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.product-stock {
  font-size: .82rem;
  font-weight: 600;
}

.product-stock.in-stock {
  color: #2a9d3f;
}

.product-stock.low-stock {
  color: #ffb200;
}

.stock-icon {
  font-size: .75rem;
}

.delivery-info {
  font-size: .82rem;
  color: #6a6a6a;
  line-height: 1.8;
  margin: 14px 0;
}

.delivery-info i {
  color: #212121;
  margin-right: 6px;
}

/* Price block */
.price-block {
  background: #f7f1e9;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 20px 0;
}

/* CUSTOM PRICE BLOCK */
.weight-select-block{background:#fff;border-radius:14px;padding:24px;margin-top:16px}

.weight-select-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:20px}

.weight-select-label{font-weight:700;font-size:.85rem;color:var(--dark);margin-bottom:10px}

.weight-stepper{display:flex;align-items:center;border:1.5px solid #eee;border-radius:8px;overflow:hidden;width:fit-content}

.weight-input{border:none;padding:.6rem 1rem;width:70px;font-weight:700;text-align:center}

.weight-unit{padding-right:8px;color:var(--gray)}

.weight-btns{display:flex;flex-direction:column;border-left:1px solid #eee}

.weight-btn{border:none;background:#fafafa;padding:.25rem .6rem;font-size:.7rem;cursor:pointer;border-bottom:1px solid #eee}

.weight-btn:last-child{border-bottom:none}

.weight-calc-price{font-size:1.8rem;font-weight:800;color:var(--pink,#ce2b37)}

.weight-note-label{font-weight:700;font-size:.85rem;margin-bottom:8px}

.weight-note-input{width:100%;border:1.5px solid #eee;border-radius:8px;padding:12px;min-height:90px;resize:vertical;font-family:var(--font-body)}



.price-block--weight{

  justify-content:flex-end;

}

.price-block--weight .btn-buy{

  min-width:220px;

}
.cart-qty--fixed{
  padding:.2rem 0;
  font-size:.8rem;
  color:var(--gray);
  font-weight:600;
}

.price-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6a6a6a;
  font-weight: 600;
  margin-bottom: 2px;
}

.price-main {
  font-weight: 700;
  font-size: 1.8rem;
  color: #ce2b37;
  line-height: 1;
}

.price-vat {
  font-size: .75rem;
  color: #212121;
}

.btn-buy {
  background: #ce2b37;
  color: #fff;
  border: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .78rem 2rem;
  border-radius: 8px;
  font-size: .85rem;
  transition: background .2s, transform .2s;
  cursor: pointer;
  flex: 1;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(215, 40, 47, 0.25);
  background-color: #b51c27;

}

/* Qty stepper */
.qty-stepper {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.qty-btn {
  background: none;
  border: none;
  width: 36px;
  height: 44px;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--dark);
  transition: background .2s;
}

.qty-btn:hover {
  background: #fff;
}

.qty-input {
  width: 44px;
  height: 44px;
  border: none;
  border-left: 1.5px solid #ddd;
  border-right: 1.5px solid #ddd;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  background: #fff;
  color: #212121;
  outline: none;
}

/* Action links */
.action-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.action-link {
  font-size: .8rem;
  color: #212121;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color .2s;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
}

.action-link:hover {
  color: #b51c27;
  text-decoration: underline;
}

.action-link.wished {
  color: #b51c27;
  text-decoration: underline;
}

.action-link i {
  font-size: .9rem;
}


/* ========== TABS ========== */
#product-tabs {
  background: #fff;
  padding: 0 0 60px;
}

.tab-nav {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 40px;
  gap: 0;
  overflow-x: auto;
}

.tab-nav::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  background: none;
  border: none;
  padding: .85rem 1.6rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .85rem;
  color: var(--gray);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: color .2s;
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width .3s;
}

.tab-btn.active {
  color: var(--dark);
}

.tab-btn.active::after {
  width: 100%;
}

.tab-btn:hover {
  color: var(--dark);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* ==========================================
   CTA tlačítka
========================================== */

.btn-cta-sm,
.btn-odpovedet {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 28px;

    background: #ce2b37;
    color: #fff;
    border: none;
    border-radius: 8px;

    font-size: .82rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;

    cursor: pointer;
    user-select: none;

    transition:
        background-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.btn-cta-sm{
    min-width: 180px;
}

.btn-odpovedet{
    padding: 10px 22px;
    font-size: .75rem;
    min-width: 145px;
}

.btn-cta-sm:hover,
.btn-odpovedet:hover{
    background:#b51c27;
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(206,43,55,.18);
}

.btn-cta-sm:active,
.btn-odpovedet:active{
    transform:translateY(0);
    box-shadow:0 3px 8px rgba(206,43,55,.15);
}

.btn-cta-sm:focus-visible,
.btn-odpovedet:focus-visible{
    outline:none;
    box-shadow:
        0 0 0 3px rgba(206,43,55,.15),
        0 8px 18px rgba(206,43,55,.18);
}

.btn-cta-sm:disabled,
.btn-odpovedet:disabled{
    opacity:.6;
    cursor:not-allowed;
    transform:none;
    box-shadow:none;
}
/*--------------------------------------------------------------
# RESPONSIVE — rozšíření k detail-produktu.css
--------------------------------------------------------------*/

@media (max-width: 767.98px) {

  .page-hero-bg-cart {
    height: 180px;
  }
}

@media (max-width: 767.98px) {

  #product-detail {
    padding: 30px 0 40px;
  }

  .main-img-wrap {
    border-radius: 12px;
  }

  .zoom-btn {
    width: 34px;
    height: 34px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 575.98px) {

  .thumb-col {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    width: 100%;
  }

  .thumb-col::-webkit-scrollbar {
    display: none;
  }

  .thumb-item {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {

  .price-block {
    padding: 16px;
    gap: 12px;
  }

  .price-main {
    font-size: 1.5rem;
  }

  .btn-buy {
    width: 100%;
    flex: 1 1 100%;
  }

  .weight-select-block {
    padding: 18px;
  }

  .weight-select-row {
    gap: 14px;
  }

  .weight-calc-price {
    font-size: 1.5rem;
  }

  .price-block--weight .btn-buy {
    min-width: 0;
    width: 100%;
  }

  .action-links {
    gap: 14px;
  }
}

@media (max-width: 767.98px) {

  .tab-nav {
    margin-bottom: 26px;
  }

  .tab-btn {
    padding: .7rem 1.1rem;
    font-size: .78rem;
  }
}

@media (max-width: 480px) {

  .btn-cta-sm,
  .btn-odpovedet {
    width: 100%;
    min-width: 0;
  }
}

@media (hover: none) {

  .thumb-item:hover {
    transform: none;
  }

  .btn-buy:hover,
  .btn-cta-sm:hover,
  .btn-odpovedet:hover {
    transform: none;
    box-shadow: none;
  }
}