/* barvy */
:root {
  --cervena:rgb(232,37,58);
  --zelena:rgb(61,170,92);
  --oranzova:rgb(242,140,42);
  --text:rgb(65,66,67);
  --seda20:rgba(0,0,0,0.2);
  --kremova:rgb(253,246,238);
  --bila:rgb(255,255,255);
}

/* --- PISMO-FONTY --- */

@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-600.woff2') format('woff2'); 
}
  @font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-600italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/playfair-display-v40-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Red Hat Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/red-hat-display-v21-latin_latin-ext-800.woff2') format('woff2');
}
/* --- Definice pisem --- */
body {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400; /* Regular */
  font-family: 'Red Hat Display', sans-serif;
  color:var(--text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color:var(--text);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* --- LAYOUT --- */

#sp-header {
  background: var(--bila)!important;
}

/* ── Header – vertikální centrování ── */
#sp-section-1 .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 2.5rem 0 2rem 0;
}

/* ── Logo ── */
#sp-logo {
  display: flex !important;
  align-items: center !important;
}

#sp-logo .logo img {
  height: 60px;
  width: auto;
  display: block;
}

/* ── Menu – vertikální centrování ── */
#sp-menu {
  display: flex !important;
  align-items: center !important;
}
#sp-menu .sp-column {
  display: flex !important;
  align-items: center !important;
  width: 100%;
}

#sp-menu nav {
  width: 100%;
}
/* ── Header kontakt vpravo ── */
.hk-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  white-space: nowrap;
}

/* Telefon – outline button */
.hk-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--zelena);
  border-radius: 3rem;
  color: var(--text);
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.hk-header-phone:hover {
  border-color: var(--zelena);
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.hk-header-phone i {
  font-size: 1.2rem;
  color: var(--zelena);
}

/* Facebook – outline button */
.hk-header-fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--zelena);
  color: var(--zelena);
  font-size: 1.2rem;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.hk-header-fb:hover {
  border-color: var(--zelena);
  color: var(--zelena);
  transform: scale(1.1);
  text-decoration: none;
}

/* --- MENU --- */

/* Velikost pisma menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
/* Všechny položky – základní stav */
.sp-megamenu-parent > li {
  background: none !important;
  transition: none !important;
  align-self: center !important;
  margin: 0 0.75rem;
}

.sp-megamenu-parent > li > a {
  display: block !important;
  padding: 0.5rem 0.5rem !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  transition: none !important;
  background-color: transparent !important;
  color: var(--text) !important;
  border-bottom: 3px solid transparent;
  text-decoration: none !important;
}

/* Hover a aktivní – zelené podtržení */
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current > a,
.sp-megamenu-parent > li > a:hover {
  background-color: transparent !important;
  color: var(--text) !important;
  border-bottom: 3px solid var(--zelena) !important;
  font-weight: 800;
}
/* ================================================================
   HERO SEKCE - video
   ================================================================ */

/* Wrapper – max-width, kulaté rohy */
.hk-hero {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

/* Video pozadí */
.hk-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

/* Tmavý overlay */
.hk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 40, 20, 0.82) 0%,
    rgba(10, 40, 20, 0.82) 40%,
    rgba(10, 40, 20, 0.2) 70%,
    rgba(20, 60, 30, 0.0) 100%
  );
  z-index: 1;
}

/* Obsah */
.hk-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 48px 48px;
  gap: 40px;
  box-sizing: border-box;
}

/* ── Levá část ── */
.hk-hero-left {
  flex: 1 1 auto;
  width: 55%;
  max-width: 55%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hk-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hk-hero-subtitle {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  margin: 0;
}

/* 3 ikonky */
.hk-hero-features {
  display: flex;
  gap: 3rem;
  padding: 1rem 0;
}

.hk-hero-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
}

.hk-hero-feature i {
  font-size: 2rem;
  color: var(--zelena);
  flex-shrink: 0;
}

/* Dvě tlačítka */
.hk-hero-btns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0.75rem 0;
}

.hk-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 11px 22px;
  border-radius: 10px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.hk-hero-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

/* Plné zelené tlačítko */
.hk-hero-btn--solid {
  background: var(--zelena);
  color: #ffffff;
  border: 2px solid var(--zelena);
}

.hk-hero-btn--solid:hover {
  background: var(--zelena);
  border-color: var(--zelena);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(61, 170, 92, 0.35);
}

/* Outline bílé tlačítko */
.hk-hero-btn--outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.hk-hero-btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

/* RÁMECEK VPRAVO – zarovnání doprava */
.hk-hero-right {
  flex: 0 0 350px;
  width: 350px;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.hk-hero-badge {
  background: rgba(20, 60, 30, 0.5);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 1rem;
  padding: 22px 24px;
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
  width: 100%;
}

/* Tlačítko Otevírací doba */
.hk-hero-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 1rem 0;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 100%;
  justify-content: center;
}

.hk-hero-badge-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.hk-hero-badge-btn i {
  font-size: 1.2rem;
}
.hk-hero-badge-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.50);
  margin: 1.5rem 0;
}
/* Mezera mezi ikonou a textem v nadpisu bloku */
.hk-hero-badge-block-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 4px;
}

/* Větší mezera mezi bloky */
.hk-hero-badge-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 2px;
}

/* Odsazení textu pod nadpisem */
.hk-hero-badge-block-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 2.2rem;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
}

/* ── Mobilní zobrazení ── */
@media (max-width: 900px) {
  .hk-hero {
    height: auto;
    min-height: 500px;
    border-radius: 14px;
  }

  .hk-hero-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 24px;
    gap: 28px;
  }

  .hk-hero-title {
    font-size: 32px;
  }

  .hk-hero-right {
    width: 100%;
  }

  .hk-hero-features {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .hk-hero-features {
    flex-direction: column;
    gap: 10px;
  }

  .hk-hero-btns {
    flex-direction: row !important;
  }

  .hk-hero-btn {
    width: 100%;
    justify-content: center;
  }
}
/* ================================================================
   BOXY SORTIMENTU – hk-sbox
   ================================================================ */

/* Celý box */
.hk-sbox {
  background: #ffffff;
  border: 1px solid var(--oranzova);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
}

/* ── Obrázek ── */
.hk-sbox-img {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.hk-sbox-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.hk-sbox:hover .hk-sbox-img img {
  transform: scale(1.1);
}

/* ── Placeholder (dokud není vlastní fotka) ── */
.hk-sbox-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  aspect-ratio: 5 / 3;
}

/* ── Obsah boxu ── */
.hk-sbox-body {
  padding: 1.5rem 1.5rem 1.75rem;
}

/* Nadpis s ikonou */
.hk-sbox-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--zelena);
  margin: 0 0 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hk-sbox-title i {
  font-size: 1.2rem;
  color: var(--text);
  flex-shrink: 0;
}

/* Popis */
.hk-sbox-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.25rem;
  color: var(--text);
  line-height: 1.4;
  margin: 0 0 1rem 0;
}

/* Tagy odrůd */
.hk-sbox-odrudy {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hk-sbox-tag {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  color: var(--text);
  background: var(--kremova);
  border: 1px solid var(--kremova);
  border-radius: 1.25rem;
  padding: 6px 15px;
  line-height: 1.4;
  white-space: nowrap;
}

/* Stejná výška boxů sortimentu */
.sppb-row:has(.hk-sbox) {
  align-items: stretch !important;
}

.sppb-row-column:has(.hk-sbox) {
  display: flex !important;
}

.sppb-column.hk-sbox-col {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.sppb-column.hk-sbox-col .sppb-column-addons,
.sppb-column.hk-sbox-col .sppb-addon-wrapper,
.sppb-column.hk-sbox-col .clearfix,
.sppb-column.hk-sbox-col .sppb-addon,
.sppb-column.hk-sbox-col .sppb-addon-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.sppb-column.hk-sbox-col .hk-sbox {
  flex: 1 !important;
}
/* ================================================================
   TLAČÍTKO SORTIMENT
   ================================================================ */

.hk-sortiment-cta {
  text-align: center;
  padding: 8px 0 48px 0;
}

.hk-btn-sortiment {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  border: 1px solid var(--zelena);
  border-radius: 0.75rem;
  color: var(--zelena);
  background: transparent;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-btn-sortiment:hover {
  background: var(--hk-green);
  color: var(--text);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(61, 170, 92, 0.22);
  text-decoration: none;
}

.hk-btn-sortiment i {
  font-size: 1.2rem;
}

/* ================================================================
   AKTUALITY – SLIDER KARTIČKY
   ================================================================ */

/* Wrapper slideru */
.hk-aktuality-slider {
  padding-bottom: 40px; /* místo pro tečky */
}

/* ── Jedna kartička ── */
.hk-acard {
  background: #ffffff;
  border: 1px solid var(--cervena);
  border-radius: 1rem;
  overflow: hidden;
  height: 99%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* ── Fotka (poměr 2:1) ── */
.hk-acard-img {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  flex-shrink: 0;
}

.hk-acard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.hk-acard:hover .hk-acard-img img {
  transform: scale(1.1);
}

/* Placeholder */
.hk-acard-placeholder {
  width: 100%;
  aspect-ratio: 2 / 1;
  background: var(--kremova);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--cervena);
}

.hk-acard-placeholder-logo {
  width: 60px;
  height: auto;
  opacity: 0.2;
}

/* ── Tělo kartičky ── */
.hk-acard-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Meta: datum + štítky */
.hk-acard-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

/* Datum – červená barva + mezera */
.hk-aktualita-datum {
  color: var(--cervena) !important;
}

.hk-aktualita-datum i {
  color: var(--cervena) !important;
  font-size: 1rem;
  padding-right: 0.5rem;
}

/* Nadpis */
.hk-acard-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}

/* Text */
.hk-acard-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.4;
  margin: 0;
  flex: 1;
}
/* Větší mezery mezi odstavci v textu aktuality */
.hk-acard-text p {
  margin-bottom: 0.5rem;
}

.hk-acard-text p:last-child {
  margin-bottom: 0;
}

/* Šipky – mimo slider, nad kartičkami */
.hk-aktuality-slider {
  padding: 0 48px 40px;
  position: relative;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}
.hk-slider-arrow {
  position: absolute !important;
  top: 35% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid var(--cervena) !important;
  color: var(--cervena) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10 !important;
  opacity: 1 !important;
}

.hk-slider-arrow:hover {
  background: var(--zelena) !important;
  border-color: var(--zelena) !important;
  color: #ffffff !important;
}
.hk-slider-arrow i {
  font-size: 1rem;
}

/* Splide override – vypnout výchozí SVG šipky */
.hk-aktuality-slider .splide__arrow svg {
  display: none !important;
}
/* Skrýt šipku když není aktivní */
.splide__arrow:disabled {
  display: none !important;
}
/* Zrušit pagination wrapper */
.splide__pagination {
  display: none !important;
}

/* --- BOTTOM --- */
#sp-bottom {
  background: var(--bila) !important;
  padding: 0.5rem 0 2rem;

}
#sp-bottom1 {
  background: var(--text) !important;
  color: var(--bila) !important;
  font-size: 1.1rem !important;
  font-weight: 600;
  padding: 3rem 2rem 0rem 2rem;
  border-radius: 1rem !important;
}

#sp-bottom a {
  color: var(--bila);
}
/* h3.sp-module-title {
  margin-bottom:1.75rem!important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.75rem!important;
} */

/* ── Bottom – kontaktní sloupec ── */
/* Pravý sloupec – odsazení doleva + vertikální linka */
.hk-bottom-kontakt {
  padding-left: 4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.hk-bottom-nadpis {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.06em;
  text-transform:uppercase;
}

.hk-bottom-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.hk-bottom-list li {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1.5rem;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
}

.hk-bottom-list li i {
    display: inline-flex !important;
  flex-shrink: 0 !important;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  width: 16px;
  text-align: center;
}

.hk-bottom-list li a {
  color: rgba(255, 255, 255, 0.80);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hk-bottom-list li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#sp-bottom .sp-module ul > li {
 margin-bottom: 0.5rem;
}

/* Barva pozadí footeru */
/* Footer */
#sp-footer, #sp-footer a {
  background: var(--bila) !important;
  color: var(--text) !important;
  font-size: 1.1rem;
  font-weight: 600 !important;
}
#sp-footer .container-inner {
  padding: 0rem 0 2rem 0;
  border-top: 0px;
}