/*
* Proximamente
*/

.contenedor-club-paston-coming-soon {
  background-image: url("https://stg-www.paston.es/static/images/club-paston/background-mobile.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 90dvh;
  padding: 40px 16px 0 16px;
}

.img-logo-club-paston,
.contenedor-button-points-club-paston-coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.info-puntos-club-paston {
  padding-bottom: 16px;
  text-align: center;
}

.text-club-coming-soon.final-parrafo {
    margin-bottom: 16px;
}

.text-club-coming-soon-points {
  color: #ff9a00;
  font-weight: bold;
}

.text-club-coming-soon-points strong {
    font-size: 18px;
}

.text-club-coming-soon,
.club-paston-coming-soon-subtitle {
  color: #ffffffcc;
  text-align: center;
}

.club-paston-coming-soon-subtitle {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 0 24px 0;
}

.text-club-coming-soon {
  font-size: 15px;
}

.contenedor-button-points-club-paston-coming-soon {
  margin: 24px 0;
}

.tuki-image-contenedor-club-paston-coming-soon {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}

.tuki-image-contenedor-club-paston-coming-soon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.button-points-club-paston-coming-soon {
  border: solid 1px #ff9a00;
  background-color: #ff9a006e;
  width: 70%;
  border-radius: 99px;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  margin: 0;
  padding: 10px 0 14px 0;
}

.club-paston-main {
  background-color: #003b61;
}

/*
* Header Club Paston
*/
.contenedor-header-club-paston {
  padding-top: 36px;
}

.item-down-logo {
  color: white;
  text-align: center;
}

.subtitle-header-club-paston {
  padding: 24px 0;
  font-size: 16px;
}

.botonera-header-club-paston,
.stats-container-club-paston {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 16px 16px 24px 16px;
}

.botonera-header-club-paston {
  gap: 10px;
}

.stats-container-club-paston {
  gap: 6px;
}

.stat-card {
  background-color: #0072ba;
  border-radius: 6px;
  text-align: center;
  width: 33%;
  padding: 4px 16px;
}

.text-stat-card,
.show-stat-card {
  font-size: 14px;
}

.text-stat-card {
  color: #ffffffcc;
}

.show-stat-card {
  font-weight: bold;
  color: white;
}

.botonera-header-club-paston a,
.botonera-header-club-paston button {
  color: #ffffffcc;
  font-weight: 300;
  border: solid 1px #ffffffcc;
  border-radius: 99px;
  width: 25%;
  padding: 2px 10px;
  background-color: transparent;
  text-transform: none;
}

.botonera-header-club-paston button.is-active {
  color: white;
  border: solid 1px white;
  background-color: #ff9a006e;
  border: solid 1px #ff9a00;
}

/* 
* Sections Join Page
*/

.contenedor-img-tuki-club-paston,
.contenedor-ventajas-club-paston,
.contenedor-niveles-club-paston {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 145, 237, 0.6) 70.9%,
    rgba(0, 40, 65, 0) 100%
  );
}

.texto-ventajas {
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 0 32px 0 32px;
}

.contenedor-img-tuki-club-paston img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.unete-contenedor {
  padding-bottom: 36px;
  display: flex;
  justify-content: center;
}

.button-unete {
  border: none;
  border-radius: 50px;
  padding: 5px 48px 9px 48px;
  min-width: 220px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
  font-weight: 1000;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;

  background: radial-gradient(
    ellipse at center,
    rgba(255, 154, 0, 0.45) 0%,
    rgba(255, 119, 0, 0.75) 50%,
    #ff7700 80%,
    #ff9a00 98%
  );

  box-shadow:
    inset 0 0 0 2px #ff9a00,
    0 0 20px 2px rgba(255, 154, 0, 0.65),
    0 0 55px 12px rgba(255, 154, 0, 0.4);

  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button-unete:hover {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 165, 20, 0.55) 0%,
    rgba(255, 136, 0, 0.85) 50%,
    #ff8800 80%,
    #ffb020 98%
  );
  box-shadow:
    inset 0 0 0 2px #ffb020,
    0 0 25px 3px rgba(255, 154, 0, 0.75),
    0 0 65px 16px rgba(255, 154, 0, 0.5);
  transform: scale(1.01);
}

/*
* Sección ventajas
*/

.contenedor-ventajas-club-paston {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  gap: 26px;
}

.contenido-question-img-izquierda {
  background-color: #003b61;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  height: 100px;
}
*:has(> .contenido-question-img-izquierda) {
  overflow: visible !important;
}

.contenido-question-img-izquierda img {
  margin-left: -30px;
  z-index: 2;
}

.contenedor-text-izquierda {
  color: white;
  text-align: right;
  margin-right: 20px;
}

.contenido-question-img-derecha {
  background-color: #003b61;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 16px;
  height: 100px;
}
*:has(> .contenido-question-img-derecha) {
  overflow: visible !important;
}

.contenido-question-img-derecha img {
  z-index: 2;
}

.contenedor-text-derecha {
  color: white;
  text-align: left;
  margin-left: 20px;
}

.text-cuestion-ventajas {
  font-size: 17px;
  font-weight: bold;
}

.text-response-ventajas {
  margin-top: 10px;
  font-size: 11px;
}

.img-personaje-2 {
  margin-top: -40px;
  margin-right: -30px;
}

.img-personaje-1 {
  margin-top: -40px;
  margin-right: -15px;
}

/*
* Sección niveles
*/

.contenedor-niveles-club-paston {
  position: relative;
}

.img-robot-cofre {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.contenedor-textos-niveles-club-paston {
  background: #003b61;
  color: white;
  margin: 110px 32px 32px 32px;
  border-radius: 12px;
  padding: 90px 24px 24px 32px;
}

.subtitle-niveles-club-paston {
  font-size: 17px;
}

.text-niveles-club-paston {
  font-size: 12px;
  padding: 10px 0;
}

.section-text-inferior {
  color: white;
  padding: 0 32px;
}

.section-text-inferior h3 {
  padding: 24px 0;
  font-size: 18px;
}

.section-text-inferior h4 {
  padding: 16px 0;
  font-size: 16px;
}

.section-text-inferior p {
  font-size: 14px;
  margin-bottom: 16px;
}

/* .section-text-inferior ol {
  counter-reset: mi-contador;
} */

.section-text-inferior ol,
.section-text-inferior ul {
  padding-left: 20px;
  margin: 0;
}

.section-text-inferior ul {
  list-style-type: disc;
}

.section-text-inferior ol {
  list-style-type: decimal;
  font-size: 14px;
}

.section-text-inferior li {
  display: list-item;
  margin-bottom: 8px; /* Espacio entre puntos de la lista */
}

.section-text-inferior li p {
  margin: 0;
  display: inline;
}

.text-final {
  margin-top: 16px;
}

.link-text {
  color: white;
  font-weight: bold;
}

/* Tienda */

.contenedor-tienda {
  position: relative;
}

.contenedor-filtros-tienda {
  position: fixed;
  z-index: 4;
  bottom: 50px;
  background-color: #003b61;
  padding: 54px 0;
  background: linear-gradient(
    to top,
    rgba(0, 59, 97, 1) 40%,
    rgba(0, 59, 97, 0) 100%
  );
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.button-filter-shop {
  background: transparent;
  color: white;
  border: solid white 1px;
  padding: 16px;
  border-radius: 9px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.button-filter-shop.filtros {
  background: #0091ed;
}

.button-filter-shop svg {
  width: 20px;
  height: 20px;
}

.button-basket-shop {
  padding: 16px;
  border-radius: 9px;
  font-weight: bold;
  border: solid 1px #ff9a00;
  box-shadow: 0px 0px 15px 5px #ff9a0099;
  background: #ff9a006e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.globo-shop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-6px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: solid 1px red;
  background-color: rgba(229, 57, 53, 0.25);

  /* Centrado del número en el globo */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;

  /* Transición suave para volver al estado normal */
  transition: transform 0.2s ease-in-out;
}

/* Clase que se activa dinámicamente con React */
.globo-shop.animate-pop {
  animation: popEffect 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* NIVELES */

.contenedor-tarjetas-niveles {
}

.contenedor-tarjeta-nivel {
}

.contenedor-medalla-texto-tipo-nivel {
  display: flex;
}

.img-medalla-nivel-0,
.img-medalla-nivel-1,
.img-medalla-nivel-2 {
  margin-left: 10px;
}

.img-medalla-nivel-3,
.img-medalla-nivel-4,
.img-medalla-nivel-5 {
  margin-left: 5px;
}

.contenedor-texto-tipo-nivel {
  padding: 0 16px;
}

.texto-tipo-nivel-indice {
  color: #ffffffcc;
}

.texto-tipo-nivel-tipo {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* Definición del efecto de escala manteniendo el translateY */
@keyframes popEffect {
  0% {
    transform: translateY(-6px) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.35); /* Crece un 35% al añadir */
  }
  100% {
    transform: translateY(-6px) scale(1);
  }
}

.button-basket-shop svg {
  width: 20px;
  height: 20px;
}

.popup-filtro-contenido {
  position: absolute;
  z-index: 3;
  background: #003b61;
  box-sizing: border-box;
  top: 15px;
  width: 100%;
  min-height: 100dvh;
  color: white;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-filtro-contenido::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  pointer-events: none;
}

.button-borrar-filtros {
  border: solid 1px rgba(230, 158, 163, 1);
  background-color: transparent;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  margin: 16px auto;
}

.x-borrar-filtros {
  color: white;
  border: solid 1px rgba(230, 158, 163, 1);
  background-color: rgba(197, 1, 16, 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.text-borrar-filtros {
  color: rgba(230, 158, 163, 1);
}

.popup-cesta-contenido {
  position: absolute;
  z-index: 3;
  background: #003b61;
  box-sizing: border-box;
  top: 15px;
  width: 100%;
  min-height: 100dvh;
  color: white;
  text-align: center;
  padding: 10px;
}

.popup-cesta-contenido::before {
  content: "";
  position: absolute;

  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;

  border: 1px solid #ffffff4d;
  border-radius: 6px;

  pointer-events: none;
}

.title-popup-cesta,
.title-popup-filtro {
  padding: 16px 0;
}

.radio-button-price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin: 16px;
}

.asc-option-radio-button,
.des-option-radio-button,
.apu-option-radio-button,
.rul-option-radio-button,
.sls-option-radio-button,
.fre-option-radio-button,
.cash-option-radio-button,
.bns-option-radio-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.asc-radio-button,
.des-radio-button,
.apu-radio-button,
.rul-radio-button,
.sls-radio-button,
.fre-radio-button,
.cash-radio-button,
.bns-radio-button {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.checkbox-box {
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff4d;
  background-color: #002137;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.asc-option-radio-button:hover .checkbox-box,
.des-option-radio-button:hover .checkbox-box,
.apu-option-radio-button:hover .checkbox-box,
.sls-option-radio-button:hover .checkbox-box,
.rul-option-radio-button:hover .checkbox-box,
.fre-option-radio-button:hover .checkbox-box,
.cash-option-radio-button:hover .checkbox-box,
.bns-option-radio-button:hover .checkbox-box {
  border-color: #999999;
}

.asc-radio-button:checked + .checkbox-box,
.des-radio-button:checked + .checkbox-box,
.apu-radio-button:checked + .checkbox-box,
.sls-radio-button:checked + .checkbox-box,
.rul-radio-button:checked + .checkbox-box,
.fre-radio-button:checked + .checkbox-box,
.cash-radio-button:checked + .checkbox-box,
.bns-radio-button:checked + .checkbox-box {
  background-color: #ff9a00;
  border-color: #ff9a00;
}

.asc-radio-button:checked + .checkbox-box::after,
.des-radio-button:checked + .checkbox-box::after,
.apu-radio-button:checked + .checkbox-box::after,
.sls-radio-button:checked + .checkbox-box::after,
.rul-radio-button:checked + .checkbox-box::after,
.fre-radio-button:checked + .checkbox-box::after,
.cash-radio-button:checked + .checkbox-box::after,
.bns-radio-button:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.asc-option-radio-button:has(.asc-radio-button:checked),
.des-option-radio-button:has(.des-radio-button:checked),
.apu-option-radio-button:has(.apu-radio-button:checked),
.sls-option-radio-button:has(.sls-radio-button:checked),
.rul-option-radio-button:has(.rul-radio-button:checked),
.fre-option-radio-button:has(.fre-radio-button:checked),
.cash-option-radio-button:has(.cash-radio-button:checked),
.bns-option-radio-button:has(.bns-radio-button:checked) {
  font-weight: bold;
}

.categories-filtro-contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 6px;
  margin: 16px;
}

.btn-filtro-plata,
.btn-filtro-oro,
.btn-filtro-rubi,
.btn-filtro-zafiro,
.btn-filtro-esmeralda,
.btn-filtro-diamante,
.btn-filtro-platino {
  padding: 2px 0;
  border-radius: 16px;
  border: 1px solid transparent;
  width: 20%;
}

.btn-filtro-plata span,
.btn-filtro-oro span,
.btn-filtro-rubi span,
.btn-filtro-zafiro span,
.btn-filtro-esmeralda span,
.btn-filtro-diamante span,
.btn-filtro-platino span {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
}

.btn-filtro-plata.active,
.btn-filtro-oro.active,
.btn-filtro-rubi.active,
.btn-filtro-zafiro.active,
.btn-filtro-esmeralda.active,
.btn-filtro-diamante.active,
.btn-filtro-platino.active {
  background: #ff9a00;
  border-color: transparent;
}

.btn-filtro-plata.active span,
.btn-filtro-oro.active span,
.btn-filtro-rubi.active span,
.btn-filtro-zafiro.active span,
.btn-filtro-esmeralda.active span,
.btn-filtro-diamante.active span,
.btn-filtro-platino.active span {
  background: none;
  color: white;
  -webkit-text-fill-color: white;
}

.btn-filtro-plata {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(215, 218, 221, 1), rgba(110, 123, 131, 1))
      border-box;
}

.btn-filtro-oro {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(254, 255, 214, 1), rgba(187, 100, 0, 1))
      border-box;
}

.btn-filtro-rubi {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(255, 182, 196, 1), rgba(197, 1, 16, 1))
      border-box;
}

.btn-filtro-zafiro {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(186, 230, 255, 1), rgba(1, 86, 179, 1))
      border-box;
}

.btn-filtro-esmeralda {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(233, 255, 246, 1), rgba(0, 185, 72, 1))
      border-box;
}

.btn-filtro-diamante {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(233, 238, 249, 1), rgba(78, 150, 213, 1))
      border-box;
}

.btn-filtro-platino {
  background:
    linear-gradient(#002137, #002137) padding-box,
    linear-gradient(to bottom, rgba(249, 223, 251, 1), rgba(125, 54, 223, 1))
      border-box;
}

.btn-filtro-plata span {
  background-image: linear-gradient(
    to bottom,
    rgba(215, 218, 221, 1),
    rgba(110, 123, 131, 1)
  );
}

.btn-filtro-oro span {
  background-image: linear-gradient(
    to bottom,
    rgba(254, 255, 214, 1),
    rgba(187, 100, 0, 1)
  );
}

.btn-filtro-rubi span {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 182, 196, 1),
    rgba(197, 1, 16, 1)
  );
}

.btn-filtro-zafiro span {
  background-image: linear-gradient(
    to bottom,
    rgba(186, 230, 255, 1),
    rgba(1, 86, 179, 1)
  );
}

.btn-filtro-esmeralda span {
  background-image: linear-gradient(
    to bottom,
    rgba(233, 255, 246, 1),
    rgba(0, 185, 72, 1)
  );
}

.btn-filtro-diamante span {
  background-image: linear-gradient(
    to bottom,
    rgba(233, 238, 249, 1),
    rgba(78, 150, 213, 1)
  );
}

.btn-filtro-platino span {
  background-image: linear-gradient(
    to bottom,
    rgba(249, 223, 251, 1),
    rgba(125, 54, 223, 1)
  );
}

.rango-filter-container {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  column-gap: 24px; /* Espacio horizontal uniforme entre columnas */
  row-gap: 12px; /* Espacio vertical entre filas */

  margin: 16px 0;
}

.items-popup-cesta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.item-popup-cesta {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  place-content: center;
  width: 90%;
  justify-self: center;
  align-items: center;
}

.separator-detail-item-cesta {
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 8px;
  background-color: #ffffff4d;
  align-self: center;
}

.button-quitar-item-cesta {
  color: white;
  border: solid 1px #ffffff4d;
  background-color: #c5011099;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

.contenedor-detail-item-cesta {
  border: solid 1px #ffffff4d;
  border-radius: 12px;
  margin-left: 8px;
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  place-content: center;
  place-items: center;
  height: 40px;
}

.cantidad-item-cesta {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

/* .contenedor-tipo-item-cesta {
  border: solid 1px white;
} */

.contenedor-title-item-cesta {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  grid-column: span 9;
}

.title-item-cesta {
  font-size: 13px;
}
.subtitle-item-cesta {
  font-size: 10px;
  color: #ff9a00;
}

.button-items-points {
  background-color: #0091ed;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: white;
  height: 40px !important;
  border: none;
  padding: 0 8px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  grid-column: span 5;
}

.contenedor-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-content: center;
  justify-items: center;
  padding: 16px 16px 24px 16px;
}

.card-item-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.contenedor-piedra {
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  top: 10px;
  left: 10px;
}

.image-piedra {
  background-color: #003b61;
  border: solid white 1px;
  border-radius: 50%;
  z-index: 2;
}

.span-piedra {
  background-color: #003b61;
  padding: 4px 10px 6px 16px;
  margin-left: -10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 13px;
}

.boton-interrogacion {
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.img-item-shop {
  width: 100%;
  max-height: 198px;
  object-fit: cover;
}

.title-item-shop {
  color: white;
  font-size: 16px;
  margin-top: 12px;
}

.paragraph-item-shop {
  color: #ff9a00;
  font-size: 11px;
  margin: 4px 0 12px 0;
}

.button-item-shop {
  background-color: #0091ed;
  text-align: center;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 4px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
  cursor: pointer;
  user-select: none;
}

.button-item-shop:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.button-item-shop:active {
  transform: translateY(1px) scale(0.95);
  filter: brightness(0.9);
}

.cantidad {
  font-size: 12px;
}

.quantity {
  font-size: 14px;
}

/* Elemento flotante durante la animación */
.flying-item-img {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  object-fit: contain;
  border-radius: 8px;
  animation: flyToCart 0.6s cubic-bezier(0.2, 0.8, 0.25, 1) forwards;
}

.button-completar {
  padding: 16px;
  border-radius: 9px;
  font-weight: bold;
  background: #ff9a00;
  color: white;
  gap: 10px;
  position: relative;
}

@keyframes flyToCart {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    transform: translate(var(--delta-x), var(--delta-y)) scale(0.15);
    opacity: 0;
  }
}

@media (min-width: 992px) {
  /*
  * Proximamente
  */
  .contenedor-club-paston-coming-soon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
    padding: 0 24px;
    background-image: url("https://stg-www.paston.es/static/images/club-paston/background-desktop.jpg");
  }

  .titles-claim-club-paston-coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .club-paston-coming-soon-subtitle {
    font-size: 30px;
  }

  .text-club-coming-soon {
    font-size: 22px;
  }

  .img-logo-club-paston {
    width: 450px;
  }

  .tuki-image-contenedor-club-paston-coming-soon {
    padding-top: 100px;
    width: 400%;
  }

  .button-points-club-paston-coming-soon {
    width: 50%;
    font-size: 20px;
  }

  @media (min-width: 1400px) {
    /*
  * Proximamente
  */
    .img-logo-club-paston > img {
      width: 450px;
    }

    .contenedor-club-paston-coming-soon {
      padding: 0 100px 0 150px;
    }
  }
}
