@media(max-width:767px) {

	html body .site {
		overflow-x: clip;
	}

	.woocommerce-product-gallery .flex-viewport {
		max-height: 100vh;
	}

	.woocommerce-product-gallery .flex-control-nav img {
		max-height: 300px;
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper>div {
		max-width: 100vw;
	}

	.up-sells .swiper-slide {
		max-width: 93vw !important;
	}
}


@media(max-width:482px) {
	.container {
		max-width: 400px;
	}
}