.vb-footer-subscribe-shell {
  width: 100%;
}

.vb-footer__subscribe {
  position: relative;
  overflow: hidden;
  background: url("../imgs/footer/subscribe_baby_image.jpg") center / cover no-repeat;
  color: rgba(75, 63, 59, 1);
}

.vb-footer__subscribe::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      180deg,
      rgba(244, 227, 219, 0.9) 0%,
      rgba(210, 178, 164, 0.9) 56%,
      rgba(143, 114, 105, 0.9) 100%
    ),
    linear-gradient(358.39deg, rgba(127, 98, 82, 0.5) 0.94%, rgba(220, 194, 183, 0) 91.66%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal, multiply;
}

.vb-footer__subscribe-content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  min-height: 351px;
  margin: 0 auto;
  gap: 10px;
  padding: 88px 0px;
}

.vb-footer__subscribe-copy,
.vb-footer__subscribe-side {
  min-width: 0;
}

.vb-footer__subscribe-copy {
  flex: 0 1 400px;
}

.vb-footer__subscribe-side {
  flex: 0 1 501px;
}

.vb-footer__subscribe-title {
  margin: 0;
  max-width: 400px;
  color: #4b3f3b;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}

.vb-footer__subscribe-subtitle {
  margin: 0 0 32px;
  max-width: 520px;
  color: #4b3f3b;
  font-family: "Roboto", "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}

.vb-footer__subscribe-form {
  margin: 0;
}

.vb-footer__subscribe-form-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}

.vb-footer__subscribe-input-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 352px;
  width: 352px;
  min-width: 352px;
  height: 52px;
  padding: 12px 20px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}

.vb-footer__subscribe-input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  color: rgba(75, 63, 59, 1);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.vb-footer__subscribe-input::placeholder {
  color: rgba(75, 63, 59, 0.45);
}

.vb-footer__subscribe-button {
  border: none;
  width: 145px;
  min-width: 145px;
  height: 52px;
  padding: 18px 24px;
  border-radius: 100px;
  background: #4b3f3b;
  color: #ffffff;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

.vb-footer__subscribe-button:hover,
.vb-footer__subscribe-button:focus-visible {
  background: #7f6252;
}

.vb-footer__subscribe-note {
  margin: 16px 0 0;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}

.vb-footer__subscribe-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vb-footer__subscribe-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 42.31px;
  background-image: url("../imgs/footer/subscribe_bottom.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 42.31px;
  pointer-events: none;
}

@media (max-width: 1320px) {
  .vb-footer__subscribe-content {
    padding: 72px 64px 108px;
  }
}

@media (max-width: 1024px) {
  .vb-footer__subscribe-content {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 32px 14px 88px;
  }

  .vb-footer__subscribe-title,
  .vb-footer__subscribe-subtitle {
    max-width: none;
  }

  .vb-footer__subscribe-copy,
  .vb-footer__subscribe-side {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .vb-footer__subscribe-subtitle {
    margin-bottom: 20px;
  }

  .vb-footer__subscribe-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .vb-footer__subscribe-input-wrap {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
  }

  .vb-footer__subscribe-note {
    margin-top: 16px;
  }
}
