/* ── Product listing — color swatches ───────────────────────────── */
.jet-listing-grid__item .elementor-element-0c3b6be { position: relative; }

.jf-swatches {
	position: absolute;
	bottom: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 5px;
	z-index: 2;
	pointer-events: none;
}

.jf-swatch {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	flex-shrink: 0;
	background-color: #e5e5e5;
	background-position: center;
	background-size: cover;
	transition: opacity .25s ease;
}

.jf-swatch.is-loading { opacity: 0.6; }

.jf-swatch-more {
	font-size: 10px;
	font-weight: 500;
	color: #132F4A;
	letter-spacing: 0.06em;
	background: rgba(255, 255, 255, 0.85);
	padding: 2px 6px;
	border-radius: 10px;
	line-height: 1.4;
}

/* Replace Elementor's default info blue with the Jellyfish navy. */
.elementor-element.elementor-button-info .elementor-button,
.elementor-widget-button .elementor-button .elementor-button-info,
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #132F4A !important;
}
