.so-slider-block {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.so-slider-swiper {
	width: 100%;
	overflow: hidden;
	padding-bottom: 4px;
}

.so-slider-swiper .swiper-slide {
	height: auto;
}

.so-slider-card {
	position: relative;
	width: 100%;
	aspect-ratio: 341 / 401;
	border-radius: 20px;
	overflow: hidden;
	background: #ddd6c8;
}

.so-slider-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.so-slider-pagination {
	position: static !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
	font-size: 13px;
}

.so-slider-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 !important;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	color: #a89e8c;
	font-size: 13px;
	letter-spacing: 0.03em;
	padding-bottom: 4px;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;
	border-bottom: 1px solid transparent;
}

.so-slider-pagination .swiper-pagination-bullet-active {
	color: #4D4237;
	border-bottom: 1px solid #4D4237;
}

@media only screen and (max-width: 48em) {
	.so-slider-pagination {
		display: none;
	}
}
