/* =========================================================
   FLEXTHERM GLOBALE FOOTER
   START
   ========================================================= */

#footer.ft-site-footer {
  --ft-footer-blue: #68a2b9;
  --ft-footer-blue-dark: #315c6d;
  --ft-footer-blue-deep: #244653;
  --ft-footer-blue-night: #1b3741;
  --ft-footer-green: #4caf7d;
  --ft-footer-green-dark: #35845c;
  --ft-footer-line: rgba(255, 255, 255, .14);
  --ft-footer-white-soft: rgba(255, 255, 255, .76);
  margin: 0;
  background: var(--ft-footer-blue-deep);
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

#footer.ft-site-footer,
#footer.ft-site-footer *,
#footer.ft-site-footer *::before,
#footer.ft-site-footer *::after {
  box-sizing: border-box;
}

#footer.ft-site-footer h3,
#footer.ft-site-footer h4 {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

#footer.ft-site-footer p,
#footer.ft-site-footer li,
#footer.ft-site-footer .copy {
  color: var(--ft-footer-white-soft);
}

#footer.ft-site-footer a {
  color: rgba(255, 255, 255, .82);
  text-underline-offset: 3px;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

#footer.ft-site-footer a:hover,
#footer.ft-site-footer a:focus-visible {
  color: #fff;
}

#footer.ft-site-footer .footer-top {
  margin: 0;
  padding: 48px 0;
  border: 0;
  border-bottom: 1px solid var(--ft-footer-line);
  background: var(--ft-footer-blue-dark);
}

#footer.ft-site-footer .footer-top > .container > .d-flex {
  align-items: stretch;
  gap: 34px;
}

#footer.ft-site-footer .footer-top .chat {
  position: relative;
  min-width: 0;
  flex: 0 1 36%;
  padding: 30px 30px 28px;
  overflow: hidden;
  border: 1px solid var(--ft-footer-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

#footer.ft-site-footer .footer-top .chat figure {
  position: absolute;
  right: -12px;
  bottom: -26px;
  margin: 0;
  opacity: .34;
  pointer-events: none;
}

#footer.ft-site-footer .footer-top .chat figure img {
  display: block;
  filter: grayscale(1) brightness(1.7);
}

#footer.ft-site-footer .footer-top .chat h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  font-size: 25px;
  line-height: 1.18;
}

#footer.ft-site-footer .footer-top .chat p {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.65;
}

#footer.ft-site-footer .footer-top .chat .text {
  color: rgba(255, 255, 255, .66);
}

#footer.ft-site-footer .footer-top .chat .bot {
  position: relative;
  z-index: 1;
  margin-top: 21px;
  gap: 15px;
}

#footer.ft-site-footer .footer-top .chat .btn,
#footer.ft-site-footer .newsletter .btn {
  width: auto !important;
  min-width: 118px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--ft-footer-green) !important;
  border-radius: 8px !important;
  background: var(--ft-footer-green) !important;
  color: #fff !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
}

#footer.ft-site-footer .footer-top .chat .btn:hover,
#footer.ft-site-footer .newsletter .btn:hover {
  border-color: var(--ft-footer-green-dark) !important;
  background: var(--ft-footer-green-dark) !important;
}

#footer.ft-site-footer .footer-top .right {
  min-width: 0;
  flex: 1 1 64%;
  gap: 34px;
}

#footer.ft-site-footer .footer-top .contact,
#footer.ft-site-footer .footer-top .newsletter {
  min-width: 0;
  flex: 1 1 50%;
  padding: 28px 0;
}

#footer.ft-site-footer .footer-top .contact h3,
#footer.ft-site-footer .footer-top .newsletter h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

#footer.ft-site-footer .footer-top .contact p,
#footer.ft-site-footer .footer-top .newsletter p {
  margin: 0 0 8px;
  color: var(--ft-footer-white-soft);
  font-size: 14px;
  line-height: 1.65;
}

#footer.ft-site-footer .footer-top .contact .links {
  display: grid;
  gap: 5px;
  margin-top: 16px;
}

#footer.ft-site-footer .footer-top .contact .links a,
#footer.ft-site-footer .footer-top .chat .links a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#footer.ft-site-footer .newsletter .logo {
  margin-bottom: 14px;
}

#footer.ft-site-footer .newsletter .logo img {
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

#footer.ft-site-footer .newsletter form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 10px;
  margin-top: 17px;
}

#footer.ft-site-footer .newsletter input[type="text"] {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, .96);
  color: #292b23;
}

#footer.ft-site-footer .newsletter input[type="text"]:focus {
  border-color: var(--ft-footer-green);
  box-shadow: 0 0 0 3px rgba(76, 175, 125, .18);
}

#footer.ft-site-footer .newsletter form .small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 12px;
  line-height: 1.5;
}

#footer.ft-site-footer .footer-navigation {
  margin: 0;
  padding: 58px 0 52px;
  border: 0;
  background: var(--ft-footer-blue-deep);
}

#footer.ft-site-footer .footer-navigation > .container > .d-flex {
  display: grid;
  grid-template-columns: 1.2fr 1.05fr .85fr 1.05fr 1.25fr;
  gap: 38px;
  align-items: start;
}

#footer.ft-site-footer .footer-navigation h3 {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.35;
}

#footer.ft-site-footer .footer-navigation ul {
  display: grid !important;
  gap: 7px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer.ft-site-footer .footer-navigation li {
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 1.55;
}

#footer.ft-site-footer .footer-navigation ul li a {
  display: block;
  color: rgba(255, 255, 255, .78) !important;
  text-decoration: none;
}

#footer.ft-site-footer .footer-navigation ul li a:hover,
#footer.ft-site-footer .footer-navigation li.active > a {
  color: #fff !important;
  text-decoration: underline;
}

#footer.ft-site-footer .footer-navigation .list-contact {
  color: var(--ft-footer-white-soft);
}

#footer.ft-site-footer .footer-navigation .list-contact .companyName {
  color: #fff;
}

#footer.ft-site-footer .footer-navigation .list-contact li a {
  display: inline;
}

#footer.ft-site-footer .footer-navigation .list-contact br {
  display: none;
}

#footer.ft-site-footer .copyright {
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--ft-footer-line);
  background: var(--ft-footer-blue-night);
}

#footer.ft-site-footer .copyright > .container > .d-flex {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(420px, 2fr) minmax(120px, 1fr);
  gap: 32px;
  align-items: center;
}

#footer.ft-site-footer .copyright .social {
  gap: 8px;
  justify-self: start;
}

#footer.ft-site-footer .copyright .social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ft-footer-line);
  border-radius: 50%;
  color: #fff;
}

#footer.ft-site-footer .copyright .copy {
  width: 100% !important;
  max-width: 700px;
  justify-self: center;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

#footer.ft-site-footer .copyright .copy > a,
#footer.ft-site-footer .ft-site-footer__shopline {
  color: #fff;
  font-weight: 650;
}

#footer.ft-site-footer .ft-site-footer__shopline {
  display: block;
  margin-top: 4px;
}

#footer.ft-site-footer .copyright .c-accent {
  color: #bfe8d1;
}

#footer.ft-site-footer .payments {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 8px;
  margin: 13px auto 0;
}

#footer.ft-site-footer .payments img {
  width: 34px;
  height: 24px;
  padding: 3px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}

#footer.ft-site-footer .hallmarks {
  gap: 10px;
  justify-self: end;
}

#footer.ft-site-footer .hallmarks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer.ft-site-footer .hallmarks img {
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  #footer.ft-site-footer .footer-top > .container > .d-flex {
    display: grid;
    grid-template-columns: 1fr;
  }

  #footer.ft-site-footer .footer-top .chat,
  #footer.ft-site-footer .footer-top .right {
    width: 100%;
    flex-basis: auto;
  }

  #footer.ft-site-footer .footer-navigation > .container > .d-flex {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #footer.ft-site-footer .copyright > .container > .d-flex {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  #footer.ft-site-footer .copyright .social,
  #footer.ft-site-footer .hallmarks {
    justify-self: center;
  }
}

@media (max-width: 720px) {
  #footer.ft-site-footer .footer-top {
    padding: 36px 0;
  }

  #footer.ft-site-footer .footer-top .chat {
    padding: 25px 22px;
  }

  #footer.ft-site-footer .footer-top .chat figure {
    display: none;
  }

  #footer.ft-site-footer .footer-top .right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  #footer.ft-site-footer .footer-top .contact,
  #footer.ft-site-footer .footer-top .newsletter {
    padding: 10px 0;
  }

  #footer.ft-site-footer .newsletter form {
    grid-template-columns: 1fr;
  }

  #footer.ft-site-footer .newsletter .btn {
    width: max-content !important;
    min-width: 128px;
  }

  #footer.ft-site-footer .newsletter form .small {
    grid-column: auto;
  }

  #footer.ft-site-footer .footer-navigation {
    padding: 12px 0 24px;
  }

  #footer.ft-site-footer .footer-navigation > .container > .d-flex {
    display: block;
  }

  #footer.ft-site-footer .footer-navigation > .container > .d-flex > div {
    border-bottom: 1px solid var(--ft-footer-line);
  }

  #footer.ft-site-footer .footer-navigation h3 {
    min-height: 50px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
  }

  #footer.ft-site-footer .footer-navigation h3 i {
    color: rgba(255, 255, 255, .72);
  }

  #footer.ft-site-footer .footer-navigation ul {
    padding: 0 0 18px;
  }

  #footer.ft-site-footer .copyright > .container > .d-flex {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  #footer.ft-site-footer .copyright .social,
  #footer.ft-site-footer .hallmarks {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  #footer.ft-site-footer .footer-top .chat h3 {
    font-size: 22px;
  }

  #footer.ft-site-footer .footer-top .chat .bot {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer.ft-site-footer .footer-top .chat .links {
    display: grid !important;
    gap: 5px;
  }

  #footer.ft-site-footer .footer-top .chat .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #footer.ft-site-footer *,
  #footer.ft-site-footer *::before,
  #footer.ft-site-footer *::after {
    transition-duration: .01ms !important;
  }
}

/* =========================================================
   FLEXTHERM GLOBALE FOOTER
   EINDE
   ========================================================= */