.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-flow: column nowrap;
}
@media (min-width: 480px) {
	.woocommerce-product-gallery__wrapper {
		flex-flow: row nowrap;
	}
}

.woocommerce-product-gallery__wrapper a {
	user-select: none;
}

.woocommerce-product-gallery__wrapper .swiper-container {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.woocommerce-product-gallery .swiper-button-next,
	.woocommerce-product-gallery .swiper-button-prev {
		display: none !important;
	}
}

.woocommerce-product-gallery__wrapper .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.woocommerce-product-gallery__wrapper .gallery-top {
	position: relative;
	width: 80%;
}

@media (min-width: 480px) {
	.woocommerce-product-gallery__wrapper .gallery-top {
		width: 80%;
		margin-left: 20px;
	}
}

.woocommerce-product-gallery__wrapper .gallery-thumbs {
	width: 20%;
	padding-top: 10px;
}

@media (min-width: 480px) {
	.woocommerce-product-gallery__wrapper .gallery-thumbs {
		padding: 0;
	}
}

.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-wrapper {
	flex-direction: row;
}

@media (min-width: 480px) {
	.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-wrapper {
		flex-direction: column;
	}
}

.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-slide {
	width: 25%;
	flex-flow: row nowrap;
	opacity: 0.75;
	cursor: pointer;
}

@media (min-width: 480px) {
	.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-slide {
		flex-flow: column nowrap;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.woocommerce-product-gallery__wrapper .swiper .swiper-navigation {
		display: none;
	}
}

.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-slide {
	border: 1px solid transparent;
	box-sizing: border-box;
	opacity: 1;
	transition: var(--wp--custom--properties--transition-element);
	user-select: none;
}

.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid var(--wp--preset--color--contrast);
}

.woocommerce-product-gallery__wrapper .gallery-thumbs .swiper-slide img {
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.single-product-inner {
		row-gap: 80px;
	}

	.single-product-inner .woocommerce-product-gallery,
	.single-product-inner .summary {
		grid-column: span 12;
	}
}

@media screen and (max-width: 480px) {
	.woocommerce-product-gallery__wrapper .gallery-thumbs {
		display: none;
	}

	.woocommerce-product-gallery__wrapper .gallery-top {
		width: 100%;
		padding-bottom: 44px;
	}

	.woocommerce-product-gallery__wrapper .gallery-top.swiper-gallery-disable {
		padding: 0
	}

	.swiper.swiper-gallery-disable .swiper-navigation {
		display: none;
	}
}