/* ============================================================
   YEVO — rodapé do Edoly recriado para a home (classes efoot-*, isolado)
   ============================================================ */
:root{--color--black:#0a0909;--color--white:#ffffff;--color--grey:#787878;--color--transparent:#0000;--container--1240px:1320px;--font-family--general-sans:"General sans",sans-serif;}
.efoot-container-main {
  width: 100%;
  max-width: var(--container--1240px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.efoot-link-wrap {
  flex-flow: column;
  height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.efoot-footer {
  padding-top: 160px;
  position: relative;
  overflow: hidden;
}
.efoot-footer-top-element {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.efoot-footer-menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.efoot-footer-menu-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}
.efoot-form-block {
  margin-top: 32px;
  margin-bottom: 56px;
}
.efoot-primary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color--transparent);
  color: var(--color--white);
  letter-spacing: .2px;
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 7px 7px 7px 18px;
  font-size: 16px;
  display: inline-flex;
}
.efoot-primary-button.pricing-card-button {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}
.efoot-primary-button.cart-checkout {
  width: 100%;
  display: flex;
  position: relative;
}
.efoot-primary-button.add-to-cart-button-wrap {
  width: 100%;
  position: relative;
}
.efoot-primary-button.buy-now-button-wrap {
  width: 100%;
  margin-top: 24px;
  display: none;
  position: relative;
}
.efoot-button-icon-element {
  background-color: #78787880;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}
.efoot-button-icon-element.pagination-previous-button-icon {
  transform: rotate(180deg);
}
.efoot-button-icon-element.main-menu-button-icon-element {
  background-color: var(--color--grey);
}
.efoot-nav-link-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44444;
}
.efoot-link-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}
.efoot-link-text-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--color--grey);
  letter-spacing: .2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.efoot-link-text-wrap.efoot-is-hover {
  color: var(--color--white);
}
.efoot-link-text-wrap.dropdown-nav-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.efoot-footer-bottom-element {
  justify-content: center;
  align-items: center;
  margin-bottom: -140px;
  display: flex;
}
.efoot-footer-big-text {
  color: #78787880;
  letter-spacing: -3.44px;
  text-transform: uppercase;
  font-size: 310px;
  font-weight: 500;
  line-height: 1.4;
}
.efoot-footer-additional {
  z-index: 2;
  background-color: var(--color--black);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  box-shadow: -10px -13px 40px #000;
}
.efoot-footer-additional-component {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.efoot-footer-additional-element {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.efoot-social-icon-element {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.efoot-social-icon {
  color: var(--color--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  transition: color .35s;
  display: flex;
}
.efoot-social-icon:hover {
  color: var(--color--white);
}
.efoot-form {
  border-bottom: 1px solid var(--color--white);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}
.efoot-text-field {
  border: 0px solid var(--color--transparent);
  background-color: var(--color--transparent);
  min-height: 24px;
  color: var(--color--white);
  margin-bottom: 0;
  padding: 0;
}
.efoot-text-field::placeholder {
  letter-spacing: .2px;
  text-transform: capitalize;
  font-weight: 500;
}
.efoot-form-icon {
  z-index: -1;
  position: absolute;
}
.efoot-submit-button-wrap {
  justify-content: center;
  align-items: center;
  width: 30px;
  max-height: 24px;
  display: flex;
  overflow: hidden;
}
.efoot-submit-button {
  background-color: var(--color--transparent);
}
.efoot-button-text-wrap {
  height: 22px;
  overflow: hidden;
}
.efoot-button-text-wrap.pricing-card-button-text-wrap {
  text-align: center;
  flex: 1;
}
.efoot-button-text-inner {
  flex-flow: column;
  display: flex;
}
.efoot-button-text-inner.main-menu-nav-button-text {
  color: var(--color--black);
  font-weight: 500;
}
.efoot-button-icon-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}
.efoot-button-iocn {
  width: 24px;
  height: 24px;
}
.efoot-button-icon-wrap {
  display: flex;
}
.efoot-text-animation-block {
  position: relative;
  overflow: hidden;
}
.efoot-success-message {
  background-color: var(--color--white);
  padding: 12px 24px;
}
.efoot-form-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--black);
  letter-spacing: .2px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}
.efoot-error-message {
  background-color: #ff1948;
  padding: 12px 24px;
}
.efoot-error-message.cart-error-message {
  text-align: center;
}
.efoot-button-wrap.why-choose-us-section-button {
  margin-top: 62px;
}
@media screen and (min-width: 1280px) {
  .efoot-footer-menu-title {
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .efoot-footer-big-text {
    font-size: 344px;
  }
  .efoot-form {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .efoot-text-field::placeholder {
    letter-spacing: .2px;
    text-transform: capitalize;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .efoot-footer-additional-component {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .efoot-footer {
    padding-top: 80px;
  }
  .efoot-footer-top-element {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.25fr;
  }
  .efoot-footer-description-column {
    max-width: 82%;
  }
  .efoot-form-block {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .efoot-footer-bottom-element {
    margin-bottom: -80px;
  }
  .efoot-footer-big-text {
    font-size: 220px;
  }
}
@media screen and (max-width: 767px) {
  .efoot-footer-description-column {
    max-width: 100%;
  }
  .efoot-footer-bottom-element {
    margin-bottom: -66px;
  }
  .efoot-footer-big-text {
    font-size: 150px;
  }
  .efoot-footer-additional-element {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .efoot-container-main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .efoot-footer {
    padding-top: 60px;
  }
  .efoot-footer-top-element {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .efoot-footer-menu-list {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .efoot-footer-bottom-element {
    margin-bottom: -36px;
  }
  .efoot-footer-big-text {
    font-size: 100px;
  }
}

/* ---- marca + robustez ---- */
.efoot-footer{background-color:#0a0909;position:relative;z-index:1;}
.efoot-footer a{text-decoration:none;}
.efoot-footer, .efoot-footer p, .efoot-nav-link-text, .efoot-footer-menu-link-wrap a, .efoot-text-field{font-family:Inter,sans-serif;color:#fff;}
.efoot-footer h1,.efoot-footer h2,.efoot-footer-big-text,.efoot-footer-menu-title{font-family:"General sans",Inter,sans-serif;}
/* só Instagram nas redes */
.efoot-footer a[href*="facebook"],.efoot-footer a[href*="twitter"],.efoot-footer a[href*="dribbble"],.efoot-footer a[href*="behance"]{display:none!important;}
/* título do CTA sempre visível (sem o reveal do IX2) */
.efoot-text-animation-block h2{opacity:1!important;}
