/** Shopify CDN: Minification failed

Line 609:9 Unexpected "and"
Line 835:39 Expected "{" but found "and("
Line 841:6 "dipslay" is not a known CSS property

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:acordeon-display (INDEX:0) */
/* acordeon-display */
  .acordeon-display .acordeon-display__sumario {
    margin: auto;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-auto-rows: fit-content;
    align-items: center;
    justify-content: center;
    max-width: 80ch;
    & h1 {
      grid-column: 5 / -2;
      grid-row: 1 / 2;
      color: rgb(var(--color__principal));
      font-size: var(--h4);
      font-weight: 700;
      margin: 0;
      text-align: center;
    }
    & p {
      grid-column: 3 / 11;
      font-size: var(--h5);
      text-align: left;
      margin: 0;
      align-self: start;
      font-weight: 400;
    }
    & .icono {
      grid-column: 1 / 5;
      grid-row: 1 / 2;
      justify-self: center;
      align-self: end;
      & svg {
        max-width: 80px !important;
      }
    }
  }
/* END_SECTION:acordeon-display */

/* START_SECTION:producto-kit (INDEX:90) */
.producto-kit__wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: minmax(0, 4rem) minmax(0, 100%) 4rem;
    grid-auto-rows: min-content;
    gap: 5px;
    width: 100%;
    aspect-ratio: 4 / 5;
    max-width: 80ch;
    margin: 0 auto 2rem;
    & h1 {
      grid-column: 1 / -1;
      grid-row: 1 / 2;
      text-align: center;
      font-size: 2rem;
      margin: 1rem 0;
      color: rgb(var(--color__principal));
    }
    & ul {
      grid-column: 2 / -2;
      grid-row: 2 / 3;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      padding: 0;
      margin: 0;
    }
    & .monto-ahorrado {
      grid-column: 1 / -1;
      grid-row: 3 / 4;
      text-align: center;
      font-size: var(--h3);
      width: 100%;
      margin: 0;
      p {
        margin: 0;
      }
    }
    & .fondo-kit {
      width: 100%;
      height: auto;
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      object-fit: contain;
      opacity: 0.2;
      align-self: end;
    }

  }

  .producto-kit__container {
    grid-column: 3 / -3;
    grid-row: 2 / 6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    align-content: center;
  }

  .producto-kit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    gap: 0.5rem;
    background: rgba(var(--color__fondo), 0.7);
    border: var(--borde__suave);
    border-radius: 8px;
    & a {
      text-decoration: none;
      width: 100%;
      display: flex;
      color: rgb(var(--color__texto));
      gap: 10px;
      align-content: center;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      & img {
        width: 100%;
        height: auto;
        max-width: 100px;
        max-height: 100px;
        overflow: hidden;
        object-fit: contain;
        border-radius: 8px;
      }
      & h2 {
        font-size: var(--h5);
        margin: 0.5rem 0;
      }
      & p {
        font-size: var(--p);
        margin: 0.5rem 0;
        padding-right: 1rem;
      }
    }
  }

  @media screen and (min-width: 700px) {
    .producto-kit__wrapper {
      max-height: 60vh;
    }
  }
/* END_SECTION:producto-kit */

/* START_SECTION:testimonios (INDEX:100) */
.main-testimonios {
    border-top: var(--separador);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .testimonios__header-container {
    padding-top: 2rem;
    min-width: 100%;
  }

  .testimonios__header {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    width: 100%;
    justify-items: center;
    align-items: center;
    gap: 1.6rem;
    max-width: 85ch;
    margin: 0 auto 1rem;
  }

  .testimonios__header h3 {
    grid-column: 5 / -2;
    grid-row: 1 / 2;
    font-weight: 900;
    font-size: calc(var(--h1) * 0.65);
    color: rgb(var(--color__principal));
    text-align: left;
    justify-self: start;
    align-self: center;
    margin-left: 5px;
  }

  .testimonios__header svg {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
    width: 100%;
    min-width: 88px;
    max-width: 100px;
    justify-self: center;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.2) !important;
  }

  .car-testimonios__wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    align-items: start;
    justify-content: center;
    --testimonios__alto: clamp(40vh, 65vh, 600px);
    --testimonios__ancho: 100%;
    padding-bottom: 1rem;
    margin: 1rem auto;
    max-width: 60ch;
  }


  .car-testimonios__container {
    height: var(--testimonios__alto);
    width: 90%;
    max-width: 60ch;
    align-self: center;
    justify-self: center;
  }

  .car-testimonios__slider {
    width: var(--testimonios__ancho);
    margin: auto;
    height: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    border: var(--borde__suave);
    border-radius: 1rem;
    background: rgb(var(--color-tarjeta__frente));
  }

  .car-testimonios__slider::-webkit-scrollbar {
    z-index: 99;
    height: 0.7cm;
    background: var(--color-11);
    border-radius: 0 0 16px 16px;
  }

  .car-testimonios__slider::-webkit-scrollbar-thumb {
    background: var(--color-2);
    border-radius: 16px;
  }

  .car-testimonios__slide {
    flex-shrink: 0;
    height: var(--testimonios__alto);
    width: var(--testimonios__ancho);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 0.5rem;
    scroll-snap-align: start;
    scroll-behavior: smooth;
    border: var(--borde__suave);
    border-top: none;
    background: var(--tarjeta__fondo);
    color: var(--color__texto);
    overflow: hidden;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .car-testimonios__slide p {
    font-weight: 300;
    line-height: 160%;
    grid-column: 2 / -2;
    grid-row: 2 / 6;
    font-size: var(--h5);
    font-family: 'monserrat'
    , sans-serif;
  }

  .car-testimonios__slide .autor {
    grid-row: 6 / 7;
    grid-column: 6 / -1;
    align-self: start;
  }

  .car-testimonios__slide .autor p {
    font-weight: 700;
    font-size: var(--p);
    text-align: center;
  }

  .car-testimonios__slide .autor p::before {
    content: '— ';
  }

  .enviar-testimonio__container {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .enviar-testimonio {
    margin: 3rem auto 1rem;
    text-align: center;
    font-family: brevia
    , sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: var(--borde__fuerte);
    border-radius: 24px;
    padding: 10px 2rem;
  }

  @media (min-width: 768px) {
    .testimonios__header h3 {
      font-size: calc(var(--h1) * 1.4);
    }
  }


  @media (min-width: 1024px) {
    .car-testimonios__wrapper {
      grid-column: 8 / -2;
    }
  }

  @media screen and (min-width: 1024px) and (orientation: landscape) {
    .testimonios__header h3 {
      font-size: calc(var(--h1) * 1.5);
      margin: 0;
    }

    .testimonios__header svg {
      max-width: 10vw;
    }

    .car-testimonios__wrapper {
      margin-top: 0;
      max-width: none;
      --testimonios__alto: clamp(40vh, 50vh, 600px);
      --testimonios__ancho: 100%;
    }

    .car-testimonios__container {
      max-width: 82ch;
    }

    .enviar-testimonio {
      width: 33%;
    }

    .enviar-testimonio__container {
      width: 100%;
    }
  }
/* END_SECTION:testimonios */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:countdown-envios (INDEX:118) */
.temporizador {
    background: inherit;
    border-radius: 12px;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    color: rgb(var(--color__texto));
    transition: background-color 0.5s ease;
  }

  .temporizador > * {
    margin: 0;
    padding: 0;
  }

  .temporizador--oportunidad {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(16, 185, 129, 0.08) 100%);
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.1);
  }

  .temporizador--fuerza-mayor .temporizador__pantalla {
    opacity: 0.5;
    pointer-events: none;
  }

  .temporizador__alerta {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1), rgba(255, 152, 0, 0.1));
    border: 2px solid rgb(var(--color__destacado));
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .temporizador__alerta--oculta {
    display: none;
  }

  .temporizador__alerta-icono {
    color: rgb(var(--color__destacado));
    flex-shrink: 0;
  }

  .temporizador__alerta-contenido {
    flex: 1;
  }

  .temporizador__alerta-contenido strong {
    color: rgb(var(--color__principal));
    font-size: var(--h5);
  }

  .temporizador__alerta-contenido p {
    margin: 0.5rem 0 0;
    font-size: var(--p);
  }

  .temporizador__alerta-tiempo {
    border: 2px solid rgb(var(--color__destacado));
    color: rgb(var(--color__destacado));
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0.5rem;
  }

  .temporizador__cabecera {
    text-align: center;
  }

  .temporizador__aviso {
    color: var(--color-19);
    background: rgb(var(--color__destacado));
    margin: 2rem 0 0;
    font-size: var(--p) !important;
    font-weight: 900;
    text-wrap: balance;
    padding: 2px 1rem;
  }

  .temporizador__pantalla {
    text-align: center;
    margin: 0;
    transition: opacity 0.3s ease;
  }

  .temporizador__reloj {
    font-family: brevia
    , sans-serif;
    font-variant-numeric: tabular-nums;
    font-size: var(--h4);
    color: rgb(var(--color__destacado));
    letter-spacing: 0.15em;
    font-weight: 700;
    margin: 0 0 0 28px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .temporizador__reloj--oculto {
    display: none;
  }

  .temporizador__digito {
    padding: 8px 12px 0;
    border-radius: 6px;
    margin: 0 2px;
    min-width: 40px;
    display: inline-block;
  }

  .temporizador__milisegundos {
    padding: 8px 12px 0;
    border-radius: 6px;
    margin: 0;
    min-width: 40px;
    position: relative;
    left: -28px;
    display: inline-block;
    font-size: var(--p);
  }

  .temporizador__unidad {
    font-size: var(--h5) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    position: relative;
    top: -6px;
  }

  .temporizador__etiqueta {
    font-family: brevia
    , sans-serif;
    font-size: var(--h5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
  }

  .temporizador__etiqueta--superior {
    background: none;
    color: rgb(var(--color__texto));
  }

  .temporizador__etiqueta--inferior {
    background: var(--color-2);
    color: var(--color-19);
  }

  .temporizador__informacion {
    margin: 0;
    padding: 0 16px;
    text-align: center;
  }

  .temporizador--oportunidad .temporizador__informacion {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.15) 100%);
  }


  .temporizador__fecha {
    font-family: brevia
    , sans-serif;
    font-weight: 700;
    color: var(--color-1);
    letter-spacing: -0.3px;
    padding: 1rem;
    line-height: 1.4;
    border-bottom: var(--borde__suave);
  }

  .temporizador__fecha .dia {
    font-size: var(--h3);
    margin: 0;
  }

  .temporizador__informacion--manana .temporizador__fecha {
    color: rgb(var(--color__principal));
  }

  .temporizador__informacion--cerrado .temporizador__fecha {
    color: #343335;
  }

  @media (prefers-reduced-motion: reduce) {
    .temporizador,
    .temporizador__digito,
    .temporizador__informacion {
      transition: none;
    }
  }

  @media (prefers-color-scheme: dark) {
    .temporizador__alerta {
      background: linear-gradient(135deg, rgba(255, 193, 7, 0.2), rgba(255, 152, 0, 0.2));
    }

    .temporizador--oportunidad {
      background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(16, 185, 129, 0.15) 100%);
    }
  }

  @media (max-width: 768px) {
    .temporizador {
      padding: 15px;
    }

    .temporizador__reloj {
      font-size: var(--h4);
    }
  }
/* END_SNIPPET:countdown-envios */

/* START_SNIPPET:menu-custom (INDEX:187) */
.menu-drawer__container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(27vh, 33vh));
    justify-items: center;
    align-items: center;
    background-color: rgba(var(--color-tarjeta__frente))
    , .5;
    padding: 1rem 5px 0;
    gap: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  @media and screen(min-width: 990px) {
    .menu-drawer__container {
      background-color: inherit;
    }
  }

  .menu-drawer__container svg {
    width: 100%;
    height: 100%;
    min-width: 66px;
    min-height: 66px;
    max-width: 88px;
    max-height: 88px;
    padding: 10px 5px 0;
  }


  .menu-drawer__container .header__search .details:not(.menu-opening) .icon-search {
    width: 100%;
    height: 100%;
    min-width: 66px;
    max-width: 88px;
  }

  .menu-drawer__container a {
    display: flex;
    color: rgba(var(--color__color-texto), 0.8);
    font-family: Brevia
    , sans-serif;
    font-weight: 500;
    border: 1px dotted rgba(var(--color__texto), 0.5);
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    border-radius: 5px;
    transition: transform 200ms cubic-bezier(0.6,0,0.3,0.75)
    , border 200ms cubic-bezier(0.6,0,0.3,0.75);
    padding: 0 !important;
  }

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

    .menu-drawer__container svg {
      width: 100%;
      height: 100%;
      min-width: 66px;
      min-height: 66px;
      max-width: 100px;
      max-height: 100px;
      padding: 10px 5px 0;
    }

    .menu-drawer__container a {
      display: flex;
      flex-wrap: wrap;
      color: rgba(var(--color__color-texto), 0.8);
      font-family: Brevia
      , sans-serif;
      font-weight: 500;
      border: 1px dotted rgba(var(--color__texto), 0.5);
      width: 100%;
      height: 100%;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      gap: 0.5rem;
      border-radius: 5px;
      transition: transform 0.2s cubic-bezier(0.6, 0, 0.3, 0.75)
      , border 0.2s cubic-bezier(0.6, 0, 0.3, 0.75);
      padding: 0 !important;
      justify-content: space-around;
      align-content: center;
    }
  }

  .menu-drawer__container a:hover {
    transform: scale(1.05);
    border: var(--borde__fuerte);
  }

  .menu-drawer__container p {
    margin: 0 0 1rem;
    font-size: var(--p);
    text-decoration: none;
    line-height: 1.2;
    justify-self: baseline;
    color: rgba(var(--color__texto), 0.8);
  }

  .menu-drawer__container .imperdibles {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .menu-drawer__container .catalogo {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .menu-drawer__container .header__search {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    border: 1px dotted rgba(var(--color__texto), 0.5);
    border-radius: 5px;
  }

  .menu-drawer__container .header__search p {
    font-family: brevia
    , sans-serif;
    line-height: 1.4;
  }

  .menu-drawer__container .header__search summary {
    text-decoration: none;
    font-size: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }


  .menu-drawer__container .header__search .predictive-search {
    position: unset;
  }

  .menu-drawer__container .header__search details:not(.menu-opening) {
    width: 100%;
    height: 100%;
  }


  .menu-drawer__container .juegos {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .menu-drawer__container .blog {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .menu-drawer__container .envios {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }


  .menu-drawer__container .envios p {
    font-weight: 700 !important;
  }

  .menu-drawer__container .nosotros {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .menu-drawer__container .header__icon--account {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .menu-drawer .header__icon--account {
    justify-content: space-evenly !important;
  }


  .menu-drawer .header__icon--account p {
    margin: 0 !important;
  }

  .menu-drawer__container .faq {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
  }

  .menu-drawer__container .divisa {
    grid-column: 1 / -1;
    grid-row: 4 / 5;
  }

  @media screen and (min-width: 990px) {
    .menu-drawer__container {
      grid-template-columns: repeat(8, minmax(80px, 20vh));
      grid-template-rows: 15vh;
    }
    .menu-drawer__container > * {
      grid-column: span 1 !important;
      grid-row: 1 / 2 !important;
    }

    .menu-drawer__container a,
    .menu-drawer__container .header__search {
      border: none;
    }

    .menu-drawer__container p {
      margin-bottom: 1.5rem !important;
    }

    .switch input[type="checkbox"] {
      width: 24px !important;
      min-height: 60px !important;
    }
    .disclosure {
      display: none !important;
    }

    .menu-drawer__container svg.modal__toggle-open,
    .menu-drawer__container svg.icon-account {
      max-height: 66px !important;
    }

    .menu-drawer__container .divisa {
      display: none;
    }

  }

  @media screen and (min-width: 990px) and(max-width: 1180px) {
    .menu-drawer__container .juegos {
      display: none;
    }

    .menu-drawer__container .blog {
      dipslay: none;
    }

    .menu-drawer__container .nosotros {
      display: none;
    }
  }
/* END_SNIPPET:menu-custom */

/* START_SNIPPET:swipe-icon (INDEX:214) */
.swipe-icon__container {
    display: flex;
    top: 46%;
    z-index: 2;
    width: 100%;
    justify-content: center;
    pointer-events: none;
    perspective: 500px;
  }

  .swipe-icon {
    width: 88px;
    height: 88px;
    transform-origin: 12% 100%;
    transform: translateX(100%) rotateZ(0deg) rotateX(0deg);
    /* Ancla en centro inferior para fluidez */
    animation: swipe 3s infinite ease-in-out;
    will-change: transform;
    pointer-events: none;
  }

  @keyframes swipe {
    0% {
      transform: translateX(100%);
    }
    5% {
      transform: translateX(95%) rotateZ(-8deg) rotateX(-8deg);
    }
    20% {
      transform: translateY(0%) translateX(142%) rotateZ(22deg) rotateX(28deg);
    }
    50% {
      transform: translateY(20%) translateX(-120%) rotateZ(7deg) rotateX(22deg);
    }
    55% {
      transform: translateX(-114%) rotateZ(-10deg) rotateX(-18deg);
    }
    100% {
      transform: translateX(100%);
    }
  }
/* END_SNIPPET:swipe-icon */