.elementor-widget-rk-product-spotlight-slider {
	width: 100%;
}

.rk-product-spotlight__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(1.25rem);
	transition: opacity 360ms var(--rk-ease-out, cubic-bezier(0.25, 1, 0.5, 1)), transform 360ms var(--rk-ease-out, cubic-bezier(0.25, 1, 0.5, 1)), visibility 0s linear 360ms;
}

.rk-product-spotlight__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0s;
}

.rk-product-spotlight .rk-home-highlight__media {
	display: block;
}

.rk-product-spotlight .rk-home-highlight__content h2 {
	font-family: var(--rk-font-display);
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.14;
	text-transform: uppercase;
}

.rk-product-spotlight .rk-home-highlight__content h2 a {
	color: inherit;
	text-decoration: none;
}

.rk-product-spotlight .rk-home-highlight__description > :first-child {
	margin-top: 0;
}

.rk-product-spotlight .rk-home-highlight__description > :last-child {
	margin-bottom: 0;
}

.rk-product-spotlight__controls {
	position: absolute;
	top: 28.8rem;
	right: calc(50% + 19.75rem);
	z-index: 5;
	display: flex;
	gap: 0.35rem;
	align-items: center;
}

.rk-product-spotlight__controls button {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid var(--rk-mist-700, #8f9790);
	border-radius: 50%;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	transition: background-color var(--rk-duration-fast, 180ms) var(--rk-ease-out, cubic-bezier(0.25, 1, 0.5, 1)), color var(--rk-duration-fast, 180ms) var(--rk-ease-out, cubic-bezier(0.25, 1, 0.5, 1));
}

.rk-product-spotlight__controls button:is(:hover, :focus-visible) {
	background: var(--rk-color-ink, #211f1d);
	color: var(--rk-color-paper, #f7f5f0);
}

.rk-product-spotlight__counter {
	min-width: 2.75rem;
	font-family: var(--rk-font-ui);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

@media (min-width: 64rem) and (max-width: 115.99rem) {
	.rk-product-spotlight .rk-home-highlight__content h2 {
		font-size: clamp(1.25rem, calc(0.8192rem + 0.6731vw), 1.6rem);
	}

	.rk-product-spotlight__controls {
		top: clamp(21rem, calc(11.4rem + 15vw), 28.8rem);
		right: calc(50% + clamp(16.25rem, calc(11.9423rem + 6.7308vw), 19.75rem));
	}
}

@media (max-width: 63.99rem) {
	.rk-product-spotlight__slide {
		position: absolute;
	}

	.rk-product-spotlight__slide.is-active {
		position: relative;
	}

	.rk-product-spotlight .rk-home-highlight__content h2 {
		font-size: clamp(1.25rem, 5.5vw, 1.6rem);
	}

	.rk-product-spotlight__controls {
		top: auto;
		right: auto;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rk-product-spotlight__slide,
	.rk-product-spotlight__controls button {
		transition: none;
	}
}
