/* ==========================================================

   FALLENS — footer

   ========================================================== */



html body .master-wrapper-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html body .master-wrapper-content {
  flex: 1 0 auto;
}

html body .fd-footer.footer {
  margin: 0;
  margin-top: var(--fd-footer-top-gap);
  margin-left: 0 !important;
  width: 100%;
  max-width: none;
  overflow-x: clip;
  background: var(--fd-bg-2);
  border-top: 1px solid var(--fd-border);
  border-top-left-radius: 0;
}



html body .fd-footer .fd-footer__upper.footer-upper,

html body .fd-footer .footer-upper {

  display: block;

  width: 100%;

  margin: 0;

  padding: 56px 0 0;

  border-bottom: 1px solid var(--fd-border);

  background: transparent;

  align-items: stretch;

}



.fd-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 40px;
  min-width: 0;
}



.fd-footer__brand,
.fd-footer .footer-menu,
.fd-footer__social.footer-block.follow-us {
  width: 100%;
  min-width: 0;
}



.fd-footer__brand {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  align-items: center;

  justify-content: flex-start;

  gap: 18px 24px;

  min-width: 0;

  text-align: left;

}



.fd-footer__logo {

  flex: 0 0 auto;

  min-width: 0;

}



.fd-footer__logo .fd-logo {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  text-decoration: none;

  color: var(--fd-text);

}



.fd-footer__logo .fd-logo__text strong {

  font-size: 22px;

  letter-spacing: 0.04em;

}



.fd-footer__logo .fd-logo__text em {

  font-size: 11px;

  letter-spacing: 0.22em;

}



.fd-footer__logo .fd-logo img,

.fd-footer__logo .fd-logo__image img {

  max-width: 220px;

  max-height: 72px;

  width: auto;

  height: auto;

}



.fd-footer__tagline {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 6px;

  flex: 1 1 200px;

  margin: 0;

  min-width: 0;

  max-width: none;

  color: var(--fd-muted);

  font-size: 14px;

  line-height: 1.55;

  text-align: left;

}



.fd-footer__tagline-line {

  display: block;

}



.fd-footer .footer-navigation,
.fd-footer .fd-footer__navigation {
  display: contents;
}

.fd-footer .footer-menu {
  min-width: 0;
}



.fd-footer__heading,

.fd-footer .footer-menu__title {

  margin: 0 0 16px;

  padding: 0;

  background: none;

  border: 0;

  color: var(--fd-muted);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0.12em;

  line-height: 1.3;

  text-transform: uppercase;

  cursor: auto;

}



.fd-footer .footer-menu__list {

  display: block;

  background: transparent;

}



.fd-footer .footer-menu__item {

  display: block;

  padding: 0;

}



.fd-footer .footer-menu__item + .footer-menu__item {

  margin-top: 10px;

}



.fd-footer .footer-menu__link {

  display: inline-flex;

  align-items: center;

  color: var(--fd-text-soft);

  font-size: 14px;

  font-weight: 500;

  line-height: 1.45;

  text-decoration: none;

  transition: color 0.2s ease;

}



.fd-footer .footer-menu__link:hover,

.fd-footer .footer-menu__link:focus-visible {

  color: var(--fd-accent-2);

}



.fd-footer__social.footer-block.follow-us {

  margin: 0;

  padding: 0;

  background: transparent;

}



.fd-footer__social .title {

  display: none;

}



.fd-footer-social {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin: 0;

  padding: 0;

  list-style: none;

  columns: auto;

  column-count: unset;

}



.fd-footer-social__item {

  margin: 0;

  padding: 0;

}

html body .fd-footer__social.footer-block.follow-us .fd-footer-social.networks,
html body .footer-block.follow-us ul.networks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 8px;
  column-gap: 8px;
  columns: auto;
  column-count: unset;
}

html body .fd-footer__social.footer-block.follow-us .fd-footer-social.networks > li,
html body .footer-block.follow-us .networks li {
  margin: 0 !important;
}



.fd-footer-social__link {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  border: 1px solid var(--fd-border-strong);

  border-radius: 999px;

  background: var(--fd-surface);

  color: var(--fd-text-soft);

  text-decoration: none;

  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;

}



.fd-footer-social__link:hover,

.fd-footer-social__link:focus-visible {

  border-color: var(--fd-border-accent);

  background: var(--fd-accent-soft);

  color: var(--fd-accent-2);

  box-shadow: 0 0 0 1px rgba(127, 180, 32, 0.12);

}



.fd-footer-social__link svg {

  display: block;

  width: 18px;

  height: 18px;

}



.fd-footer-social__link .bs-facebook,

.fd-footer-social__link .bs-youtube,

.fd-footer-social__link .bs-instagram,

.fd-footer-social__link .bs-rss {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 18px;

  height: 18px;

  font-size: 18px;

  line-height: 1;

}



.fd-footer-social__link .bs-facebook:before,

.fd-footer-social__link .bs-youtube:before,

.fd-footer-social__link .bs-instagram:before,

.fd-footer-social__link .bs-rss:before {

  color: currentColor;

}



.fd-footer__newsletter {
  padding-bottom: 36px;
}

.fd-footer__newsletter-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px 32px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--fd-border);
}

.fd-footer__newsletter-title {
  margin: 0;
  color: var(--fd-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.fd-footer__newsletter .newsletter {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

.fd-footer__newsletter .newsletter-subscribe {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  overflow: visible;
}

.fd-footer__newsletter .newsletter-email {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  overflow: visible;
}

.fd-footer__newsletter-field {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
}

.fd-footer__newsletter .newsletter-subscribe-text,
.fd-footer__newsletter input[type="email"],
.fd-footer__newsletter input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--fd-border-strong);
  border-radius: var(--fd-radius-sm) 0 0 var(--fd-radius-sm);
  border-right: 0;
  background: var(--fd-input);
  color: var(--fd-text);
  font-size: 14px;
  float: none;
}

.fd-footer__newsletter .newsletter-subscribe-text::placeholder {
  color: var(--fd-muted-2);
}

.fd-footer__newsletter .newsletter-subscribe-text:focus,
.fd-footer__newsletter input[type="email"]:focus,
.fd-footer__newsletter input[type="text"]:focus {
  outline: none;
  border-color: var(--fd-border-accent);
  box-shadow: 0 0 0 1px var(--fd-border-accent);
}

.fd-footer__newsletter .fd-newsletter-subscribe-button,
.fd-footer__newsletter .newsletter-subscribe-button {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--fd-border-accent);
  border-radius: 0 var(--fd-radius-sm) var(--fd-radius-sm) 0;
  background: var(--fd-accent);
  color: #071006;
  cursor: pointer;
  float: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fd-footer__newsletter .fd-newsletter-subscribe-button .linearicons-paper-plane,
.fd-footer__newsletter .newsletter-subscribe-button .linearicons-paper-plane {
  font-size: 18px;
  line-height: 1;
}

.fd-footer__newsletter .fd-newsletter-subscribe-button:hover,
.fd-footer__newsletter .newsletter-subscribe-button:hover {
  background: var(--fd-accent-2);
  border-color: var(--fd-accent-2);
}

.fd-footer__newsletter .newsletter-email .options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  width: 100%;
  padding-top: 0;
  color: var(--fd-muted);
  font-size: 13px;
}

.fd-footer__newsletter .newsletter-email .options label {
  color: var(--fd-text-soft);
}

.fd-footer__newsletter .newsletter-validation,
.fd-footer__newsletter .newsletter-result {
  width: 100%;
  color: var(--fd-muted);
  font-size: 13px;
  line-height: 1.45;
}



html body .fd-footer .fd-footer__lower.footer-lower,

html body .fd-footer .footer-lower {

  margin: 0;

  padding: 18px 0 28px;

  overflow: visible;

  background: transparent;

  color: var(--fd-muted);

  font-size: 12px;

  flex-wrap: wrap;

  justify-content: initial;

}



.fd-footer__lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 24px;
  align-items: center;
}

.fd-footer__lower-end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 20px;
  min-width: 0;
}

.fd-footer__lower-end:not(:has(.footer-powered-by, .theme-selector, .fd-footer__utility > *)) {
  display: none;
}

.fd-footer .footer-powered-by,
.fd-footer__powered-by {
  display: block;
  visibility: visible;
  margin: 0;
  color: var(--fd-muted-2);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}



.fd-footer__meta {

  display: flex;

  flex-direction: column;

  gap: 6px;

  margin: 0;

  color: var(--fd-muted);

}



.fd-footer__copyright,

.fd-footer__tax-shipping {

  display: block;

}



.fd-footer__tax-shipping a,

.fd-footer__powered-by a {

  color: var(--fd-text-soft);

  font-weight: 600;

  text-decoration: none;

}



.fd-footer__tax-shipping a:hover,

.fd-footer__powered-by a:hover {

  color: var(--fd-accent-2);

  text-decoration: underline;

}



.fd-footer__utility {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.fd-footer__utility:empty {
  display: none;
}



.fd-footer__powered-by {
  margin: 0;
  color: var(--fd-muted-2);
}

.fd-footer .theme-selector {
  margin: 0;
}

.fd-footer .theme-selector select {

  min-width: 160px;

  height: 36px;

  border: 1px solid var(--fd-border-strong);

  border-radius: var(--fd-radius-sm);

  background: var(--fd-input);

  color: var(--fd-text-soft);

}



/* Mena / jazyk v paticce jen na mobilu — na desktopu jsou v header utility baru */

.fd-footer-selectors {

  display: none;

}



/* Zarovnani sloupcu: brand vlevo, menu uprostred, social vpravo */
.fd-footer__grid > .fd-footer__brand,
.fd-footer__grid > .fd-footer__brand .fd-footer__tagline {
  text-align: left;
}

.fd-footer__grid > .fd-footer__brand {
  justify-content: flex-start;
}

.fd-footer__grid > .fd-footer__brand .fd-footer__tagline {
  align-items: flex-start;
}

.fd-footer__grid > .footer-menu,
.fd-footer .footer-navigation .footer-menu {
  text-align: center;
}

.fd-footer__grid > .footer-menu .footer-menu__title,
.fd-footer__grid > .footer-menu .footer-menu__list,
.fd-footer .footer-navigation .footer-menu .footer-menu__title,
.fd-footer .footer-navigation .footer-menu .footer-menu__list {
  text-align: center;
}

.fd-footer__grid > .fd-footer__social,
.fd-footer__grid > .fd-footer__social .fd-footer__heading {
  text-align: right;
}

html body .fd-footer__grid > .fd-footer__social.footer-block.follow-us .fd-footer-social.networks {
  justify-content: flex-end;
}



@media (min-width: 768px) {
  .fd-footer .footer-menu__title.footer-menu__toggle {
    pointer-events: none;
  }

  /* Legacy responsive.css (max-width: 1024px) skryva seznamy pres grid 0fr — na tabletu/desktopu paticku vypnout */
  html body .fd-footer .footer-menu {
    display: block;
    grid-template-rows: none;
    margin-bottom: 0;
    transition: none;
  }

  html body .fd-footer .footer-menu__list {
    display: block !important;
    overflow: visible !important;
    background-color: transparent !important;
  }

  .fd-footer .footer-navigation,
  .fd-footer .fd-footer__navigation {
    display: contents;
  }

  .fd-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 32px;
    padding-bottom: 40px;
  }

  .fd-footer__brand {
    grid-column: 1 / -1;
  }

  .fd-footer__newsletter-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

/* Tablet: logo na celou sirku, levy sloupec menu pod nim vlevo */
@media (min-width: 768px) and (max-width: 1199px) {
  .fd-footer .footer-navigation .footer-menu:first-child {
    text-align: left;
  }

  .fd-footer .footer-navigation .footer-menu:first-child .footer-menu__title,
  .fd-footer .footer-navigation .footer-menu:first-child .footer-menu__list {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .fd-footer__grid {
    grid-template-columns: minmax(180px, 1.1fr) repeat(3, minmax(96px, 1fr)) minmax(108px, 0.85fr);
    gap: 32px 36px;
  }

  .fd-footer__brand {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }

  .fd-footer__tagline {
    flex: none;
    max-width: 280px;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .fd-footer .footer-powered-by,
  .fd-footer__powered-by {
    text-align: right;
    white-space: normal;
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  .fd-footer__newsletter-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fd-footer__newsletter .newsletter {
    margin-left: 0;
    max-width: none;
  }
}



@media (max-width: 767px) {

  html body .fd-footer .fd-footer__upper.footer-upper,

  html body .fd-footer .footer-upper {

    padding-top: 40px;

  }



  .fd-footer__grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 28px;
  }

  .fd-footer__brand {
    margin-bottom: 28px;
  }

  .fd-footer__grid > .fd-footer__brand,
  .fd-footer__grid > .fd-footer__brand .fd-footer__tagline {
    text-align: center;
  }

  .fd-footer__grid > .fd-footer__brand {
    justify-content: center;
  }

  .fd-footer__grid > .fd-footer__brand .fd-footer__tagline {
    align-items: center;
  }

  .fd-footer__grid > .fd-footer__brand .fd-footer__logo .fd-logo,
  .fd-footer__grid > .fd-footer__brand .fd-logo {
    text-align: left;
  }

  .fd-footer__grid > .fd-footer__brand .fd-logo__text {
    align-items: flex-start;
    text-align: left;
  }

  .fd-footer .footer-navigation,
  .fd-footer .fd-footer__navigation {
    display: block;
  }

  .fd-footer .footer-menu + .footer-menu {
    border-top: 1px solid var(--fd-border);
  }

  .fd-footer__social.footer-block.follow-us {
    padding-top: 0;
    border-top: 1px solid var(--fd-border);
  }

  .fd-footer__grid > .fd-footer__social .fd-footer__heading {
    margin: 0;
    padding: 16px 28px;
    text-align: center;
  }

  .fd-footer__grid > .fd-footer__social .fd-footer-social {
    padding: 0 28px 16px;
  }

  .fd-footer__grid > .fd-footer__social,
  .fd-footer__grid > .fd-footer__social .fd-footer__heading {
    text-align: center;
  }

  html body .fd-footer__grid > .fd-footer__social.footer-block.follow-us .fd-footer-social.networks {
    justify-content: center;
  }



  .fd-footer .footer-menu__title.footer-menu__toggle {

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    width: 100%;

    margin: 0;

    padding: 16px 28px;

    cursor: pointer;

    pointer-events: auto;

    text-align: center;

  }



  .fd-footer .footer-menu__title.footer-menu__toggle::after {

    content: "";

    position: absolute;

    right: 9px;

    top: 50%;

    width: 10px;

    height: 10px;

    margin-top: -5px;

    border-right: 2px solid var(--fd-muted);

    border-bottom: 2px solid var(--fd-muted);

    transform: rotate(45deg);

    transition: transform 0.2s ease;

    pointer-events: none;

  }



  .fd-footer .footer-menu.footer-menu--active .footer-menu__title.footer-menu__toggle::after {

    transform: rotate(-135deg);

  }



  .fd-footer .footer-menu__list {

    display: none;

    padding-bottom: 12px;

  }



  .fd-footer .footer-menu.footer-menu--active .footer-menu__list {

    display: block;

  }



  .fd-footer__newsletter-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 20px;
  }

  .fd-footer__newsletter .newsletter {
    max-width: none;
    margin-left: 0;
  }

  .fd-footer__newsletter-field {
    max-width: none;
  }



  .fd-footer__lower-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .fd-footer__meta {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .fd-footer__lower-end {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fd-footer .footer-powered-by,
  .fd-footer__powered-by {
    text-align: center;
  }

  .fd-footer__utility {
    align-items: center;
    width: 100%;
  }



  html body .fd-footer .footer-lower {

    flex-direction: column;

    align-items: center;

    gap: 12px;

  }



  .fd-footer-selectors {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    justify-content: center;

    width: 100%;

    overflow: visible;

    position: relative;

    z-index: 1;

  }



  .fd-footer-selectors:not(:has(.currency-selector, .language-selector)) {

    display: none;

  }



  .fd-footer-selectors .fd-selector-menu {

    position: relative;

    overflow: visible;

    z-index: 1;

  }



  .fd-footer-selectors .fd-selector-menu[open] {

    z-index: 2;

  }



  .fd-footer-selectors .fd-selector,
  .fd-footer-selectors .currency-selector,
  .fd-footer-selectors .language-selector {
    display: inline-flex !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .fd-footer-selectors .fd-selector-menu {
    border: 0 !important;
    background: transparent !important;
  }

  .fd-footer-selectors .fd-selector-menu__toggle,
  .fd-footer-selectors summary.fd-selector-menu__toggle {
    pointer-events: auto !important;
    touch-action: manipulation !important;
    min-height: 26px !important;
    padding: 4px 18px 4px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: var(--fd-text-soft) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
  }

  .fd-footer-selectors .fd-selector-menu--language-images .fd-selector-menu__toggle--flag-only {
    text-transform: none !important;
    letter-spacing: normal !important;
    gap: 6px !important;
  }



  .fd-footer-selectors .fd-selector-menu[open] .fd-selector-menu__list {

    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    top: auto !important;

    bottom: calc(100% + 8px) !important;

    right: auto !important;

    left: 50% !important;

    transform: translateX(-50%) !important;

    z-index: 1700 !important;

    min-width: 140px;

  }



  .fd-footer-selectors .fd-selector-menu[open] .fd-selector-menu__toggle::after {
    transform: translateY(2px) rotate(-135deg) !important;
  }
}

@media (max-width: 374px) {
  html body .fd-footer .fd-footer__upper.footer-upper,
  html body .fd-footer .footer-upper {
    padding-top: 32px;
  }

  .fd-footer__grid {
    gap: 22px;
    padding-bottom: 24px;
  }

  .fd-footer__newsletter-title {
    white-space: normal;
  }

  .fd-footer-social {
    gap: 8px;
  }

  .fd-footer-social__link {
    width: 36px;
    height: 36px;
  }

  .fd-footer__newsletter .newsletter-subscribe-text,
  .fd-footer__newsletter input[type="email"],
  .fd-footer__newsletter input[type="text"],
  .fd-footer__newsletter .fd-newsletter-subscribe-button,
  .fd-footer__newsletter .newsletter-subscribe-button {
    height: 40px;
  }

  .fd-footer__newsletter .fd-newsletter-subscribe-button,
  .fd-footer__newsletter .newsletter-subscribe-button {
    flex-basis: 40px;
    width: 40px;
  }
}


