/* Structure */
.woocommerce-product-gallery{
	position: relative;
    float: left;
	margin-bottom: 20px;
}

.woocommerce-product-gallery__wrapper{
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
}

.woocommerce-product-gallery__wrapper img{
	cursor: zoom-in;
}

.woocommerce-product-gallery__image:first-child{
	width: 100%;
	grid-column: 2 span;
    grid-row: 2 span;
    max-height: 475px;
    margin: 0;
}

.woocommerce-product-gallery__image:first-child a{
	max-height: 100%;
}

.woocommerce-product-gallery__image:first-child img{
	max-height: 475px;
	height: 100%;
	object-fit: cover;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 100%;
}

/* Product gallery */
@media screen and (min-width: 993px){
	.woocommerce-product-gallery{
		width: 50%;
		margin-bottom: 70px;
	}
}

/* .gallery-slider .swiper-wrapper{
	border-radius: var(--border-radius);
}

.woocommerce-product-gallery__image{
	height: 100%;
}

.woocommerce-product-gallery__image img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: none;
} */

/* Product gallery thumbs */
/* .gallery-thumbs{
	overflow: hidden;
	cursor: grab;
}

.gallery-thumbs .swiper-slide{
	width: auto;
	height: auto;
	overflow: hidden;
	opacity: 0.4;
	-webkit-transition: opacity var(--transition);
	transition: opacity var(--transition);
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	opacity: 1;
} */

/* Only desktop */
/* @media screen and (min-width: 993px){
	.gallery-thumbs{
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 100%;
	}
	.gallery-thumbs .swiper-wrapper{
		height: 100%;
		flex-direction: column;
	}
	.gallery-thumbs .swiper-slide{
		margin-bottom: 6px;
	}
	.gallery-thumbs .swiper-slide img{
		width: 100%;
	}
} */

/* Mobile */
@media screen and (max-width: 992px){
	.woocommerce-product-gallery{
		width: 100%;
    	float: none;
		margin-bottom: 20px;
	}
}
