/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 * Version: 1.2.1
 */
/* cache-bust: 2026-07-31-checkout */

/* ==========================================================================
   Homepage — Hero + floating marquee (Caitlyn-inspired)
   ========================================================================== */

.merca-home-v2 {
	--merca-home-bg: #fdfbf7;
	--merca-home-ink: #2f2b29;
	--merca-home-muted: rgba(47, 43, 41, 0.62);
	--merca-home-line: rgba(47, 43, 41, 0.12);
}

/* Hide legacy Elementor blocks replaced / removed on homepage */
.merca-home-v2 .elementor-838 > .elementor-element-4dff244,
.merca-home-v2 .elementor-838 > .elementor-element-b4dedfb,
.merca-home-v2 .elementor-838 > .elementor-element-f3c0c62,
.merca-home-v2 .elementor-element-f3c0c62,
/* Best Sellers (replaced by theme section) */
.merca-home-v2 .elementor-838 > .elementor-element-0d50968,
.merca-home-v2 .elementor-element-0d50968,
/* Browse Women / Men / Cards band */
.merca-home-v2 .elementor-838 > .elementor-element-4cc479a,
.merca-home-v2 .elementor-element-4cc479a,
/* About Us */
.merca-home-v2 .elementor-838 > .elementor-element-3d15c63,
.merca-home-v2 .elementor-element-3d15c63,
/* Classics */
.merca-home-v2 .elementor-838 > .elementor-element-51cfdf1,
.merca-home-v2 .elementor-element-51cfdf1,
/* Need help (replaced by theme section) */
.merca-home-v2 .elementor-838 > .elementor-element-30b0348,
.merca-home-v2 .elementor-element-30b0348,
/* Mobile-only Ivory Search shortcode (orphan bar above footer) */
.merca-home-v2 .elementor-838 > .elementor-element-4ab0ffd,
.merca-home-v2 .elementor-element-4ab0ffd,
.merca-home-v2 .elementor-element-d10757a {
	display: none !important;
}

/* Full-bleed under header */
.merca-home-v2 .merca-hero {
	position: relative;
	width: 100%;
	margin: 0;
	background: #0e0d12;
	color: #fff;
}

.merca-hero__media {
	position: relative;
	min-height: clamp(22rem, 72vh, 42rem);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.merca-hero__video,
.merca-hero__gif {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	background: #0e0d12;
}

/* Light scrim only — keeps original video colors, text still readable */
.merca-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(14, 13, 18, 0.12) 0%, rgba(14, 13, 18, 0.22) 50%, rgba(14, 13, 18, 0.42) 100%);
	pointer-events: none;
	z-index: 1;
}

.merca-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: clamp(2rem, 6vw, 4rem) 1.25rem;
	max-width: 36rem;
}

.merca-hero__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.merca-hero__title {
	margin: 0 0 1.5rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5.5vw, 3.35rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 1.12;
	color: #fff;
}

.merca-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.65rem;
	border: 1px solid #fff;
	background: #fff;
	color: var(--merca-home-ink, #2f2b29);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.merca-hero__cta:hover,
.merca-hero__cta:focus {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.85);
}

/* Floating / marquee strip under hero — seamless infinite loop */
.merca-marquee {
	position: relative;
	overflow: hidden;
	/* Black transparent tint over the strip */
	background: rgba(14, 13, 18, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	padding: 0.95rem 0;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.merca-marquee__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	/* Longer distance (more phrases) → slower perceived restart */
	animation: merca-marquee-scroll 70s linear infinite;
	will-change: transform;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

/* Two identical halves; no gap so -50% lands on the same phrase */
.merca-marquee__group {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	gap: 0;
}

.merca-marquee__item {
	flex-shrink: 0;
	padding: 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.95);
}

.merca-marquee__dot {
	flex-shrink: 0;
	padding: 0 1.1rem;
	font-size: 0.85rem;
	line-height: 1;
	opacity: 0.45;
	color: #fff;
}

/* Move exactly one group width (50% of two equal halves) */
@keyframes merca-marquee-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.merca-marquee__track {
		animation: none;
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		transform: none;
		will-change: auto;
	}

	.merca-marquee__group:not(:first-child) {
		display: none;
	}

	.merca-marquee__group {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.35rem 0;
		padding: 0 1rem;
		/* Only show one pass of phrases when motion is reduced */
		max-width: 100%;
	}

	.merca-marquee__group .merca-marquee__item:nth-child(n + 13),
	.merca-marquee__group .merca-marquee__dot:nth-child(n + 13) {
		/* 6 items × 2 nodes = 12; hide the extra repeated copies */
		display: none;
	}
}

@media (max-width: 640px) {
	.merca-hero__media {
		min-height: min(70vh, 32rem);
	}

	.merca-marquee__item {
		font-size: 0.65rem;
		letter-spacing: 0.16em;
	}

	.merca-marquee__dot {
		padding: 0 0.75rem;
	}
}

/* ==========================================================================
   Homepage — Curated by Category
   ~4 tiles visible, horizontal scroll for the rest (roomier, not crammed)
   ========================================================================== */

.merca-categories {
	background: var(--merca-home-bg, #fdfbf7);
	color: var(--merca-home-ink, #2f2b29);
	padding: clamp(2.5rem, 4.5vw, 3.75rem) 0 clamp(2.75rem, 5vw, 4rem);
}

.merca-categories__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.merca-categories__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
	padding-inline: clamp(0.85rem, 2vw, 1.5rem);
	background: transparent;
	position: static;
	height: auto;
}

.merca-categories__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.8vw, 2.1rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--merca-home-ink, #2f2b29);
}

.merca-categories__all {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--merca-home-ink, #2f2b29);
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.15rem;
	transition: opacity 0.2s ease;
}

.merca-categories__all:hover,
.merca-categories__all:focus {
	opacity: 0.55;
}

/* Track wraps scroller + drag hint */
.merca-categories__track {
	position: relative;
	width: 100%;
}

/* Horizontal scroller — shows ~4, drag/swipe for remaining 2 */
.merca-categories__scroller {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	cursor: grab;
	/* Soft fade hint that more is on the right */
	mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 2.5rem), transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 2.5rem), transparent 100%);
	/* Thin scrollbar */
	scrollbar-width: thin;
	scrollbar-color: rgba(47, 43, 41, 0.35) transparent;
}

.merca-categories__scroller:active {
	cursor: grabbing;
}

/* Quiet “Drag →” cue on the right */
.merca-categories__hint {
	position: absolute;
	right: clamp(0.65rem, 2vw, 1.25rem);
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.merca-categories.has-scroll-hint:not(.is-scroll-hint-done) .merca-categories__hint {
	opacity: 1;
	animation: merca-hint-float 1.8s ease-in-out infinite;
}

.merca-categories.is-scroll-hint-done .merca-categories__hint {
	opacity: 0;
	transform: translateY(-50%) translateX(8px);
}

.merca-categories__hint-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.45rem 0.7rem 0.45rem 0.75rem;
	border-radius: 999px;
	background: rgba(14, 13, 18, 0.62);
	color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 8px 24px rgba(14, 13, 18, 0.18);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.merca-categories__hint-icon {
	display: block;
	flex-shrink: 0;
}

.merca-categories__hint-text {
	line-height: 1;
	padding-bottom: 1px;
}

@keyframes merca-hint-float {
	0%,
	100% {
		transform: translateY(-50%) translateX(0);
	}
	50% {
		transform: translateY(-50%) translateX(6px);
	}
}

@media (max-width: 560px) {
	.merca-categories__hint-text {
		/* Icon-only on very small screens */
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.merca-categories__hint-pill {
		padding: 0.5rem;
	}
}

.merca-categories__scroller::-webkit-scrollbar {
	height: 6px;
}

.merca-categories__scroller::-webkit-scrollbar-thumb {
	background: rgba(47, 43, 41, 0.28);
	border-radius: 999px;
}

.merca-categories__scroller::-webkit-scrollbar-track {
	background: transparent;
}

.merca-categories__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.55rem;
	width: max-content;
	min-width: 100%;
	box-sizing: border-box;
	padding-inline: clamp(0.65rem, 1.5vw, 1.15rem);
	padding-bottom: 0.65rem; /* room for scrollbar */
}

.merca-categories__item {
	margin: 0;
	padding: 0;
	/* Desktop: ~4 tiles in view */
	flex: 0 0 calc(25vw - 0.55rem);
	scroll-snap-align: start;
	min-width: 11rem;
}

@media (max-width: 900px) {
	.merca-categories__item {
		/* Tablet: ~2 tiles in view */
		flex: 0 0 44vw;
		min-width: 10rem;
	}
}

@media (max-width: 560px) {
	.merca-categories__item {
		/* Phone: ~1.5 tiles — clear scroll cue */
		flex: 0 0 68vw;
		min-width: 0;
	}

	.merca-categories__label {
		font-size: 0.68rem;
		letter-spacing: 0.1em;
	}
}

.merca-categories__card {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 100%;
}

.merca-categories__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	width: 100%;
	background: #ece8e2;
}

/* Light overall tint so white labels always read */
.merca-categories__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(14, 13, 18, 0.28);
	pointer-events: none;
	z-index: 1;
}

.merca-categories__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s ease;
}

.merca-categories__card:hover .merca-categories__media img,
.merca-categories__card:focus .merca-categories__media img {
	transform: scale(1.04);
}

/* Label centered on the photo */
.merca-categories__label {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(0.72rem, 1.15vw, 0.92rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 1.2;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
	pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
	.merca-categories__scroller {
		scroll-behavior: auto;
	}

	.merca-categories__hint,
	.merca-categories.has-scroll-hint:not(.is-scroll-hint-done) .merca-categories__hint {
		animation: none;
		opacity: 0.85;
	}

	.merca-categories__media img {
		transition: none;
	}

	.merca-categories__card:hover .merca-categories__media img,
	.merca-categories__card:focus .merca-categories__media img {
		transform: none;
	}
}

/* ==========================================================================
   Homepage — New Arrivals product grid
   ========================================================================== */

/* Sit correctly inside Blocksy #main-container flex column */
#main-container > .merca-hero,
#main-container > .merca-categories,
#main-container > .merca-products,
#main-container > .merca-reviews,
#main-container > .merca-help {
	flex-shrink: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

/* Best Sellers: always one clean row of 4 on desktop */
.merca-products--best .merca-products__grid--4 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
	.merca-products--best .merca-products__grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

.merca-products {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	background: var(--merca-home-bg, #fdfbf7) !important;
	color: var(--merca-home-ink, #2f2b29) !important;
	padding: clamp(2.75rem, 5vw, 4.25rem) 0 !important;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

/* Near full-bleed — little side whitespace (matches categories feel) */
.merca-products__inner {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding-inline: clamp(0.65rem, 1.5vw, 1.25rem);
	box-sizing: border-box;
}

.merca-products__head {
	display: flex !important;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin: 0 0 clamp(1.5rem, 3vw, 2.15rem) !important;
	padding: 0 !important;
	background: transparent !important;
	position: static !important;
	height: auto !important;
	min-height: 0 !important;
	width: 100% !important;
}

.merca-products__title {
	display: block !important;
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.55rem, 2.8vw, 2.1rem) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.2 !important;
	color: var(--merca-home-ink, #2f2b29) !important;
}

.merca-products__all {
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--merca-home-ink, #2f2b29) !important;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.15rem;
	transition: opacity 0.2s ease;
}

.merca-products__all:hover,
.merca-products__all:focus {
	opacity: 0.55;
}

.merca-products__grid {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1.25rem 0.65rem !important;
	width: 100% !important;
	visibility: visible !important;
}

@media (min-width: 768px) {
	.merca-products__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 1.5rem 0.85rem !important;
	}
}

@media (min-width: 1200px) {
	.merca-products__grid {
		gap: 1.65rem 1rem !important;
	}
}

/* --------------------------------------------------------------------------
   New Arrivals — horizontal scroll (matches Curated by Category)
   -------------------------------------------------------------------------- */

.merca-products--new .merca-products__inner {
	padding-inline: 0;
}

.merca-products--new .merca-products__head {
	padding-inline: clamp(0.85rem, 2vw, 1.5rem) !important;
}

.merca-products--new .merca-products__track {
	position: relative;
	width: 100%;
}

.merca-products--new .merca-products__scroller {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	cursor: grab;
	mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 2.5rem), transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 2.5rem), transparent 100%);
	scrollbar-width: thin;
	scrollbar-color: rgba(47, 43, 41, 0.35) transparent;
}

.merca-products--new .merca-products__scroller:active {
	cursor: grabbing;
}

.merca-products--new .merca-products__scroller::-webkit-scrollbar {
	height: 6px;
}

.merca-products--new .merca-products__scroller::-webkit-scrollbar-thumb {
	background: rgba(47, 43, 41, 0.28);
	border-radius: 999px;
}

.merca-products--new .merca-products__scroller::-webkit-scrollbar-track {
	background: transparent;
}

/* Drag hint on the right */
.merca-products--new .merca-products__hint {
	position: absolute;
	right: clamp(0.65rem, 2vw, 1.25rem);
	top: 42%;
	transform: translateY(-50%);
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.merca-products--new.has-scroll-hint:not(.is-scroll-hint-done) .merca-products__hint {
	opacity: 1;
	animation: merca-hint-float 1.8s ease-in-out infinite;
}

.merca-products--new.is-scroll-hint-done .merca-products__hint {
	opacity: 0;
	transform: translateY(-50%) translateX(8px);
}

.merca-products--new .merca-products__hint-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.45rem 0.7rem 0.45rem 0.75rem;
	border-radius: 999px;
	background: rgba(14, 13, 18, 0.62);
	color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 8px 24px rgba(14, 13, 18, 0.18);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.merca-products--new .merca-products__hint-icon {
	display: block;
	flex-shrink: 0;
}

.merca-products--new .merca-products__hint-text {
	line-height: 1;
	padding-bottom: 1px;
}

@media (max-width: 560px) {
	.merca-products--new .merca-products__hint-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.merca-products--new .merca-products__hint-pill {
		padding: 0.5rem;
	}
}

.merca-products--new .merca-products__grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	gap: 0.75rem !important;
	width: max-content !important;
	min-width: 100% !important;
	box-sizing: border-box;
	padding-inline: clamp(0.65rem, 1.5vw, 1.15rem) !important;
	padding-bottom: 0.65rem !important;
}

.merca-products--new .merca-products__item {
	/* Desktop: ~4 products in view */
	flex: 0 0 calc(25vw - 0.75rem);
	width: auto !important;
	max-width: none;
	scroll-snap-align: start;
	min-width: 11rem;
}

@media (max-width: 900px) {
	.merca-products--new .merca-products__item {
		flex: 0 0 44vw;
		min-width: 10rem;
	}
}

@media (max-width: 560px) {
	.merca-products--new .merca-products__item {
		flex: 0 0 68vw;
		min-width: 0;
	}
}

.merca-products--new .merca-products__footer {
	padding-inline: clamp(0.85rem, 2vw, 1.5rem);
}

@media (prefers-reduced-motion: reduce) {
	.merca-products--new .merca-products__scroller {
		scroll-behavior: auto;
	}

	.merca-products--new .merca-products__hint,
	.merca-products--new.has-scroll-hint:not(.is-scroll-hint-done) .merca-products__hint {
		animation: none;
	}
}

.merca-products__item {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0;
	width: 100% !important;
	float: none !important;
	clear: none !important;
	list-style: none !important;
	visibility: visible !important;
}

.merca-products__card {
	display: flex !important;
	flex-direction: column;
	gap: 0.7rem;
	height: 100%;
	text-decoration: none !important;
	color: var(--merca-home-ink, #2f2b29) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.merca-products__media {
	position: relative;
	display: block !important;
	overflow: hidden;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	min-height: 140px;
	background: #f3f0ea;
}

.merca-products__media img,
.merca-products__img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center;
	transition: transform 0.5s ease, opacity 0.35s ease;
	visibility: visible !important;
}

.merca-products__img--primary {
	position: relative;
	z-index: 1;
	opacity: 1;
}

/* First gallery image — shown on hover (like Blocksy archive swap) */
.merca-products__img--secondary {
	position: absolute !important;
	inset: 0;
	z-index: 2;
	opacity: 0 !important;
	pointer-events: none;
}

.merca-products__card:hover .merca-products__media:not(.has-secondary) img,
.merca-products__card:focus-visible .merca-products__media:not(.has-secondary) img {
	transform: scale(1.04);
}

.merca-products__card:hover .merca-products__media.has-secondary .merca-products__img--secondary,
.merca-products__card:focus-visible .merca-products__media.has-secondary .merca-products__img--secondary,
.merca-products__card:focus-within .merca-products__media.has-secondary .merca-products__img--secondary {
	opacity: 1 !important;
	transform: scale(1.02);
}

.merca-products__card:hover .merca-products__media.has-secondary .merca-products__img--primary,
.merca-products__card:focus-visible .merca-products__media.has-secondary .merca-products__img--primary,
.merca-products__card:focus-within .merca-products__media.has-secondary .merca-products__img--primary {
	transform: scale(1.02);
}

.merca-products__badge {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	z-index: 3;
	padding: 0.3rem 0.55rem;
	background: rgba(14, 13, 18, 0.78);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

.merca-products__name {
	display: block !important;
	font-size: 0.9rem !important;
	font-weight: 450 !important;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: var(--merca-home-ink, #2f2b29) !important;
	text-align: center;
	visibility: visible !important;
}

.merca-products__price {
	display: block !important;
	font-size: 0.84rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.03em;
	line-height: 1.3;
	color: var(--merca-home-muted, rgba(47, 43, 41, 0.68)) !important;
	text-align: center;
	visibility: visible !important;
}

.merca-products__price .amount,
.merca-products__price .woocommerce-Price-amount {
	color: inherit !important;
}

.merca-products__price del {
	opacity: 0.45;
	margin-right: 0.3rem;
}

.merca-products__price ins {
	text-decoration: none;
	background: none;
}

.merca-products__footer {
	display: flex !important;
	justify-content: center;
	margin-top: clamp(1.75rem, 3.5vw, 2.35rem);
}

.merca-products__cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1.6rem;
	border: 1px solid var(--merca-home-ink, #2f2b29) !important;
	background: transparent !important;
	color: var(--merca-home-ink, #2f2b29) !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.merca-products__cta:hover,
.merca-products__cta:focus {
	background: var(--merca-home-ink, #2f2b29) !important;
	color: #fff !important;
}

@media (prefers-reduced-motion: reduce) {
	.merca-products__media img {
		transition: none;
	}

	.merca-products__card:hover .merca-products__media img,
	.merca-products__card:focus-visible .merca-products__media img,
	.merca-products__card:focus-within .merca-products__media img {
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.merca-categories__media img {
		transition: none;
	}

	.merca-categories__card:hover .merca-categories__media img,
	.merca-categories__card:focus .merca-categories__media img {
		transform: none;
	}
}

/* ==========================================================================
   Homepage — Customer Reviews
   ========================================================================== */

.merca-reviews {
	background: #f7f4ef;
	color: var(--merca-home-ink, #2f2b29);
	padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
	width: 100%;
	box-sizing: border-box;
}

.merca-reviews__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.merca-reviews__head {
	text-align: center;
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
	padding-inline: 1.25rem;
}

.merca-reviews__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--merca-home-muted, rgba(47, 43, 41, 0.62));
}

.merca-reviews__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--merca-home-ink, #2f2b29);
}

/* Auto-sliding reviews marquee (seamless loop) */
.merca-reviews__scroller {
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 2.5%,
		#000 97.5%,
		transparent 100%
	);
	-webkit-mask-image: linear-gradient(
		90deg,
		transparent 0,
		#000 2.5%,
		#000 97.5%,
		transparent 100%
	);
}

.merca-reviews__track {
	display: flex;
	width: max-content;
	animation: merca-reviews-slide 48s linear infinite;
	will-change: transform;
}

.merca-reviews__scroller:hover .merca-reviews__track,
.merca-reviews__scroller:focus-within .merca-reviews__track {
	animation-play-state: paused;
}

.merca-reviews__group {
	list-style: none;
	margin: 0;
	padding: 0 0 0.15rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.9rem;
	width: max-content;
	box-sizing: border-box;
	/* Space between the two identical halves so the loop doesn’t feel tight */
	padding-inline-end: 0.9rem;
}

.merca-reviews__item {
	margin: 0;
	padding: 0;
	flex: 0 0 min(20.5rem, 82vw);
	display: flex;
}

@media (min-width: 900px) {
	.merca-reviews__item {
		flex-basis: min(22rem, 30vw);
		max-width: 24rem;
	}
}

.merca-reviews__item .merca-reviews__card {
	width: 100%;
	min-height: 100%;
}

@keyframes merca-reviews-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.merca-reviews__scroller {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(47, 43, 41, 0.28) transparent;
		mask-image: none;
		-webkit-mask-image: none;
	}

	.merca-reviews__track {
		animation: none;
		/* Show one set only when motion is reduced */
	}

	.merca-reviews__group[aria-hidden="true"] {
		display: none;
	}

	.merca-reviews__group {
		padding-inline: clamp(0.85rem, 2vw, 1.35rem);
		padding-inline-end: clamp(0.85rem, 2vw, 1.35rem);
	}
}

.merca-reviews__card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
	margin: 0;
	padding: 1.4rem 1.35rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(47, 43, 41, 0.08);
	box-sizing: border-box;
}

.merca-reviews__stars {
	display: flex;
	gap: 0.12rem;
	line-height: 1;
}

.merca-reviews__star {
	font-size: 0.95rem;
	color: rgba(47, 43, 41, 0.18);
}

.merca-reviews__star.is-on {
	color: #2f2b29;
}

.merca-reviews__quote {
	margin: 0;
	flex-grow: 1;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.02rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.55;
	color: var(--merca-home-ink, #2f2b29);
}

.merca-reviews__meta {
	margin: 0;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(47, 43, 41, 0.08);
}

.merca-reviews__product {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: inherit;
}

.merca-reviews__thumb {
	display: block;
	width: 2.75rem;
	height: 2.75rem;
	object-fit: cover;
	background: #f3f0ea;
	flex-shrink: 0;
}

.merca-reviews__product-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.merca-reviews__author {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--merca-home-ink, #2f2b29);
}

.merca-reviews__product-name {
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	color: var(--merca-home-muted, rgba(47, 43, 41, 0.62));
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.merca-reviews__product:hover .merca-reviews__product-name,
.merca-reviews__product:focus .merca-reviews__product-name {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* ==========================================================================
   Homepage — Need help? CTA
   ========================================================================== */

.merca-help {
	display: block;
	width: 100%;
	margin: 0;
	padding: clamp(3.25rem, 7vw, 5.25rem) clamp(1.25rem, 4vw, 2rem);
	background: var(--merca-home-ink, #2f2b29);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.merca-help__inner {
	width: min(100%, 36rem);
	margin-inline: auto;
}

.merca-help__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
}

.merca-help__title {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.85rem, 3.8vw, 2.65rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.01em;
	line-height: 1.15;
	color: #fff;
}

.merca-help__text {
	margin: 0 auto 1.75rem;
	max-width: 28rem;
	font-size: 0.98rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
}

.merca-help__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.merca-help__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.55rem;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.merca-help__btn--primary {
	background: #fff;
	color: var(--merca-home-ink, #2f2b29);
	border-color: #fff;
}

.merca-help__btn--primary:hover,
.merca-help__btn--primary:focus {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.85);
}

.merca-help__btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}

.merca-help__btn--ghost:hover,
.merca-help__btn--ghost:focus {
	background: #fff;
	color: var(--merca-home-ink, #2f2b29);
	border-color: #fff;
}

/* ==========================================================================
   Site footer — quiet luxury (matches homepage redesign)
   ========================================================================== */

.ct-footer {
	--merca-footer-bg: #000000;
	--merca-footer-ink: #ffffff;
	--merca-footer-muted: rgba(255, 255, 255, 0.62);
	--theme-icon-color: #ffffff;
	--theme-icon-hover-color: #000000;
	background: var(--merca-footer-bg) !important;
	color: var(--merca-footer-ink) !important;
	border-top: none !important;
	box-shadow: none !important;
}

.ct-footer [data-row] {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.ct-footer [data-row="middle"] {
	padding-block: clamp(1.5rem, 3.5vw, 2.15rem) 0.85rem !important;
}

.ct-footer [data-row="bottom"] {
	padding-block: 0.65rem 1.35rem !important;
	border-top: none !important;
}

.ct-footer .ct-container {
	width: min(100% - 1.75rem, 1180px) !important;
	max-width: 1180px;
	margin-inline: auto;
}

/* Contact strip */
.ct-footer .ct-widget,
.ct-footer .wp-block-paragraph,
.ct-footer p {
	margin: 0 !important;
	color: var(--merca-footer-muted) !important;
	font-size: 0.88rem !important;
	line-height: 1.7 !important;
	text-align: center !important;
	letter-spacing: 0.02em;
}

.ct-footer [data-row="middle"] [data-column] {
	width: 100%;
	text-align: center;
}

.ct-footer .merca-footer-phone,
.ct-footer .merca-footer-email {
	color: var(--merca-footer-muted) !important;
	text-decoration: none !important;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ct-footer .merca-footer-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1;
	padding: 0.1em 0.15em;
}

.ct-footer .merca-footer-phone-icon {
	font-size: 1.15em;
	line-height: 1;
}

.ct-footer .merca-footer-sep {
	margin: 0 0.35em;
	opacity: 0.7;
}

.ct-footer .merca-footer-phone:hover,
.ct-footer .merca-footer-phone:focus,
.ct-footer .merca-footer-email:hover,
.ct-footer .merca-footer-email:focus {
	color: #ffffff !important;
}

/* Socials — force white icons on black */
.ct-footer .ct-footer-socials,
.ct-footer .ct-social-box {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	margin: 0 !important;
}

.ct-footer .ct-social-box a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.45) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	opacity: 1 !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ct-footer .ct-social-box a:hover,
.ct-footer .ct-social-box a:focus {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #000000 !important;
}

.ct-footer .ct-social-box .ct-icon-container {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 1.15rem !important;
	height: 1.15rem !important;
	color: #ffffff !important;
	background: transparent !important;
}

.ct-footer .ct-social-box a:hover .ct-icon-container,
.ct-footer .ct-social-box a:focus .ct-icon-container {
	color: #000000 !important;
}

.ct-footer .ct-social-box svg {
	display: block !important;
	width: 1.15rem !important;
	height: 1.15rem !important;
	fill: #ffffff !important;
	color: #ffffff !important;
	stroke: none !important;
	opacity: 1 !important;
}

.ct-footer .ct-social-box svg path,
.ct-footer .ct-social-box svg circle {
	fill: #ffffff !important;
	stroke: none !important;
	opacity: 1 !important;
}

.ct-footer .ct-social-box a:hover svg,
.ct-footer .ct-social-box a:focus svg {
	fill: #000000 !important;
	color: #000000 !important;
}

.ct-footer .ct-social-box a:hover svg path,
.ct-footer .ct-social-box a:hover svg circle,
.ct-footer .ct-social-box a:focus svg path,
.ct-footer .ct-social-box a:focus svg circle {
	fill: #000000 !important;
}

/* Copyright */
.ct-footer .ct-footer-copyright,
.ct-footer .ct-footer-copyright p {
	margin: 0 !important;
	text-align: center !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: var(--merca-footer-muted) !important;
}

/* Bottom row: stack socials + copyright cleanly */
.ct-footer [data-row="bottom"] .ct-container {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
}

.ct-footer [data-row="bottom"] [data-column] {
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.ct-footer [data-row="bottom"] .ct-container {
		flex-direction: row;
		justify-content: space-between;
		gap: 1.25rem;
	}

	.ct-footer [data-row="bottom"] [data-column] {
		width: auto;
	}

	.ct-footer [data-row="bottom"] [data-column="copyright"] {
		justify-content: flex-end;
	}

	.ct-footer [data-row="bottom"] [data-column="socials"] {
		justify-content: flex-start;
	}
}

/* ==========================================================================
   Mobile menu — Ivory Search always visible (no icon click)
   ========================================================================== */

#offcanvas .is-menu.is-dropdown,
[data-device="mobile"] .is-menu.is-dropdown,
.mobile-menu .is-menu.is-dropdown {
	display: block !important;
	width: 100%;
	padding: 0.65rem 0 0.85rem;
	list-style: none;
}

/* Hide the magnifying-glass toggle + close control in the drawer */
#offcanvas .is-menu.is-dropdown > a,
[data-device="mobile"] .is-menu.is-dropdown > a,
.mobile-menu .is-menu.is-dropdown > a,
#offcanvas .is-menu .search-close,
[data-device="mobile"] .is-menu .search-close,
.mobile-menu .is-menu .search-close {
	display: none !important;
}

/* Force the form open and in normal flow */
#offcanvas .is-menu.is-dropdown form,
[data-device="mobile"] .is-menu.is-dropdown form,
.mobile-menu .is-menu.is-dropdown form {
	display: flex !important;
	align-items: stretch;
	position: relative !important;
	right: auto !important;
	left: auto !important;
	top: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	width: 100% !important;
	z-index: 1;
}

#offcanvas .is-menu.is-dropdown .is-search-input,
[data-device="mobile"] .is-menu.is-dropdown .is-search-input,
.mobile-menu .is-menu.is-dropdown .is-search-input {
	width: 100%;
	min-height: 2.5rem;
	border-radius: 0;
	font-size: 0.95rem !important;
}

#offcanvas .is-menu.is-dropdown .is-search-submit,
[data-device="mobile"] .is-menu.is-dropdown .is-search-submit,
.mobile-menu .is-menu.is-dropdown .is-search-submit {
	flex-shrink: 0;
}

/* ==========================================================================
   Ring Size Guide — page-ring-size-guide.php
   ========================================================================== */

.merca-rsg {
	--rsg-ink: #0e0d12;
	--rsg-muted: #5c636a;
	--rsg-line: #e6e6e6;
	--rsg-soft: #f7f7f7;
	--rsg-card: #ffffff;
	--rsg-max: 1080px;
	color: var(--rsg-ink);
	background: #fff;
	font-family: "Work Sans", system-ui, -apple-system, sans-serif;
}

.merca-rsg__container {
	width: min(100% - 2.5rem, var(--rsg-max));
	margin-inline: auto;
}

/* Hero */
.merca-rsg__hero {
	padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid var(--rsg-line);
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 0, 0, 0.03), transparent 70%),
		#fff;
	text-align: center;
}

.merca-rsg__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--rsg-muted);
}

.merca-rsg__title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--rsg-ink);
}

.merca-rsg__lead {
	margin: 0 auto;
	max-width: 36rem;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.65;
	color: var(--rsg-muted);
}

/* Sections */
.merca-rsg__section {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.merca-rsg__section-head {
	margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
	max-width: 40rem;
}

.merca-rsg__section-head--center {
	margin-inline: auto;
	text-align: center;
}

.merca-rsg__section-title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.25;
	color: var(--rsg-ink);
}

.merca-rsg__section-sub {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--rsg-muted);
}

.merca-rsg__section-sub strong {
	color: var(--rsg-ink);
	font-weight: 600;
}

/* Steps */
.merca-rsg__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.merca-rsg__steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}

.merca-rsg__step {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem 1.35rem 1.6rem;
	background: var(--rsg-soft);
	border: 1px solid var(--rsg-line);
	border-radius: 2px;
	min-height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.merca-rsg__step:hover {
	border-color: #ccc;
	box-shadow: 0 10px 30px rgba(14, 13, 18, 0.05);
}

.merca-rsg__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: var(--rsg-ink);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}

.merca-rsg__step-title {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: var(--rsg-ink);
}

.merca-rsg__step-meta {
	margin: 0 0 0.45rem;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--rsg-ink);
	background: #fff;
	border: 1px solid var(--rsg-line);
	padding: 0.2rem 0.55rem;
}

.merca-rsg__step-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--rsg-muted);
}

/* Chart */
.merca-rsg__chart-section {
	background: var(--rsg-soft);
	border-block: 1px solid var(--rsg-line);
}

.merca-rsg__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--rsg-line);
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(14, 13, 18, 0.04);
}

.merca-rsg__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 320px;
	font-size: 0.95rem;
}

.merca-rsg__table thead th {
	padding: 1rem 1.25rem;
	background: var(--rsg-ink);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	border: none;
}

.merca-rsg__table tbody td {
	padding: 0.9rem 1.25rem;
	text-align: center;
	border-bottom: 1px solid var(--rsg-line);
	color: var(--rsg-ink);
	font-variant-numeric: tabular-nums;
}

.merca-rsg__table tbody tr:last-child td {
	border-bottom: none;
}

.merca-rsg__table tbody tr:nth-child(even) {
	background: #fafafa;
}

.merca-rsg__table tbody tr:hover {
	background: #f0f0f0;
}

.merca-rsg__table tbody td:first-child {
	font-weight: 600;
}

.merca-rsg__chart-note {
	margin: 1.25rem 0 0;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--rsg-muted);
}

/* Tips */
.merca-rsg__tips {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.merca-rsg__tips {
		grid-template-columns: repeat(2, 1fr);
	}
}

.merca-rsg__tip {
	padding: 1.4rem 1.35rem;
	border: 1px solid var(--rsg-line);
	border-radius: 2px;
	background: var(--rsg-card);
	position: relative;
}

.merca-rsg__tip::before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2px;
	background: var(--rsg-ink);
	margin-bottom: 0.9rem;
}

.merca-rsg__tip-title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--rsg-ink);
}

.merca-rsg__tip-text {
	margin: 0;
	font-size: 0.925rem;
	line-height: 1.6;
	color: var(--rsg-muted);
}

/* CTA */
.merca-rsg__cta {
	padding: clamp(2.5rem, 5vw, 3.75rem) 0;
	background: var(--rsg-ink);
	color: #fff;
}

.merca-rsg__cta-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.merca-rsg__cta-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
	}
}

.merca-rsg__cta-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.015em;
	color: #fff;
}

.merca-rsg__cta-text {
	margin: 0;
	max-width: 28rem;
	font-size: 0.975rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.merca-rsg__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	flex-shrink: 0;
}

.merca-rsg__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.4rem;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.merca-rsg__btn--primary {
	background: #fff;
	color: var(--rsg-ink);
	border-color: #fff;
}

.merca-rsg__btn--primary:hover,
.merca-rsg__btn--primary:focus {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.55);
}

.merca-rsg__btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}

.merca-rsg__btn--ghost:hover,
.merca-rsg__btn--ghost:focus {
	background: #fff;
	color: var(--rsg-ink);
	border-color: #fff;
}

/* Shared full-bleed for guide templates */
body.page-template-page-ring-size-guide #main.merca-rsg,
body.page-template-page-watch-resizing #main.merca-rsg,
body.page-template-page-jewelry-watch-care #main.merca-rsg,
body.page-template-page-shipping-policy #main.merca-rsg,
body.page-id-1199 #main.merca-rsg,
body.page-id-1181 #main.merca-rsg,
body.page-id-1154 #main.merca-rsg,
body.page-id-1215 #main.merca-rsg,
body.page-template-page-contact #main.merca-rsg,
body.page-id-547 #main.merca-rsg {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

/* Contact page cards */
.merca-rsg__contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.merca-rsg__contact-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}

.merca-rsg__contact-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.5rem 1.35rem 1.4rem;
	background: var(--rsg-soft);
	border: 1px solid var(--rsg-line);
	min-height: 100%;
}

.merca-rsg__contact-label {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--rsg-muted);
}

.merca-rsg__contact-value {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--rsg-ink);
	flex-grow: 1;
}

.merca-rsg__contact-link {
	margin-top: 0.5rem;
	align-self: flex-start;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--rsg-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.merca-rsg__contact-link:hover,
.merca-rsg__contact-link:focus {
	opacity: 0.7;
}

/* ==========================================================================
   Watch Resizing extras — page-watch-resizing.php
   ========================================================================== */

/* Full-bleed hero image with text on top (care pages) */
.merca-rsg--hero-bleed .merca-rsg__hero--media,
.merca-rsg--watch .merca-rsg__hero--media,
.merca-rsg--care .merca-rsg__hero--media,
.merca-rsg--rings .merca-rsg__hero--media,
.merca-rsg--contact .merca-rsg__hero--media {
	position: relative !important;
	display: grid !important;
	place-items: center !important;
	isolation: isolate;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	min-height: clamp(20rem, 56vh, 32rem) !important;
	padding: clamp(3.25rem, 9vw, 5.75rem) 1.25rem !important;
	border: none !important;
	border-bottom: none !important;
	background: #0e0d12 !important;
	text-align: center !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero-media,
.merca-rsg--watch .merca-rsg__hero-media,
.merca-rsg--care .merca-rsg__hero-media,
.merca-rsg--rings .merca-rsg__hero-media,
.merca-rsg--contact .merca-rsg__hero-media {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero-media img,
.merca-rsg--watch .merca-rsg__hero-media img,
.merca-rsg--care .merca-rsg__hero-media img,
.merca-rsg--rings .merca-rsg__hero-media img,
.merca-rsg--contact .merca-rsg__hero-media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero-scrim,
.merca-rsg--watch .merca-rsg__hero-scrim,
.merca-rsg--care .merca-rsg__hero-scrim,
.merca-rsg--rings .merca-rsg__hero-scrim,
.merca-rsg--contact .merca-rsg__hero-scrim {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	background:
		linear-gradient(
			180deg,
			rgba(14, 13, 18, 0.5) 0%,
			rgba(14, 13, 18, 0.38) 45%,
			rgba(14, 13, 18, 0.58) 100%
		) !important;
	pointer-events: none !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero-content,
.merca-rsg--watch .merca-rsg__hero-content,
.merca-rsg--care .merca-rsg__hero-content,
.merca-rsg--rings .merca-rsg__hero-content,
.merca-rsg--contact .merca-rsg__hero-content {
	position: relative !important;
	z-index: 2 !important;
	width: min(100% - 2rem, 40rem) !important;
	margin-inline: auto !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero--media .merca-rsg__eyebrow,
.merca-rsg--watch .merca-rsg__hero--media .merca-rsg__eyebrow,
.merca-rsg--care .merca-rsg__hero--media .merca-rsg__eyebrow,
.merca-rsg--rings .merca-rsg__hero--media .merca-rsg__eyebrow,
.merca-rsg--contact .merca-rsg__hero--media .merca-rsg__eyebrow {
	color: rgba(255, 255, 255, 0.82) !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero--media .merca-rsg__title,
.merca-rsg--watch .merca-rsg__hero--media .merca-rsg__title,
.merca-rsg--care .merca-rsg__hero--media .merca-rsg__title,
.merca-rsg--rings .merca-rsg__hero--media .merca-rsg__title,
.merca-rsg--contact .merca-rsg__hero--media .merca-rsg__title {
	color: #fff !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4) !important;
}

.merca-rsg--hero-bleed .merca-rsg__hero--media .merca-rsg__lead,
.merca-rsg--watch .merca-rsg__hero--media .merca-rsg__lead,
.merca-rsg--care .merca-rsg__hero--media .merca-rsg__lead,
.merca-rsg--rings .merca-rsg__hero--media .merca-rsg__lead,
.merca-rsg--contact .merca-rsg__hero--media .merca-rsg__lead {
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: 34rem !important;
	text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35) !important;
}

.merca-rsg__intro-section {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.merca-rsg__intro-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
}

@media (min-width: 800px) {
	.merca-rsg__intro-grid {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 3rem;
	}
}

.merca-rsg__need-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.merca-rsg__need-list li {
	position: relative;
	padding: 0.85rem 1rem 0.85rem 2.5rem;
	background: var(--rsg-soft);
	border: 1px solid var(--rsg-line);
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--rsg-muted);
}

.merca-rsg__need-list li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 50%;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--rsg-ink);
	transform: translateY(-50%);
}

.merca-rsg__intro-media {
	margin: 0;
	border: 1px solid var(--rsg-line);
	background: var(--rsg-soft);
	overflow: hidden;
	aspect-ratio: 1;
	max-width: 420px;
	width: 100%;
	justify-self: center;
}

@media (min-width: 800px) {
	.merca-rsg__intro-media {
		justify-self: end;
		max-width: none;
	}
}

.merca-rsg__intro-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.merca-rsg__detail-section {
	background: var(--rsg-soft);
	border-block: 1px solid var(--rsg-line);
}

.merca-rsg__detail-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	background: #fff;
	border: 1px solid var(--rsg-line);
	box-shadow: 0 12px 40px rgba(14, 13, 18, 0.04);
}

.merca-rsg__detail-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem 1.15rem;
	padding: 1.15rem 1.25rem;
	border-bottom: 1px solid var(--rsg-line);
	align-items: start;
}

.merca-rsg__detail-step:last-child {
	border-bottom: none;
}

.merca-rsg__detail-step:nth-child(even) {
	background: #fafafa;
}

.merca-rsg__detail-num {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--rsg-ink);
	line-height: 1.6;
	min-width: 1.6rem;
}

.merca-rsg__detail-title {
	margin: 0 0 0.3rem;
	font-size: 1rem;
	font-weight: 600;
	color: var(--rsg-ink);
}

.merca-rsg__detail-text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--rsg-muted);
}

.merca-rsg__important {
	margin-top: 1.5rem;
	padding: 1rem 1.15rem;
	background: #fff;
	border: 1px solid var(--rsg-line);
	border-left: 3px solid var(--rsg-ink);
	text-align: left;
}

.merca-rsg__important strong {
	color: var(--rsg-ink);
	font-weight: 600;
}

@media (max-width: 480px) {
	.merca-rsg__table thead th,
	.merca-rsg__table tbody td {
		padding: 0.8rem 0.7rem;
		font-size: 0.875rem;
	}

	.merca-rsg__table thead th {
		font-size: 0.65rem;
		letter-spacing: 0.08em;
	}

	.merca-rsg__detail-step {
		padding: 1rem;
		gap: 0.75rem 0.85rem;
	}
}

/* ==========================================================================
   Single product — quiet luxury (merca-product-v2)
   ========================================================================== */

body.merca-product-v2 {
	--merca-p-bg: #fdfbf7;
	--merca-p-ink: #2f2b29;
	--merca-p-muted: rgba(47, 43, 41, 0.62);
	--merca-p-line: rgba(47, 43, 41, 0.12);
	--merca-p-soft: #f3f0ea;
	background: var(--merca-p-bg);
	color: var(--merca-p-ink);
}

body.merca-product-v2 #main,
body.merca-product-v2 .site-main {
	background: var(--merca-p-bg);
}

/* Breadcrumb */
body.merca-product-v2 .ct-breadcrumbs,
body.merca-product-v2 .woocommerce-breadcrumb {
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
	padding: 1.15rem 0 0.35rem !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: var(--merca-p-muted) !important;
	background: transparent !important;
}

body.merca-product-v2 .ct-breadcrumbs a,
body.merca-product-v2 .woocommerce-breadcrumb a {
	color: var(--merca-p-muted) !important;
	text-decoration: none !important;
	border: none !important;
}

body.merca-product-v2 .ct-breadcrumbs a:hover,
body.merca-product-v2 .woocommerce-breadcrumb a:hover {
	color: var(--merca-p-ink) !important;
}

/* Product shell */
body.merca-product-v2 .product-entry-wrapper,
body.merca-product-v2 .product.type-product {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
	padding-block: clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3.25rem);
	box-sizing: border-box;
}

body.merca-product-v2 .product.type-product {
	width: 100%;
	max-width: none;
	padding: 0;
}

/* Gallery */
body.merca-product-v2 .ct-product-gallery-container,
body.merca-product-v2 .woocommerce-product-gallery {
	background: var(--merca-p-soft);
	border-radius: 0;
}

body.merca-product-v2 .woocommerce-product-gallery__image img,
body.merca-product-v2 .flexy-item img,
body.merca-product-v2 .ct-media-container img {
	border-radius: 0 !important;
	background: var(--merca-p-soft);
}

body.merca-product-v2 .flexy-pills,
body.merca-product-v2 .flexy-pills img {
	border-radius: 0 !important;
}

body.merca-product-v2 .flexy-arrow-prev,
body.merca-product-v2 .flexy-arrow-next {
	border-radius: 0 !important;
	background: rgba(253, 251, 247, 0.92) !important;
	color: var(--merca-p-ink) !important;
	border: 1px solid var(--merca-p-line) !important;
	box-shadow: none !important;
}

/* Summary */
body.merca-product-v2 .entry-summary,
body.merca-product-v2 .summary.entry-summary {
	color: var(--merca-p-ink);
}

body.merca-product-v2 .product_title.entry-title,
body.merca-product-v2 .product_title {
	margin: 0 0 0.65rem !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.65rem, 3.2vw, 2.25rem) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.2 !important;
	color: var(--merca-p-ink) !important;
}

body.merca-product-v2 .summary .price {
	margin: 0 0 1rem !important;
	font-size: 1.05rem !important;
	font-weight: 450 !important;
	letter-spacing: 0.04em !important;
	color: var(--merca-p-ink) !important;
}

body.merca-product-v2 .summary .price .amount,
body.merca-product-v2 .summary .price .woocommerce-Price-amount {
	color: inherit !important;
}

body.merca-product-v2 .summary .price del {
	opacity: 0.45;
	margin-right: 0.4rem;
}

body.merca-product-v2 .summary .price ins {
	text-decoration: none;
	background: none;
}

body.merca-product-v2 .woocommerce-product-details__short-description,
body.merca-product-v2 .woocommerce-product-details__short-description p {
	margin: 0 0 1.15rem !important;
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
	color: var(--merca-p-muted) !important;
}

body.merca-product-v2 .ct-product-divider {
	border-color: var(--merca-p-line) !important;
	opacity: 1 !important;
	margin-block: 1.1rem !important;
}

/* Stock */
body.merca-product-v2 .stock {
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	margin: 0 0 1rem !important;
}

body.merca-product-v2 .stock.in-stock {
	color: #3d6b4f !important;
}

body.merca-product-v2 .stock.out-of-stock {
	color: #8a3b3b !important;
}

/* Quantity + ATC */
body.merca-product-v2 .ct-cart-actions,
body.merca-product-v2 form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.65rem;
}

body.merca-product-v2 .quantity {
	border: 1px solid var(--merca-p-ink) !important;
	background: #fff !important;
	border-radius: 0 !important;
	min-height: 48px;
}

body.merca-product-v2 .quantity .ct-increase,
body.merca-product-v2 .quantity .ct-decrease,
body.merca-product-v2 .quantity input.qty {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--merca-p-ink) !important;
	box-shadow: none !important;
}

body.merca-product-v2 .quantity input.qty {
	font-size: 0.95rem !important;
	font-weight: 500 !important;
}

body.merca-product-v2 .single_add_to_cart_button.button,
body.merca-product-v2 .single_add_to_cart_button {
	flex: 1 1 12rem;
	min-height: 48px !important;
	padding: 0.75rem 1.5rem !important;
	border: 1px solid var(--merca-p-ink) !important;
	border-radius: 0 !important;
	background: var(--merca-p-ink) !important;
	color: #fff !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

body.merca-product-v2 .single_add_to_cart_button:hover,
body.merca-product-v2 .single_add_to_cart_button:focus {
	background: #fff !important;
	color: var(--merca-p-ink) !important;
	border-color: var(--merca-p-ink) !important;
}

/* Meta */
body.merca-product-v2 .product_meta {
	font-size: 0.78rem !important;
	line-height: 1.7 !important;
	color: var(--merca-p-muted) !important;
	letter-spacing: 0.03em;
}

body.merca-product-v2 .product_meta a {
	color: var(--merca-p-ink) !important;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
}

body.merca-product-v2 .product_meta > span {
	display: block;
	margin-bottom: 0.35rem;
}

/* Tabs */
body.merca-product-v2 .woocommerce-tabs {
	width: min(100% - 2rem, 1180px);
	margin: clamp(1.5rem, 3vw, 2.5rem) auto 0 !important;
	padding: 0 !important;
	border-top: 1px solid var(--merca-p-line);
	padding-top: clamp(1.25rem, 2.5vw, 1.75rem) !important;
	background: transparent !important;
}

body.merca-product-v2 .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 0 1.25rem !important;
	border: none !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.25rem;
	background: transparent !important;
}

body.merca-product-v2 .woocommerce-tabs ul.tabs::before,
body.merca-product-v2 .woocommerce-tabs ul.tabs li::before,
body.merca-product-v2 .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.merca-product-v2 .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.merca-product-v2 .woocommerce-tabs ul.tabs li a {
	padding: 0.35rem 0 !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: var(--merca-p-muted) !important;
	border: none !important;
	border-bottom: 1px solid transparent !important;
	background: transparent !important;
}

body.merca-product-v2 .woocommerce-tabs ul.tabs li.active a,
body.merca-product-v2 .woocommerce-tabs ul.tabs li a:hover {
	color: var(--merca-p-ink) !important;
	border-bottom-color: var(--merca-p-ink) !important;
}

body.merca-product-v2 .woocommerce-Tabs-panel {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	color: var(--merca-p-muted) !important;
	font-size: 0.95rem !important;
	line-height: 1.75 !important;
}

body.merca-product-v2 .woocommerce-Tabs-panel h2 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-size: 1.35rem !important;
	color: var(--merca-p-ink) !important;
	margin: 0 0 0.85rem !important;
}

/* Related products */
body.merca-product-v2 .related.products {
	width: min(100% - 2rem, 1180px);
	margin: clamp(2.25rem, 5vw, 3.75rem) auto !important;
	padding: 0 0 clamp(1.5rem, 3vw, 2.5rem) !important;
	display: block !important;
	visibility: visible !important;
}

/* Show related on mobile too (was hidden by Blocksy) */
body.merca-product-v2 .related.products.ct-hidden-sm,
body.merca-product-v2 .related.products.ct-hidden-md {
	display: block !important;
}

body.merca-product-v2 .related.products > .ct-module-title,
body.merca-product-v2 .related.products > h2 {
	margin: 0 0 1.35rem !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.45rem, 2.6vw, 1.9rem) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	color: var(--merca-p-ink) !important;
	text-align: left !important;
}

body.merca-product-v2 .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1.25rem 0.75rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

@media (min-width: 768px) {
	body.merca-product-v2 .related.products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 1.5rem 0.9rem !important;
	}
}

body.merca-product-v2 .related.products ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	text-align: center !important;
}

body.merca-product-v2 .related.products ul.products li.product a {
	text-decoration: none !important;
	color: var(--merca-p-ink) !important;
}

body.merca-product-v2 .related.products ul.products li.product img {
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: var(--merca-p-soft);
	border-radius: 0 !important;
	margin: 0 0 0.7rem !important;
}

body.merca-product-v2 .related.products .woocommerce-loop-product__title {
	font-size: 0.9rem !important;
	font-weight: 450 !important;
	margin: 0 0 0.25rem !important;
	padding: 0 !important;
	color: var(--merca-p-ink) !important;
}

body.merca-product-v2 .related.products .price {
	font-size: 0.84rem !important;
	color: var(--merca-p-muted) !important;
	margin: 0 !important;
}

body.merca-product-v2 .related.products .button,
body.merca-product-v2 .related.products .add_to_cart_button {
	display: none !important; /* keep card clean like homepage */
}

/* Variation swatches (if present) */
body.merca-product-v2 .variations {
	margin-bottom: 1rem;
}

body.merca-product-v2 .variations td,
body.merca-product-v2 .variations th {
	border: none !important;
	padding: 0.35rem 0.5rem 0.35rem 0 !important;
	vertical-align: middle;
	font-size: 0.85rem;
	color: var(--merca-p-ink);
}

/* ==========================================================================
   Landing pages — Women / Men / Best Sellers
   ========================================================================== */

.merca-rsg--landing {
	background: #fdfbf7;
}

.merca-rsg--landing .merca-rsg__hero {
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 0, 0, 0.03), transparent 70%),
		#fdfbf7;
	border-bottom-color: rgba(47, 43, 41, 0.12);
}

.merca-categories--landing {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

/* Full grid on landing (no horizontal-only constraint on desktop) */
@media (min-width: 900px) {
	.merca-categories--landing .merca-categories__scroller {
		overflow: visible;
		mask-image: none;
		-webkit-mask-image: none;
		cursor: default;
	}

	.merca-categories--landing .merca-categories__grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: 100%;
		min-width: 0;
		gap: 0.75rem;
		padding-inline: clamp(0.85rem, 2vw, 1.5rem);
	}

	.merca-categories--landing .merca-categories__item {
		flex: none;
		min-width: 0;
		width: 100%;
	}
}

.merca-products--page {
	padding-top: 0.5rem !important;
	padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
	background: #fdfbf7 !important;
}

.merca-products--page .merca-products__inner {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
	padding-inline: 0;
}

/* ==========================================================================
   Shop + product category archives — merca-shop-v2
   /products/ and /product-category/...
   ========================================================================== */

body.merca-shop-v2 {
	--merca-s-bg: #fdfbf7;
	--merca-s-ink: #2f2b29;
	--merca-s-muted: rgba(47, 43, 41, 0.62);
	--merca-s-line: rgba(47, 43, 41, 0.12);
	--merca-s-soft: #f3f0ea;
	background: var(--merca-s-bg);
	color: var(--merca-s-ink);
}

body.merca-shop-v2 #main,
body.merca-shop-v2 .site-main {
	background: var(--merca-s-bg);
}

body.merca-shop-v2 .ct-container,
body.merca-shop-v2 .ct-container-full {
	width: min(100% - 2rem, 1180px);
	max-width: 1180px;
	margin-inline: auto;
}

/* Breadcrumbs (category pages) */
body.merca-shop-v2 .ct-breadcrumbs,
body.merca-shop-v2 .woocommerce-breadcrumb {
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
	padding: 1.1rem 0 0 !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: var(--merca-s-muted) !important;
	background: transparent !important;
}

body.merca-shop-v2 .ct-breadcrumbs a,
body.merca-shop-v2 .woocommerce-breadcrumb a {
	color: var(--merca-s-muted) !important;
	text-decoration: none !important;
}

body.merca-shop-v2 .ct-breadcrumbs a:hover,
body.merca-shop-v2 .woocommerce-breadcrumb a:hover {
	color: var(--merca-s-ink) !important;
}

/* Products header / title */
body.merca-shop-v2 .woocommerce-products-header,
body.merca-shop-v2 header.woocommerce-products-header {
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
	padding: clamp(1.35rem, 3vw, 2.25rem) 0 0.35rem !important;
	border: none !important;
	background: transparent !important;
	text-align: left;
}

body.merca-shop-v2 .woocommerce-products-header__title,
body.merca-shop-v2 .page-title,
body.merca-shop-v2 h1.woocommerce-products-header__title {
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	letter-spacing: 0.01em !important;
	line-height: 1.2 !important;
	color: var(--merca-s-ink) !important;
	text-transform: none !important;
}

body.merca-shop-v2 .term-description,
body.merca-shop-v2 .woocommerce-products-header .term-description {
	margin: 0.75rem 0 0 !important;
	max-width: 40rem;
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
	color: var(--merca-s-muted) !important;
}

/* Toolbar: count + sort */
body.merca-shop-v2 .woo-listing-top {
	width: min(100% - 2rem, 1180px);
	margin: 0.85rem auto 1.35rem !important;
	padding: 0.85rem 0 !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	border-top: 1px solid var(--merca-s-line);
	border-bottom: 1px solid var(--merca-s-line);
	background: transparent !important;
}

body.merca-shop-v2 .woocommerce-result-count {
	margin: 0 !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: var(--merca-s-muted) !important;
}

body.merca-shop-v2 .woocommerce-ordering {
	margin: 0 !important;
}

body.merca-shop-v2 .woocommerce-ordering select {
	min-height: 2.4rem;
	padding: 0.4rem 2rem 0.4rem 0.75rem !important;
	border: 1px solid var(--merca-s-ink) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--merca-s-ink) !important;
	font-size: 0.78rem !important;
	letter-spacing: 0.04em;
	box-shadow: none !important;
}

/* Product grid */
body.merca-shop-v2 ul.products {
	width: min(100% - 2rem, 1180px) !important;
	max-width: 1180px !important;
	margin: 0 auto 2rem !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1.35rem 0.75rem !important;
	list-style: none !important;
}

@media (min-width: 768px) {
	body.merca-shop-v2 ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 1.6rem 1rem !important;
	}
}

@media (min-width: 1100px) {
	body.merca-shop-v2 ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

body.merca-shop-v2 ul.products::before,
body.merca-shop-v2 ul.products::after {
	display: none !important;
	content: none !important;
}

body.merca-shop-v2 ul.products li.product,
body.merca-shop-v2 ul.products li.product.type-product {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	text-align: center !important;
	position: relative;
}

body.merca-shop-v2 ul.products li.product a {
	text-decoration: none !important;
	color: var(--merca-s-ink) !important;
}

body.merca-shop-v2 ul.products li.product figure {
	margin: 0 0 0.7rem !important;
	padding: 0 !important;
	position: relative;
	background: var(--merca-s-soft);
	overflow: hidden;
}

body.merca-shop-v2 ul.products li.product .ct-media-container,
body.merca-shop-v2 ul.products li.product .ct-media-container img,
body.merca-shop-v2 ul.products li.product img.wp-post-image {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	background: var(--merca-s-soft);
	margin: 0 !important;
	transition: transform 0.5s ease;
}

body.merca-shop-v2 ul.products li.product:hover .ct-media-container img,
body.merca-shop-v2 ul.products li.product:focus-within .ct-media-container img {
	transform: scale(1.04);
}

body.merca-shop-v2 ul.products li.product .out-of-stock-badge {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	z-index: 3;
	padding: 0.3rem 0.55rem !important;
	background: rgba(14, 13, 18, 0.78) !important;
	color: #fff !important;
	font-size: 0.62rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	border: none !important;
}

body.merca-shop-v2 ul.products li.product .woocommerce-loop-product__title,
body.merca-shop-v2 ul.products li.product h2.woocommerce-loop-product__title {
	margin: 0 0 0.25rem !important;
	padding: 0 !important;
	font-size: 0.9rem !important;
	font-weight: 450 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.35 !important;
	color: var(--merca-s-ink) !important;
	text-align: center !important;
}

body.merca-shop-v2 ul.products li.product .price {
	display: block !important;
	margin: 0 !important;
	font-size: 0.84rem !important;
	font-weight: 400 !important;
	letter-spacing: 0.03em !important;
	color: var(--merca-s-muted) !important;
	text-align: center !important;
}

body.merca-shop-v2 ul.products li.product .price .amount {
	color: inherit !important;
}

body.merca-shop-v2 ul.products li.product .price del {
	opacity: 0.45;
	margin-right: 0.3rem;
}

body.merca-shop-v2 ul.products li.product .price ins {
	text-decoration: none;
	background: none;
}

/* Hide loop clutter for cleaner cards (homepage style) */
body.merca-shop-v2 ul.products li.product .entry-meta,
body.merca-shop-v2 ul.products li.product .star-rating,
body.merca-shop-v2 ul.products li.product .button,
body.merca-shop-v2 ul.products li.product .add_to_cart_button,
body.merca-shop-v2 ul.products li.product .added_to_cart {
	display: none !important;
}

/* Pagination */
body.merca-shop-v2 .ct-pagination,
body.merca-shop-v2 .woocommerce-pagination {
	width: min(100% - 2rem, 1180px);
	margin: 0.5rem auto 3rem !important;
	padding: 1.25rem 0 0 !important;
	border-top: 1px solid var(--merca-s-line);
	display: flex;
	justify-content: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

body.merca-shop-v2 .ct-pagination a,
body.merca-shop-v2 .ct-pagination span,
body.merca-shop-v2 .woocommerce-pagination a,
body.merca-shop-v2 .woocommerce-pagination span {
	min-width: 2.4rem;
	min-height: 2.4rem;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.55rem !important;
	margin: 0 !important;
	border: 1px solid var(--merca-s-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--merca-s-ink) !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

body.merca-shop-v2 .ct-pagination .current,
body.merca-shop-v2 .woocommerce-pagination .current,
body.merca-shop-v2 .ct-pagination a:hover,
body.merca-shop-v2 .woocommerce-pagination a:hover {
	background: var(--merca-s-ink) !important;
	border-color: var(--merca-s-ink) !important;
	color: #fff !important;
}

/* No products */
body.merca-shop-v2 .woocommerce-info,
body.merca-shop-v2 .woocommerce-no-products-found {
	width: min(100% - 2rem, 1180px);
	margin: 2rem auto !important;
	border: 1px solid var(--merca-s-line) !important;
	border-top-color: var(--merca-s-ink) !important;
	background: #fff !important;
	color: var(--merca-s-ink) !important;
	border-radius: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
	body.merca-shop-v2 ul.products li.product img {
		transition: none;
	}

	body.merca-shop-v2 ul.products li.product:hover .ct-media-container img {
		transform: none;
	}
}

/* ==========================================================================
   Product variations — circular color dots
   Metals (gradients) + solid palette; label "Color  Gold" via JS
   ========================================================================== */

body.merca-product-v2 table.variations {
	margin: 0 0 1.25rem !important;
	width: 100%;
	border: none !important;
}

body.merca-product-v2 table.variations tbody,
body.merca-product-v2 table.variations tr {
	display: block;
	width: 100%;
}

body.merca-product-v2 table.variations th,
body.merca-product-v2 table.variations td {
	display: block !important;
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

body.merca-product-v2 table.variations th.label {
	margin-bottom: 0.55rem !important;
}

/* "Color" + selected value on one line (e.g. Color  Gold) */
body.merca-product-v2 table.variations th.label label {
	display: inline !important;
	margin: 0 !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	color: var(--merca-p-ink, #2f2b29) !important;
}

body.merca-product-v2 table.variations th.label label::after {
	content: none;
}

/* Single selected name (theme). Hide plugin duplicate → "Color Silver: Silver". */
body.merca-product-v2 .woo-selected-variation-item-name,
body.merca-product-v2 .wvs-show-label .woo-selected-variation-item-name {
	display: none !important;
}

body.merca-product-v2 .merca-selected-attr {
	display: inline;
	margin-left: 0.4rem;
	font-size: 0.92rem;
	font-weight: 400;
	color: var(--merca-p-muted, rgba(47, 43, 41, 0.62));
}

body.merca-product-v2 .merca-selected-attr:empty {
	display: none;
}

body.merca-product-v2 table.variations td.value {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
}

body.merca-product-v2 .variable-items-wrapper,
body.merca-product-v2 .button-variable-items-wrapper,
body.merca-product-v2 .color-variable-items-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

/* ---- Default text chips (Size 6/7/8, etc.) — NOT circles ---- */
body.merca-product-v2 .variable-item.button-variable-item,
body.merca-product-v2 .button-variable-item {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	height: auto !important;
	min-width: 2.5rem !important;
	min-height: 2.5rem !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--merca-p-ink, #2f2b29) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	outline: none !important;
	overflow: visible !important;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

body.merca-product-v2 .variable-item.button-variable-item .variable-item-contents {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0.45rem 0.75rem !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

/* Keep size/text labels visible */
body.merca-product-v2 .variable-item.button-variable-item .variable-item-span,
body.merca-product-v2 .variable-item.button-variable-item .variable-item-span-button {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: nowrap !important;
	border: 0 !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.2 !important;
	color: var(--merca-p-ink, #2f2b29) !important;
}

/* Size / text chips selected — dark fill (not named color dots) */
/* Includes Size attrs + numeric values wrongly filed under Color (e.g. Nova 1–4). */
body.merca-product-v2 .variable-item.button-variable-item.selected:not([data-attribute_name*="color"]),
body.merca-product-v2 .variable-item.button-variable-item[aria-checked="true"]:not([data-attribute_name*="color"]),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item.selected,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item[aria-checked="true"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="1"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="2"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="3"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="4"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="5"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="6"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="7"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="8"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="9"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="10"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="1"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="2"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="3"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="4"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="5"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="6"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="7"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="8"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="9"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="10"] {
	background: var(--merca-p-ink, #2f2b29) !important;
	border-color: var(--merca-p-ink, #2f2b29) !important;
	box-shadow: none !important;
	transform: none !important;
}

body.merca-product-v2 .variable-item.button-variable-item.selected:not([data-attribute_name*="color"]) .variable-item-span,
body.merca-product-v2 .variable-item.button-variable-item.selected:not([data-attribute_name*="color"]) .variable-item-span-button,
body.merca-product-v2 .variable-item.button-variable-item[aria-checked="true"]:not([data-attribute_name*="color"]) .variable-item-span,
body.merca-product-v2 .variable-item.button-variable-item[aria-checked="true"]:not([data-attribute_name*="color"]) .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item.selected .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item.selected .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item[aria-checked="true"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item[aria-checked="true"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="1"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="1"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="2"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="2"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="3"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="3"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="4"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="4"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="5"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="5"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="6"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="6"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="7"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="7"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="8"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="8"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="9"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="9"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="10"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected[data-value="10"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="1"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="1"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="2"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="2"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="3"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="3"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="4"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="4"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="5"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="5"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="6"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="6"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="7"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="7"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="8"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="8"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="9"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="9"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="10"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"][data-value="10"] .variable-item-span-button {
	color: #fff !important;
}

body.merca-product-v2 .variable-item.button-variable-item:hover:not(.disabled):not(.selected):not([data-attribute_name*="color"]),
body.merca-product-v2 .variable-item.button-variable-item:focus:not(.disabled):not(.selected):not([data-attribute_name*="color"]),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="1"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="2"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="3"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="4"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="5"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="6"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="7"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="8"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="9"]:hover:not(.disabled):not(.selected),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="10"]:hover:not(.disabled):not(.selected) {
	background: rgba(47, 43, 41, 0.05) !important;
	transform: none !important;
}

body.merca-product-v2 .variable-item.button-variable-item.disabled {
	opacity: 0.35 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

/* ---- Any *color* attribute: circular swatches (Color, Metal Color, Stone Color, …) ---- */
/* overflow:visible so the dark name tooltip can show above the dot */
/* Exclude pure numeric options (e.g. Nova “color” 1–4 mis-filed as Color) — those stay chips. */
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]),
body.merca-product-v2 .color-variable-items-wrapper .variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) {
	width: 1.85rem !important;
	height: 1.85rem !important;
	min-width: 1.85rem !important;
	min-height: 1.85rem !important;
	max-width: 1.85rem !important;
	padding: 0 !important;
	border-radius: 50% !important;
	border: 1px solid rgba(47, 43, 41, 0.18) !important;
	overflow: visible !important;
	background-clip: padding-box !important;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
}

body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-contents,
body.merca-product-v2 .color-variable-items-wrapper .variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-contents {
	padding: 0 !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
}

/* Hide text on named color dots only (not numeric chips) */
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-span-button,
body.merca-product-v2 .color-variable-items-wrapper .variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-span,
body.merca-product-v2 .color-variable-items-wrapper .variable-item:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) .variable-item-span-button {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	font-size: 0 !important;
	color: transparent !important;
}

/*
 * Numeric options under a *color* attribute (or size) → square text chips.
 * Nova Zicron Bands uses Color = 1–4 and Size = 7–9.
 */
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="1"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="2"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="3"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="4"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="5"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="6"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="7"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="8"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="9"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="10"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="11"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="12"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="13"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="14"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="15"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="16"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="17"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="18"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="19"],
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="20"] {
	width: auto !important;
	height: auto !important;
	min-width: 2.5rem !important;
	min-height: 2.5rem !important;
	max-width: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	border: 1px solid var(--merca-p-ink, #2f2b29) !important;
	overflow: visible !important;
	background: #fff !important;
	box-shadow: none !important;
	transform: none !important;
}

body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="1"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="2"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="3"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="4"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="5"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="6"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="7"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="8"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="9"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="10"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="11"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="12"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="13"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="14"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="15"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="16"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="17"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="18"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="19"] .variable-item-contents,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="20"] .variable-item-contents {
	padding: 0.45rem 0.75rem !important;
	border-radius: 0 !important;
	overflow: visible !important;
	width: 100% !important;
	height: 100% !important;
}

body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="size"] .button-variable-item .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="1"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="1"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="2"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="2"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="3"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="3"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="4"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="4"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="5"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="5"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="6"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="6"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="7"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="7"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="8"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="8"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="9"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="9"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="10"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="10"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="11"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="11"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="12"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="12"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="13"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="13"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="14"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="14"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="15"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="15"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="16"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="16"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="17"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="17"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="18"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="18"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="19"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="19"] .variable-item-span-button,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="20"] .variable-item-span,
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[data-value="20"] .variable-item-span-button {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: nowrap !important;
	border: 0 !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.2 !important;
	color: var(--merca-p-ink, #2f2b29) !important;
}

/*
 * Swatch fills — matched by plugin class + data-value / data-title.
 * Metals keep premium gradients; solids cover resin / fashion colors.
 */
/* Gold family */
body.merca-product-v2 .button-variable-item-gold,
body.merca-product-v2 .button-variable-item-yellow-gold,
body.merca-product-v2 .button-variable-item-18k-gold,
body.merca-product-v2 .button-variable-item-14k-gold,
body.merca-product-v2 .button-variable-item-10k-gold,
body.merca-product-v2 .variable-item[data-value="Gold"],
body.merca-product-v2 .variable-item[data-value="gold"],
body.merca-product-v2 .variable-item[data-value="Yellow Gold"],
body.merca-product-v2 .variable-item[data-value="yellow gold"],
body.merca-product-v2 .variable-item[data-value="18K Gold"],
body.merca-product-v2 .variable-item[data-value="18k Gold"],
body.merca-product-v2 .variable-item[data-value="18k gold"],
body.merca-product-v2 .variable-item[data-value="14K Gold"],
body.merca-product-v2 .variable-item[data-value="14k Gold"],
body.merca-product-v2 .variable-item[data-value="14k gold"],
body.merca-product-v2 .variable-item[data-value="10K Gold"],
body.merca-product-v2 .variable-item[data-value="10k Gold"],
body.merca-product-v2 .variable-item[data-title="Gold"],
body.merca-product-v2 .variable-item[data-title="Yellow Gold"],
body.merca-product-v2 .variable-item[data-title="18K Gold"],
body.merca-product-v2 .variable-item[data-title="14K Gold"] {
	background: radial-gradient(circle at 32% 28%, #f7e7b0 0%, #e2c56a 38%, #c9a227 72%, #a8841a 100%) !important;
	border-color: rgba(140, 110, 30, 0.45) !important;
}

/* Silver / white gold */
body.merca-product-v2 .button-variable-item-silver,
body.merca-product-v2 .button-variable-item-white-gold,
body.merca-product-v2 .variable-item[data-value="Silver"],
body.merca-product-v2 .variable-item[data-value="silver"],
body.merca-product-v2 .variable-item[data-value="White Gold"],
body.merca-product-v2 .variable-item[data-value="white gold"],
body.merca-product-v2 .variable-item[data-title="Silver"],
body.merca-product-v2 .variable-item[data-title="White Gold"] {
	background: radial-gradient(circle at 32% 28%, #ffffff 0%, #e8e8ea 40%, #c5c6ca 78%, #9a9ba0 100%) !important;
	border-color: rgba(100, 100, 110, 0.4) !important;
}

/* Rose gold */
body.merca-product-v2 .button-variable-item-rose-gold,
body.merca-product-v2 .button-variable-item-rosegold,
body.merca-product-v2 .variable-item[data-value="Rose Gold"],
body.merca-product-v2 .variable-item[data-value="rose gold"],
body.merca-product-v2 .variable-item[data-value="Rosegold"],
body.merca-product-v2 .variable-item[data-title="Rose Gold"] {
	background: radial-gradient(circle at 32% 28%, #f6d5c8 0%, #e8b4a2 45%, #c98a76 100%) !important;
	border-color: rgba(150, 90, 75, 0.4) !important;
}

/* Other metals */
body.merca-product-v2 .button-variable-item-copper,
body.merca-product-v2 .variable-item[data-value="Copper"],
body.merca-product-v2 .variable-item[data-value="copper"],
body.merca-product-v2 .variable-item[data-title="Copper"] {
	background: radial-gradient(circle at 32% 28%, #f0b090 0%, #d9784a 45%, #b85a32 100%) !important;
	border-color: rgba(140, 70, 40, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-bronze,
body.merca-product-v2 .variable-item[data-value="Bronze"],
body.merca-product-v2 .variable-item[data-value="bronze"],
body.merca-product-v2 .variable-item[data-title="Bronze"] {
	background: radial-gradient(circle at 32% 28%, #d4a574 0%, #b07d45 50%, #8a5a2b 100%) !important;
	border-color: rgba(120, 80, 40, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-brass,
body.merca-product-v2 .variable-item[data-value="Brass"],
body.merca-product-v2 .variable-item[data-value="brass"],
body.merca-product-v2 .variable-item[data-title="Brass"] {
	background: radial-gradient(circle at 32% 28%, #e8d48b 0%, #c9a84a 50%, #a68a2e 100%) !important;
	border-color: rgba(130, 110, 40, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-champagne,
body.merca-product-v2 .variable-item[data-value="Champagne"],
body.merca-product-v2 .variable-item[data-value="champagne"],
body.merca-product-v2 .variable-item[data-title="Champagne"] {
	background: radial-gradient(circle at 32% 28%, #f5e6c8 0%, #e0c99a 50%, #c9b07a 100%) !important;
	border-color: rgba(150, 130, 90, 0.4) !important;
}

/* Neutrals — Halo Ring + common fashion */
body.merca-product-v2 .button-variable-item-black,
body.merca-product-v2 .variable-item[data-value="Black"],
body.merca-product-v2 .variable-item[data-value="black"],
body.merca-product-v2 .variable-item[data-title="Black"] {
	background: #1a1a1a !important;
	border-color: rgba(0, 0, 0, 0.35) !important;
}

body.merca-product-v2 .button-variable-item-white,
body.merca-product-v2 .variable-item[data-value="White"],
body.merca-product-v2 .variable-item[data-value="white"],
body.merca-product-v2 .variable-item[data-title="White"] {
	background: #f7f7f5 !important;
	border-color: rgba(47, 43, 41, 0.35) !important;
}

body.merca-product-v2 .button-variable-item-ivory,
body.merca-product-v2 .variable-item[data-value="Ivory"],
body.merca-product-v2 .variable-item[data-value="ivory"],
body.merca-product-v2 .variable-item[data-title="Ivory"] {
	background: #f5f0e6 !important;
	border-color: rgba(47, 43, 41, 0.28) !important;
}

body.merca-product-v2 .button-variable-item-cream,
body.merca-product-v2 .variable-item[data-value="Cream"],
body.merca-product-v2 .variable-item[data-value="cream"],
body.merca-product-v2 .variable-item[data-title="Cream"] {
	background: #f3ead7 !important;
	border-color: rgba(47, 43, 41, 0.28) !important;
}

body.merca-product-v2 .button-variable-item-beige,
body.merca-product-v2 .variable-item[data-value="Beige"],
body.merca-product-v2 .variable-item[data-value="beige"],
body.merca-product-v2 .variable-item[data-title="Beige"] {
	background: #d9c8a9 !important;
	border-color: rgba(120, 100, 70, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-nude,
body.merca-product-v2 .variable-item[data-value="Nude"],
body.merca-product-v2 .variable-item[data-value="nude"],
body.merca-product-v2 .variable-item[data-title="Nude"] {
	background: #e8c4a8 !important;
	border-color: rgba(140, 100, 80, 0.35) !important;
}

body.merca-product-v2 .button-variable-item-tan,
body.merca-product-v2 .variable-item[data-value="Tan"],
body.merca-product-v2 .variable-item[data-value="tan"],
body.merca-product-v2 .variable-item[data-title="Tan"] {
	background: #c4a574 !important;
	border-color: rgba(120, 90, 50, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-brown,
body.merca-product-v2 .variable-item[data-value="Brown"],
body.merca-product-v2 .variable-item[data-value="brown"],
body.merca-product-v2 .variable-item[data-title="Brown"] {
	background: #6b4226 !important;
	border-color: rgba(60, 35, 15, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-chocolate,
body.merca-product-v2 .variable-item[data-value="Chocolate"],
body.merca-product-v2 .variable-item[data-value="chocolate"],
body.merca-product-v2 .variable-item[data-title="Chocolate"] {
	background: #4a2c1a !important;
	border-color: rgba(40, 20, 10, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-grey,
body.merca-product-v2 .button-variable-item-gray,
body.merca-product-v2 .variable-item[data-value="Grey"],
body.merca-product-v2 .variable-item[data-value="Gray"],
body.merca-product-v2 .variable-item[data-value="grey"],
body.merca-product-v2 .variable-item[data-value="gray"],
body.merca-product-v2 .variable-item[data-title="Grey"],
body.merca-product-v2 .variable-item[data-title="Gray"] {
	background: #8a8a8e !important;
	border-color: rgba(70, 70, 75, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-charcoal,
body.merca-product-v2 .variable-item[data-value="Charcoal"],
body.merca-product-v2 .variable-item[data-value="charcoal"],
body.merca-product-v2 .variable-item[data-title="Charcoal"] {
	background: #3a3a3c !important;
	border-color: rgba(20, 20, 22, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-clear,
body.merca-product-v2 .button-variable-item-transparent,
body.merca-product-v2 .variable-item[data-value="Clear"],
body.merca-product-v2 .variable-item[data-value="clear"],
body.merca-product-v2 .variable-item[data-value="Transparent"],
body.merca-product-v2 .variable-item[data-title="Clear"] {
	background: linear-gradient(135deg, #fafafa 40%, #e8e8e8 50%, #fafafa 60%) !important;
	border-color: rgba(47, 43, 41, 0.3) !important;
}

/* Reds / pinks */
body.merca-product-v2 .button-variable-item-maroon,
body.merca-product-v2 .variable-item[data-value="Maroon"],
body.merca-product-v2 .variable-item[data-value="maroon"],
body.merca-product-v2 .variable-item[data-title="Maroon"] {
	background: #6b1c23 !important;
	border-color: rgba(80, 20, 25, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-burgundy,
body.merca-product-v2 .button-variable-item-wine,
body.merca-product-v2 .variable-item[data-value="Burgundy"],
body.merca-product-v2 .variable-item[data-value="burgundy"],
body.merca-product-v2 .variable-item[data-value="Wine"],
body.merca-product-v2 .variable-item[data-value="wine"],
body.merca-product-v2 .variable-item[data-title="Burgundy"],
body.merca-product-v2 .variable-item[data-title="Wine"] {
	background: #722f37 !important;
	border-color: rgba(80, 25, 30, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-red,
body.merca-product-v2 .variable-item[data-value="Red"],
body.merca-product-v2 .variable-item[data-value="red"],
body.merca-product-v2 .variable-item[data-title="Red"] {
	background: #c62828 !important;
	border-color: rgba(120, 20, 20, 0.45) !important;
}

/* Cherry Red / Scarlet — stone colors (was missing → showed as white chip) */
body.merca-product-v2 .button-variable-item-cherry-red,
body.merca-product-v2 .button-variable-item-cherryred,
body.merca-product-v2 .button-variable-item-scarlet,
body.merca-product-v2 .variable-item[data-value="Cherry Red"],
body.merca-product-v2 .variable-item[data-value="cherry red"],
body.merca-product-v2 .variable-item[data-value="Cherry red"],
body.merca-product-v2 .variable-item[data-value="Scarlet"],
body.merca-product-v2 .variable-item[data-value="scarlet"],
body.merca-product-v2 .variable-item[data-title="Cherry Red"],
body.merca-product-v2 .variable-item[data-title="Scarlet"] {
	background: #9e1b2f !important;
	border-color: rgba(100, 15, 30, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-pink,
body.merca-product-v2 .variable-item[data-value="Pink"],
body.merca-product-v2 .variable-item[data-value="pink"],
body.merca-product-v2 .variable-item[data-title="Pink"] {
	background: #e89bb5 !important;
	border-color: rgba(160, 90, 110, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-hot-pink,
body.merca-product-v2 .button-variable-item-hotpink,
body.merca-product-v2 .variable-item[data-value="Hot Pink"],
body.merca-product-v2 .variable-item[data-value="hot pink"],
body.merca-product-v2 .variable-item[data-title="Hot Pink"] {
	background: #e91e8c !important;
	border-color: rgba(150, 20, 90, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-light-pink,
body.merca-product-v2 .button-variable-item-blush,
body.merca-product-v2 .variable-item[data-value="Light Pink"],
body.merca-product-v2 .variable-item[data-value="Blush"],
body.merca-product-v2 .variable-item[data-value="light pink"],
body.merca-product-v2 .variable-item[data-value="blush"],
body.merca-product-v2 .variable-item[data-title="Light Pink"],
body.merca-product-v2 .variable-item[data-title="Blush"] {
	background: #f5c6d0 !important;
	border-color: rgba(180, 120, 135, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-coral,
body.merca-product-v2 .variable-item[data-value="Coral"],
body.merca-product-v2 .variable-item[data-value="coral"],
body.merca-product-v2 .variable-item[data-title="Coral"] {
	background: #e07a5f !important;
	border-color: rgba(160, 70, 50, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-peach,
body.merca-product-v2 .variable-item[data-value="Peach"],
body.merca-product-v2 .variable-item[data-value="peach"],
body.merca-product-v2 .variable-item[data-title="Peach"] {
	background: #f2b58a !important;
	border-color: rgba(170, 110, 70, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-orange,
body.merca-product-v2 .variable-item[data-value="Orange"],
body.merca-product-v2 .variable-item[data-value="orange"],
body.merca-product-v2 .variable-item[data-title="Orange"] {
	background: #e67e22 !important;
	border-color: rgba(160, 80, 20, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-yellow,
body.merca-product-v2 .variable-item[data-value="Yellow"],
body.merca-product-v2 .variable-item[data-value="yellow"],
body.merca-product-v2 .variable-item[data-title="Yellow"] {
	background: #f1c40f !important;
	border-color: rgba(160, 130, 20, 0.45) !important;
}

/* Greens */
body.merca-product-v2 .button-variable-item-green,
body.merca-product-v2 .variable-item[data-value="Green"],
body.merca-product-v2 .variable-item[data-value="green"],
body.merca-product-v2 .variable-item[data-title="Green"] {
	background: #2f6b4f !important;
	border-color: rgba(30, 70, 50, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-emerald,
body.merca-product-v2 .variable-item[data-value="Emerald"],
body.merca-product-v2 .variable-item[data-value="emerald"],
body.merca-product-v2 .variable-item[data-title="Emerald"] {
	background: #0b6b4c !important;
	border-color: rgba(10, 70, 50, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-forest-green,
body.merca-product-v2 .button-variable-item-forest,
body.merca-product-v2 .variable-item[data-value="Forest Green"],
body.merca-product-v2 .variable-item[data-value="Forest"],
body.merca-product-v2 .variable-item[data-value="forest green"],
body.merca-product-v2 .variable-item[data-title="Forest Green"] {
	background: #1e4d2b !important;
	border-color: rgba(20, 50, 25, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-olive,
body.merca-product-v2 .variable-item[data-value="Olive"],
body.merca-product-v2 .variable-item[data-value="olive"],
body.merca-product-v2 .variable-item[data-title="Olive"] {
	background: #6b6e3a !important;
	border-color: rgba(70, 75, 35, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-sage,
body.merca-product-v2 .variable-item[data-value="Sage"],
body.merca-product-v2 .variable-item[data-value="sage"],
body.merca-product-v2 .variable-item[data-title="Sage"] {
	background: #9caf88 !important;
	border-color: rgba(90, 110, 75, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-mint,
body.merca-product-v2 .variable-item[data-value="Mint"],
body.merca-product-v2 .variable-item[data-value="mint"],
body.merca-product-v2 .variable-item[data-title="Mint"] {
	background: #98d4bb !important;
	border-color: rgba(80, 140, 110, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-teal,
body.merca-product-v2 .variable-item[data-value="Teal"],
body.merca-product-v2 .variable-item[data-value="teal"],
body.merca-product-v2 .variable-item[data-title="Teal"] {
	background: #1a7a74 !important;
	border-color: rgba(20, 80, 75, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-turquoise,
body.merca-product-v2 .variable-item[data-value="Turquoise"],
body.merca-product-v2 .variable-item[data-value="turquoise"],
body.merca-product-v2 .variable-item[data-title="Turquoise"] {
	background: #40c4b0 !important;
	border-color: rgba(30, 130, 110, 0.4) !important;
}

/* Blues / purples */
body.merca-product-v2 .button-variable-item-blue,
body.merca-product-v2 .variable-item[data-value="Blue"],
body.merca-product-v2 .variable-item[data-value="blue"],
body.merca-product-v2 .variable-item[data-title="Blue"] {
	background: #2f6fed !important;
	border-color: rgba(30, 70, 160, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-navy,
body.merca-product-v2 .button-variable-item-navy-blue,
body.merca-product-v2 .variable-item[data-value="Navy"],
body.merca-product-v2 .variable-item[data-value="Navy Blue"],
body.merca-product-v2 .variable-item[data-value="navy"],
body.merca-product-v2 .variable-item[data-value="navy blue"],
body.merca-product-v2 .variable-item[data-title="Navy"],
body.merca-product-v2 .variable-item[data-title="Navy Blue"] {
	background: #1a2744 !important;
	border-color: rgba(15, 25, 50, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-sky-blue,
body.merca-product-v2 .button-variable-item-light-blue,
body.merca-product-v2 .variable-item[data-value="Sky Blue"],
body.merca-product-v2 .variable-item[data-value="Light Blue"],
body.merca-product-v2 .variable-item[data-value="sky blue"],
body.merca-product-v2 .variable-item[data-value="light blue"],
body.merca-product-v2 .variable-item[data-title="Sky Blue"],
body.merca-product-v2 .variable-item[data-title="Light Blue"] {
	background: #7eb8e8 !important;
	border-color: rgba(70, 120, 160, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-dark-blue,
body.merca-product-v2 .variable-item[data-value="Dark Blue"],
body.merca-product-v2 .variable-item[data-value="dark blue"],
body.merca-product-v2 .variable-item[data-title="Dark Blue"] {
	background: #1e3a6e !important;
	border-color: rgba(20, 40, 80, 0.5) !important;
}

body.merca-product-v2 .button-variable-item-purple,
body.merca-product-v2 .variable-item[data-value="Purple"],
body.merca-product-v2 .variable-item[data-value="purple"],
body.merca-product-v2 .variable-item[data-title="Purple"] {
	background: #7b3fa0 !important;
	border-color: rgba(80, 40, 110, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-violet,
body.merca-product-v2 .variable-item[data-value="Violet"],
body.merca-product-v2 .variable-item[data-value="violet"],
body.merca-product-v2 .variable-item[data-title="Violet"] {
	background: #8e44ad !important;
	border-color: rgba(90, 40, 120, 0.45) !important;
}

body.merca-product-v2 .button-variable-item-lavender,
body.merca-product-v2 .button-variable-item-lilac,
body.merca-product-v2 .variable-item[data-value="Lavender"],
body.merca-product-v2 .variable-item[data-value="Lilac"],
body.merca-product-v2 .variable-item[data-value="lavender"],
body.merca-product-v2 .variable-item[data-value="lilac"],
body.merca-product-v2 .variable-item[data-title="Lavender"],
body.merca-product-v2 .variable-item[data-title="Lilac"] {
	background: #c5a3d9 !important;
	border-color: rgba(140, 110, 160, 0.4) !important;
}

body.merca-product-v2 .button-variable-item-magenta,
body.merca-product-v2 .variable-item[data-value="Magenta"],
body.merca-product-v2 .variable-item[data-value="magenta"],
body.merca-product-v2 .variable-item[data-title="Magenta"] {
	background: #c2185b !important;
	border-color: rgba(130, 15, 60, 0.45) !important;
}

/* Multicolor fallback — soft rainbow hint */
body.merca-product-v2 .button-variable-item-multi,
body.merca-product-v2 .button-variable-item-multicolor,
body.merca-product-v2 .button-variable-item-multi-color,
body.merca-product-v2 .variable-item[data-value="Multi"],
body.merca-product-v2 .variable-item[data-value="Multicolor"],
body.merca-product-v2 .variable-item[data-value="Multi Color"],
body.merca-product-v2 .variable-item[data-value="multi"],
body.merca-product-v2 .variable-item[data-title="Multicolor"] {
	background: conic-gradient(from 200deg, #e89bb5, #f1c40f, #2f6b4f, #2f6fed, #7b3fa0, #e89bb5) !important;
	border-color: rgba(47, 43, 41, 0.28) !important;
}

/* Named color dots selected: ring outline — keep fill (not black chip). Skip numeric chips. */
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item.selected:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]),
body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item[aria-checked="true"]:not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]),
body.merca-product-v2 .variable-item.color-variable-item.selected,
body.merca-product-v2 .variable-item.color-variable-item[aria-checked="true"] {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--merca-p-ink, #2f2b29) !important;
	border-color: transparent !important;
	transform: scale(1.05) !important;
}

body.merca-product-v2 .variable-items-wrapper[data-attribute_name*="color"] .button-variable-item:hover:not(.disabled):not([data-value="1"]):not([data-value="2"]):not([data-value="3"]):not([data-value="4"]):not([data-value="5"]):not([data-value="6"]):not([data-value="7"]):not([data-value="8"]):not([data-value="9"]):not([data-value="10"]):not([data-value="11"]):not([data-value="12"]):not([data-value="13"]):not([data-value="14"]):not([data-value="15"]):not([data-value="16"]):not([data-value="17"]):not([data-value="18"]):not([data-value="19"]):not([data-value="20"]) {
	transform: scale(1.06) !important;
}

/* Native color-type swatches from the plugin */
body.merca-product-v2 .variable-item.color-variable-item {
	width: 1.85rem !important;
	height: 1.85rem !important;
	min-width: 1.85rem !important;
	min-height: 1.85rem !important;
	border-radius: 50% !important;
	border: 1px solid rgba(47, 43, 41, 0.18) !important;
	overflow: visible !important;
	box-shadow: none !important;
}

body.merca-product-v2 .variable-item.color-variable-item .variable-item-span,
body.merca-product-v2 .variable-item.color-variable-item .variable-item-span-color {
	border-radius: 50% !important;
	width: 100% !important;
	height: 100% !important;
}

/* ==========================================================================
   Variation tooltips — dark speech bubble (like the Cherry Red popup)
   ========================================================================== */

body.merca-product-v2 {
	--wvs-tooltip-background-color: #2f2b29;
	--wvs-tooltip-text-color: #fdfbf7;
}

body.merca-product-v2 [data-wvstooltip],
body.merca-product-v2 .wvs-has-image-tooltip {
	--font-size: 0.8rem;
	--arrow-width: 6px;
	--arrow-distance: 10px;
	--tip-redius: 8px;
	--tip-height: auto;
	--tip-min-width: 0;
	z-index: 5;
}

/* Bubble */
body.merca-product-v2 [data-wvstooltip]::before,
body.merca-product-v2 .wvs-has-image-tooltip::before {
	background-color: #2f2b29 !important;
	color: #fdfbf7 !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 22px rgba(47, 43, 41, 0.22) !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	line-height: 1.25 !important;
	height: auto !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0.45rem 0.75rem !important;
	white-space: nowrap !important;
	z-index: 40 !important;
}

/* Arrow */
body.merca-product-v2 [data-wvstooltip]::after,
body.merca-product-v2 .wvs-has-image-tooltip::after {
	border-top-color: #2f2b29 !important;
	z-index: 40 !important;
}

body.merca-product-v2 .wvs-tooltip-position-bottom[data-wvstooltip]::after,
body.merca-product-v2 .wvs-tooltip-position-bottom.wvs-has-image-tooltip::after {
	border-bottom-color: #2f2b29 !important;
	border-top-color: transparent !important;
}

/* Show a bit snappier */
body.merca-product-v2 [data-wvstooltip]::before,
body.merca-product-v2 [data-wvstooltip]::after,
body.merca-product-v2 .wvs-has-image-tooltip::before,
body.merca-product-v2 .wvs-has-image-tooltip::after {
	transition: opacity 0.15s ease, visibility 0.15s ease !important;
}

/* Keep tooltips above neighboring chips */
body.merca-product-v2 .variable-items-wrapper {
	overflow: visible !important;
}

body.merca-product-v2 table.variations,
body.merca-product-v2 table.variations td.value,
body.merca-product-v2 .variations_form {
	overflow: visible !important;
}

body.merca-product-v2 a.reset_variations {
	font-size: 0.72rem !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	color: var(--merca-p-muted, rgba(47, 43, 41, 0.62)) !important;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
	margin-left: 0.25rem;
}

body.merca-product-v2 a.reset_variations:hover {
	color: var(--merca-p-ink, #2f2b29) !important;
}

/* Ring size guide link in short description */
body.merca-product-v2 .woocommerce-product-details__short-description a[href*="ring-size-guide"] {
	display: inline-block;
	margin-top: 0.35rem;
	font-size: 0.78rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: var(--merca-p-ink, #2f2b29) !important;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
}

body.merca-product-v2 .woocommerce-product-details__short-description a[href*="ring-size-guide"]:hover {
	opacity: 0.65;
}

/* ==========================================================================
   Checkout + Cart — quiet luxury (merca-checkout-v2 / merca-cart-v2)
   Matches home / product / shop: warm ivory, ink, restrained type.
   ========================================================================== */

body.merca-checkout-v2,
body.merca-cart-v2 {
	--merca-c-bg: #fdfbf7;
	--merca-c-ink: #2f2b29;
	--merca-c-muted: rgba(47, 43, 41, 0.62);
	--merca-c-line: rgba(47, 43, 41, 0.12);
	--merca-c-soft: #f3f0ea;
	--merca-c-card: #ffffff;
	background: var(--merca-c-bg);
	color: var(--merca-c-ink);
}

body.merca-checkout-v2 #main,
body.merca-checkout-v2 .site-main,
body.merca-cart-v2 #main,
body.merca-cart-v2 .site-main {
	background: var(--merca-c-bg);
}

/* Page title */
body.merca-checkout-v2 .entry-header,
body.merca-cart-v2 .entry-header {
	width: min(100% - 2rem, 1100px);
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.5rem) 0 0.35rem;
	text-align: center;
	border: none;
	background: transparent;
}

body.merca-checkout-v2 .page-title,
body.merca-cart-v2 .page-title,
body.merca-checkout-v2 h1.page-title,
body.merca-cart-v2 h1.page-title {
	margin: 0 !important;
	font-size: clamp(1.65rem, 3.5vw, 2.15rem) !important;
	font-weight: 500 !important;
	letter-spacing: 0.04em !important;
	text-transform: none !important;
	color: var(--merca-c-ink) !important;
	line-height: 1.2 !important;
}

body.merca-checkout-v2 .entry-header::after {
	content: "Almost yours — confirm your details below";
	display: block;
	margin-top: 0.55rem;
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--merca-c-muted);
}

/* Shell */
body.merca-checkout-v2 .ct-container > .woocommerce,
body.merca-checkout-v2 article .woocommerce,
body.merca-cart-v2 .ct-container > .woocommerce,
body.merca-cart-v2 article .woocommerce {
	width: min(100% - 2rem, 1100px);
	margin-inline: auto;
	padding-bottom: clamp(2.5rem, 6vw, 4rem);
	box-sizing: border-box;
}

/* Coupon toggle */
body.merca-checkout-v2 .woocommerce-form-coupon-toggle .woocommerce-info,
body.merca-cart-v2 .woocommerce-info {
	background: var(--merca-c-soft) !important;
	border: 1px solid var(--merca-c-line) !important;
	border-top: 1px solid var(--merca-c-line) !important;
	color: var(--merca-c-ink) !important;
	border-radius: 0 !important;
	padding: 0.9rem 1.1rem !important;
	font-size: 0.88rem !important;
	box-shadow: none !important;
}

body.merca-checkout-v2 .woocommerce-form-coupon-toggle .woocommerce-info::before,
body.merca-cart-v2 .woocommerce-info::before {
	display: none !important;
}

body.merca-checkout-v2 .woocommerce-form-coupon-toggle a,
body.merca-checkout-v2 .showcoupon {
	color: var(--merca-c-ink) !important;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
	font-weight: 500;
}

body.merca-checkout-v2 form.checkout_coupon {
	border: 1px solid var(--merca-c-line) !important;
	background: var(--merca-c-card) !important;
	padding: 1rem 1.15rem !important;
	margin-bottom: 1.25rem !important;
	border-radius: 0 !important;
}

/* Two-column checkout layout */
body.merca-checkout-v2 form.woocommerce-checkout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	margin-top: 1.25rem;
}

body.merca-checkout-v2 form.woocommerce-checkout > * {
	min-width: 0;
}

@media (min-width: 900px) {
	body.merca-checkout-v2 form.woocommerce-checkout {
		grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
		align-items: start;
		column-gap: clamp(1.5rem, 3vw, 2.5rem);
		row-gap: 0.85rem;
	}

	/* Left: details + notes */
	body.merca-checkout-v2 form.woocommerce-checkout #customer_details,
	body.merca-checkout-v2 form.woocommerce-checkout .woocommerce-additional-fields {
		grid-column: 1;
	}

	/* Right: trust, heading, sticky summary */
	body.merca-checkout-v2 form.woocommerce-checkout .merca-checkout-trust,
	body.merca-checkout-v2 form.woocommerce-checkout #order_review_heading,
	body.merca-checkout-v2 form.woocommerce-checkout #order_review {
		grid-column: 2;
	}

	body.merca-checkout-v2 form.woocommerce-checkout #order_review {
		position: sticky;
		top: 1.15rem;
	}
}

/* Section headings — no full-width underlines (read as empty inputs). */
body.merca-checkout-v2 #customer_details h3,
body.merca-checkout-v2 #order_review_heading,
body.merca-checkout-v2 .woocommerce-additional-fields h3,
body.merca-checkout-v2 .woocommerce-billing-fields > h3,
body.merca-checkout-v2 .woocommerce-shipping-fields > h3 {
	margin: 0 0 1.1rem !important;
	padding: 0 !important;
	border: none !important;
	border-bottom: none !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: var(--merca-c-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* One label only: “Your details” (hide native “Billing details” text). */
body.merca-checkout-v2 #customer_details .woocommerce-billing-fields > h3 {
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 0 1.1rem !important;
	padding: 0 !important;
}

body.merca-checkout-v2 #customer_details .woocommerce-billing-fields > h3::before {
	content: "Your details";
	display: block;
	font-size: 0.72rem;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--merca-c-ink);
	border: none;
	padding: 0;
}

body.merca-checkout-v2 #order_review_heading {
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 0.85rem !important;
}

body.merca-checkout-v2 #order_review_heading::before {
	content: "Your order";
	display: block;
	font-size: 0.72rem;
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--merca-c-ink);
	border: none;
	padding: 0;
}

/* Form cards */
body.merca-checkout-v2 #customer_details .col-1,
body.merca-checkout-v2 #customer_details .col-2,
body.merca-checkout-v2 .woocommerce-additional-fields {
	background: var(--merca-c-card);
	border: 1px solid var(--merca-c-line);
	padding: clamp(1.1rem, 2.5vw, 1.5rem);
	border-radius: 0;
	box-sizing: border-box;
}

body.merca-checkout-v2 #customer_details {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

body.merca-checkout-v2 #customer_details .col-1,
body.merca-checkout-v2 #customer_details .col-2 {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
}

/* Labels + inputs */
body.merca-checkout-v2 .woocommerce form .form-row label,
body.merca-checkout-v2 .form-row label {
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: var(--merca-c-muted) !important;
	margin-bottom: 0.4rem !important;
	line-height: 1.35 !important;
}

body.merca-checkout-v2 .form-row label .required,
body.merca-checkout-v2 .form-row label .optional {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

body.merca-checkout-v2 .woocommerce form .form-row input.input-text,
body.merca-checkout-v2 .woocommerce form .form-row textarea,
body.merca-checkout-v2 .woocommerce form .form-row select,
body.merca-checkout-v2 .select2-container--default .select2-selection--single {
	border: 1px solid var(--merca-c-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--merca-c-ink) !important;
	min-height: 46px !important;
	box-shadow: none !important;
	font-size: 0.95rem !important;
}

body.merca-checkout-v2 .woocommerce form .form-row textarea {
	min-height: 5.5rem !important;
	padding: 0.75rem 0.85rem !important;
}

body.merca-checkout-v2 .woocommerce form .form-row input.input-text:focus,
body.merca-checkout-v2 .woocommerce form .form-row textarea:focus,
body.merca-checkout-v2 .woocommerce form .form-row select:focus,
body.merca-checkout-v2 .select2-container--default.select2-container--focus .select2-selection--single,
body.merca-checkout-v2 .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--merca-c-ink) !important;
	outline: none !important;
	box-shadow: none !important;
}

body.merca-checkout-v2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--merca-c-ink) !important;
	line-height: 44px !important;
	padding-left: 0.75rem !important;
}

body.merca-checkout-v2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px !important;
}

/* Hide single-country field */
body.merca-checkout-v2 .merca-hide-country,
body.merca-checkout-v2 #billing_country_field.merca-hide-country,
body.merca-checkout-v2 #shipping_country_field.merca-hide-country {
	display: none !important;
}

/* -------- Fulfillment method cards (Delivery / Mtaani / CBD) -------- */
body.merca-checkout-v2 .merca-fulfillment {
	margin: 0 0 1.35rem !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
}

body.merca-checkout-v2 .merca-fulfillment__label {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: var(--merca-c-ink) !important;
}

body.merca-checkout-v2 .merca-fulfillment__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

@media (min-width: 640px) {
	body.merca-checkout-v2 .merca-fulfillment__cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.merca-checkout-v2 .merca-fulfillment__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 !important;
	padding: 0.95rem 1rem 1rem !important;
	border: 1px solid var(--merca-c-line) !important;
	background: #fff !important;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--merca-c-ink) !important;
	line-height: 1.4 !important;
}

body.merca-checkout-v2 .merca-fulfillment__card:hover {
	border-color: rgba(47, 43, 41, 0.35) !important;
}

body.merca-checkout-v2 .merca-fulfillment__card.is-selected {
	border-color: var(--merca-c-ink) !important;
	background: var(--merca-c-soft) !important;
	box-shadow: inset 0 0 0 1px var(--merca-c-ink);
}

body.merca-checkout-v2 .merca-fulfillment__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 1px;
	height: 1px;
}

body.merca-checkout-v2 .merca-fulfillment__card-title {
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--merca-c-ink);
}

body.merca-checkout-v2 .merca-fulfillment__card-desc {
	font-size: 0.78rem;
	line-height: 1.45;
	color: var(--merca-c-muted);
	text-transform: none;
	letter-spacing: 0.01em;
	font-weight: 400;
}

body.merca-checkout-v2 .merca-cbd-notice {
	margin: 0.75rem 0 0;
	padding: 0.85rem 1rem;
	background: var(--merca-c-soft);
	border: 1px solid var(--merca-c-line);
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--merca-c-muted);
}

body.merca-checkout-v2 .merca-cbd-notice strong {
	color: var(--merca-c-ink);
	font-weight: 600;
}

/* Hide location/address when method is a pickup */
body.merca-checkout-v2 .merca-method-hide,
body.merca-checkout-v2 .merca-pickup-hide-address {
	display: none !important;
}

/* Mtaani agent field */
body.merca-checkout-v2 .merca-mtaani-agent-field {
	display: none;
}

body.merca-checkout-v2 .merca-mtaani-agent-field.merca-mtaani-agent--visible {
	display: block !important;
	margin-top: 0.15rem;
	padding: 0.95rem 1rem;
	background: var(--merca-c-soft);
	border: 1px solid var(--merca-c-line);
}

body.merca-checkout-v2 .merca-mtaani-agent-field.merca-mtaani-agent--visible label {
	color: var(--merca-c-ink) !important;
}

body.merca-checkout-v2 .merca-mtaani-agent-field textarea {
	min-height: 5rem;
	resize: vertical;
}

/* Ship to different address */
body.merca-checkout-v2 #ship-to-different-address label {
	font-size: 0.88rem !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	color: var(--merca-c-ink) !important;
	font-weight: 500 !important;
}

/* Trust strip */
body.merca-checkout-v2 .merca-checkout-trust {
	margin: 0 0 0.85rem;
}

body.merca-checkout-v2 .merca-checkout-trust__list {
	list-style: none;
	margin: 0;
	padding: 0.95rem 1.1rem;
	background: var(--merca-c-soft);
	border: 1px solid var(--merca-c-line);
	display: grid;
	gap: 0.45rem;
}

body.merca-checkout-v2 .merca-checkout-trust__list li {
	position: relative;
	padding-left: 1.1rem;
	font-size: 0.8rem;
	line-height: 1.45;
	color: var(--merca-c-muted);
	letter-spacing: 0.01em;
}

body.merca-checkout-v2 .merca-checkout-trust__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: var(--merca-c-ink);
	opacity: 0.45;
}

body.merca-checkout-v2 .merca-checkout-trust__list a {
	color: var(--merca-c-ink);
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

/* Order review card */
body.merca-checkout-v2 #order_review,
body.merca-checkout-v2 .woocommerce-checkout-review-order {
	background: var(--merca-c-card);
	border: 1px solid var(--merca-c-line);
	padding: clamp(1.1rem, 2.5vw, 1.5rem);
	box-sizing: border-box;
}

body.merca-checkout-v2 .woocommerce-checkout-review-order-table {
	border: none !important;
	margin: 0 0 1rem !important;
}

body.merca-checkout-v2 .woocommerce-checkout-review-order-table th,
body.merca-checkout-v2 .woocommerce-checkout-review-order-table td {
	border-color: var(--merca-c-line) !important;
	padding: 0.75rem 0 !important;
	font-size: 0.9rem !important;
	color: var(--merca-c-ink) !important;
	background: transparent !important;
}

body.merca-checkout-v2 .woocommerce-checkout-review-order-table thead th {
	font-size: 0.68rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: var(--merca-c-muted) !important;
	border-bottom: 1px solid var(--merca-c-line) !important;
}

body.merca-checkout-v2 .woocommerce-checkout-review-order-table tfoot th {
	font-weight: 500 !important;
	color: var(--merca-c-muted) !important;
}

body.merca-checkout-v2 .woocommerce-checkout-review-order-table .order-total th,
body.merca-checkout-v2 .woocommerce-checkout-review-order-table .order-total td {
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	color: var(--merca-c-ink) !important;
	border-top: 1px solid var(--merca-c-ink) !important;
	padding-top: 0.95rem !important;
}

/* Product row with thumbnail */
body.merca-checkout-v2 .merca-checkout-product {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-align: left;
}

body.merca-checkout-v2 .merca-checkout-thumb {
	width: 52px !important;
	height: 52px !important;
	object-fit: cover;
	background: var(--merca-c-soft);
	flex-shrink: 0;
	border-radius: 0 !important;
}

body.merca-checkout-v2 .merca-checkout-product__name {
	font-size: 0.9rem;
	line-height: 1.35;
	color: var(--merca-c-ink);
}

body.merca-checkout-v2 .ct-shipping-heading {
	font-size: 0.68rem !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--merca-c-muted);
	margin-bottom: 0.35rem;
}

/* Payment */
body.merca-checkout-v2 #payment {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

body.merca-checkout-v2 #payment ul.payment_methods {
	border: none !important;
	border-bottom: 1px solid var(--merca-c-line) !important;
	padding: 0 0 1rem !important;
	margin: 0 0 1rem !important;
	background: transparent !important;
}

body.merca-checkout-v2 #payment ul.payment_methods li {
	padding: 0.65rem 0 !important;
	background: transparent !important;
	border: none !important;
}

body.merca-checkout-v2 #payment ul.payment_methods li label {
	font-size: 0.9rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	color: var(--merca-c-ink) !important;
}

body.merca-checkout-v2 #payment div.payment_box {
	background: var(--merca-c-soft) !important;
	border: 1px solid var(--merca-c-line) !important;
	border-radius: 0 !important;
	color: var(--merca-c-muted) !important;
	font-size: 0.82rem !important;
	padding: 0.85rem 1rem !important;
	margin-top: 0.5rem !important;
	box-shadow: none !important;
}

body.merca-checkout-v2 #payment div.payment_box::before {
	display: none !important;
}

body.merca-checkout-v2 .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.8rem;
	color: var(--merca-c-muted);
	margin-bottom: 0.85rem;
}

body.merca-checkout-v2 .woocommerce-terms-and-conditions-wrapper a {
	color: var(--merca-c-ink);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

/* Place order — match product ATC */
body.merca-checkout-v2 #place_order,
body.merca-checkout-v2 button#place_order,
body.merca-checkout-v2 #payment #place_order {
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0.9rem 1.5rem !important;
	border: 1px solid var(--merca-c-ink) !important;
	border-radius: 0 !important;
	background: var(--merca-c-ink) !important;
	color: #fff !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, color 0.2s ease !important;
}

body.merca-checkout-v2 #place_order:hover,
body.merca-checkout-v2 #place_order:focus {
	background: #fff !important;
	color: var(--merca-c-ink) !important;
}

/* -------- Cart page (same language) -------- */
body.merca-cart-v2 table.shop_table {
	border: 1px solid var(--merca-c-line) !important;
	background: var(--merca-c-card) !important;
	border-radius: 0 !important;
}

body.merca-cart-v2 table.shop_table th {
	font-size: 0.68rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	color: var(--merca-c-muted) !important;
	background: var(--merca-c-soft) !important;
	border-color: var(--merca-c-line) !important;
}

body.merca-cart-v2 table.shop_table td {
	border-color: var(--merca-c-line) !important;
	color: var(--merca-c-ink) !important;
	background: transparent !important;
}

body.merca-cart-v2 .cart_totals {
	background: var(--merca-c-card);
	border: 1px solid var(--merca-c-line);
	padding: 1.25rem 1.35rem;
}

body.merca-cart-v2 .cart_totals h2 {
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	margin: 0 0 1rem !important;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--merca-c-line);
}

body.merca-cart-v2 .wc-proceed-to-checkout a.checkout-button,
body.merca-cart-v2 a.checkout-button {
	min-height: 52px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--merca-c-ink) !important;
	border-radius: 0 !important;
	background: var(--merca-c-ink) !important;
	color: #fff !important;
	font-size: 0.72rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease !important;
}

body.merca-cart-v2 .wc-proceed-to-checkout a.checkout-button:hover {
	background: #fff !important;
	color: var(--merca-c-ink) !important;
}

body.merca-cart-v2 .coupon .button,
body.merca-cart-v2 button[name="update_cart"] {
	border: 1px solid var(--merca-c-ink) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--merca-c-ink) !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
}

/* Mobile: stack order review after details, sticky CTA feel */
@media (max-width: 899px) {
	body.merca-checkout-v2 form.woocommerce-checkout #order_review {
		position: static;
	}

	body.merca-checkout-v2 #payment {
		position: sticky;
		bottom: 0;
		z-index: 20;
		background: var(--merca-c-card) !important;
		padding: 0.75rem 0 0.25rem !important;
		border-top: 1px solid var(--merca-c-line) !important;
		margin: 0 -0.15rem;
	}
}
