/** Shopify CDN: Minification failed

Line 206:5 Unexpected "/"
Line 225:0 Unexpected "}"

**/
.footer-custom .footer_inner {
  display: flex;
  column-gap: 50px;
  row-gap: 40px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.footer-custom .footer_inner .list-payment {
  list-style-type: none;
  padding: 0;
  gap: 12px;
  display: flex;
}

.footer-custom .footer_inner .footer-menu .footer-menu__link {
  color: #f9f5f1;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  text-decoration: none;
}

.footer-custom .footer_inner .footer-menu ul.footer-menu__list {
  padding: 0;
  margin: 0;
}

.footer-custom .footer_inner .footer-menu .footer-menu__item {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-custom .footer_inner .footer-menus-block {
  display: flex;
  column-gap: 60px;
}

.footer-custom .footer_inner .footer-subscribe-block h3 {
  color: #f9f5f1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin: 0;
  margin-bottom: 10px;
}

.footer-custom .footer_inner .footer-subscribe-block p.rte {
  color: #f9f5f1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
  margin-bottom: 20px;
}

.footer-custom .footer_inner .newsletter-form__field-wrapper button.btn {
  border-radius: 60px;
  background: #f9f5f1;
  color: #3c572a;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 140% */
  border: none;
}

.footer-custom
  .footer_inner
  .newsletter-form__field-wrapper
  .fields
  input.field__inputs {
  width: 100%;
  border-radius: 60px;
  border: 1px solid #f9f5f1;
  color: #f9f5f1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: transparent;
  padding: 13px;
  outline: none;
  box-shadow: none;
  padding-left: 16px;
}

.footer-custom
  .footer_inner
  .newsletter-form__field-wrapper
  .fields
  input.field__inputs::placeholder {
  color: #f9f5f1;
}

.footer-custom .footer_inner .newsletter-form__field-wrapper .fields {
  display: flex;
  gap: 16px;
}

.footer-custom .list-social.footer__list-social span.svg-wrapper svg path {
  fill: #f9f5f1;
}

.footer-custom .footer-copyright {
  color: #f9f5f1;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

.footer-custom .footer_inner .footer-logo img {
  width: 100%;
  max-width: 190px;
}

@media (max-width:1024px){
  .footer-custom .footer_inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 749px) {
  /* 1) Main footer layout – sab column me & center */
  .footer-custom .footer_inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 32px;
  }

  /* 2) Logo */
  .footer-custom .footer_inner .footer-logo {
    max-width: 156px;
  }

  .footer-custom .footer_inner .footer-logo img {
    width: 100%;
    height: auto;
  }

  /* 3) Menus block – center + stack */
  .footer-custom .footer_inner .footer-menus-block {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }

  .footer-custom .footer_inner .footer-menu ul.footer-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 6px;
  }

  .footer-custom .footer_inner .footer-menu .footer-menu__link {
    font-size: 14px;
  }

  .footer-custom .footer_inner .footer-menu .footer-menu__item {
    margin: 0;
  }

  /* 4) Subscribe block – center, fixed width */
  .footer-custom .footer_inner .footer-subscribe-block {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }

  .footer-custom .footer_inner .footer-subscribe-block h3,
  .footer-custom .footer_inner .footer-subscribe-block p.rte {
    text-align: left;
  }

  /* 5) Email + button ek hi row me, overflow NA ho */
  .footer-custom .footer_inner .newsletter-form__field-wrapper .fields {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 12px;
  }

  /* .footer-custom
    .footer_inner
    .newsletter-form__field-wrapper
    .fields
    input.field__inputs {
    flex: 1; /* input jitna ho sake utna le */
  } */

  .footer-custom .footer_inner .newsletter-form__field-wrapper button.btn {
    min-width: auto; /* Dawn wali min-width override */
    white-space: nowrap;
    padding: 12px 20px;
  }

  /* 6) Payments row center */
  .footer-custom .footer_inner .list-payment {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-custom .footer_inner .list-payment {
    list-style-type: none;
    padding: 0;
    gap: 5px;
    display: flex;
  }
}

@media (min-width: 999px) and (max-width: 1368px) {
  .footer-custom .footer_inner {
    flex-wrap: nowrap;
    column-gap: 32px;
    align-items: flex-start;
  }

  .footer-custom .footer_brand {
    flex: 0 0 24%;
    min-width: 0;
  }

  .footer-custom .footer-menus-block {
    flex: 0 0 24%;
    column-gap: 32px;
    min-width: 0;
  }

  .footer-custom .footer_inner .footer-menu .footer-menu__link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-custom .footer_subscribe {
    flex: 0 0 36%;
    max-width: none;
    min-width: 0;
  }

  .footer-custom .footer_inner .newsletter-form__field-wrapper .fields {
    gap: 10px;
  }

  .footer-custom
    .footer_inner
    .newsletter-form__field-wrapper
    .fields
    input.field__inputs {
    font-size: 13px;
  }

  .footer-custom .footer_inner .newsletter-form__field-wrapper button.btn {
    min-width: auto;
    padding: 10px 18px;
    font-size: 14px;
  }

  .footer-custom .footer_inner .list-payment {
    gap: 8px;
    flex-wrap: wrap;
  }
}
