.product-gallery-top {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.product-gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
}

/* Eliminar bordes, sombras y fondo no deseado */
.zoom-image,
.medium-zoom-image,
.medium-zoom-image--hidden {
  border: none !important;
  background: transparent !important;
//  padding: 0 !important;
//  margin: 0 !important;
  box-shadow: none !important;
}

/* Eliminar fondo del contenedor por si tiene alguno */
.swiper-slide {
  background: transparent !important;
}

.swiper-container {
  padding-top: 0;
  padding-bottom: 0;
}

.product-gallery-thumbs {
  width: 100%;
  margin-top: 5px;
}

.product-gallery-thumbs .swiper-slide {
  width: 80px;
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-button-next,
.product-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-button-next {
  right: 10px;
}

.product-button-prev {
  left: 10px;
}

.product-button-next::after,
.product-button-prev::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

.product-button-prev::after {
  transform: rotate(-135deg);
}

.contenedor-etiquetas {
	@media (max-width: 575px) {padding: 15px 15px 0px 15px;}}


@media screen and (max-width: 768px) {
  .tabla-caracteristicas .celda-valor {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


