/**
 * Springnex Nex — storefront skin (inherits default Bootstrap layout).
 * Override tokens here; Twig shells live under extension/nex/catalog/view/template/.
 */
:root {
	--snx-brand: #0d9488;
	--snx-brand-dark: #0f766e;
	--snx-surface: #f8fafc;
}

body.snx-theme--nex {
	background-color: var(--snx-surface);
}

body.snx-theme--nex header {
	border-bottom: 3px solid var(--snx-brand);
}

.snx-theme-badge {
	color: var(--snx-brand-dark);
	font-weight: 600;
	font-size: 0.875rem;
}

.snx-product-thumb .price-new {
	color: var(--snx-brand-dark);
}

.snx-home #content {
	padding-top: 0.5rem;
}
