.carousel-container-77650fd3 {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.carousel-container-77650fd3 .swiper-slide {
	overflow: hidden;
}

.carousel-container-77650fd3 .zoom-wrapper-77650fd3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.carousel-container-77650fd3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 1s ease-out;
}

.carousel-placeholder-77650fd3 {
	padding: 40px;
	background: #f3f4f6;
	border: 2px dashed #d1d5db;
	text-align: center;
	color: #4b5563;
	border-radius: 8px;
	font-family: inherit;
}

.carousel-editor-preview-77650fd3 {
	border: 1px solid #e5e7eb;
	padding: 16px;
	background: #f9fafb;
	border-radius: 8px;
}

.carousel-editor-preview-77650fd3 .placeholder {
	text-align: center;
	color: #9ca3af;
	padding: 24px 0;
}

.carousel-grid-preview {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 8px 4px;
}

.carousel-grid-preview img {
	height: 90px;
	width: auto;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
