.theme-footer-1 {
  width: 100%;
  margin-top: 88px;
}
.theme-footer-1__section {
  min-height: 464px;
  padding-top: 80px;
}
.theme-footer-1__section-bg-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.theme-footer-1.has-newsletter .theme-footer-1__section {
  padding-top: 140px;
  min-height: 524px;
}
.theme-footer-1__newsletter {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
}
.theme-footer-1__newsletter-mask {
  position: absolute;
  inset: 16px;
  bottom: -8px;
  border-radius: 24px;
  opacity: 0.1;
  background-color: var(--white);
}
.theme-footer-1__newsletter .newsletter-form {
  width: 440px;
}
.theme-footer-1__newsletter .newsletter-form input {
  display: flex;
  background-color: transparent;
  border: none;
  height: 48px;
}
@media (max-width: var(--screen-xs-max)) {
  .theme-footer-1__newsletter .newsletter-form {
    width: 100%;
  }
}
.theme-footer-1__bottom-section-divider {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: var(--white);
  margin-top: 42px;
}
@media (max-width: 991px) {
  .theme-footer-1__section {
    height: auto !important;
    min-height: 0 !important;
  }
}
.theme-footer-1__store-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
}
.theme-footer-1__store-badge {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 0;
  width: 108px;
  height: 34px;
  transition: all 0.2s ease;
}
.theme-footer-1__store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.theme-footer-1__store-badge-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.theme-footer-1 .min-width-0 {
  min-width: 0;
}
.theme-footer-1 .text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}
.theme-footer-1__download-app-tagline {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .theme-footer-1__store-badges {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .theme-footer-1__store-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
  }
  .theme-footer-1__store-badge {
    width: 100%;
    max-width: 170px;
    height: 40px;
  }
}
