.vm-market-top-rated-content {
	--vm-market-top-rated-red: var(--e-global-color-accent, #e30613);
	position: relative;
	display: grid;
	width: 100%;
	min-height: clamp(455px, 64vw, 690px);
	grid-template-columns: 43% 57%;
	color: #171719;
	overflow: visible;
}

.vm-market-top-rated-content *,
.vm-market-top-rated-content *::before,
.vm-market-top-rated-content *::after {
	box-sizing: border-box;
}

.vm-market-top-rated-content__stats {
	position: relative;
	z-index: 2;
	padding: clamp(8px, 2vw, 22px) 0 0 clamp(6px, 2vw, 22px);
}

.vm-market-top-rated-content__stats > p {
	margin: 0 0 13px;
	color: var(--vm-market-top-rated-red);
	font-size: clamp(9px, 1.2vw, 12px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.vm-market-top-rated-content__stats h2 {
	margin: 0;
	color: #09090a;
	font-family: inherit;
	font-size: clamp(66px, 13vw, 170px);
	font-weight: 600;
	letter-spacing: -0.08em;
	line-height: 0.8;
}

.vm-market-top-rated-content__stats h2 span {
	color: var(--vm-market-top-rated-red);
}

.vm-market-top-rated-content__stars {
	position: relative;
	width: max-content;
	margin-top: clamp(20px, 3.5vw, 38px);
	color: #d0d0ce;
	font-size: clamp(19px, 3vw, 34px);
	letter-spacing: 0.08em;
	line-height: 1;
}

.vm-market-top-rated-content__stars::after {
	content: "★★★★★";
	position: absolute;
	top: 0;
	left: 0;
	width: var(--vm-market-rating-width);
	overflow: hidden;
	color: var(--vm-market-top-rated-red);
	white-space: nowrap;
}

.vm-market-top-rated-content__stats > span {
	display: block;
	margin-top: 8px;
	color: #8a8a8d;
	font-size: clamp(10px, 1.35vw, 14px);
	line-height: 1.3;
}

.vm-market-top-rated-content__stats > i {
	position: absolute;
	z-index: -1;
	top: 40%;
	left: 24%;
	color: transparent;
	font-size: clamp(92px, 19vw, 230px);
	font-style: normal;
	font-weight: 300;
	letter-spacing: -0.08em;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(15, 15, 16, 0.05);
}

.vm-market-top-rated-content__product {
	display: block;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	border-radius: clamp(8px, 1.4vw, 16px);
	background: #111;
}

.vm-market-top-rated-content__product img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.vm-market-top-rated-content__reviews {
	position: absolute;
	z-index: 5;
	bottom: clamp(-32px, -2vw, -12px);
	left: clamp(30px, 7vw, 110px);
	width: min(58%, 720px);
	overflow: hidden;
	border: 1px solid #e2e2df;
	border-radius: clamp(10px, 1.4vw, 16px);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 14px 32px rgba(20, 20, 22, 0.14);
}

.vm-market-top-review {
	display: none;
	width: 100%;
	margin: 0;
	padding: clamp(17px, 3vw, 34px);
	color: #171719;
}

.vm-market-top-review.is-active {
	display: block;
}

.vm-market-top-review header {
	display: flex;
	align-items: center;
	gap: 11px;
}

.vm-market-top-review header img {
	width: clamp(36px, 5vw, 54px);
	height: clamp(36px, 5vw, 54px);
	border-radius: 50%;
	object-fit: cover;
}

.vm-market-top-review header strong,
.vm-market-top-review header span {
	display: block;
}

.vm-market-top-review header strong {
	font-size: clamp(11px, 1.5vw, 15px);
	line-height: 1.25;
}

.vm-market-top-review header span {
	margin-top: 2px;
	color: #99999b;
	font-size: clamp(7px, 1vw, 10px);
	line-height: 1.25;
}

.vm-market-top-review blockquote {
	position: relative;
	margin: clamp(15px, 2.5vw, 28px) 0 0;
	padding: 0 0 0 clamp(30px, 4vw, 48px);
	border: 0;
	color: #171719;
	font-size: clamp(10px, 1.4vw, 14px);
	font-style: normal;
	line-height: 1.55;
}

.vm-market-top-review blockquote::before {
	content: "“";
	position: absolute;
	top: -0.24em;
	left: 0;
	color: var(--vm-market-top-rated-red);
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 700;
	line-height: 1;
}

.vm-market-top-rated-content__review-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	padding: 0 clamp(17px, 3vw, 34px) clamp(13px, 2vw, 24px);
}

.vm-market-top-rated-content__review-footer > strong {
	color: #88888b;
	font-size: 11px;
}

.vm-market-top-rated-content__review-footer > strong span {
	color: var(--vm-market-top-rated-red);
	font-size: 18px;
}

.vm-market-top-rated-content__controls {
	display: flex;
	gap: 7px;
}

.vm-market-top-rated-content__controls button {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #dfdfdc;
	border-radius: 50%;
	background: #fff;
	color: #171719;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vm-market-top-rated-content__controls button:hover,
.vm-market-top-rated-content__controls button:focus-visible {
	border-color: var(--vm-market-top-rated-red);
	color: var(--vm-market-top-rated-red);
}

.vm-market-top-rated-content__controls button:active {
	transform: scale(0.94);
}

.vm-market-top-rated-content__controls svg,
.vm-market-top-review--empty svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.vm-market-top-review--empty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #171719;
	text-decoration: none;
}

.vm-market-top-review--empty span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vm-market-top-rated-red);
	font-size: 10px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.vm-market-top-rated-content {
		min-height: clamp(220px, 57vw, 292px);
		grid-template-columns: 43% 57%;
	}

	.vm-market-top-rated-content__stats {
		padding: 5px 0 0;
	}

	.vm-market-top-rated-content__stats > p {
		margin-bottom: 8px;
		font-size: 7px;
	}

	.vm-market-top-rated-content__stats h2 {
		font-size: clamp(40px, 10.15vw, 52px);
	}

	.vm-market-top-rated-content__stars {
		margin-top: 13px;
		font-size: 14px;
	}

	.vm-market-top-rated-content__stats > span {
		margin-top: 5px;
		font-size: 7px;
	}

	.vm-market-top-rated-content__stats > i {
		top: 39%;
		left: 22%;
		font-size: 72px;
	}

	.vm-market-top-rated-content__product {
		height: clamp(174px, 44.5vw, 228px);
	}

	.vm-market-top-rated-content__reviews {
		bottom: 0;
		left: 0;
		width: 66%;
	}

	.vm-market-top-review {
		padding: clamp(8px, 1.95vw, 10px);
	}

	.vm-market-top-review header {
		gap: 7px;
	}

	.vm-market-top-review header img {
		width: 27px;
		height: 27px;
	}

	.vm-market-top-review header strong {
		font-size: 8px;
	}

	.vm-market-top-review header span {
		font-size: 6px;
	}

	.vm-market-top-review blockquote {
		margin-top: clamp(6px, 1.55vw, 8px);
		padding-left: clamp(17px, 4.3vw, 22px);
		font-size: 7px;
		line-height: 1.35;
	}

	.vm-market-top-review blockquote::before {
		font-size: 28px;
	}

	.vm-market-top-rated-content__review-footer {
		gap: 10px;
		padding: 0 10px 8px;
	}

	.vm-market-top-rated-content__review-footer > strong {
		font-size: 7px;
	}

	.vm-market-top-rated-content__review-footer > strong span {
		font-size: 13px;
	}

	.vm-market-top-rated-content__controls button {
		width: 26px;
		height: 26px;
	}

	.vm-market-top-rated-content__controls svg {
		width: 11px;
		height: 11px;
	}

	.vm-market-top-review--empty {
		padding: 12px;
		font-size: 8px;
	}

	.vm-market-top-review--empty span {
		font-size: 7px;
	}
}
