.elementor-widget-jdw-product-recommendations {
	width: 100%;
}

.jdw-product-recommendations {
	--jdw-pr-columns: 6;
	--jdw-pr-gap: 30px;
	--jdw-pr-image-height: 200px;
	--jdw-pr-image-spacing: 20px;
	width: 100%;
	color: var(--e-global-color-text, #212529);
	font-family: var(--e-global-typography-text-font-family, "HarmonyOS Brand"), "HarmonyOS Sans SC", "HarmonyOS Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.jdw-product-recommendations__viewport {
	width: 100%;
	overflow: hidden;
}

.jdw-product-recommendations__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: var(--jdw-pr-gap);
	width: max-content;
	max-width: none;
	padding: 0;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.jdw-product-recommendations.is-ready .jdw-product-recommendations__track {
	transition: transform .55s ease;
}

.jdw-product-recommendations__track.is-jdw-pr-resetting {
	transition: none;
}

.jdw-product-recommendations__item {
	flex: 0 0 calc((100vw - (var(--jdw-pr-gap) * (var(--jdw-pr-columns) - 1))) / var(--jdw-pr-columns));
	width: calc((100vw - (var(--jdw-pr-gap) * (var(--jdw-pr-columns) - 1))) / var(--jdw-pr-columns));
	min-width: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.jdw-product-recommendations__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--jdw-pr-image-height);
	margin: 0 0 var(--jdw-pr-image-spacing);
	overflow: visible;
	color: inherit;
	text-decoration: none;
}

.jdw-product-recommendations__image {
	display: block;
	width: min(var(--jdw-pr-image-height), 100%);
	max-width: 100%;
	height: var(--jdw-pr-image-height);
	margin: 0 auto;
	object-fit: contain;
}

.jdw-product-recommendations__placeholder {
	display: block;
	width: min(var(--jdw-pr-image-height), 100%);
	height: var(--jdw-pr-image-height);
	border-radius: 4px;
	background: color-mix(in srgb, var(--e-global-color-text, #212529) 6%, transparent);
}

.jdw-product-recommendations__title {
	width: 100%;
	margin: 0 0 16px;
	color: var(--e-global-color-text, #212529);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}

.jdw-product-recommendations__title a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease;
}

.jdw-product-recommendations__title a:hover,
.jdw-product-recommendations__title a:focus-visible {
	color: var(--e-global-color-accent, #e98712);
	text-decoration: none;
	outline: 0;
}

.jdw-product-recommendations__empty {
	margin: 0;
	color: var(--e-global-color-text, #212529);
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.jdw-product-recommendations__viewport {
		overflow-x: auto;
	}

	.jdw-product-recommendations.is-ready .jdw-product-recommendations__track {
		transition: none;
	}
}

@media (max-width: 1024px) {
	.jdw-product-recommendations {
		--jdw-pr-columns: 4;
	}
}

@media (max-width: 565px) {
	.jdw-product-recommendations {
		--jdw-pr-columns: 3;
	}
}
