.kvs-gallery-wrap {
	position: relative;
}

.kvs-gallery-wrap.kvs-thumb-left,
.kvs-gallery-wrap.kvs-thumb-right {
	align-items: flex-start;
}

.kvs-gallery-wrap.kvs-thumb-left .kvs-gallery-thumbs,
.kvs-gallery-wrap.kvs-thumb-right .kvs-gallery-thumbs {
	flex: 0 0 100px;
}

.kvs-gallery-main {
	margin-bottom: 12px;
}

.kvs-gallery-thumbs[hidden],
.kvs-gallery-thumbs.kvs-gallery-thumbs--empty {
	display: none !important;
}

.kvs-gallery-thumbs:not([hidden]) {
	display: block;
	margin-top: 8px;
}

.kvs-gallery-main .kvs-gallery-image img {
	width: 100%;
	height: auto;
	display: block;
}

.kvs-gallery-thumbs .splide__slide {
	opacity: 0.6;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow: hidden;
}

.kvs-gallery-thumbs .splide__slide.is-active {
	opacity: 1;
	border-color: #333;
}

.kvs-gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kvs-gallery-wrap .splide__arrow {
	background: rgba(255, 255, 255, 0.9);
}

body.kvs-gallery-active .woocommerce-product-gallery {
	opacity: 1;
}

/* PhotoSwipe: evitar que estilos globales del tema oculten la imagen ampliada */
.pswp__img,
.pswp__zoom-wrap img {
	max-width: none !important;
	width: auto;
	height: auto;
}

.kvs-gallery-wrap .woocommerce-product-gallery__image a {
	cursor: zoom-in;
}
