/* =========================================================
   CRAZYSTEP NEWSLETTER - FINAL SAFE VERSION
   Subor: /user/documents/upload/crazystep-newsletter.css
========================================================= */

:root {
  --cs-blue: #25445a;
  --cs-blue-dark: #1d3547;
  --cs-cream: #f3eadc;
}

/* Full-width modrý pás */
#footer .footer-newsletter {
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;

  padding: 42px max(20px, calc((100vw - 1430px) / 2)) !important;
  background: #25445a !important;
  color: #ffffff !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 48px !important;
}

/* Ľavá časť - text */
#footer .footer-newsletter .newsletter-header {
  flex: 1 1 auto !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Nadpis ako ostatné nadpisy */
#footer .footer-newsletter .newsletter-header .topic {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.7px !important;
  text-align: left !important;
}

#footer .footer-newsletter .newsletter-header .topic span {
  color: #ffffff !important;
}

/* Podnadpis */
#footer .footer-newsletter .newsletter-header p {
  max-width: 600px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

/* Pravá časť - formulár */
#footer .footer-newsletter .subscribe-form {
  flex: 0 1 620px !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Fieldset reset */
#footer .footer-newsletter .subscribe-form fieldset {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Input wrapper */
#footer .footer-newsletter .subscribe-form .validator-msg-holder {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

/* E-mail input */
#footer .footer-newsletter .subscribe-form input[type="email"] {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 170px 0 20px !important;

  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 15px !important;
  text-align: left !important;
  outline: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
}

#footer .footer-newsletter .subscribe-form input[type="email"]::placeholder {
  color: #8a8a8a !important;
}

/* Tlačidlo Prihlásiť sa */
#footer .footer-newsletter .subscribe-form button {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;

  width: auto !important;
  min-width: 146px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 22px !important;

  border: 0 !important;
  border-radius: 999px !important;
  background: #f3eadc !important;
  color: #25445a !important;
  box-shadow: none !important;

  font-size: 12px !important;
  line-height: 42px !important;
  font-weight: 900 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  transition: 0.22s ease !important;
}

#footer .footer-newsletter .subscribe-form button::after {
  content: none !important;
}

#footer .footer-newsletter .subscribe-form button:hover {
  background: #ffffff !important;
  color: #25445a !important;
  transform: translateY(-1px);
}

/* Skrytie Shoptet br */
#footer .footer-newsletter .subscribe-form br {
  display: none !important;
}

/* Súhlas */
#footer .footer-newsletter .subscribe-form .consents {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  max-width: 620px !important;

  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

#footer .footer-newsletter .subscribe-form .consents label {
  color: rgba(255, 255, 255, 0.68) !important;
  font-weight: 400 !important;
  text-align: left !important;
}

#footer .footer-newsletter .subscribe-form .consents a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Validačné hlášky */
#footer .footer-newsletter .subscribe-form .validator-msg {
  margin-top: 6px !important;
  color: #ffffff !important;
  text-align: left !important;
}

/* Tablet */
@media (max-width: 991px) {
  #footer .footer-newsletter {
    padding: 44px 24px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    text-align: center !important;
  }

  #footer .footer-newsletter .newsletter-header {
    max-width: 700px !important;
    text-align: center !important;
    align-items: center !important;
  }

  #footer .footer-newsletter .newsletter-header .topic,
  #footer .footer-newsletter .newsletter-header p {
    text-align: center !important;
  }

  #footer .footer-newsletter .subscribe-form {
    flex: none !important;
    max-width: 620px !important;
  }

  #footer .footer-newsletter .subscribe-form .consents,
  #footer .footer-newsletter .subscribe-form .consents label,
  #footer .footer-newsletter .subscribe-form .validator-msg {
    text-align: center !important;
  }
}

/* Mobil */
@media (max-width: 620px) {
  #footer .footer-newsletter {
    padding: 40px 18px !important;
  }

  #footer .footer-newsletter .newsletter-header .topic {
    font-size: 27px !important;
    letter-spacing: -0.7px !important;
  }

  #footer .footer-newsletter .newsletter-header p {
    font-size: 14px !important;
  }

  #footer .footer-newsletter .subscribe-form input[type="email"] {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 18px !important;
    text-align: center !important;
  }

  #footer .footer-newsletter .subscribe-form button {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    min-height: 46px !important;
    margin-top: 10px !important;
    line-height: 46px !important;
  }

  #footer .footer-newsletter .subscribe-form .consents {
    font-size: 11px !important;
  }
}