.funrent-product-slider-block {
	background: var(--color-yellow-light, #fff4c3);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	padding: 80px 0 90px;
	width: 100vw;
}

.funrent-product-slider-block .funrent-container {
	max-width: var(--wide, 1500px);
}

.funrent-product-slider-title {
	color: #1b1b1b;
	font-family: var(--font-family-jakarta);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight-bold);
	margin: 0 0 10px;
	text-align: center;
}

.funrent-product-slider-subtitle {
	color: #1b1b1b;
	font-family: var(--font-family-manrope);
	font-size: var(--font-size-p-normal);
	font-weight: var(--font-weight-regular);
	margin: 0 0 40px;
	text-align: center;
}

.funrent-product-slider {
	position: relative;
}

.funrent-product-slider-rail {
	--funrent-product-shadow: 24px;
	cursor: grab;
	overflow: hidden;
	margin-bottom: calc(var(--funrent-product-shadow) * -1);
	margin-top: calc(var(--funrent-product-shadow) * -1);
	padding-bottom: var(--funrent-product-shadow);
	padding-top: var(--funrent-product-shadow);
	touch-action: pan-y;
	margin-left: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	width: 100vw;
}

.funrent-product-slider-rail.is-dragging {
	cursor: grabbing;
}

.funrent-product-slider-block .woocommerce ul.products {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	grid-template-columns: none;
	margin: 0;
	padding: 0 0 8px;
	min-width: 100%;
	will-change: transform;
}

.funrent-product-slider-block .woocommerce ul.products::before,
.funrent-product-slider-block .woocommerce ul.products::after {
	content: none;
}

.funrent-product-slider-block .woocommerce ul.products li.product {
	flex: 0 0 clamp(260px, 26vw, 330px);
	max-width: 360px;
	display: flex;
}

.funrent-product-slider-block .woocommerce ul.products li.product.funrent-product-card {
	list-style: none;
}

.funrent-product-slider-block .woocommerce ul.products li.product .funrent-product-card__inner {
	width: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.funrent-product-slider-block .woocommerce ul.products li.product .product-labels {
	transition: transform 0.2s ease;
}

.funrent-product-slider-block .woocommerce ul.products li.product .funrent-product-card__inner:hover,
.funrent-product-slider-block .woocommerce ul.products li.product .funrent-product-card__inner:focus-within {
	background: var(--color-light-white, #fffdf6);
	box-shadow: 0 22px 36px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.funrent-product-slider-block .woocommerce ul.products li.product:hover .funrent-product-card__inner,
.funrent-product-slider-block .woocommerce ul.products li.product:focus-within .funrent-product-card__inner {
	background: var(--color-light-white, #fffdf6);
	box-shadow: 0 22px 36px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.funrent-product-slider-block .woocommerce ul.products li.product:hover .product-labels,
.funrent-product-slider-block .woocommerce ul.products li.product:focus-within .product-labels {
	transform: translateY(-4px);
}

.funrent-product-slider-progress {
	background: rgba(52, 131, 110, 0.18);
	border-radius: 999px;
	height: 3px;
	margin-top: 26px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.funrent-product-slider-progress__bar {
	background: var(--color-green-normal);
	border-radius: 999px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(var(--progress-position, 0%));
	transition: transform 0.2s ease;
	width: var(--progress-width, 32%);
}

@media (max-width: 960px) {
	.funrent-product-slider-block {
		padding: 50px 0 60px;
	}

	.funrent-product-slider-subtitle {
		margin-bottom: 30px;
	}

	.funrent-product-slider-block .woocommerce ul.products {
		gap: 14px;
	}

	.funrent-product-slider-block .woocommerce ul.products li.product {
		flex-basis: clamp(240px, 70vw, 290px);
	}
}

@media (max-width: 640px) {
	.funrent-product-slider-block {
		padding: 36px 0 42px;
	}

	.funrent-product-slider-subtitle {
		margin-bottom: 24px;
	}

	.funrent-product-slider-block .woocommerce ul.products {
		gap: 12px;
	}

	.funrent-product-slider-block .woocommerce ul.products li.product {
		flex-basis: clamp(220px, 78vw, 260px);
	}
}
