/* IONTMAX Theme managed source: 2026-08-13 — standalone footer isolation */
/*
 * IONTMAX Footer
 *
 * Globální desktopové a mobilní zápatí e-shopu.
 * Cookie lišta a cookie nastavení patří do samostatného modulu.
 */

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */

#footer.footer,
footer#footer.footer {
  --im-footer-panel: #0d0d0d;
  --im-footer-panel-soft: #121212;
  background: var(--im-footer-bg, #050505) !important;
  color: var(--im-footer-text, #d7d7d7) !important;
  border-top: 0 !important;
}

#footer.footer * {
  box-sizing: border-box;
}

#footer.footer .footer-rows,
#footer.footer .footer-bottom,
#footer.footer .container.footer-rows,
#footer.footer .container.footer-bottom {
  background: transparent;
  color: var(--im-footer-text, #d7d7d7);
  border-color: var(--im-footer-line, rgba(255, 255, 255, 0.14));
}

#footer.footer .footer-rows {
  width: min(calc(100% - var(--im-pad, 24px) * 2), var(--im-max, 1440px));
  max-width: var(--im-max, 1440px);
  margin: 0 auto;
  padding: clamp(44px, 5vw, 72px) 0 clamp(36px, 4vw, 56px);
}


/* ═══════════════════════════════════════════════════════════
   FOOTER BOTTOM
   ═══════════════════════════════════════════════════════════ */

#footer.footer .footer-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 22px !important;

  width: min(
    calc(100% - var(--im-pad, 24px) * 2),
    var(--im-max, 1440px)
  ) !important;

  max-width: var(--im-max, 1440px) !important;

  margin: 0 auto !important;
  padding: 20px 0 clamp(24px, 3vw, 32px) !important;

  border-top: 1px solid
    var(--im-footer-line, rgba(255, 255, 255, 0.14)) !important;

  background: transparent !important;
  text-align: center !important;
}


/* ═══════════════════════════════════════════════════════════
   NATIVE WEBSITE LOGO
   ═══════════════════════════════════════════════════════════ */

#footer.footer .site-name {
  min-width: 0;
  margin: 0 0 30px;
  padding: 0;
}

#footer.footer .site-name a {
  display: inline-flex;
  align-items: center;
}

#footer.footer .site-name img {
  display: block;

  width: auto;
  height: auto;

  max-width: 148px;
  max-height: 38px;

  filter: brightness(0) invert(1);
}


/* ═══════════════════════════════════════════════════════════
   NATIVE CUSTOM FOOTER FALLBACK
   ═══════════════════════════════════════════════════════════ */

#footer.footer .custom-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;

  gap: clamp(28px, 3vw, 48px);

  min-width: 0;
  margin: 0;

  color: var(--im-footer-text, #d7d7d7);
}

#footer.footer .custom-footer > * {
  float: none;

  min-width: 0;

  width: auto;
  max-width: none;

  margin: 0;
}


/* Footerové vyhledávání nechceme. */

#footer.footer .custom-footer__search {
  display: none;
}


/* ═══════════════════════════════════════════════════════════
   NATIVE NEWSLETTER FALLBACK
   ═══════════════════════════════════════════════════════════ */

#footer.footer .custom-footer__newsletter {
  grid-column: span 2;

  min-width: 0;

  width: min(100%, 400px);
  max-width: 400px;

  margin: 0;

  padding: 24px;

  border: 0;
  border-radius: 12px;

  background: var(--im-footer-panel-soft, #121212);
}

#footer.footer .custom-footer__newsletter .pageElement__heading,
#footer.footer .custom-footer__newsletter .pageElement__heading span {
  margin: 0 0 8px;

  color: #fff;

  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

#footer.footer .custom-footer__newsletter p,
#footer.footer .custom-footer__newsletter label,
#footer.footer .custom-footer__newsletter small,
#footer.footer .custom-footer__newsletter .consent,
#footer.footer .custom-footer__newsletter .consents,
#footer.footer .custom-footer__newsletter .newsletter-consent,
#footer.footer .custom-footer__newsletter .form-group--consent {
  color: var(--im-footer-muted, #a3a3a3);

  font-size: 12px;
  line-height: 1.55;
}

#footer.footer .custom-footer__newsletter form {
  width: 100%;
  max-width: 400px;

  margin: 16px 0 0;
}

#footer.footer .custom-footer__newsletter fieldset {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  gap: 10px;

  min-width: 0;

  margin: 0;
  padding: 0;

  border: 0;
}

#footer.footer .custom-footer__newsletter .form-group {
  min-width: 0;
  margin: 0;
}

#footer.footer .custom-footer__newsletter fieldset > .consent,
#footer.footer .custom-footer__newsletter fieldset > .consents,
#footer.footer .custom-footer__newsletter fieldset > .newsletter-consent,
#footer.footer .custom-footer__newsletter fieldset > .form-group--consent {
  min-width: 0;
  margin-top: 0;
}

#footer.footer .custom-footer__newsletter .form-control,
#footer.footer .custom-footer__newsletter input[type="email"],
#footer.footer .custom-footer__newsletter input[name="email"] {
  display: block;

  width: 100%;
  max-width: 400px;

  min-width: 0;
  min-height: 44px;

  margin: 0;
  padding: 0 16px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;

  outline: 0;

  background: rgba(255, 255, 255, 0.06);
  color: #fff;

  font: inherit;
  line-height: 1.3;
}

#footer.footer .custom-footer__newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.38);
  opacity: 1;
}

#footer.footer .custom-footer__newsletter button,
#footer.footer .custom-footer__newsletter input[type="submit"],
#footer.footer .custom-footer__newsletter .btn {
  order: 1;

  align-self: stretch;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 400px;

  min-height: 44px;

  margin: 0;
  padding: 0 18px;

  border: 1px solid #fff;
  border-radius: 8px;

  background: #fff;
  color: #080808;

  font: inherit;
  font-weight: 800;
  line-height: 1.2;

  white-space: nowrap;

  cursor: pointer;

  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

#footer.footer .custom-footer__newsletter button:hover,
#footer.footer .custom-footer__newsletter input[type="submit"]:hover,
#footer.footer .custom-footer__newsletter .btn:hover {
  border-color: #e8e8e8;
  background: #e8e8e8;
  color: #080808;

  transform: translateY(-1px);
}

#footer.footer .custom-footer__newsletter input:focus-visible,
#footer.footer .custom-footer__newsletter button:focus-visible,
#footer.footer .custom-footer__newsletter .btn:focus-visible {
  outline: 3px solid var(--colors-focus-secondary, #fff);
  outline-offset: 3px;
}

#footer.footer .custom-footer__newsletter button:disabled,
#footer.footer .custom-footer__newsletter input[type="submit"]:disabled,
#footer.footer .custom-footer__newsletter .btn:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

#footer.footer .custom-footer__newsletter .has-error .form-control,
#footer.footer .custom-footer__newsletter .has-error input {
  border-color: var(--colors-forms-critical, #d33a36);
  box-shadow: 0 0 0 2px rgba(211, 58, 54, 0.22);
}

#footer.footer .custom-footer__newsletter .validator-msg,
#footer.footer .custom-footer__newsletter .field-validation-error,
#footer.footer .custom-footer__newsletter .help-block {
  margin: 6px 0 0;

  color: #ffaaaa;

  font-size: 12px;
  line-height: 1.45;
}


/* ═══════════════════════════════════════════════════════════
   NATIVE FOOTER CONTENT
   ═══════════════════════════════════════════════════════════ */

#footer.footer .custom-footer__cart,
#footer.footer .custom-footer__cartButton {
  display: none;
}

#footer.footer .pageElement__heading,
#footer.footer .pageElement__heading span {
  margin: 0 0 16px;
  padding: 0;

  color: #fff;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;

  letter-spacing: 0;
  text-transform: none;
}

#footer.footer .contact-box,
#footer.footer .contact-box ul,
#footer.footer .custom-footer ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

#footer.footer .contact-box li,
#footer.footer .custom-footer li {
  min-width: 0;

  margin: 0 0 11px;
  padding: 0;

  line-height: 1.5;
}

#footer.footer .custom-footer ul.im-ft-col__list {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

#footer.footer .custom-footer .im-ft-col__list li {
  margin: 0;
  padding: 0;
}

#footer.footer .contact-box li:last-child,
#footer.footer .custom-footer li:last-child {
  margin-bottom: 0;
}

#footer.footer .contact-box li > span,
#footer.footer .contact-box .mail,
#footer.footer .contact-box .tel,
#footer.footer .contact-box .facebook,
#footer.footer .contact-box .instagram {
  min-width: 0;
}

#footer.footer .contact-box a {
  display: inline-block;

  max-width: 100%;

  overflow: hidden;
  text-overflow: ellipsis;

  vertical-align: top;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER LINK ISOLATION

   Footer is the sole visual owner of every link inside #footer.
   External product/listing/global link rules must not change its
   default, visited, hover, focus or active colors.
   ═══════════════════════════════════════════════════════════ */

#footer.footer a,
#footer.footer a:link,
#footer.footer a:visited,
#footer.footer .contact-box a,
#footer.footer .contact-box a:link,
#footer.footer .contact-box a:visited,
#footer.footer .custom-footer a,
#footer.footer .custom-footer a:link,
#footer.footer .custom-footer a:visited {
  color: var(--im-footer-text, #d7d7d7) !important;

  text-decoration: none !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;

  opacity: 1 !important;

  transition:
    color 0.18s ease,
    opacity 0.18s ease !important;
}

#footer.footer a:hover,
#footer.footer a:focus,
#footer.footer a:focus-visible,
#footer.footer a:active,
#footer.footer .contact-box a:hover,
#footer.footer .contact-box a:focus,
#footer.footer .contact-box a:focus-visible,
#footer.footer .contact-box a:active,
#footer.footer .custom-footer a:hover,
#footer.footer .custom-footer a:focus,
#footer.footer .custom-footer a:focus-visible,
#footer.footer .custom-footer a:active {
  color: #fff !important;
  opacity: 1 !important;
}

#footer.footer a:focus-visible {
  outline: 2px solid var(--colors-focus-secondary, #fff) !important;
  outline-offset: 3px !important;
}


/* ═══════════════════════════════════════════════════════════
   COPYRIGHT / SIGNATURE
   ═══════════════════════════════════════════════════════════ */

#footer.footer .copyright,
#footer.footer .copyright strong {
  min-width: 0 !important;

  color: var(--im-footer-muted, #a3a3a3) !important;

  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

#footer.footer .copyright {
  flex: 0 1 auto !important;

  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;

  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

#footer.footer .copyright strong {
  color: var(--im-footer-text, #d7d7d7) !important;
  font-weight: 600 !important;
}

#footer.footer .copyright a,
#footer.footer .cookies-settings,
#footer.footer .js-cookies-settings {
  display: inline !important;

  margin: 0 0 0 12px !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  color: var(--im-footer-text, #d7d7d7) !important;

  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;

  text-decoration: none !important;
}

#footer.footer .copyright a:hover,
#footer.footer .cookies-settings:hover,
#footer.footer .js-cookies-settings:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

#footer.footer #signature {
  display: inline-flex !important;

  flex: 0 1 auto !important;

  align-items: center !important;
  justify-content: center !important;

  gap: 6px !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--im-footer-muted, #a3a3a3) !important;

  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;

  text-align: center !important;

  white-space: normal !important;
}

#footer.footer #signature > * {
  margin: 0 !important;
  padding: 0 !important;
}

#footer.footer #signature a,
#footer.footer #signature .title {
  display: inline !important;

  border: 0 !important;

  background: transparent !important;

  color: var(--im-footer-text, #d7d7d7) !important;

  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;

  text-decoration: none !important;
}

#footer.footer #signature a.image,
#footer.footer #signature img {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════
   TABLET
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 991px) {
  #footer.footer .footer-rows {
    padding-top: 42px;
  }

  #footer.footer .custom-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer.footer .custom-footer__newsletter {
    grid-column: 1 / -1;
  }
}


/* ═══════════════════════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {
  #footer.footer .footer-rows {
    width: calc(100% - 32px);
    max-width: none;

    margin: 0 auto;
    padding: 34px 0 28px;
  }

  #footer.footer .footer-bottom {
    width: calc(100% - 32px) !important;
    max-width: none !important;

    margin: 0 auto !important;
    padding: 18px 0 24px !important;

    gap: 8px 16px !important;

    justify-content: center !important;
    align-items: center !important;

    text-align: center !important;
  }

  #footer.footer .site-name {
    margin: 0 0 24px;
  }

  #footer.footer .site-name img {
    max-width: 124px;
    max-height: 30px;
  }

  #footer.footer .custom-footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  #footer.footer .custom-footer > *,
  #footer.footer .custom-footer__contact,
  #footer.footer .custom-footer__articles,
  #footer.footer .custom-footer__newsletter {
    grid-column: auto;

    min-width: 0;

    width: 100%;
    max-width: 400px;

    margin: 0;
  }

  #footer.footer .pageElement__heading,
  #footer.footer .pageElement__heading span {
    margin: 0 0 10px;

    font-size: 15px;
    line-height: 1.3;
  }

  #footer.footer .custom-footer__newsletter .pageElement__heading,
  #footer.footer .custom-footer__newsletter .pageElement__heading span {
    font-size: 16px;
  }

  #footer.footer .contact-box,
  #footer.footer .contact-box ul,
  #footer.footer .custom-footer ul {
    display: flex;
    flex-direction: column;

    gap: 7px;

    margin: 0;
    padding: 0;
  }

  #footer.footer .contact-box li,
  #footer.footer .custom-footer li,
  #footer.footer .custom-footer .im-ft-col__list li {
    margin: 0;
    padding: 0;

    line-height: 1.45;
  }

  #footer.footer .contact-box li > span,
  #footer.footer .contact-box .mail,
  #footer.footer .contact-box .tel,
  #footer.footer .contact-box .facebook,
  #footer.footer .contact-box .instagram {
    display: flex;
    align-items: center;

    gap: 10px;

    min-width: 0;
    min-height: 0;

    margin: 0;
    padding: 0 0 0 22px;

    line-height: 1.45;

    background-position: left center;
  }

  #footer.footer .contact-box a,
  #footer.footer .custom-footer a {
    max-width: 100%;

    margin: 0;
    padding: 0;

    font-size: 14px;
    line-height: 1.45;
  }

  #footer.footer .copyright,
  #footer.footer .copyright strong {
    max-width: 100% !important;

    font-size: 12px !important;
    line-height: 1.45 !important;

    text-align: center !important;
  }

  #footer.footer #signature {
    max-width: 100% !important;

    margin: 0 !important;

    justify-content: center !important;

    font-size: 10px !important;
    line-height: 1.45 !important;

    text-align: center !important;
  }

  #footer.footer #signature a,
  #footer.footer #signature .title {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  #footer.footer a,
  #footer.footer .custom-footer__newsletter button,
  #footer.footer .custom-footer__newsletter input[type="submit"],
  #footer.footer .custom-footer__newsletter .btn {
    transition: none;
  }
}


/* ═══════════════════════════════════════════════════════════
   IONTMAX FOOTER BUILDER

   OWNER:
   footer — Zápatí / CSS společné

   Builder řeší data a DOM.
   Vzhled vlastní tento modul.
   ═══════════════════════════════════════════════════════════ */

html.imt-footer-builder-active #footer.footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.76);
}

html.imt-footer-builder-active #footer .footer-rows {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

html.imt-footer-builder-active #footer .im-footer-builder {
  width: 100%;

  background: #050505;
  color: rgba(255, 255, 255, 0.76);
}

html.imt-footer-builder-active #footer .im-footer-builder__inner {
  width: min(100% - 40px, 1440px);

  margin: 0 auto;

  padding: 58px 0 42px;
}


/* ═══════════════════════════════════════════════════════════
   BUILDER LOGO
   ═══════════════════════════════════════════════════════════ */

html.imt-footer-builder-active #footer .im-footer-builder__brand {
  display: flex;
  align-items: flex-start;

  min-height: 42px;

  margin: 0;
}

html.imt-footer-builder-active #footer .im-footer-builder__brand .site-name {
  margin: 0 !important;
  padding: 0 !important;
}

html.imt-footer-builder-active #footer .im-footer-builder__brand .site-name a {
  display: inline-flex !important;
  align-items: center;
}

html.imt-footer-builder-active #footer .im-footer-builder__brand .site-name img {
  display: block;

  width: auto;

  max-width: 180px;
  max-height: 46px;

  margin: 0;

  filter: brightness(0) invert(1);
}


/* ═══════════════════════════════════════════════════════════
   BUILDER GRID
   ═══════════════════════════════════════════════════════════ */

html.imt-footer-builder-active #footer .im-footer-builder__grid {
  display: grid;

  grid-template-columns:
    repeat(auto-fit, minmax(min(100%, 190px), 1fr));

  gap: 34px clamp(24px, 3.2vw, 54px);

  align-items: start;
}

html.imt-footer-builder-active #footer .im-footer-builder__block {
  min-width: 0;
}


/*
 * Nadpisy bloků jsou proti logu opticky o 20 px níže.
 */

html.imt-footer-builder-active #footer .im-footer-builder__title {
  margin: 20px 0 16px;
  padding: 0;

  color: #fff;

  font: 800 13px/1.25 inherit;

  letter-spacing: 0.055em;
  text-transform: uppercase;
  font-weight:800!important;
}

html.imt-footer-builder-active #footer .im-footer-builder__list {
  display: grid;

  gap: 9px;

  margin: 0;
  padding: 0;

  list-style: none;
}

html.imt-footer-builder-active #footer .im-footer-builder__item {
  min-width: 0;

  margin: 0;
  padding: 0;
}

html.imt-footer-builder-active #footer .im-footer-builder__text {
  min-width: 0;

  color: rgba(255, 255, 255, 0.72) !important;

  font: 400 14px/1.5 inherit;

  text-decoration: none !important;

  overflow-wrap: anywhere;
}

html.imt-footer-builder-active #footer .im-footer-builder__link,
html.imt-footer-builder-active #footer .im-footer-builder__link:link,
html.imt-footer-builder-active #footer .im-footer-builder__link:visited {
  display: inline-flex;

  align-items: flex-start;

  gap: 9px;

  min-width: 0;
  max-width: 100%;

  color: rgba(255, 255, 255, 0.72) !important;

  font: 400 14px/1.5 inherit;

  text-decoration: none !important;

  opacity: 1 !important;
  overflow-wrap: anywhere;

  transition:
    color 0.16s ease,
    transform 0.16s ease !important;
}

html.imt-footer-builder-active #footer .im-footer-builder__link:hover,
html.imt-footer-builder-active #footer .im-footer-builder__link:focus,
html.imt-footer-builder-active #footer .im-footer-builder__link:focus-visible,
html.imt-footer-builder-active #footer .im-footer-builder__link:active {
  color: #fff !important;
}

html.imt-footer-builder-active #footer .im-footer-builder__link:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 4px !important;

  border-radius: 3px;
}

html.imt-footer-builder-active #footer .im-footer-builder__icon {
  flex: 0 0 17px;

  display: inline-flex;

  width: 17px;
  height: 17px;

  margin-top: 2px;

  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, 0.62);
}

html.imt-footer-builder-active #footer .im-footer-builder__icon svg {
  display: block;

  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ═══════════════════════════════════════════════════════════
   BUILDER NEWSLETTER

   - zarovnaný přesně k prvnímu bloku zleva
   - max-width 400 px
   - odlišené pozadí
   - bez borderu
   - všechny prvky vertikálně
   ═══════════════════════════════════════════════════════════ */

html.imt-footer-builder-active #footer .im-footer-builder__newsletter {
  width: min(100%, 400px);
  max-width: 400px;

  margin: 42px auto 0 0;

  padding: 24px;

  border: 0;
  border-radius: 12px;

  background: #101010;

  box-shadow: none;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.custom-footer__newsletter {
  display: flex !important;

  flex-direction: column !important;
  align-items: stretch !important;

  gap: 0 !important;

  grid-column: auto !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  color: rgba(255, 255, 255, 0.68) !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.newsletter-header {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 16px !important;
  padding: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.pageElement__heading,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.pageElement__heading span,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.topic {
  margin: 0 !important;
  padding: 0 !important;

  color: #fff !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;

  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.newsletter-header p {
  width: 100% !important;
  max-width: 100% !important;

  margin: 7px 0 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.48) !important;

  font-size: 12px !important;
  line-height: 1.5 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
form {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
fieldset {
  display: flex !important;

  flex-direction: column !important;
  align-items: stretch !important;

  gap: 10px !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.form-group:not(.consents),
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.form-control-wrapper {
  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.smart-label-wrapper > label {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;

  white-space: nowrap !important;

  border: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="email"],
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[name="email"] {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  height: 44px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 14px !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;

  outline: 0 !important;

  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;

  font-size: 13px !important;
  line-height: 1.3 !important;

  box-shadow: none !important;

  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="email"]::placeholder,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[name="email"]::placeholder {
  color: rgba(255, 255, 255, 0.38) !important;
  opacity: 1 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="email"]:hover,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[name="email"]:hover {
  border-color: rgba(255, 255, 255, 0.28) !important;

  background: rgba(255, 255, 255, 0.075) !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="email"]:focus,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[name="email"]:focus {
  border-color: rgba(255, 255, 255, 0.52) !important;

  background: rgba(255, 255, 255, 0.09) !important;

  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.08) !important;
}


/* GDPR */

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.consents {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.consents
.label {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.42) !important;

  font-size: 10.5px !important;
  line-height: 1.45 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.consents
a {
  color: rgba(255, 255, 255, 0.68) !important;

  text-decoration: none !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.consents
a:hover,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.consents
a:focus-visible {
  color: #fff !important;
}


/* Newsletter submit */

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
button[type="submit"],
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="submit"],
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.btn {
  align-self: stretch !important;

  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  min-width: 0 !important;

  height: 44px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border: 1px solid #fff !important;
  border-radius: 8px !important;

  background: #fff !important;
  color: #080808 !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  letter-spacing: 0.02em !important;

  white-space: nowrap !important;

  box-shadow: none !important;

  cursor: pointer !important;

  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    transform 0.16s ease !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
button[type="submit"]:hover,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="submit"]:hover,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.btn:hover {
  border-color: #e8e8e8 !important;

  background: #e8e8e8 !important;
  color: #080808 !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
button[type="submit"]:focus-visible,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="submit"]:focus-visible,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.btn:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 3px !important;
}

html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
button[type="submit"]:active,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
input[type="submit"]:active,
html.imt-footer-builder-active
#footer
.im-footer-builder__newsletter
.btn:active {
  transform: translateY(1px) !important;
}


/* ═══════════════════════════════════════════════════════════
   BUILDER FOOTER BOTTOM
   ═══════════════════════════════════════════════════════════ */

html.imt-footer-builder-active #footer .footer-bottom {
  width: min(100% - 40px, 1440px) !important;
  max-width: none !important;

  margin: 0 auto !important;
  padding: 22px 0 28px !important;

  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;

  background: transparent !important;
  color: rgba(255, 255, 255, 0.48) !important;

  justify-content: center !important;
  align-items: center !important;

  text-align: center !important;
}

html.imt-footer-builder-active #footer .footer-bottom a,
html.imt-footer-builder-active #footer .footer-bottom a:link,
html.imt-footer-builder-active #footer .footer-bottom a:visited {
  color: rgba(255, 255, 255, 0.62) !important;
  text-decoration: none !important;
}

html.imt-footer-builder-active #footer .footer-bottom a:hover,
html.imt-footer-builder-active #footer .footer-bottom a:focus,
html.imt-footer-builder-active #footer .footer-bottom a:focus-visible,
html.imt-footer-builder-active #footer .footer-bottom a:active {
  color: #fff !important;
}


/* ═══════════════════════════════════════════════════════════
   BUILDER RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {
  html.imt-footer-builder-active
  #footer
  .im-footer-builder__inner {
    width: min(100% - 28px, 1440px);

    padding: 42px 0 34px;
  }

  html.imt-footer-builder-active
  #footer
  .im-footer-builder__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px 22px;
  }

  html.imt-footer-builder-active
  #footer
  .im-footer-builder__title {
    margin-top: 20px;
  }

  html.imt-footer-builder-active
  #footer
  .im-footer-builder__newsletter {
    width: min(100%, 400px);
    max-width: 400px;

    margin: 34px auto 0 0;

    padding: 22px;
  }

  html.imt-footer-builder-active
  #footer
  .footer-bottom {
    width: min(100% - 28px, 1440px) !important;
  }
}

@media (max-width: 480px) {
  html.imt-footer-builder-active
  #footer
  .im-footer-builder__grid {
    grid-template-columns: 1fr;

    gap: 28px;
  }

  html.imt-footer-builder-active
  #footer
  .im-footer-builder__newsletter {
    width: 100%;
    max-width: 400px;

    padding: 20px;
  }
}