.woocommerce-product-gallery.manomoda-gallery-carousel {
	position: relative;
}

.manomoda-gallery-carousel .woocommerce-product-gallery__wrapper {
	display: block !important;
	margin: 0 !important;
	transform: none !important;
	width: 100% !important;
}

.manomoda-gallery-carousel .woocommerce-product-gallery__image {
	display: none !important;
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.manomoda-gallery-carousel .woocommerce-product-gallery__image.is-manomoda-active {
	display: block !important;
}

.manomoda-gallery-carousel .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	max-height: 620px;
	margin: 0 !important;
	object-fit: contain;
	background: #fff;
}

.manomoda-gallery-carousel .flex-control-nav,
.manomoda-gallery-carousel .flex-direction-nav {
	display: none !important;
}

.manomoda-gallery-arrow {
	position: absolute;
	top: min(50%, 310px);
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 1px solid #10233d;
	border-radius: 50%;
	background: #fff;
	color: #10233d;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.manomoda-gallery-arrow:hover,
.manomoda-gallery-arrow:focus {
	background: #10233d;
	color: #fff;
}

.manomoda-gallery-arrow--previous { left: 14px; }
.manomoda-gallery-arrow--next { right: 14px; }

.manomoda-gallery-thumbnails {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	overflow-x: auto;
	padding: 0 1px 8px;
	scrollbar-width: thin;
}

.manomoda-gallery-thumbnail {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	padding: 0;
	border: 1px solid #d9dedb;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
}

.manomoda-gallery-thumbnail.is-manomoda-active {
	border: 2px solid #67935d;
}

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

#yith-quick-view-content .images {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 560px;
	background: #fff;
}

#yith-quick-view-content .images .woocommerce-main-image {
	display: grid;
	place-items: center;
	width: 100%;
	height: 560px;
}

#yith-quick-view-content .images .woocommerce-main-image img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 560px !important;
	object-fit: contain;
	transition: opacity 110ms ease;
}

#yith-quick-view-content .images .woocommerce-main-image img.is-manomoda-switching {
	opacity: 0.24;
}

#yith-quick-view-content .manomoda-quick-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	border: 1px solid #10233d;
	border-radius: 50%;
	background: #fff;
	color: #10233d;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
}

#yith-quick-view-content .manomoda-quick-gallery-arrow:hover,
#yith-quick-view-content .manomoda-quick-gallery-arrow:focus {
	background: #10233d;
	color: #fff;
}

#yith-quick-view-content .manomoda-quick-gallery-arrow--previous { left: 12px; }
#yith-quick-view-content .manomoda-quick-gallery-arrow--next { right: 12px; }

.woocommerce ul.products li.product .yith-wcqv-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content !important;
	min-width: 132px;
	margin: 14px auto 0 !important;
	padding: 10px 16px !important;
	border: 1px solid #10233d !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: 0 3px 0 #dcebf0;
	color: #10233d !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.1;
	text-decoration: none !important;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.woocommerce ul.products li.product .yith-wcqv-button::after {
	content: '→';
	font-size: 16px;
	line-height: 0;
}

.woocommerce ul.products li.product .yith-wcqv-button:hover,
.woocommerce ul.products li.product .yith-wcqv-button:focus {
	transform: translateY(-2px);
	background: #10233d !important;
	box-shadow: 0 5px 0 #dcebf0;
	color: #fff !important;
}

@media (max-width: 700px) {
	.manomoda-gallery-carousel .woocommerce-product-gallery__image img {
		max-height: 470px;
	}

	.manomoda-gallery-arrow {
		width: 36px;
		height: 36px;
		font-size: 22px;
	}

	.manomoda-gallery-thumbnail {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
	}

	#yith-quick-view-content .images,
	#yith-quick-view-content .images .woocommerce-main-image {
		min-height: 0;
		height: auto;
	}

	#yith-quick-view-content .images .woocommerce-main-image img {
		max-height: 440px !important;
	}
}

.woocommerce ul.products li.product .yith-wcqv-button::after {
	display: none !important;
}
