body.home .es-home .es-ma-ilan-slide-wrap {
	width: 100% !important;
	max-width: 380px !important;
	margin: 24px 0 !important;
	padding: 0 !important;
}

body.home .es-home .es-ma-ilan-slide-wrap .es-ma-sq-row {
	display: block !important;
	width: 100% !important;
}

body.home .es-home .es-ma-ilan-slide-wrap .es-ma-sq {
	width: 100% !important;
	max-width: 380px !important;
	aspect-ratio: 4 / 3 !important;
	margin: 0 !important;
}

body.home .es-home .es-ma-ilan-slide-wrap .es-ma-sq__img {
	height: 210px !important;
	min-height: 210px !important;
}

body.home .es-home .es-ma-ilan-slide-wrap .es-ma-sq__img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.home .es-home .es-ma[data-es-ma-ver="v5"] .es-ma-commerce-row .es-ma-ilan-slide-wrap {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	align-self: stretch !important;
}

@media (max-width: 640px) {
	body.home .es-home .es-ma[data-es-ma-ver="v5"] .es-ma-commerce-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
	}

	body.home .es-home .es-ma[data-es-ma-ver="v5"] .es-ma-commerce-row > .es-ka,
	body.home .es-home .es-ma[data-es-ma-ver="v5"] .es-ma-commerce-row > .es-ma-ilan-slide-wrap {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
	}

	body.home .es-home .es-ma-ilan-slide-wrap {
		max-width: 100% !important;
	}

	body.home .es-home .es-ma-ilan-slide-wrap .es-ma-sq {
		max-width: 100% !important;
	}
}