.ps-c737e76d-gallery-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ps-c737e76d-main-swiper {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.ps-c737e76d-main-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.ps-c737e76d-main-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.ps-c737e76d-main-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-c737e76d-thumb-swiper {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.ps-c737e76d-thumb-swiper .swiper-slide {
	opacity: 0.5;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	transition: opacity 0.3s ease;
}

.ps-c737e76d-thumb-swiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #000;
}

.ps-c737e76d-thumb-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-c737e76d-placeholder {
	padding: 40px;
	text-align: center;
	background: #f9f9f9;
	border: 2px dashed #ccc;
	color: #666;
	border-radius: 8px;
}