.single-product .woocommerce-product-gallery.daey-marketplace-gallery {
	position: relative;
	margin-bottom: 26px !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.daey-marketplace-gallery .daey-media-viewport {
	height: auto !important;
	overflow: hidden !important;
}

.daey-marketplace-gallery .daey-media-stage {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: 1 / 1;
	transform: none !important;
	transition: none !important;
	background: #f8fafc;
}

.daey-marketplace-gallery .daey-media-slide {
	position: absolute !important;
	inset: 0;
	display: none !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: #fff;
}

.daey-marketplace-gallery .daey-media-slide.is-active {
	display: flex !important;
}

.daey-marketplace-gallery .daey-media-slide > a,
.daey-marketplace-gallery .daey-media-slide > a > picture {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
}

.daey-marketplace-gallery .daey-media-slide img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain !important;
}

.daey-marketplace-gallery .flex-control-thumbs,
.daey-marketplace-gallery .flex-control-nav,
.daey-marketplace-gallery .flex-direction-nav,
.daey-marketplace-gallery .ast-single-product-thumbnails,
.daey-marketplace-gallery #daey-gallery-video-thumb-item,
.daey-marketplace-gallery .daey-btn-watch-video-floating,
#daey-video-modal,
#daey-product-video-modal {
	display: none !important;
}

.daey-marketplace-gallery .daey-media-controls {
	position: absolute;
	inset: 0;
	z-index: 20;
	pointer-events: none;
}

.daey-marketplace-gallery .daey-media-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.7);
	color: #fff;
	font-size: 22px;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.22);
	cursor: pointer;
	pointer-events: auto;
	transition: background 0.2s ease, transform 0.2s ease;
}

.daey-marketplace-gallery .daey-media-arrow:hover,
.daey-marketplace-gallery .daey-media-arrow:focus-visible {
	background: #ff6210;
	color: #fff;
	transform: translateY(-50%) scale(1.05);
}

.daey-marketplace-gallery .daey-media-prev {
	left: 14px;
}

.daey-marketplace-gallery .daey-media-next {
	right: 14px;
}

.daey-marketplace-gallery .daey-media-dots {
	position: absolute;
	right: 50%;
	bottom: 14px;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	transform: translateX(50%);
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.66);
	backdrop-filter: blur(5px);
	pointer-events: auto;
}

.daey-marketplace-gallery .daey-media-dot {
	width: 9px;
	height: 9px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: none;
	cursor: pointer;
}

.daey-marketplace-gallery .daey-media-dot.is-active {
	width: 22px;
	border-radius: 999px;
	background: #ff6210;
}

.daey-marketplace-gallery .daey-media-video-slide {
	background: #0f172a;
}

.daey-marketplace-gallery .daey-media-video-launch {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0f172a;
	cursor: pointer;
}

.daey-marketplace-gallery .daey-media-video-launch img {
	opacity: 0.78;
	object-fit: cover !important;
}

.daey-marketplace-gallery .daey-media-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding-left: 5px;
	transform: translate(-50%, -50%);
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: #ff6210;
	color: #fff;
	font-size: 28px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.daey-marketplace-gallery .daey-media-video-label {
	position: absolute;
	bottom: 54px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.daey-marketplace-gallery .daey-media-video-placeholder {
	color: #cbd5e1;
	font-size: 18px;
	font-weight: 800;
}

.daey-marketplace-gallery .daey-media-video-slide iframe,
.daey-marketplace-gallery .daey-media-video-slide video {
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
	object-fit: contain;
}

.daey-marketplace-gallery.is-video-active .woocommerce-product-gallery__trigger {
	display: none !important;
}

@media (max-width: 767px) {
	.single-product .woocommerce-product-gallery.daey-marketplace-gallery {
		border-radius: 12px;
	}

	.daey-marketplace-gallery .daey-media-arrow {
		width: 38px;
		height: 38px;
		font-size: 19px;
	}

	.daey-marketplace-gallery .daey-media-prev {
		left: 9px;
	}

	.daey-marketplace-gallery .daey-media-next {
		right: 9px;
	}

	.daey-marketplace-gallery .daey-media-dots {
		bottom: 10px;
	}

	.daey-marketplace-gallery .daey-media-play {
		width: 60px;
		height: 60px;
		font-size: 23px;
	}
}
