/* .swiper {
	user-select: none;
	margin-bottom: 20px;
} */


.swiper-thumbs {
	width: 100%;
	/* max-width: 800px;
	height: 100px; */
	box-sizing: border-box;
	/* max-width: 800px !important; */
	/* margin: 0 auto !important;; */
	/* height: 400px !important; */
}

.swiper-main .swiper-slide:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.swiper-thumbs .swiper-slide {
	font-size: 16px;
	opacity: 0.4;
	cursor: pointer;
}

.swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	box-shadow: 0 0 0 3px #007aff;
}

/* Optional: Style the scrollbar */
.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.swiper-scrollbar-drag {
	background: #007aff;
}

.swiper-main {
	max-width: 600px !important;
}