.miresa-product-main {
	grid-template-columns: minmax(0, 52fr) minmax(360px, 48fr) !important;
	column-gap: clamp(28px, 2.4vw, 36px) !important;
	align-items: start !important;
}

.miresa-product-gallery .flexy-view,
.miresa-product-gallery .flexy-item,
.miresa-product-gallery .ct-media-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.miresa-product-gallery .flexy-item img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 620px !important;
	object-fit: contain !important;
	margin-inline: auto !important;
}

.miresa-product-gallery .flexy-pills[data-type="thumbs"] {
	--miresa-thumbs-visible: 4;
	position: relative;
	width: 100%;
	margin-top: 12px;
	padding-inline: 32px;
	box-sizing: border-box;
}

.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol::-webkit-scrollbar {
	display: none;
}

.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol > li {
	flex: 0 0 calc((100% - 30px) / 4) !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	scroll-snap-align: start;
	border: 1px solid transparent !important;
	opacity: .72;
	transition: border-color .18s ease, opacity .18s ease;
}

.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol > li:hover,
.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol > li.active {
	border-color: var(--miresa-accent, #007476) !important;
	opacity: 1;
}

.miresa-thumb-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 26px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(27, 44, 45, .18);
	border-radius: 0;
	background: rgba(255, 255, 255, .96);
	color: #1b2c2d;
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
}

.miresa-thumb-arrow--prev { left: 0; }
.miresa-thumb-arrow--next { right: 0; }
.miresa-thumb-arrow[hidden] { display: none !important; }

@media (max-width: 1024px) {
	.miresa-product-main {
		grid-template-columns: minmax(0, 52fr) minmax(320px, 48fr) !important;
		column-gap: 28px !important;
	}

	.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol > li {
		flex-basis: calc((100% - 20px) / 3) !important;
	}
}

@media (max-width: 767px) {
	.miresa-product-main { display: block !important; }
	.miresa-product-gallery .flexy-pills[data-type="thumbs"] { padding-inline: 26px; }
	.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol { gap: 7px !important; }
	.miresa-product-gallery .flexy-pills[data-type="thumbs"] > ol > li {
		flex-basis: calc((100% - 14px) / 3) !important;
	}
	.miresa-thumb-arrow { width: 22px; height: 34px; font-size: 17px; }
}
