.mvt-related-products-grid,
.mvt-related-products-grid.elementor-grid {
	display: grid !important;
	grid-template-columns: repeat(var(--mvt-related-columns, 4), minmax(0, 1fr)) !important;
	gap: var(--mvt-related-gap, 24px) !important;
	width: 100%;
}

.mvt-related-products-item {
	min-width: 0;
	width: 100%;
}

.mvt-related-products-item > .elementor {
	width: 100%;
}

.mvt-related-products-item > [data-elementor-type="loop-item"] {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.mvt-related-products-carousel {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-inline: 46px;
	overflow: hidden;
}

.mvt-related-products-swiper {
	width: 100%;
	overflow: hidden;
}

.mvt-related-products-swiper .swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	align-items: stretch;
	transition-property: transform;
}

.mvt-related-products-swiper .swiper-slide {
	position: relative;
	display: block;
	min-width: 0;
	flex-shrink: 0;
	height: auto;
	transition-property: transform;
}

.mvt-related-products-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	margin: -18px 0 0;
	padding: 0;
	border: 1px solid #dfe6f1;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 16px rgba(21, 33, 54, 0.12);
	color: #315fa8;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.mvt-related-products-arrow:hover,
.mvt-related-products-arrow:focus {
	border-color: #ef476f;
	background: #ef476f;
	color: #fff;
	outline: none;
}

.mvt-related-products-prev {
	right: 0;
}

.mvt-related-products-next {
	left: 0;
}

.mvt-related-products-arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.mvt-related-products-pagination {
	position: static;
	margin-top: 18px;
}

.mvt-related-products-pagination .swiper-pagination-bullet-active {
	background: #ef476f;
}

.mvt-related-products-editor-notice {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 16px;
	border-right: 4px solid #ef476f;
	border-radius: 8px;
	background: #f7f8fb;
	color: #334155;
	font-size: 13px;
	line-height: 1.9;
	direction: rtl;
}

@media (max-width: 1024px) {
	.mvt-related-products-grid {
		grid-template-columns: repeat(var(--mvt-related-columns-tablet, 2), minmax(0, 1fr)) !important;
		gap: var(--mvt-related-gap-tablet, 18px) !important;
	}
}

@media (max-width: 767px) {
	.mvt-related-products-grid {
		grid-template-columns: repeat(var(--mvt-related-columns-mobile, 1), minmax(0, 1fr)) !important;
		gap: var(--mvt-related-gap-mobile, 14px) !important;
	}

	.mvt-related-products-carousel {
		padding-inline: 38px;
	}
}
