/* Text + image split (content-image) — product landing */
.content-image .w-image {
	overflow: hidden;
	width: 100%;
	min-width: 0;
	border-radius: 23px;
}

.content-image .w-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 47% 50%;
	border-radius: 23px;
}

.content-image .wpb_text_column,
.content-image .w-hwrapper {
	min-width: 0;
}

@media (max-width: 64rem) {
	.content-image .w-image {
		max-width: 30.6875rem;
		margin-inline: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.content-image [class*="afb"],
	.content-image [class*="afl"],
	.content-image [class*="afr"],
	.content-image .animate_afb,
	.content-image .animate_afl,
	.content-image .animate_afr {
		animation: none !important;
	}
}
