.elementor-220 .elementor-element.elementor-element-c9f996f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-95fe569 *//* =========================================================
   AQUAMED STORE — FOOTER COMPACTO
========================================================= */

.aq-store-footer {
  --footer-text: #31485e;
  --footer-soft: #697b89;
  --footer-border: #e4def2;
  --footer-lilac: #9585e7;
  --footer-lilac-dark: #7d6bd5;
  --footer-coral: #ef829f;
  --footer-background: #faf9fd;

  width: 100%;
  margin: 0;
  padding: 0;

  color: var(--footer-text);
  background: var(--footer-background);
  border-top: 1px solid var(--footer-border);

  font-family: inherit;
}

.aq-store-footer__main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 42px;

  display: grid;
  grid-template-columns: 1.35fr 1fr 0.75fr 1fr;
  gap: 42px;
  align-items: start;
}

/* MARCA */

.aq-store-footer__brand {
  max-width: 330px;
}

.aq-store-footer__logo {
  display: inline-flex;
  margin-bottom: 16px;
}

.aq-store-footer__logo img {
  display: block;
  width: 195px;
  height: auto;
  object-fit: contain;
}

.aq-store-footer__brand > p {
  margin: 0 0 20px;

  color: var(--footer-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

/* TELÉFONO */

.aq-store-footer__phone {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  padding: 11px 14px;

  color: var(--footer-text);
  background: #ffffff;
  border: 1px solid var(--footer-border);
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(49, 72, 94, 0.06);

  text-decoration: none;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.aq-store-footer__phone:hover {
  transform: translateY(-2px);
  border-color: #cec6ec;
  box-shadow: 0 11px 24px rgba(49, 72, 94, 0.1);
}

.aq-store-footer__phone-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  background: var(--footer-coral);
  border-radius: 50%;
}

.aq-store-footer__phone-icon svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aq-store-footer__phone span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.aq-store-footer__phone small {
  color: var(--footer-soft);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.aq-store-footer__phone strong {
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

/* COLUMNAS */

.aq-store-footer__column h2 {
  position: relative;

  margin: 4px 0 18px;
  padding-bottom: 10px;

  color: var(--footer-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.aq-store-footer__column h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 34px;
  height: 3px;

  background: var(--footer-coral);
  border-radius: 999px;
}

.aq-store-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 9px;
}

.aq-store-footer__column li {
  margin: 0;
  padding: 0;
}

.aq-store-footer__column li a {
  display: inline-block;

  color: var(--footer-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.aq-store-footer__column li a:hover {
  color: var(--footer-lilac-dark);
  transform: translateX(3px);
}

/* AYUDA */

.aq-store-footer__help p {
  margin: 0 0 16px;

  color: var(--footer-soft);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.aq-store-footer__contact-button {
  width: 100%;
  min-height: 43px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 16px;

  color: #ffffff;
  background: var(--footer-lilac);
  border-radius: 999px;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;

  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.aq-store-footer__contact-button:hover {
  color: #ffffff;
  background: var(--footer-coral);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(239, 130, 159, 0.2);
}

.aq-store-footer__contact-button svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aq-store-footer__whatsapp {
  display: block;
  margin-top: 10px;

  color: var(--footer-lilac-dark);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.aq-store-footer__whatsapp:hover {
  color: var(--footer-coral);
}

/* FRANJA INFERIOR */

.aq-store-footer__bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 17px 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-top: 1px solid var(--footer-border);
}

.aq-store-footer__bottom p {
  margin: 0;

  color: var(--footer-soft);
  font-size: 11px;
  font-weight: 500;
}

.aq-store-footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.aq-store-footer__legal a {
  color: var(--footer-soft);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.aq-store-footer__legal a:hover {
  color: var(--footer-lilac-dark);
}

/* TABLET */

@media (max-width: 1024px) {
  .aq-store-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 42px;
  }

  .aq-store-footer__brand {
    max-width: none;
  }
}

/* MÓVIL */

@media (max-width: 767px) {
  .aq-store-footer__main {
    width: min(100% - 28px, 560px);
    padding: 32px 0 26px;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .aq-store-footer__brand {
    grid-column: 1 / -1;
    max-width: none;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
  }

  .aq-store-footer__logo {
    grid-column: 1;
    margin-bottom: 5px;
  }

  .aq-store-footer__logo img {
    width: 160px;
  }

  .aq-store-footer__brand > p {
    grid-column: 1;
    margin: 0;

    max-width: 310px;
    font-size: 12px;
    line-height: 1.45;
  }

  .aq-store-footer__phone {
    grid-column: 2;
    grid-row: 1 / span 2;

    align-self: center;
    padding: 9px 11px;
  }

  .aq-store-footer__phone-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .aq-store-footer__phone small {
    display: none;
  }

  .aq-store-footer__phone strong {
    font-size: 12px;
    white-space: nowrap;
  }

  .aq-store-footer__column h2 {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .aq-store-footer__column ul {
    gap: 7px;
  }

  .aq-store-footer__column li a {
    font-size: 11px;
    line-height: 1.35;
  }

  .aq-store-footer__help {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    align-items: center;

    padding-top: 2px;
  }

  .aq-store-footer__help h2 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .aq-store-footer__help p {
    grid-column: 1;
    margin: 0;
  }

  .aq-store-footer__contact-button {
    grid-column: 2;
    width: auto;
    min-width: 132px;
    padding-inline: 16px;
  }

  .aq-store-footer__whatsapp {
    grid-column: 2;
    margin-top: -7px;
  }

  .aq-store-footer__bottom {
    width: min(100% - 28px, 560px);
    padding: 15px 0 17px;

    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}

/* MÓVILES PEQUEÑOS */

@media (max-width: 520px) {
  .aq-store-footer__brand {
    grid-template-columns: 1fr;
  }

  .aq-store-footer__logo,
  .aq-store-footer__brand > p,
  .aq-store-footer__phone {
    grid-column: 1;
    grid-row: auto;
  }

  .aq-store-footer__phone {
    width: fit-content;
  }

  .aq-store-footer__help {
    grid-template-columns: 1fr;
  }

  .aq-store-footer__help h2,
  .aq-store-footer__help p,
  .aq-store-footer__contact-button,
  .aq-store-footer__whatsapp {
    grid-column: 1;
  }

  .aq-store-footer__contact-button {
    width: 100%;
  }

  .aq-store-footer__whatsapp {
    margin-top: -3px;
  }

  .aq-store-footer__bottom {
    flex-direction: column;
    gap: 9px;
    text-align: center;
  }
}/* End custom CSS */