.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-e4b3a28 *//* =========================================================
   AQUAMED STORE — HEADER COMPLETO
========================================================= */

.aq-shop-header,
.aq-shop-header * {
  box-sizing: border-box;
}

.aq-shop-header {
  --header-ink: #2f4355;
  --header-soft: #6f7d89;
  --header-border: #e7e4ef;

  --header-coral: #ef829f;
  --header-coral-soft: #fff0f4;

  --header-lilac: #9788e7;
  --header-lilac-dark: #7d6bd5;
  --header-lilac-soft: #f3f0ff;

  --header-sky: #7ec9f5;
  --header-mint: #a8e1d1;
  --header-yellow: #f4c95d;
  --header-blue: #7fafe9;

  position: relative;
  z-index: 999;

  width: 100%;

  color: var(--header-ink);
  background: #ffffff;
  border-bottom: 1px solid var(--header-border);

  font-family: inherit;
}

.aq-shop-sr-only {
  position: absolute !important;

  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;

  overflow: hidden;
  clip: rect(0, 0, 0, 0);

  white-space: nowrap;
  border: 0;
}

/* =========================================================
   FILA SUPERIOR
========================================================= */

.aq-shop-header__top {
  width: min(calc(100% - 48px), 1400px);
  min-height: 90px;

  display: grid;
  grid-template-columns: 205px minmax(300px, 720px) auto;
  align-items: center;
  justify-content: space-between;
  gap: 36px;

  margin: 0 auto;
  padding: 13px 0;
}

/* LOGO */

.aq-shop-header__logo {
  display: block;
  width: 100%;
  max-width: 205px;

  text-decoration: none;
}

.aq-shop-header__logo img {
  display: block;

  width: 100%;
  max-height: 65px;
  height: auto;

  object-fit: contain;
  object-position: left center;
}

/* =========================================================
   BUSCADOR
========================================================= */

.aq-shop-header__search {
  position: relative;

  width: 100%;
  margin: 0;
}

.aq-shop-header__search input[type="search"] {
  appearance: none;

  width: 100%;
  height: 50px;

  margin: 0;
  padding: 0 58px 0 21px;

  color: var(--header-ink);
  background: #faf9fd;
  border: 1px solid #ded9ec;
  border-radius: 999px;
  box-shadow: none;
  outline: none;

  font-family: inherit;
  font-size: 14px;
  font-weight: 500;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.aq-shop-header__search input[type="search"]::placeholder {
  color: #87929b;
  opacity: 1;
}

.aq-shop-header__search input[type="search"]:focus {
  background: #ffffff;
  border-color: var(--header-lilac);
  box-shadow: 0 0 0 4px rgba(151, 136, 231, 0.13);
}

.aq-shop-header__search button {
  position: absolute;
  top: 50%;
  right: 7px;

  width: 38px;
  height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: #ffffff;
  background: var(--header-lilac);
  border: 0;
  border-radius: 50%;
  box-shadow: none;

  transform: translateY(-50%);
  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.aq-shop-header__search button:hover {
  background: var(--header-coral);
  transform: translateY(-50%) scale(1.04);
}

.aq-shop-header__search button svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   ACCIONES
========================================================= */

.aq-shop-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.aq-shop-header__action {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 9px 12px;

  color: var(--header-ink);
  background: #ffffff;
  border: 1px solid var(--header-border);
  border-radius: 14px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.aq-shop-header__action:hover {
  color: var(--header-lilac-dark);
  background: var(--header-lilac-soft);
  border-color: #d7cff1;
  transform: translateY(-1px);
}

.aq-shop-header__cart {
  color: #ffffff;
  background: var(--header-coral);
  border-color: var(--header-coral);
}

.aq-shop-header__cart:hover {
  color: #ffffff;
  background: var(--header-lilac);
  border-color: var(--header-lilac);
}

.aq-shop-header__action svg {
  width: 22px;
  height: 22px;

  flex: 0 0 22px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   CONTROL MÓVIL
========================================================= */

.aq-shop-header__menu-control {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.aq-shop-header__menu-button {
  width: 43px;
  height: 43px;

  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;

  color: var(--header-lilac-dark);
  background: var(--header-lilac-soft);
  border-radius: 50%;

  cursor: pointer;
}

.aq-shop-header__menu-button span {
  display: block;

  width: 20px;
  height: 2px;

  background: currentColor;
  border-radius: 999px;
}

/* =========================================================
   NAVEGACIÓN DE ESCRITORIO
========================================================= */

.aq-shop-header__nav {
  width: 100%;

  background: #faf9fd;
  border-top: 1px solid #efedf5;
}

.aq-shop-header__nav-inner {
  width: min(calc(100% - 48px), 1400px);
  min-height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);

  margin: 0 auto;
}

.aq-shop-header__nav-link,
.aq-shop-header__categories > summary {
  position: relative;

  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: var(--header-ink);
  background: transparent;

  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;

  cursor: pointer;

  transition: color 0.2s ease;
}

.aq-shop-header__nav-link::after,
.aq-shop-header__categories > summary::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;

  height: 3px;

  background: var(--header-coral);
  border-radius: 999px;

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.2s ease;
}

.aq-shop-header__nav-link:hover,
.aq-shop-header__categories > summary:hover,
.aq-shop-header__categories[open] > summary {
  color: var(--header-lilac-dark);
}

.aq-shop-header__nav-link:hover::after,
.aq-shop-header__categories > summary:hover::after,
.aq-shop-header__categories[open] > summary::after {
  transform: scaleX(1);
}

/*.aq-shop-header__nav-link--featured {
  color: var(--header-coral);
}*/

/* =========================================================
   DESPLEGABLE DE CATEGORÍAS
========================================================= */

.aq-shop-header__categories {
  position: relative;
}

.aq-shop-header__categories > summary {
  gap: 7px;
  list-style: none;
}

.aq-shop-header__categories > summary::-webkit-details-marker {
  display: none;
}

.aq-shop-header__categories > summary svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.2s ease;
}

.aq-shop-header__categories[open] > summary svg {
  transform: rotate(180deg);
}

.aq-shop-header__categories-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 1010;

  width: 570px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;

  padding: 12px;

  background: #ffffff;
  border: 1px solid var(--header-border);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(47, 67, 85, 0.16);

  transform: translateX(-50%);
}

.aq-shop-header__categories-menu a {
  min-height: 66px;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 10px 12px;

  color: var(--header-ink);
  background: transparent;
  border-radius: 12px;

  text-decoration: none;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.aq-shop-header__categories-menu a:hover {
  color: var(--header-lilac-dark);
  background: var(--header-lilac-soft);
  transform: translateY(-1px);
}

.aq-shop-header__categories-menu a > span:last-child {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 2px;
}

.aq-shop-header__categories-menu strong {
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.aq-shop-header__categories-menu small {
  color: var(--header-soft);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.aq-shop-header__category-dot {
  flex: 0 0 13px;

  width: 13px;
  height: 13px;

  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(151, 136, 231, 0.08);
}

.aq-shop-header__category-dot--coral {
  background: var(--header-coral);
}

.aq-shop-header__category-dot--sky {
  background: var(--header-sky);
}

.aq-shop-header__category-dot--mint {
  background: var(--header-mint);
}

.aq-shop-header__category-dot--lilac {
  background: var(--header-lilac);
}

.aq-shop-header__category-dot--yellow {
  background: var(--header-yellow);
}

.aq-shop-header__category-dot--blue {
  background: var(--header-blue);
}

/* Solo para móvil */

.aq-shop-header__mobile-heading,
.aq-shop-header__mobile-links,
.aq-shop-header__mobile-contact,
.aq-shop-header__overlay {
  display: none;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  .aq-shop-header__top {
    width: min(calc(100% - 32px), 960px);
    grid-template-columns: 170px minmax(240px, 1fr) auto;
    gap: 18px;
  }

  .aq-shop-header__logo {
    max-width: 170px;
  }

  .aq-shop-header__action {
    width: 44px;
    padding: 0;
  }

  .aq-shop-header__action-text {
    display: none;
  }

  .aq-shop-header__nav-inner {
    width: min(calc(100% - 32px), 960px);
    gap: 34px;
  }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 767px) {
  .aq-shop-header__top {
    width: 100%;
    min-height: auto;

    grid-template-columns: minmax(130px, 170px) auto;
    grid-template-areas:
      "logo actions"
      "search search";
    gap: 12px 14px;

    padding: 12px 15px 14px;
  }

  .aq-shop-header__logo {
    grid-area: logo;
    max-width: 165px;
  }

  .aq-shop-header__logo img {
    max-height: 56px;
  }

  .aq-shop-header__search {
    grid-area: search;
  }

  .aq-shop-header__search input[type="search"] {
    height: 46px;
    padding-left: 17px;
    font-size: 13px;
  }

  .aq-shop-header__actions {
    grid-area: actions;
    justify-self: end;
  }

  .aq-shop-header__action {
    width: 41px;
    min-height: 41px;

    padding: 0;

    border-radius: 50%;
  }

  .aq-shop-header__action:first-child {
    display: none;
  }

  .aq-shop-header__menu-button {
    display: inline-flex;
  }

  /* Menú lateral */

  .aq-shop-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;

    width: min(88vw, 360px);
    height: 100dvh;

    padding: 0;

    background: #ffffff;
    border: 0;
    box-shadow: -12px 0 38px rgba(47, 67, 85, 0.18);

    overflow-y: auto;

    transform: translateX(105%);
    visibility: hidden;

    transition:
      transform 0.28s ease,
      visibility 0.28s ease;
  }

  .aq-shop-header__nav-inner {
    width: 100%;
    min-height: 100%;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;

    padding: 18px 20px 28px;
  }

  .aq-shop-header__mobile-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
    padding-bottom: 16px;

    border-bottom: 1px solid var(--header-border);
  }

  .aq-shop-header__mobile-heading img {
    width: 150px;
    height: auto;
  }

  .aq-shop-header__close {
    position: relative;

    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--header-lilac-dark);
    background: var(--header-lilac-soft);
    border-radius: 50%;

    cursor: pointer;
  }

  .aq-shop-header__close span {
    position: absolute;

    width: 19px;
    height: 2px;

    background: currentColor;
    border-radius: 999px;
  }

  .aq-shop-header__close span:first-child {
    transform: rotate(45deg);
  }

  .aq-shop-header__close span:last-child {
    transform: rotate(-45deg);
  }

  .aq-shop-header__nav-link,
  .aq-shop-header__categories > summary {
    width: 100%;
    min-height: auto;

    justify-content: flex-start;

    padding: 14px 3px;

    color: var(--header-ink);
    border-bottom: 1px solid var(--header-border);

    font-size: 14px;
    white-space: normal;
  }

  .aq-shop-header__nav-link::after,
  .aq-shop-header__categories > summary::after {
    display: none;
  }

 /* .aq-shop-header__nav-link--featured {
    color: var(--header-coral);
  }*/

  .aq-shop-header__categories {
    width: 100%;
  }

  .aq-shop-header__categories > summary {
    justify-content: space-between;
  }

  .aq-shop-header__categories-menu {
    position: static;

    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 2px;

    padding: 7px 0 9px 9px;

    background: #faf9fd;
    border: 0;
    border-bottom: 1px solid var(--header-border);
    border-radius: 0;
    box-shadow: none;

    transform: none;
  }

  .aq-shop-header__categories-menu a {
    min-height: 54px;
    padding: 8px 10px;
  }

  .aq-shop-header__categories-menu strong {
    font-size: 12px;
  }

  .aq-shop-header__categories-menu small {
    font-size: 10px;
  }

  .aq-shop-header__mobile-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;

    margin-top: 20px;
  }

  .aq-shop-header__mobile-links a {
    min-height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 9px;

    color: var(--header-lilac-dark);
    background: var(--header-lilac-soft);
    border-radius: 12px;

    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
  }

  .aq-shop-header__mobile-links svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .aq-shop-header__mobile-contact {
    display: flex;
    flex-direction: column;
    gap: 2px;

    margin-top: 12px;
    padding: 12px 14px;

    color: #ffffff;
    background: var(--header-coral);
    border-radius: 13px;

    font-size: 10px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .aq-shop-header__mobile-contact strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
  }

  .aq-shop-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 1090;

    display: block;

    background: rgba(32, 45, 58, 0.48);

    opacity: 0;
    visibility: hidden;

    cursor: pointer;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .aq-shop-header__menu-control:checked
  ~ .aq-shop-header__nav {
    transform: translateX(0);
    visibility: visible;
  }

  .aq-shop-header__menu-control:checked
  ~ .aq-shop-header__overlay {
    opacity: 1;
    visibility: visible;
  }
}

/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */

@media (max-width: 420px) {
  .aq-shop-header__top {
    grid-template-columns: minmax(120px, 148px) auto;
    padding-right: 11px;
    padding-left: 11px;
  }

  .aq-shop-header__logo {
    max-width: 145px;
  }

  .aq-shop-header__action,
  .aq-shop-header__menu-button {
    width: 39px;
    height: 39px;
    min-height: 39px;
  }

  .aq-shop-header__search input[type="search"] {
    padding-right: 51px;
    font-size: 12px;
  }

  .aq-shop-header__nav {
    width: 91vw;
  }
}/* End custom CSS */