body .woosq-popup {
	height: 80vh;
	max-height: 80vh;
}

body .woosq-product > .product > div {
	height: 80vh;
	max-height: 80vh;
}

body .woosq-product .thumbnails, body .woosq-product .thumbnails .slick-track {
	height: 80vh;
	max-height: 80vh;
}

body .woosq-product .thumbnails .thumbnail img:first-child {
	max-height: 80vh;
	height: 100% !important;
	object-fit: cover;
}

.woosq-product .thumbnails img, .woosq-product .thumbnails .slick-track {
	max-height: 600px !important;
}