/* TVUJORIGINAL.CZ NEWSLETTER V3.2.0
   Pouze vzhled existujícího Shoptet newsletteru.
   Žádný nový obsah, žádné duplikace, žádné přesouvání. */

.to-newsletter-v320 {
  position: relative !important;
  box-sizing: border-box !important;
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 38px 24px 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  color: #2d2722 !important;
  isolation: isolate;
}

.to-newsletter-v320::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  transform: translateX(-50%) !important;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #faf7f3 24%,
      #f3ece5 50%,
      #faf7f3 76%,
      #ffffff 100%
    ) !important;
  pointer-events: none !important;
}

.to-newsletter-v320::after {
  display: none !important;
  content: none !important;
}

.to-newsletter-v320 h1,
.to-newsletter-v320 h2,
.to-newsletter-v320 h3,
.to-newsletter-v320 h4,
.to-newsletter-v320 .to-newsletter-v320-title {
  margin: 0 0 9px !important;
  color: #745a46 !important;
  font-size: clamp(22px, 2.2vw, 30px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  text-align: center !important;
  text-transform: none !important;
}

.to-newsletter-v320 > p,
.to-newsletter-v320 .to-newsletter-v320-subtitle {
  margin: 0 0 18px !important;
  color: #655c54 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.to-newsletter-v320 form {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: start !important;
  width: min(680px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.to-newsletter-v320 form > *,
.to-newsletter-v320 .form-group,
.to-newsletter-v320 .input-group {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.to-newsletter-v320 label {
  color: #6d6259 !important;
}

.to-newsletter-v320 input[type="email"],
.to-newsletter-v320 input[name*="email" i] {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #d3c7bc !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #2d2722 !important;
  font-size: 14px !important;
  line-height: normal !important;
  outline: none !important;
}

.to-newsletter-v320 input[type="email"]::placeholder,
.to-newsletter-v320 input[name*="email" i]::placeholder {
  color: #81766d !important;
  opacity: 1 !important;
}

.to-newsletter-v320 input[type="email"]:focus,
.to-newsletter-v320 input[name*="email" i]:focus {
  border-color: #9a806b !important;
  box-shadow: 0 0 0 2px rgba(154,128,107,.12) !important;
}

.to-newsletter-v320 button,
.to-newsletter-v320 input[type="submit"] {
  position: static !important;
  display: block !important;
  box-sizing: border-box !important;
  min-width: 172px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #745a46 !important;
  border-radius: 0 !important;
  background: #745a46 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.to-newsletter-v320 button:hover,
.to-newsletter-v320 input[type="submit"]:hover {
  border-color: #604936 !important;
  background: #604936 !important;
}

.to-newsletter-v320 .form-appendix,
.to-newsletter-v320 .consents,
.to-newsletter-v320 form p,
.to-newsletter-v320 form small {
  position: static !important;
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin: 6px 0 0 !important;
  color: #776e66 !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .to-newsletter-v320 {
    width: calc(100% - 20px) !important;
    padding: 28px 10px 26px !important;
  }

  .to-newsletter-v320 h1,
  .to-newsletter-v320 h2,
  .to-newsletter-v320 h3,
  .to-newsletter-v320 h4,
  .to-newsletter-v320 .to-newsletter-v320-title {
    font-size: 22px !important;
  }

  .to-newsletter-v320 > p,
  .to-newsletter-v320 .to-newsletter-v320-subtitle {
    font-size: 13px !important;
  }

  .to-newsletter-v320 form {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .to-newsletter-v320 form > *,
  .to-newsletter-v320 .form-group,
  .to-newsletter-v320 .input-group {
    display: block !important;
    width: 100% !important;
  }

  .to-newsletter-v320 input[type="email"],
  .to-newsletter-v320 input[name*="email" i],
  .to-newsletter-v320 button,
  .to-newsletter-v320 input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}
