.slay-reels-product-viewer {
	clear: both;
	margin: 0 0 24px;
}

.slay-reels-product-viewer--single {
	float: left;
	width: 48%;
	max-width: 640px;
	margin-right: 4%;
}

.slay-reels-model-viewer {
	display: block;
	width: 100%;
	min-height: 420px;
	background:
		radial-gradient(circle at 18% 18%, rgba(28, 197, 183, 0.16), transparent 32%),
		linear-gradient(145deg, #f8fbfd 0%, #e8eef2 100%);
	border: 1px solid rgba(8, 26, 43, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.slay-reels-model-viewer__fallback {
	display: grid;
	min-height: 100%;
	place-items: center;
	color: #20313f;
	font-size: 14px;
	font-weight: 600;
}

.slay-reels-product-viewer__caption {
	margin: 10px 0 0;
	color: #38505f;
	font-size: 14px;
	line-height: 1.4;
}

.slay-reels-product-viewer--loop {
	margin: 0 0 12px;
}

.slay-reels-product-viewer--loop .slay-reels-model-viewer {
	aspect-ratio: 1 / 1;
	min-height: 0;
	max-height: 280px;
}

.woocommerce ul.products li.product .slay-reels-product-viewer--loop + img,
.woocommerce ul.products li.product .slay-reels-product-viewer--loop + a img {
	margin-top: 8px;
}

@media (max-width: 782px) {
	.slay-reels-product-viewer--single {
		float: none;
		width: 100%;
		max-width: none;
		margin-right: 0;
	}

	.slay-reels-model-viewer {
		min-height: 340px;
	}
}
