/* Single product gallery and HOT DEAL badge styles. */
.single-product .woocommerce-product-gallery__image {
	position: relative;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}

.single-product .woocommerce-product-gallery__image .dealarious-hot-deal-badge {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 10px;
	min-height: 28px;
	border-radius: 6px;
	border: 1px solid rgba(255, 226, 170, 0.22);
	background: linear-gradient(145deg, rgba(24, 55, 79, 0.95) 0%, rgba(32, 66, 90, 0.92) 100%);
	color: #ecd09a;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0 8px 14px -10px rgba(0, 0, 0, 0.56);
	pointer-events: none;
}

@media (max-width: 768px) {
	.single-product .woocommerce-product-gallery__image .dealarious-hot-deal-badge {
		left: 8px;
		bottom: 8px;
		padding: 5px 9px;
		min-height: 26px;
	}
}

@media (min-width: 769px) {
	.single-product .woocommerce-product-gallery {
		margin-top: 10px;
	}
}
