/* Gameria Carousel - estilos minimos. La miniatura hereda del tema. */
.gameria-carousel { width: 100%; position: relative; }
.gameria-carousel-title { margin: 0 0 1rem; }

.gameria-carousel .swiper { width: 100%; overflow: hidden; }
.gameria-carousel .swiper-wrapper { align-items: stretch; }
.gameria-carousel .swiper-slide {
  height: auto;
  display: flex;
}
.gameria-carousel .swiper-slide > .js-product { width: 100%; }

/* Flechas y paginacion: visibles solo si el tema no las trae ya estilizadas */
.gameria-carousel .swiper-button-prev,
.gameria-carousel .swiper-button-next { color: inherit; }
.gameria-carousel .swiper-pagination { position: static; margin-top: .75rem; }
