.block-swiper .swiper {
	overflow: visible;
}
.block-swiper .swiper-slide {
	height: auto;
}
.block-swiper .swiper-pagination {
	position: static;
	display: inline-flex;
	padding: var(--spacing-md, 8px);
	justify-content: center;
	align-items: center;
	gap: var(--spacing-lg, 12px);
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(4px);
	width: auto;
}
.block-swiper .swiper-pagination-bullet {
	margin: 0 !important;
	width: 8px;
	height: 8px;
	border-radius: var(--radius-full, 9999px);
	background: rgba(0,0,0,.5);
}
.block-swiper .swiper-pagination-bullet-active {
	background: #007CB9;
}
