/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/SWIPER/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.swiper * {
	user-select: none !important;
}

.swiper-pagination {
	bottom: 0 !important;
}

/* Override default behavior (will use highlight opacity instead) */
.swiper-pagination-bullet {
	opacity: 1;
}

/* Disable highlight on active bullet */
.swiper-pagination-bullet-active {
	--highlight-opacity: 1 !important;
}

.swiper-pagination-bullet {
	width								: var(--swiper-pagination-bullet-width);
	--swiper-pagination-bullet-width	: 8px;
}

.spb-shortest {
	--swiper-pagination-bullet-width: 4px !important;
}

.spb-short {
	--swiper-pagination-bullet-width: 8px !important;
}

.spb-medium {
	--swiper-pagination-bullet-width: 16px !important;
}

.spb-long {
	--swiper-pagination-bullet-width: 24px !important;
}

.spb-longest {
	--swiper-pagination-bullet-width: 48px !important;
}

/* Compatibility fix: disable backdrop parallax inside swiper slide */
.swiper-slide .position-fixed {
	position: absolute !important;
}

/* Compatibility fix: disable hover zoom inside swiper slide */
.swiper-slide [class^='hz-']:hover
.swiper-slide [class*=' hz-']:hover {
	transform: unset !important;
}

.swiper-pagination {
	position: relative !important;
}

.swiper-button-prev::after {
	content: unset !important;
}

.swiper-button-next::after {
	content: unset !important;
}