.rdhb-category-image-swiper {
	--rdhb-category-image-gap-desktop: 8px;
	--rdhb-category-image-gap-mobile: 4px;
	--rdhb-category-image-gap: var(--rdhb-category-image-gap-desktop);
	position: relative;
	display: block;
	width: 100%;
	max-width: 1385px; /* 7 cards * 191px + 6 gaps * 8px */
	overflow: hidden;
	touch-action: pan-y;
}

.rdhb-category-image-swiper__track {
	display: flex;
	gap: var(--rdhb-category-image-gap);
}

.rdhb-category-image-swiper.swiper-initialized .rdhb-category-image-swiper__track {
	gap: 0;
}

.rdhb-category-image-swiper__slide,
.rdhb-category-image-swiper__slide * {
	box-sizing: border-box;
}

.rdhb-category-image-swiper__slide {
	min-width: 0;
	height: auto;
	width: 191px;
}

.rdhb-category-image-swiper.swiper-initialized .rdhb-category-image-swiper__slide.swiper-slide {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.rdhb-category-image-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 191px;
	color: inherit;
	text-decoration: none !important;
	-webkit-user-drag: none;
	user-select: none;
}

.rdhb-category-image-card__media {
	width: 191px;
	height: 191px;
	overflow: hidden;
	background: #f2f2f2;
	border-radius: 0;
}

.rdhb-category-image-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
	-webkit-user-drag: none;
	user-select: none;
}

.rdhb-category-image-card * {
	-webkit-user-drag: none;
}

.rdhb-category-image-card:hover .rdhb-category-image-card__media img {
	transform: scale(1.05);
}

.rdhb-category-image-card__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #111;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.rdhb-category-image-swiper__scrollbar {
	position: relative !important;
	left: 0 !important;
	width: 100% !important;
	height: 4px !important;
	margin-top: 24px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 0;
}

.rdhb-category-image-swiper__scrollbar .swiper-scrollbar-drag {
	background: #111;
	border-radius: 0;
}

@media (max-width: 1024px) {
	.rdhb-category-image-swiper {
		--rdhb-category-image-gap: var(--rdhb-category-image-gap-mobile);
		max-width: none;
	}

	.rdhb-category-image-swiper__slide {
		width: 140px;
	}

	.rdhb-category-image-card {
		width: 140px;
	}

	.rdhb-category-image-card__media {
		width: 140px;
		height: 140px;
	}
}
