/* App download banners */
.app-download-banner-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  height: 3.25rem;
  background-color: #f2f3f3;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .app-download-banner-mobile.is-visible {
    display: flex !important;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .app-download-banner-mobile {
    display: none !important;
  }
}
.app-download-banner-mobile__inner {
  display: flex;
  align-items: center;
  gap: 2.125rem;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
}
.app-download-banner-mobile__start {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
  gap: 0.25rem;
}
.app-download-banner-mobile__brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
  gap: 0.5rem;
}
.app-download-banner-mobile__close {
  flex: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.app-download-banner-mobile__close img {
  display: block;
  width: 1rem;
  height: 1rem;
}
.app-download-banner-mobile__logo-box {
  flex: 0 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #d61d28;
}
.app-download-banner-mobile__logo-box img {
  display: block;
  width: 0.75rem;
  height: 0.875rem;
}
.app-download-banner-mobile__text {
  margin: 0;
  max-width: 11.5625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #16181e;
  min-width: 0;
}
.app-download-banner-mobile__download {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 1.5rem !important;
  margin: 0;
  padding: 0.375rem 1rem !important;
  font-size: 0.6875rem !important;
  font-weight: 700;
  line-height: 0.75rem !important;
  border-radius: 1rem !important;
  border: 1px solid #d61d28 !important;
  background: transparent !important;
  color: #d61d28 !important;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #app-download-banner-mobile.is-visible + .navigation-wrapper {
    height: calc(4.1875rem + 3.25rem);
  }
  #app-download-banner-mobile.is-visible + .navigation-wrapper .navigation {
    top: 3.25rem;
  }
}

/* Desktop footer banner — Figma 486×262 */
.app-download-banner-footer {
  width: 100%;
  max-width: 30.375rem;
  margin-top: 1rem;
}
.app-download-banner-footer__card {
  position: relative;
  width: 100%;
  max-width: 486px;
  max-height: 262px;
  padding: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}
.app-download-banner-footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/uploads/svg/app/app-banner-bg-layer.png") no-repeat center / 100% 100%;
  pointer-events: none;
}
.app-download-banner-footer__title {
  position: relative;
  z-index: 1;
  color: #16181E;
  font-feature-settings: 'liga' off, 'clig' off;/
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.032px;

}
.app-download-banner-footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.875rem;
  width: 100%;
  max-width: 19rem;
}
.app-download-banner-footer__stores {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 0 0 8.5rem;
  width: 8.5rem;
  min-width: 0;
}
.app-download-banner-footer__store {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 8.5rem;
  min-height: 2.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #f2f3f3;
  color: #16181e;
  text-decoration: none;
  box-sizing: border-box;
}
.app-download-banner-footer__store:hover {
  opacity: 0.85;
  color: #16181e;
}
.app-download-banner-footer__store-icon {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-download-banner-footer__store-icon img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.app-download-banner-footer__store-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.app-download-banner-footer__store-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #16181e;
}
.app-download-banner-footer__store-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #16181e;
}
.app-download-banner-footer__qr {
  flex: 0 0 9.5rem;
  width: 9.5rem;
  height: 9.5rem;
}
.app-download-banner-footer__qr-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 1.125rem;
  background-color: #f5f5f5;
  box-shadow: 0 0 0.875rem rgba(58, 58, 58, 0.3);
  box-sizing: border-box;
}
.app-download-banner-footer__qr-frame img,
.app-download-banner-footer__qr-frame svg {
  display: block;
  width: 7.9166875rem;
  height: 7.9166875rem;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .app-download-banner-footer__card {
    aspect-ratio: 262 / 486;
    height: auto;
  }
}
