/** Shopify CDN: Minification failed

Line 233:0 Unexpected "}"
Line 547:1 Unexpected "/"

**/
/*
header-search-popdown {
  display: block;
  height: 100%;
}


header-search-popdown > details {
  height: 100%;
}


.search-popdown {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  letter-spacing: var(--LETTER-SPACING-NAV);
  --bg: var(--COLOR-SUBMENU-BG);
  --text: var(--COLOR-SUBMENU-LINK);
  --link: var(--COLOR-SUBMENU-LINK);
  --link-hover: var(--COLOR-SUBMENU-LINK-HOVER);
  --text-light: var(--COLOR-SUBMENU-TEXT-LIGHT);
  position: absolute;
  z-index: 6002;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: var(--bg);
}
.search-popdown .search-form {
  position: static;
}
.search-popdown input[type=search] {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  letter-spacing: var(--LETTER-SPACING-NAV);
  width: 100%;
  border: none;
  margin: 0;
  text-align: left;
  color: var(--text);
  font-size: calc(var(--font-nav-small) * var(--FONT-SIZE-NAV));
}
.search-popdown input[type=search]::placeholder {
  color: var(--text);
}
.search-popdown input[type=search]:focus, .search-popdown input[type=search]:active {
  box-shadow: none;
}
.search-popdown .product-link {
  --link: var(--COLOR-HEADER-LINK);
  --link-hover: var(--COLOR-HEADER-LINK-HOVER);
}
.search-popdown .product-information .price {
  --text-light: var(--COLOR-HEADER-LINK);
}


.search-popdown + .underlay {
  z-index: 6001;
}


.theme__header header-search-popdown.is-open .search-popdown,
.theme__header header-search-popdown.is-open .predictive-search {
  width: 100vw;
  padding-right: var(--scrollbar-width);
}


header-search-popdown.is-open .search-popdown {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
  visibility: unset;
  max-height: calc(100vh - var(--announcement-height));
}


.search-popdown__main {
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg);
  transition: transform 0.5s ease;
}


.search-popdown__close {
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .search-popdown__close {
    width: 20px;
  }
}


.search-popdown__close__button {
  --icon-size: 24px;
  position: absolute;
  top: 50%;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--link);
  background: transparent;
  border-radius: var(--RADIUS);
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
}
.search-popdown__close__button .icon {
  display: block;
  fill: currentcolor;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}
@media (hover: hover) {
  .search-popdown__close__button:hover {
    color: var(--link-hover);
  }
  .search-popdown__close__button:hover .icon {
    transform: scale(1.25);
  }
}
.search-popdown__close__button {
  --icon-size: 24px;
  font-size: var(--FONT-SIZE-NAV);
  cursor: pointer;
  width: 34px;
  height: 34px;
  right: -11px;
}


.search-popdown__submit {
  --icon-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  margin-left: -8px;
  padding: 0;
}


@media only screen and (max-width: 749px) {


  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    position: absolute !important;


    top: calc(-1 * var(--PT)) !important;


    right: calc(-1 * (var(--outer) + 6px)) !important;
    left: auto !important;


    width: 100vw !important;
    max-width: 100vw !important;


    margin: 0 !important;
  }


}


@media only screen and (max-width: 749px) {


  /* Cuando el search mobile está abierto,
     ocultar el contenido normal del header */
  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__mobile__left {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }


  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__logo {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }


  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__mobile__right > .header__mobile__button:not(:has(header-search-popdown)) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }


}




/* =========================================================
   MANGO MOBILE SEARCH - AJUSTE FINAL VISUAL
   ========================================================= */


@media only screen and (max-width: 749px) {


  /* 1. Mantener la altura original del header */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown__main {
    height: var(--header-height) !important;
    min-height: var(--header-height) !important;
  }


  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    min-height: var(--header-height) !important;
    box-shadow: none !important;
  }


  /* 2. El formulario vuelve a ocupar todo el ancho */
  .header__mobile__right
  header-search-popdown.is-open
  .search-form {
    position: static !important;
    left: auto !important;
    width: 100% !important;
  }


  /* 3. Mover solo la lupa un poco hacia la derecha */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown__submit {
    margin-left: 6px !important;
  }


  /* 4. Mantener borde negro también en focus */
  .header__mobile__right
  header-search-popdown.is-open
  .input-holder {
    border-color: #111 !important;
  }


  .header__mobile__right
  header-search-popdown.is-open
  input[type="search"]:focus,
  .header__mobile__right
  header-search-popdown.is-open
  input[type="search"]:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #111 !important;
  }


}


/* =========================================================
   MANGO MOBILE SEARCH - UNDERLAY + RESULTS
   ========================================================= */


@media only screen and (max-width: 749px) {


  /* 1. Eliminar cualquier sombra física del search */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown,
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    box-shadow: none !important;
  }


  /* 2. Underlay uniforme sobre TODA la pantalla */
  .header__mobile__right
  header-search-popdown.is-open
  .underlay {
    position: fixed !important;


    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;


    width: 100vw !important;
    height: 100vh !important;


    margin: 0 !important;


    background: var(--underlay-bg) !important;
    opacity: var(--underlay-opacity) !important;


    z-index: 6001 !important;
  }


  /* Search siempre por encima del underlay */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    z-index: 6002 !important;
  }


  /* 3. Predictive search ocupa todo el ancho */
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    left: 0 !important;
    right: 0 !important;


    width: 100% !important;
    max-width: 100% !important;


    margin-left: 0 !important;
    margin-right: 0 !important;
  }


  /* 4. Dar aire al contenido de los resultados */
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search > .wrapper,
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search__results,
  .header__mobile__right
  header-search-popdown.is-open
  [data-predictive-search-results] {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }


}


/* =========================================================
   MANGO MOBILE SEARCH - SIN OVERLAY / SHADOW
   ========================================================= */


@media only screen and (max-width: 749px) {


  /* Eliminar completamente el overlay oscuro */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .underlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
  }


  /* Eliminar cualquier sombra del contenedor del buscador */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    box-shadow: none !important;
  }


  /* También evitar sombra en resultados predictivos */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    box-shadow: none !important;
  }


}


@media only screen and (max-width: 749px) {


  .header__mobile__right
  header-search-popdown
  .search-popdown {
    transition: opacity 0.2s ease, visibility 0s linear 0.2s !important;
    transform: none !important;
  }


  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    transition: opacity 0.2s ease !important;
  }


}


/* =========================================================
   MANGO MOBILE SEARCH - EVITAR COLAPSO AL CERRAR
   ========================================================= */


@media only screen and (max-width: 749px) {


  /*
    Mientras <details> siga abierto, conservar exactamente
    la geometría del search aunque JS ya haya quitado .is-open.
  */
  .theme__header
  .header__mobile__right
  header-search-popdown
  details[open]
  .search-popdown {
    position: absolute !important;


    top: calc(-1 * var(--PT)) !important;


    right: calc(-1 * (var(--outer) + 6px)) !important;
    left: auto !important;


    width: 100vw !important;
    max-width: 100vw !important;
    min-height: var(--header-height) !important;


    margin: 0 !important;
  }


  /*
    Lo mismo para los resultados predictivos:
    no dejar que colapsen al ancho del bloque derecho
    durante la animación de cierre.
  */
  .theme__header
  .header__mobile__right
  header-search-popdown
  details[open]
  .predictive-search {
    left: 0 !important;
    right: 0 !important;


    width: 100% !important;
    max-width: 100% !important;


    margin-left: 0 !important;
    margin-right: 0 !important;
  }


}


@media only screen and (min-width: 750px) {


  .theme__header
  header-search-popdown.is-open
  .search-popdown {
    top: calc(-1 * var(--PT)) !important;
  }


}


@media only screen and (min-width: 750px) {


  /* Mantener la misma posición mientras <details>
     sigue abierto durante la animación de cierre */
  .theme__header
  header-search-popdown
  details[open]
  .search-popdown {
    top: calc(-1 * var(--PT)) !important;
  }


}

*/

header-search-popdown {
  display: block;
  height: 100%;
}

header-search-popdown > details {
  height: 100%;
}

.search-popdown {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  letter-spacing: var(--LETTER-SPACING-NAV);
  --bg: var(--COLOR-SUBMENU-BG);
  --text: var(--COLOR-SUBMENU-LINK);
  --link: var(--COLOR-SUBMENU-LINK);
  --link-hover: var(--COLOR-SUBMENU-LINK-HOVER);
  --text-light: var(--COLOR-SUBMENU-TEXT-LIGHT);
  position: absolute;
  z-index: 6002;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: var(--bg);
}
.search-popdown .search-form {
  position: static;
}
.search-popdown input[type=search] {
  font-family: var(--FONT-STACK-NAV);
  font-style: var(--FONT-STYLE-NAV);
  font-weight: var(--FONT-WEIGHT-NAV);
  letter-spacing: var(--LETTER-SPACING-NAV);
  width: 100%;
  border: none;
  margin: 0;
  text-align: left;
  color: var(--text);
  font-size: calc(var(--font-nav-small) * var(--FONT-SIZE-NAV));
}
.search-popdown input[type=search]::placeholder {
  color: var(--text);
}
.search-popdown input[type=search]:focus, .search-popdown input[type=search]:active {
  box-shadow: none;
}
.search-popdown .product-link {
  --link: var(--COLOR-HEADER-LINK);
  --link-hover: var(--COLOR-HEADER-LINK-HOVER);
}
.search-popdown .product-information .price {
  --text-light: var(--COLOR-HEADER-LINK);
}

.search-popdown + .underlay {
  z-index: 6001;
}

.theme__header header-search-popdown.is-open .search-popdown,
.theme__header header-search-popdown.is-open .predictive-search {
  width: 100vw;
  padding-right: var(--scrollbar-width);
}

header-search-popdown.is-open .search-popdown {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
  visibility: unset;
  max-height: calc(100vh - var(--announcement-height));
}

.search-popdown__main {
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg);
  transition: transform 0.5s ease;
}

.search-popdown__close {
  position: relative;
  width: 80px;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 749px) {
  .search-popdown__close {
    width: 20px;
  }
}

.search-popdown__close__button {
  --icon-size: 24px;
  position: absolute;
  top: 50%;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: var(--link);
  background: transparent;
  border-radius: var(--RADIUS);
  font-size: 0;
  text-decoration: none;
  transform: translate3d(0, -50%, 0);
  transition: color 0.3s ease;
}
.search-popdown__close__button .icon {
  display: block;
  fill: currentcolor;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
}
@media (hover: hover) {
  .search-popdown__close__button:hover {
    color: var(--link-hover);
  }
  .search-popdown__close__button:hover .icon {
    transform: scale(1.25);
  }
}
.search-popdown__close__button {
  --icon-size: 24px;
  font-size: var(--FONT-SIZE-NAV);
  cursor: pointer;
  width: 34px;
  height: 34px;
  right: -11px;
}

.search-popdown__submit {
  --icon-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  margin-left: -8px;
  padding: 0;
}

@media only screen and (max-width: 749px) {

  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    position: absolute !important;

    top: calc(-1 * var(--PT)) !important;

    right: calc(-1 * (var(--outer) + 6px)) !important;
    left: auto !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin: 0 !important;
  }

}

@media only screen and (max-width: 749px) {

  /* Cuando el search mobile está abierto,
     ocultar el contenido normal del header */
  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__mobile__left {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__logo {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .theme__header:has(
    .header__mobile__right header-search-popdown.is-open
  )
  .header__mobile__right > .header__mobile__button:not(:has(header-search-popdown)) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

}


/* =========================================================
   MANGO MOBILE SEARCH - AJUSTE FINAL VISUAL
   ========================================================= */

@media only screen and (max-width: 749px) {

  /* 1. Mantener la altura original del header */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown__main {
    height: var(--header-height) !important;
    min-height: var(--header-height) !important;
  }

  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    min-height: var(--header-height) !important;
    box-shadow: none !important;
  }

  /* 2. El formulario vuelve a ocupar todo el ancho */
  .header__mobile__right
  header-search-popdown.is-open
  .search-form {
    position: static !important;
    left: auto !important;
    width: 100% !important;
  }

  /* 3. Mover solo la lupa un poco hacia la derecha */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown__submit {
    margin-left: 6px !important;
  }

  /* 4. Mantener borde negro también en focus */
  .header__mobile__right
  header-search-popdown.is-open
  .input-holder {
    border-color: #111 !important;
  }

  .header__mobile__right
  header-search-popdown.is-open
  input[type="search"]:focus,
  .header__mobile__right
  header-search-popdown.is-open
  input[type="search"]:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #111 !important;
  }

}

/* =========================================================
   MANGO MOBILE SEARCH - UNDERLAY + RESULTS
   ========================================================= */

@media only screen and (max-width: 749px) {

  /* 1. Eliminar cualquier sombra física del search */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown,
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    box-shadow: none !important;
  }

  /* 2. Underlay uniforme sobre TODA la pantalla */
  .header__mobile__right
  header-search-popdown.is-open
  .underlay {
    position: fixed !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    margin: 0 !important;

    background: var(--underlay-bg) !important;
    opacity: var(--underlay-opacity) !important;

    z-index: 6001 !important;
  }

  /* Search siempre por encima del underlay */
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    z-index: 6002 !important;
  }

  /* 3. Predictive search ocupa todo el ancho */
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* 4. Dar aire al contenido de los resultados */
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search > .wrapper,
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search__results,
  .header__mobile__right
  header-search-popdown.is-open
  [data-predictive-search-results] {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

}

/* =========================================================
   MANGO MOBILE SEARCH - SIN OVERLAY / SHADOW
   ========================================================= */

@media only screen and (max-width: 749px) {

  /* Eliminar completamente el overlay oscuro */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .underlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
  }

  /* Eliminar cualquier sombra del contenedor del buscador */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    box-shadow: none !important;
  }

  /* También evitar sombra en resultados predictivos */
  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search {
    box-shadow: none !important;
  }

}

@media only screen and (max-width: 749px) {

  .header__mobile__right
  header-search-popdown
  .search-popdown {
    transition: opacity 0.2s ease, visibility 0s linear 0.2s !important;
    transform: none !important;
  }

  .header__mobile__right
  header-search-popdown.is-open
  .search-popdown {
    transition: opacity 0.2s ease !important;
  }

}

/* =========================================================
   MANGO MOBILE SEARCH - EVITAR COLAPSO AL CERRAR
   ========================================================= */

@media only screen and (max-width: 749px) {

  /*
    Mientras <details> siga abierto, conservar exactamente
    la geometría del search aunque JS ya haya quitado .is-open.
  */
  .theme__header
  .header__mobile__right
  header-search-popdown
  details[open]
  .search-popdown {
    position: absolute !important;

    top: calc(-1 * var(--PT)) !important;

    right: calc(-1 * (var(--outer) + 6px)) !important;
    left: auto !important;

    width: 100vw !important;
    max-width: 100vw !important;
    min-height: var(--header-height) !important;

    margin: 0 !important;
  }

  /*
    Lo mismo para los resultados predictivos:
    no dejar que colapsen al ancho del bloque derecho
    durante la animación de cierre.
  */
  .theme__header
  .header__mobile__right
  header-search-popdown
  details[open]
  .predictive-search {
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

@media only screen and (min-width: 750px) {

  .theme__header
  header-search-popdown.is-open
  .search-popdown {
    top: calc(-1 * var(--PT)) !important;
  }

}

@media only screen and (min-width: 750px) {

  /* Mantener la misma posición mientras <details>
     sigue abierto durante la animación de cierre */
  .theme__header
  header-search-popdown
  details[open]
  .search-popdown {
    top: calc(-1 * var(--PT)) !important;
  }

}

/* =========================================================
   MANGO MOBILE SEARCH - RESULTADOS HASTA EL FINAL
   Solo extiende el panel .predictive-search.
   No modifica .search-popdown ni bloquea clicks.
   ========================================================= */
@media only screen and (max-width: 749px) {

  .theme__header
  .header__mobile__right
  header-search-popdown.is-open
  .predictive-search,
  .theme__header
  .header__mobile__right
  header-search-popdown
  details[open]
  .predictive-search {
    height: calc(100dvh - var(--header-height) + 16px) !important;
    min-height: calc(100dvh - var(--header-height) + 16px) !important;
    max-height: calc(100dvh - var(--header-height) + 16px) !important;

    background: var(--bg) !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* =========================================================
   MANGO SEARCH - RESULTADOS LANDSCAPE
   ========================================================= */
@media only screen
  and (min-width: 750px)
  and (max-width: 950px)
  and (orientation: landscape) {

  .theme__header
  header-search-popdown.is-open
  .predictive-search,
  .theme__header
  header-search-popdown
  details[open]
  .predictive-search {
    position: fixed !important;

    left: 0 !important;
    right: auto !important;
    top: var(--header-height) !important;

    width: 100vw !important;
    max-width: 100vw !important;

    height: calc(100dvh - var(--header-height)) !important;
    min-height: calc(100dvh - var(--header-height)) !important;
    max-height: calc(100dvh - var(--header-height)) !important;

    margin: 0 !important;
    transform: none !important;

    background: var(--bg) !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;

    z-index: 6002 !important;
  }
}