/* ========== VSEOBECNE ========== */
/* farby - linky */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    /*color: #24b9d7;*/
    color: #4D7645;
    text-decoration: none;
    border-bottom: 1px dotted #7FA84B;
}
a:active, a:focus, a:hover {
    color: #35502f!important;
    text-decoration: none;
    border-bottom: 1px solid #7FA84B;
}
/* farby - menu */
#_desktop_top_menu ul.top-menu li a {
    color: #4D7645!important;
    text-decoration: none;
}
/* farby - root kategorie */
#subcategories ul.is-root-category li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 2px solid transparent;
}
#subcategories ul.is-root-category li:hover .subcategory-image a {
    display: block;
    padding: 9px;
    border: 2px solid #7FA84B;
}
/* farby - sub kategorie */
#subcategories ul.is-sub-category li h5 {
    padding: 29px 9px;
    border: 2px solid transparent;
}
#subcategories ul.is-sub-category li:hover h5 {
    padding: 29px 9px;
    border: 2px solid #7FA84B;
}
#subcategories ul.is-sub-category li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 2px solid transparent;
}
#subcategories ul.is-sub-category li:hover .subcategory-image a {
    display: block;
    padding: 9px;
    border: 2px solid transparent;
}

/* ========== ZAVOLAJTE NAM ========== */
.top-contact-bar {
  background: #111;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}
.top-contact-bar a {
  color: #ffcc00!important;
  font-weight: 600;
  text-decoration: none;
}
.top-contact-bar a:hover {
  text-decoration: underline;
}


/* ========== MENU KATEGORIE ========== */
/* Skry dcérske kategórie v mega menu (depth 2+) */
#header ul.top-menu[data-depth="2"] {
  background-color: yellow;
}
#header ul.top-menu[data-depth="2"],
#header ul.top-menu[data-depth="3"],
#header ul.top-menu[data-depth="4"],
#header ul.top-menu[data-depth="5"] {
  display: none !important;
  background-color: yellow;
}
/* Skryt aj kontajnery, ktoré by zostali prázdne */
#header .main-menu .sub-menu .collapse {
  display: none !important;
}
/* Skryt rozbaľovacie ikony (+/-), keďže už nič nerozbaľujeme */
#header .main-menu .navbar-toggler.collapse-icons {
  display: none !important;
}


/* ========== HERO SEKCIA ========== */
/* HERO – mobile first */
.hero {
  background: url('/themes/classic-children/assets/img/hero-agro.jpg') center / cover no-repeat;
}

.hero-overlay {
  background: rgba(70,38,0,0.55);
  padding: 3rem 1rem;
}

.hero-content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.hero-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 1rem;
  margin-bottom: 1.75rem;
}

.hero-actions .btn {
  margin: 0.25rem;
}

/* Tablet a vyššie */
@media (min-width: 768px) {
  .hero-overlay {
    padding: 5rem 2rem;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  .hero-content {
    max-width: 820px;
  }
  .hero-title {
    font-size: 2.8rem;
  }
}


/* ========== KATEGORIE ========== */
/* skry + ikonky v category tree */
.block-categories .navbar-toggler {
  display: none !important;
}

.block-categories .collapse-icons {
  display: none !important;
}


/* ========== PRODUKTY ========== */
/* Popis kategorie */
#js-product-list-header .category-description ul,
#js-product-list-footer .category-additional-description ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 18px;
}

/* Obrazkly kategorii */
/* mobile - 1 stĺpec */
.subcategories-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.subcategories-list > li {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
/* desktop - 3 stĺpce */
@media (min-width: 992px) {
  .subcategories-list > li {
    width: 30% !important;
  }
}
/* zarovnanie obsahu */
.subcategory-image {
  text-align: center;
}
.subcategory-image img {
  max-width: 120px;
  height: auto;
  display: inline-block;
}



/* ========== KATEGORIE OFCANVAS ========== */
@media (max-width: 991.98px) {
  #left-column {
    display: none !important;
  }

  .mobile-categories-trigger {
    display: block !important;
    margin: 0 0 1rem 0;
  }

  .mobile-categories-trigger .btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mobile-categories-trigger,
  #mobile-categories-offcanvas {
    display: none !important;
  }
}

body.mobile-categories-open {
  overflow: hidden;
}

.mobile-categories-offcanvas {
  display: none;
}

.mobile-categories-offcanvas.is-open {
  display: block;
}

.mobile-categories-offcanvas__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1040;
}

.mobile-categories-offcanvas__panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 86%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  z-index: 1050;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.mobile-categories-offcanvas.is-open .mobile-categories-offcanvas__panel {
  transform: translateX(0);
}

.mobile-categories-offcanvas__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-categories-offcanvas__body {
  padding: 1rem;
}

.mobile-categories-offcanvas__close {
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}