.product-detail {
  max-height: 74vh;
  background-color: white;
  display: flex;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0.5% 0.5% 0.5%;
}

.product-detail .left-col {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 1% 1% 1%;
  margin: 0 auto;
}

.product-detail .left-col .mySwiperSeccionProducto {
  height: 80%;
  background-color: #f6f6f6 !important;
  object-fit: contain;
}

.product-detail .left-col .mySwiperDetail {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c2c0c0 !important;
  background-color: white;
  box-shadow: -2px 0 5px -2px rgba(0, 0, 0, 0.2);
  font-size: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  font-weight: 900 !important;
}

.product-detail .left-col .mySwiperDetail #detalleProductoCarruselItems div {
  border: solid 4px var(--robin-egg-blue-900);
}

.product-detail .right-col {
  width: 60%;
  margin-right: 0;
  overflow: auto;
  padding: 0 2% 2% 2%;
}



.product-detail .discount-info {
  font-size: 14px;
  color: #C30000;
  font-weight: bold;
  display: block;
  flex-basis: 225px;
  overflow: hidden;
  font-family: monospace;
  font-weight: bold;
  text-align: center;
  margin: 0 !important;
}

.limitado {
  background-color: #FF8C00;
  color: #721c24;
  border: 1px solid #FF6F61;

}

.guide a {
  text-decoration: underline;
  color: #007bff;
  cursor: pointer;
}

.guide a:hover {
  text-decoration: none;
  color: #0056b3;
}


.mySwiperSeccionProducto {
  height: 360px;
  width: 100%;
  margin-bottom: 3%;
}

.mySwiperDetail {
  height: 12%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperDetail .swiper-slide img {
  background-color: #f6f6f6 !important;
}


.swiper-slide-thumb-active::after {
  content: " ";
  width: 100%;
  height: 5px;
  background-color: #ff0000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media (max-width: 1440px) {}

/* Pantallas grandes, 2K y laptops grandes */

@media (max-width: 1280px) {}

/* Laptops estándar */

@media (max-width: 1024px) {}

/* Tablets en horizontal */

@media (max-width: 992px) {
  .product-detail {
    max-height: 100dvh;
    flex-direction: column;
  }


  .left-col,
  .right-col {
    min-width: 100%;
    padding: 2%;
  }


  .product-detail .left-col .mySwiperSeccionProducto {
    height: 40dvh;
  }

  .product-detail .left-col .mySwiperDetail {
    display: none;
  }


}

/* Tablets en vertical y móviles grandes */

@media (max-width: 640px) {}

/* Móviles medianos */

@media (max-width: 480px) {}

/* Móviles pequeños */

@media (max-width: 375px) {}

/* iPhone SE, móviles muy pequeños */



.size-option {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 40px;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  cursor: pointer;
  transition: font-size 0.2s, transform 0.3s;
}

.size-option:hover {
  background-color: #f8f9fa;
  border-color: #333;
}

.size-active {
  background-color: #f1f1f1;
  border-color: #000;
  background: linear-gradient(135deg, #ffda47, #fcb045);
  color: #1a1a1a;
  border: 2px solid #fcb045;
  box-shadow: 0 0 15px rgba(252, 176, 69, 0.7), 0 0 30px rgba(255, 218, 71, 0.5);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}



.variant-option {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 40px;
  font-size: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  cursor: pointer;
  transition: font-size 0.2s, transform 0.3s;
}


.variant-option:hover {
  background-color: #f8f9fa;
  border-color: #333;
}

.variant-active {
  position: relative;
  padding: 1px;
  background-color: #ffffff;
  border: 2px solid #4df0ff;
  /* Cyan brillante */
  border-radius: 8px;
  box-shadow:
    0 0 10px #4df0ff,
    /* Sombra interna */
    0 0 20px rgba(77, 240, 255, 0.5),
    /* Glow externo */
    inset 0 0 15px rgba(77, 240, 255, 0.3);
  /* Brillo interior */
  animation: pulse-glow 2s infinite alternate;
  transform: scale(1.05);
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes pulse-glow {
  0% {
    box-shadow:
      0 0 10px #4df0ff,
      0 0 20px rgba(77, 240, 255, 0.5),
      inset 0 0 15px rgba(77, 240, 255, 0.3);
  }

  100% {
    box-shadow:
      0 0 15px #4df0ff,
      0 0 30px rgba(77, 240, 255, 0.8),
      inset 0 0 20px rgba(77, 240, 255, 0.5);
  }
}



.color-variant {
  min-width: 35px;
  max-height: 35px;
  border-radius: 50% !important;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, border-color 0.2s;
}

.color-variant:hover {
  transform: scale(0.95);
  border-color: #aaa;
}

.color-variant.active {
  border-color: #000;
}

.image-variant {
  width: 2.5rem;
  height: 3.2rem;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 2px;
  transition: all 0.2s ease;
}

.image-variant:hover {
  transform: scale(0.95);
  border-color: #888;
}


btn-and-quantity-wrap .Skeleton #detalleProductoCarruselItems .swiper-slide,
.Skeleton .right-col span,
.Skeleton .right-col p,
.Skeleton .right-col h1,
.Skeleton .right-col li,
.Skeleton .right-col .guide,
.Skeleton .right-col button,
.Skeleton .right-col input,
.Skeleton .right-col .tabs span,
.Skeleton .left-col .mySwiperSeccionProducto {
  border: 10px;
  background-color: #ededed;
  pointer-events: none;
  color: transparent !important;
  /* ocultar texto */
  background: linear-gradient(100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%) #ededed;
  background-size: 200% 100%;
  background-position: 180% 0;
  border: none;
  box-shadow: none;
  animation: skeleton 1s ease-in-out infinite;

}

@keyframes skeleton {
  to {
    background-position: -20% 0;
  }
}




.quantity-control {
  width: 150px;
}

.cart-button {
  width: 45px;
  height: 45px;
}

.tab-content {
  min-height: 150px;
}

.stock-badge {
  font-size: 0.85rem;
}

.star-rating .fa-star {
  cursor: pointer;
  color: #110505;
  font-size: 1.8rem;
  transition: color 0.2s ease-in-out;
}

.star-rating .fa-star.checked {
  color: #ffc107;
  /* Bootstrap warning yellow */
}


.limit-text {
  font-size: 0.9rem;
  color: #64748b;
}


.tagMarcaImg {
  width: 150px;
  height: 150px;
  border: 1px solid red;
}



