/* ==========================================================================
   Solucon — Catálogo WooCommerce v3
   ========================================================================== */

:root {
	--sc-azul: #1B365D;
	--sc-azul-hover: #264573;
	--sc-azul-acento: #3B82F6;
	--sc-azul-light: #EFF6FF;
	--sc-gris-50: #F9FAFB;
	--sc-gris-100: #F3F4F6;
	--sc-gris-200: #E5E7EB;
	--sc-gris-300: #D1D5DB;
	--sc-gris-400: #9CA3AF;
	--sc-gris-500: #6B7280;
	--sc-gris-700: #374151;
	--sc-gris-900: #111827;
	--sc-radius: 12px;
	--sc-shadow-sm: 0 1px 2px rgba(0,0,0,.05);
	--sc-shadow-md: 0 4px 12px rgba(0,0,0,.08);
	--sc-shadow-lg: 0 8px 30px rgba(0,0,0,.10);
	--sc-transition: .2s cubic-bezier(.4,0,.2,1);
}

/* ==========================================================================
   Old elements — hide + layout fix
   ========================================================================== */

body.woocommerce .sol-filters,
body.woocommerce .solucon-filtros-sidebar,
body.woocommerce .filtros-cta,
body.woocommerce .filtros-card {
	display: none !important;
}

body.woocommerce .solucon-shop-wrapper {
	display: block !important;
	grid-template-columns: none !important;
}

body.woocommerce .solucon-productos-main {
	width: 100% !important;
	max-width: 100% !important;
}

/* Kill any gap between hero and filter card */
body.woocommerce .solucon-shop-wrapper,
body.woocommerce .solucon-productos-main,
body.woocommerce .content-area,
body.woocommerce .site-main,
body.woocommerce .woocommerce-archive-wrapper,
body.woocommerce .inside-article,
body.woocommerce .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* ==========================================================================
   Hero — .sol-header
   ========================================================================== */

body.woocommerce .sol-header {
	background: linear-gradient(160deg, #0D1B30 0%, #1B365D 45%, #2A4A7A 100%) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	position: relative;
	overflow: visible !important;
	z-index: 10;
}

/* Decorative glow orbs */
body.woocommerce .sol-header::before,
body.woocommerce .sol-header::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

body.woocommerce .sol-header::before {
	width: 500px;
	height: 500px;
	top: -200px;
	right: -100px;
	background: radial-gradient(circle, rgba(59,130,246,.1) 0%, transparent 70%);
	filter: blur(40px);
}

body.woocommerce .sol-header::after {
	width: 350px;
	height: 350px;
	bottom: -150px;
	left: 5%;
	background: radial-gradient(circle, rgba(99,102,241,.07) 0%, transparent 70%);
	filter: blur(40px);
}

body.woocommerce .sol-header-inner {
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 56px 24px 52px !important;
	position: relative;
	z-index: 1;
}

/* Breadcrumb */
body.woocommerce .sol-breadcrumb {
	font-size: 12px !important;
	color: rgba(255,255,255,.35) !important;
	margin-bottom: 28px !important;
	letter-spacing: .3px !important;
}

body.woocommerce .sol-breadcrumb strong {
	color: rgba(255,255,255,.65) !important;
}

body.woocommerce .sol-breadcrumb a {
	color: rgba(255,255,255,.35) !important;
	text-decoration: none !important;
}

/* Title + search centered */
body.woocommerce .sol-header-row {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center !important;
	gap: 28px !important;
	position: relative !important;
	z-index: 20 !important;
}

body.woocommerce .sol-header-text {
	max-width: 620px !important;
}

body.woocommerce .sol-header-text h1 {
	font-size: 40px !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 0 12px !important;
	letter-spacing: -1px !important;
	line-height: 1.1 !important;
}

body.woocommerce .sol-header-text p {
	font-size: 16px !important;
	color: rgba(255,255,255,.6) !important;
	margin: 0 !important;
	line-height: 1.6 !important;
}

/* Search bar */
body.woocommerce .sol-search {
	display: flex !important;
	align-items: stretch !important;
	background: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: none !important;
	padding: 0 !important;
	max-width: 520px !important;
	width: 100% !important;
	min-width: 0 !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 40px rgba(0,0,0,.3) !important;
	overflow: visible !important;
}

body.woocommerce .sol-search:focus-within {
	background: none !important;
	border-color: transparent !important;
	box-shadow: 0 10px 40px rgba(0,0,0,.3), 0 0 0 3px rgba(59,130,246,.35) !important;
}

body.woocommerce .sol-search input[type="text"] {
	background: #fff !important;
	border: none !important;
	border-radius: 14px 0 0 14px !important;
	outline: none !important;
	color: var(--sc-gris-900) !important;
	font-size: 14px !important;
	flex: 1 !important;
	padding: 16px 20px !important;
	min-width: 0 !important;
}

body.woocommerce .sol-search input[type="text"]::placeholder {
	color: var(--sc-gris-400) !important;
}

body.woocommerce .sol-search button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	background: #3B5998 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0 14px 14px 0 !important;
	padding: 16px 26px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: background var(--sc-transition) !important;
	white-space: nowrap !important;
	flex-shrink: 0 !important;
}

body.woocommerce .sol-search button:hover {
	background: #2d4a85 !important;
}

body.woocommerce .sol-search button svg {
	width: 16px !important;
	height: 16px !important;
	stroke: #fff !important;
}

/* Hero responsive — see consolidated block at bottom */

/* ==========================================================================
   Filter Bar — overlapping card
   ========================================================================== */

.sc-filters {
	background: #fff;
	border: 1px solid var(--sc-gris-200);
	border-radius: 16px;
	padding: 0;
	margin: 0 0 32px;
	box-shadow: 0 4px 24px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.04);
	position: relative;
	z-index: 5;
	overflow: hidden;
}

/* ── Rows ── */

.sc-filters__row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 28px;
}

.sc-filters__row + .sc-filters__row {
	border-top: 1px solid var(--sc-gris-100);
	background: var(--sc-gris-50);
}

.sc-filters__row:first-child {
	padding-top: 22px;
}

.sc-filters__label {
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 700;
	color: var(--sc-gris-400);
	text-transform: uppercase;
	letter-spacing: .8px;
	min-width: 84px;
}

.sc-filters__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

/* ── Pill base ── */

.sc-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	border-radius: 8px;
	cursor: pointer;
	transition: all var(--sc-transition);
	white-space: nowrap;
	font-family: inherit;
	user-select: none;
}

.sc-pill__count {
	font-size: 11px;
	font-weight: 600;
	opacity: .5;
}

/* ── Category pills ── */

.sc-pill--cat {
	background: #fff;
	color: var(--sc-gris-700);
	border: 1px solid var(--sc-gris-200);
}

.sc-pill--cat:hover {
	background: var(--sc-azul-light);
	border-color: var(--sc-azul-acento);
	color: var(--sc-azul);
	box-shadow: 0 2px 8px rgba(59,130,246,.1);
}

.sc-pill--cat.is-active {
	background: var(--sc-azul);
	color: #fff;
	border-color: var(--sc-azul);
	box-shadow: 0 3px 12px rgba(27,54,93,.3);
}

.sc-pill--cat.is-active:hover {
	background: var(--sc-azul-hover);
}

.sc-pill--cat.is-active .sc-pill__count {
	opacity: .8;
}

/* ── Gama + Stock pills ── */

.sc-pill--gama {
	background: transparent;
	color: var(--sc-gris-500);
	border: 1.5px dashed var(--sc-gris-300);
}

.sc-pill--gama:hover {
	border-color: var(--sc-azul-acento);
	color: var(--sc-azul-acento);
	background: var(--sc-azul-light);
	border-style: solid;
}

.sc-pill--gama.is-active {
	background: var(--sc-azul-light);
	color: #1D4ED8;
	border: 1.5px solid var(--sc-azul-acento);
	font-weight: 600;
}

.sc-pill--stock {
	background: #fff;
	color: var(--sc-gris-500);
	border: 1px solid var(--sc-gris-200);
}

.sc-pill--stock:hover {
	border-color: #059669;
	color: #059669;
	background: #ECFDF5;
}

.sc-pill--stock.is-active {
	background: #059669;
	color: #fff;
	border-color: #059669;
}

.sc-filters__row--secondary {
	background: var(--sc-gris-50);
	flex-wrap: wrap;
}

/* ── Fila 3: Capacidad contextual ── */
.sc-filters__row--capacity {
	background: var(--sc-gris-50);
	flex-wrap: wrap;
	border-top: 1px dashed var(--sc-gris-200);
}

.sc-filters__row--capacity[hidden] {
	display: none;
}

.sc-filters__cap-hint {
	font-size: 12px;
	color: var(--sc-gris-500);
	font-style: italic;
	margin-left: auto;
}

.sc-pill--cap {
	background: transparent;
	color: var(--sc-gris-500);
	border: 1.5px dashed var(--sc-gris-300);
	font-variant-numeric: tabular-nums;
}

.sc-pill--cap:hover {
	border-color: var(--sc-azul-acento);
	color: var(--sc-azul-acento);
	background: var(--sc-azul-light);
	border-style: solid;
}

.sc-pill--cap.is-active {
	background: var(--sc-azul-light);
	color: #1D4ED8;
	border: 1.5px solid var(--sc-azul-acento);
	border-style: solid;
}

@media (max-width: 640px) {
	.sc-filters__cap-hint {
		flex-basis: 100%;
		margin-left: 0;
		margin-top: 4px;
	}
}

.sc-filters__separator {
	width: 1px;
	height: 24px;
	background: var(--sc-gris-200);
	flex-shrink: 0;
	align-self: center;
}

/* Kill browser focus outline on all filter pills */
.sc-pill:focus,
.sc-pill:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.sc-pill--gama:focus:not(.is-active),
.sc-pill--stock:focus:not(.is-active),
.sc-pill--cat:focus:not(.is-active) {
	background: #fff !important;
	color: var(--sc-gris-500) !important;
}

/* ── Results bar ── */

.sc-filters__results-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 28px;
	border-top: 1px solid var(--sc-gris-100);
	background: var(--sc-gris-50);
	gap: 16px;
}

.sc-results__count {
	font-size: 13px;
	color: var(--sc-gris-500);
}

.sc-results__count strong {
	color: var(--sc-gris-900);
	font-weight: 700;
}

.sc-results__sort select {
	font-size: 13px;
	font-family: inherit;
	font-weight: 500;
	padding: 8px 32px 8px 12px;
	border: 1px solid var(--sc-gris-200);
	border-radius: 8px;
	background: #fff;
	color: var(--sc-gris-700);
	cursor: pointer;
	transition: border-color var(--sc-transition);
	appearance: auto;
}

.sc-results__sort select:hover {
	border-color: var(--sc-gris-300);
}

.sc-results__sort select:focus {
	outline: none;
	border-color: var(--sc-azul-acento);
	box-shadow: 0 0 0 3px rgba(59,130,246,.1);
}

/* Filter responsive — see consolidated block at bottom */

/* ==========================================================================
   Product Grid
   ========================================================================== */

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* Grid responsive — see consolidated block at bottom */

/* ==========================================================================
   Product Card
   ========================================================================== */

.sc-product-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--sc-gris-200);
	border-radius: var(--sc-radius);
	overflow: hidden;
	transition: box-shadow var(--sc-transition), transform var(--sc-transition);
	height: 100%;
}

.sc-product-card:hover {
	box-shadow: var(--sc-shadow-lg);
	transform: translateY(-3px);
	border-color: var(--sc-gris-300);
}

/* ── Image ── */

.sc-card__image-wrap {
	position: relative;
	background: var(--sc-gris-50);
	overflow: hidden;
}

.sc-card__image-link {
	display: block;
}

.sc-card__image-wrap img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	display: block;
	padding: 20px;
	transition: transform .3s ease;
}

.sc-product-card:hover .sc-card__image-wrap img {
	transform: scale(1.03);
}

/* Badges */
.sc-badge {
	position: absolute;
	z-index: 2;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 6px;
	white-space: nowrap;
	letter-spacing: .3px;
}

.sc-badge--destacado {
	top: 12px;
	left: 12px;
	background: var(--sc-azul);
	color: #fff;
	box-shadow: 0 2px 6px rgba(27,54,93,.3);
}

.sc-badge--marca {
	top: 12px;
	right: 12px;
	background: #fff;
	color: var(--sc-gris-700);
	border: 1px solid var(--sc-gris-200);
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .8px;
	box-shadow: var(--sc-shadow-sm);
}

/* ── Name ── */

.sc-card__name {
	padding: 16px 16px 0;
}

.sc-card__name-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.sc-card__name-link:hover .sc-card__sku {
	color: var(--sc-azul-acento);
}

.sc-card__sku {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: var(--sc-gris-900);
	line-height: 1.3;
	transition: color var(--sc-transition);
}

.sc-card__title {
	display: block;
	font-size: 13px;
	color: var(--sc-gris-500);
	line-height: 1.4;
	margin-top: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Feature tags ── */

.sc-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 12px 16px 0;
}

.sc-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 5px;
	line-height: 1.3;
	white-space: nowrap;
	letter-spacing: .2px;
}

.sc-tag--yellow { background: #FEF3C7; color: #92400E; }
.sc-tag--green  { background: #D1FAE5; color: #065F46; }
.sc-tag--blue   { background: #DBEAFE; color: #1E40AF; }
.sc-tag--gray   { background: var(--sc-gris-100); color: var(--sc-gris-700); }

/* ── Specs ── */

.sc-card__specs {
	display: flex;
	gap: 6px;
	padding: 14px 16px 0;
}

.sc-spec {
	flex: 1;
	min-width: 0;
	padding: 8px 10px;
	background: var(--sc-gris-50);
	border-radius: 8px;
}

.sc-spec__label {
	display: block;
	font-size: 9px;
	font-weight: 600;
	color: var(--sc-gris-400);
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 1.2;
	margin-bottom: 3px;
}

.sc-spec__value {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--sc-gris-900);
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ── Industry tags ── */

.sc-card__industries {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 12px 16px 0;
}

.sc-industry-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	color: var(--sc-gris-500);
	padding: 3px 8px;
	border: 1px solid var(--sc-gris-200);
	border-radius: 5px;
	line-height: 1.3;
	white-space: nowrap;
}

/* ── Footer ── */

.sc-card__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 16px;
	margin-top: auto;
	border-top: 1px solid var(--sc-gris-100);
}

.sc-card__gama {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.sc-gama__dollars {
	display: flex;
	gap: 1px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.sc-dollar--active  { color: var(--sc-azul); }
.sc-dollar--inactive { color: var(--sc-gris-200); }

.sc-gama__label {
	font-size: 10px;
	color: var(--sc-gris-400);
	font-weight: 500;
}

/* Buttons */
.sc-card__actions {
	display: flex;
	gap: 6px;
}

.sc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 8px;
	text-decoration: none;
	line-height: 1;
	transition: all var(--sc-transition);
	cursor: pointer;
	white-space: nowrap;
}

.sc-btn--cotizar {
	background: var(--sc-azul);
	color: #fff;
	border: 1px solid var(--sc-azul);
	box-shadow: 0 2px 6px rgba(27,54,93,.2);
}

.sc-btn--cotizar:hover {
	background: var(--sc-azul-hover);
	border-color: var(--sc-azul-hover);
	color: #fff;
	box-shadow: 0 4px 12px rgba(27,54,93,.3);
	transform: translateY(-1px);
}

.sc-btn--ver {
	background: #fff;
	color: var(--sc-azul);
	border: 1px solid var(--sc-gris-200);
}

.sc-btn--ver:hover {
	background: var(--sc-azul-light);
	color: var(--sc-azul);
	border-color: var(--sc-azul-acento);
	box-shadow: 0 2px 8px rgba(59,130,246,.1);
}

/* ==========================================================================
   Wizard Modal
   ========================================================================== */

/* ── Floating trigger button ── */

.sc-wizard-trigger {
	position: fixed;
	bottom: 28px;
	left: 28px;
	z-index: 99998;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--sc-azul);
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(27,54,93,.3);
	transition: transform var(--sc-transition), box-shadow var(--sc-transition);
	line-height: 1;
}

.sc-wizard-trigger:hover {
	transform: translateY(-2px);
	background: var(--sc-azul-hover);
	box-shadow: 0 6px 28px rgba(27,54,93,.45);
}

.sc-wizard-trigger svg {
	width: 18px;
	height: 18px;
	stroke: #fff;
	fill: none;
	flex-shrink: 0;
}

/* ── Overlay ── */

.sc-wizard-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0,0,0,.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sc-wizard-overlay.is-open {
	display: flex;
	animation: sc-overlay-in .3s ease;
}

@keyframes sc-overlay-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* ── Modal card ── */

.sc-wizard {
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 680px;
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--sc-gris-300) transparent;
	position: relative;
	box-shadow: 0 24px 80px rgba(0,0,0,.2);
	animation: sc-modal-in .35s cubic-bezier(.2,.9,.3,1);
}

.sc-wizard::-webkit-scrollbar {
	width: 4px;
}

.sc-wizard::-webkit-scrollbar-thumb {
	background: var(--sc-gris-300);
	border-radius: 4px;
}

@keyframes sc-modal-in {
	from { opacity: 0; transform: scale(.95) translateY(20px); }
	to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ── Close button ── */

.sc-wizard__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 8px;
	color: rgba(255,255,255,.6);
	cursor: pointer;
	transition: all var(--sc-transition);
	padding: 0;
}

.sc-wizard__close svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
}

.sc-wizard__close:hover {
	background: rgba(255,255,255,.2);
	color: #fff;
}

/* ── Header ── */

.sc-wizard__header {
	text-align: center;
	padding: 40px 32px 28px;
	background: linear-gradient(160deg, #0D1B30, #1B365D, #2A4A7A);
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
}

.sc-wizard__header::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	top: -150px;
	right: -50px;
	background: radial-gradient(circle, rgba(59,130,246,.12) 0%, transparent 70%);
	pointer-events: none;
}

.sc-wizard__header-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	background: rgba(255,255,255,.1);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sc-wizard__header-icon svg {
	width: 26px;
	height: 26px;
	stroke: #fff;
}

.sc-wizard__header h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 8px;
	color: #fff;
	position: relative;
}

.sc-wizard__header p {
	font-size: 14px;
	margin: 0;
	color: rgba(255,255,255,.6);
	position: relative;
}

/* ── Progress steps ── */

.sc-wizard__progress {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 16px 32px;
	background: var(--sc-gris-50);
	border-bottom: 1px solid var(--sc-gris-100);
}

.sc-wizard__progress-step {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	color: var(--sc-gris-400);
	transition: color var(--sc-transition);
}

.sc-wizard__progress-step span {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--sc-gris-200);
	color: var(--sc-gris-500);
	font-size: 11px;
	font-weight: 700;
	transition: all var(--sc-transition);
}

.sc-wizard__progress-step.is-active {
	color: var(--sc-azul);
}

.sc-wizard__progress-step.is-active span {
	background: var(--sc-azul);
	color: #fff;
}

.sc-wizard__progress-step.is-done span {
	background: #10B981;
	color: #fff;
}

/* ── Steps ── */

.sc-wizard__body {
	overflow: hidden;
}

/* Reset theme-level button hover styles inside wizard */
.sc-wizard button {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.sc-wizard__step {
	display: none;
	padding: 28px 32px 32px;
}

.sc-wizard__step.is-active {
	display: block;
	animation: sc-step-in .35s cubic-bezier(.4,0,.2,1) forwards;
}

@keyframes sc-step-in {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}

.sc-wizard__step-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--sc-gris-900);
	margin: 0 0 18px;
}

.sc-wizard__back {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: none;
	border: none;
	color: var(--sc-azul-acento);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 0;
	margin-bottom: 16px;
	font-family: inherit;
	transition: color var(--sc-transition);
}

.sc-wizard__back:hover,
.sc-wizard__back:focus,
.sc-wizard__back:active {
	color: var(--sc-azul) !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

/* ── Option cards ── */

.sc-wizard__options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.sc-wizard__option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: #fff;
	border: 2px solid var(--sc-gris-200);
	border-radius: 12px;
	cursor: pointer;
	text-align: left;
	transition: all var(--sc-transition);
	font-family: inherit;
}

.sc-wizard__option:hover {
	border-color: var(--sc-azul-acento);
	background: var(--sc-azul-light);
	box-shadow: 0 4px 12px rgba(59,130,246,.08);
}

.sc-wizard__option-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sc-azul-light);
	border-radius: 10px;
}

.sc-wizard__option-icon svg {
	width: 22px;
	height: 22px;
	stroke: var(--sc-azul);
}

.sc-wizard__option-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.sc-wizard__option-text strong {
	font-size: 13px;
	color: var(--sc-gris-900);
	line-height: 1.3;
}

.sc-wizard__option-text span {
	font-size: 11px;
	color: var(--sc-gris-400);
}

.sc-wizard__option--compact {
	padding: 12px 16px;
}

.sc-wizard__option--compact .sc-wizard__option-icon {
	display: none;
}

.sc-wizard__option--compact strong {
	color: var(--sc-gris-900);
	font-size: 13px;
	font-weight: 500;
}

/* ── Skip link ── */

.sc-wizard__skip-link {
	display: block;
	width: auto;
	margin: 20px auto 0;
	text-align: center;
	background: none;
	border: none;
	color: var(--sc-gris-400);
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	font-family: inherit;
	transition: color var(--sc-transition);
	padding: 6px 16px;
	letter-spacing: .2px;
}

.sc-wizard__skip-link:hover,
.sc-wizard__skip-link:focus,
.sc-wizard__skip-link:active {
	color: var(--sc-azul-acento) !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.sc-wizard__skip-link::before {
	content: '→ ';
}

/* ── Results ── */

.sc-wizard__results {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.sc-wizard__result-card {
	position: relative;
	background: #fff;
	border: 2px solid var(--sc-gris-200);
	border-radius: 12px;
	padding: 14px;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: border-color var(--sc-transition);
}

.sc-wizard__result-card--best {
	border-color: var(--sc-azul-acento);
	background: var(--sc-azul-light);
}

.sc-wizard__best-badge {
	position: absolute;
	top: -1px;
	left: 14px;
	background: var(--sc-azul-acento);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 0 0 6px 6px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.sc-wizard__result-card img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: 8px;
	background: var(--sc-gris-50);
	flex-shrink: 0;
}

.sc-wizard__result-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.sc-wizard__result-info strong {
	font-size: 14px;
	color: var(--sc-gris-900);
}

.sc-wizard__result-info span {
	font-size: 12px;
	color: var(--sc-gris-500);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sc-wizard__result-actions {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
}

.sc-wizard__result-actions .sc-btn {
	font-size: 12px;
	padding: 7px 14px;
	text-align: center;
}

.sc-wizard__results-actions {
	text-align: center;
}

.sc-wizard__browse {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--sc-azul);
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	padding: 12px 28px;
	border-radius: 10px;
	transition: all var(--sc-transition);
	box-shadow: 0 2px 8px rgba(27,54,93,.2);
}

.sc-wizard__browse:hover {
	background: var(--sc-azul-hover);
	box-shadow: 0 4px 12px rgba(27,54,93,.3);
}

.sc-wizard__no-results {
	text-align: center;
	color: var(--sc-gris-500);
	padding: 32px 0;
}

/* ==========================================================================
   Family Catalog — variant selector
   ========================================================================== */

.sc-family-hidden {
	display: none !important;
}

.sc-families {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}

/* Family grid responsive — see consolidated block at bottom */

/* ── Family card ── */

.sc-family-card {
	display: flex;
	background: #fff;
	border: 1px solid var(--sc-gris-200);
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow var(--sc-transition), transform var(--sc-transition);
}

.sc-family-card:hover {
	box-shadow: var(--sc-shadow-lg);
	transform: translateY(-2px);
}

/* ── Visual (image) ── */

.sc-family__visual {
	flex-shrink: 0;
	width: 180px;
	background: var(--sc-gris-50);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.sc-family__img {
	width: 100%;
	height: 140px;
	object-fit: contain;
	transition: transform .3s ease;
}

.sc-family-card:hover .sc-family__img {
	transform: scale(1.05);
}

/* ── Body ── */

.sc-family__body {
	flex: 1;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.sc-family__header {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sc-family__name {
	font-size: 16px;
	font-weight: 700;
	color: var(--sc-gris-900);
	margin: 0;
}

.sc-family__desc {
	font-size: 12px;
	color: var(--sc-gris-400);
	font-weight: 500;
}

/* ── Variant selector (shoe-size pills) ── */

.sc-family__selector-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	color: var(--sc-gris-400);
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 6px;
}

.sc-family__variants {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.sc-family__variant {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 600;
	font-family: inherit;
	border: 1.5px solid var(--sc-gris-200);
	border-radius: 6px;
	background: #fff;
	color: var(--sc-gris-700);
	cursor: pointer;
	transition: all var(--sc-transition);
	white-space: nowrap;
	line-height: 1.2;
}

.sc-family__variant:hover {
	border-color: var(--sc-azul-acento);
	color: var(--sc-azul-acento);
	background: var(--sc-azul-light);
}

.sc-family__variant.is-active {
	background: var(--sc-azul);
	color: #fff;
	border-color: var(--sc-azul);
	box-shadow: 0 2px 6px rgba(27,54,93,.2);
}

/* ── Detail (selected variant info) ── */

.sc-family__detail {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.sc-family__sku {
	font-size: 13px;
	font-weight: 700;
	color: var(--sc-azul);
}

.sc-family__title {
	font-size: 11px;
	color: var(--sc-gris-500);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sc-family__nivel {
	font-size: 10px;
	font-weight: 600;
	color: var(--sc-azul-acento);
	margin-top: 2px;
}

/* ── Stock badge ── */

.sc-family__stock {
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 9px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	letter-spacing: .3px;
	text-transform: uppercase;
}

.sc-family__stock--green {
	color: #059669;
	background: #D1FAE5;
}

.sc-family__stock--yellow {
	color: #92400E;
	background: #FEF3C7;
}

.sc-family__visual {
	position: relative;
}

/* ── Specs row ── */

.sc-family__specs {
	display: flex;
	gap: 4px;
}

.sc-family__spec {
	flex: 1;
	min-width: 0;
	padding: 5px 8px;
	background: var(--sc-gris-50);
	border-radius: 6px;
}

.sc-family__spec-label {
	display: block;
	font-size: 8px;
	font-weight: 700;
	color: var(--sc-gris-400);
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 1px;
}

.sc-family__spec-value {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: var(--sc-gris-900);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ── Hidden / filtered variant pills ── */

.sc-family__variant--hidden {
	display: none;
}

.sc-family__variant--filtered {
	display: none;
}

.sc-family__variant--more {
	background: none;
	border: 1.5px dashed var(--sc-gris-300);
	color: var(--sc-azul-acento);
	font-weight: 600;
}

.sc-family__variant--more:hover {
	background: var(--sc-azul-light);
	border-style: solid;
	border-color: var(--sc-azul-acento);
}

/* ── Actions ── */

.sc-family__actions {
	display: flex;
	gap: 6px;
	margin-top: auto;
}

.sc-family__actions .sc-btn {
	font-size: 12px;
	padding: 8px 14px;
}

/* ==========================================================================
   RESPONSIVE — All breakpoints consolidated
   ========================================================================== */

/* ── Tablet (max 1024px) ── */

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.sc-wizard__options {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ── Mobile (max 768px) ── */

@media (max-width: 768px) {
	/* Hero */
	body.woocommerce .sol-header-inner {
		padding: 36px 16px 44px !important;
	}

	body.woocommerce .sol-header-text h1 {
		font-size: 24px !important;
		letter-spacing: -0.3px !important;
	}

	body.woocommerce .sol-header-text p {
		font-size: 14px !important;
	}

	body.woocommerce .sol-header-row {
		gap: 20px !important;
	}

	body.woocommerce .sol-search {
		max-width: 100% !important;
		border-radius: 10px !important;
	}

	body.woocommerce .sol-search input[type="text"] {
		padding: 12px 14px !important;
		font-size: 13px !important;
		border-radius: 10px 0 0 10px !important;
	}

	body.woocommerce .sol-search button {
		padding: 12px 16px !important;
		font-size: 13px !important;
		border-radius: 0 10px 10px 0 !important;
	}

	body.woocommerce .sol-search button span {
		display: none !important;
	}

	/* Filter bar */
	.sc-filters {
		border-radius: 12px;
	}

	.sc-filters__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 14px 16px;
	}

	.sc-filters__row:first-child {
		padding-top: 14px;
	}

	.sc-filters__label {
		min-width: auto;
		font-size: 10px;
	}

	.sc-filters__pills {
		gap: 5px;
	}

	.sc-pill {
		padding: 6px 10px;
		font-size: 12px;
	}

	.sc-filters__results-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 12px 16px;
	}

	/* Wizard modal */
	.sc-wizard-trigger span {
		display: none;
	}

	.sc-wizard-trigger {
		padding: 12px;
		bottom: 20px;
		left: 20px;
	}

	.sc-wizard-overlay {
		padding: 10px;
		align-items: flex-end;
	}

	.sc-wizard {
		max-height: 85vh;
		border-radius: 16px 16px 0 0;
	}

	.sc-wizard__header {
		padding: 28px 20px 20px;
	}

	.sc-wizard__header h2 {
		font-size: 20px;
	}

	.sc-wizard__progress {
		padding: 12px 16px;
	}

	.sc-wizard__step {
		padding: 20px 16px 24px;
	}

	.sc-wizard__options {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.sc-wizard__result-card img {
		width: 60px;
		height: 60px;
	}

	.sc-wizard__result-actions {
		flex-direction: row;
	}

	.sc-wizard__browse {
		font-size: 13px;
		padding: 10px 20px;
	}

	/* Families — keep horizontal on mobile, shrink image */
	.sc-families {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sc-family-card {
		flex-direction: row;
	}

	.sc-family__visual {
		width: 100px;
		min-height: auto;
		height: auto;
		padding: 10px;
		overflow: hidden;
		flex-shrink: 0;
	}

	.sc-family__img {
		height: 80px;
		width: 80px;
	}

	.sc-family__body {
		padding: 12px 14px;
		gap: 8px;
	}

	.sc-family__header {
		gap: 1px;
	}

	.sc-family__name {
		font-size: 14px;
	}

	.sc-family__desc {
		font-size: 11px;
	}

	.sc-family__selector-label {
		font-size: 9px;
		margin-bottom: 4px;
	}

	.sc-family__variants {
		gap: 4px;
	}

	.sc-family__variant {
		padding: 4px 7px;
		font-size: 10px;
	}

	.sc-family__sku {
		font-size: 12px;
	}

	.sc-family__title {
		font-size: 10px;
	}

	.sc-family__actions {
		gap: 5px;
	}

	.sc-family__actions .sc-btn {
		font-size: 11px;
		padding: 6px 10px;
	}

	/* Product grid (flat view) */
	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	/* Product cards */
	.sc-card__image-wrap img {
		height: 180px;
	}

	.sc-card__specs {
		gap: 4px;
	}

	.sc-spec {
		padding: 6px 8px;
	}

	.sc-card__footer {
		flex-direction: column;
		gap: 10px;
		align-items: stretch;
	}

	.sc-card__actions {
		width: 100%;
	}

	.sc-card__actions .sc-btn {
		flex: 1;
	}
}

/* ── Small mobile (max 380px) ── */

@media (max-width: 380px) {
	body.woocommerce .sol-header-text h1 {
		font-size: 20px !important;
	}

	.sc-filters__row {
		padding: 12px;
	}

	.sc-pill {
		padding: 5px 8px;
		font-size: 11px;
	}

	.sc-family__variants {
		gap: 4px;
	}

	.sc-family__variant {
		padding: 4px 6px;
		font-size: 9px;
	}
}

/* ==========================================================================
   Related Products — Single Product Page
   ========================================================================== */

section.related.products {
	margin-top: 48px;
	padding: 48px 0 0;
	border-top: 1px solid var(--sc-gris-200);
}

section.related.products > h2 {
	font-size: 22px;
	font-weight: 800;
	color: var(--sc-gris-900);
	letter-spacing: -0.3px;
	margin: 0 0 8px;
	line-height: 1.2;
}

section.related.products > h2::after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: var(--sc-azul);
	border-radius: 2px;
	margin-top: 12px;
}

section.related.products > .products {
	margin-top: 28px !important;
}

/* 4-column grid for related products */
section.related.products ul.products {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* Smaller image height for compact related cards */
section.related.products .sc-card__image-wrap img {
	height: 180px;
	padding: 16px;
}

/* Tighter padding for related cards */
section.related.products .sc-card__name {
	padding: 12px 14px 0;
}

section.related.products .sc-card__sku {
	font-size: 14px;
}

section.related.products .sc-card__title {
	font-size: 12px;
}

section.related.products .sc-card__features {
	padding: 10px 14px 0;
}

section.related.products .sc-card__specs {
	padding: 10px 14px 0;
}

section.related.products .sc-spec__label {
	font-size: 8px;
}

section.related.products .sc-spec__value {
	font-size: 12px;
}

section.related.products .sc-card__industries {
	padding: 10px 14px 0;
}

section.related.products .sc-card__footer {
	padding: 12px 14px;
}

section.related.products .sc-btn {
	font-size: 12px;
	padding: 8px 14px;
}

section.related.products .sc-gama__dollars {
	font-size: 14px;
}

/* ── Related products responsive ── */

@media (max-width: 1200px) {
	section.related.products ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	section.related.products ul.products {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	section.related.products {
		margin-top: 32px;
		padding-top: 32px;
	}

	section.related.products > h2 {
		font-size: 18px;
	}
}

@media (max-width: 520px) {
	section.related.products ul.products {
		grid-template-columns: 1fr;
	}

	section.related.products .sc-card__footer {
		flex-direction: column;
		gap: 10px;
		align-items: stretch;
	}

	section.related.products .sc-card__actions {
		width: 100%;
	}

	section.related.products .sc-card__actions .sc-btn {
		flex: 1;
	}
}

/* ==========================================================================
   Precio — Card de catálogo
   ========================================================================== */

.sc-price {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1;
}

.sc-price__value {
	font-size: 18px;
	font-weight: 800;
	color: var(--sc-azul);
	letter-spacing: -0.01em;
	line-height: 1.1;
}

/* Override WooCommerce inner markup so it inherits our style */
.sc-price__value .woocommerce-Price-amount,
.sc-price__value .amount,
.sc-price__value bdi {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.sc-price__value .woocommerce-Price-currencySymbol {
	font-weight: 700;
	margin-right: 2px;
	color: var(--sc-azul);
}

.sc-price__label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sc-gris-400);
}

/* Related products (single product page) keep the same scale */
section.related.products .sc-price__value {
	font-size: 17px;
}

@media (max-width: 600px) {
	.sc-price__value {
		font-size: 17px;
	}
}

/* ==========================================================================
   Precio — Ficha individual del producto
   ========================================================================== */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: block;
	position: relative;
	margin: 1.25rem 0 1.5rem 0 !important;
	padding: 1.1rem 1.25rem 1rem 1.35rem;
	background: linear-gradient(135deg, #F8FAFC 0%, #EEF2F7 100%);
	border: 1px solid #E2E8F0;
	border-left: 4px solid var(--sc-azul);
	border-radius: 12px;
	color: var(--sc-azul) !important;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(27, 54, 93, 0.04);
}

/* Tiny uppercase label above the number */
.woocommerce div.product p.price::before,
.woocommerce div.product span.price::before {
	content: 'Precio referencial';
	display: block;
	font-family: inherit;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748B;
	margin-bottom: 0.35rem;
}

/* Disclaimer under the number */
.woocommerce div.product p.price::after,
.woocommerce div.product span.price::after {
	content: 'Sujeto a cotización · Consultá por financiación y volumen';
	display: block;
	font-size: 0.73rem;
	font-weight: 500;
	color: #94A3B8;
	margin-top: 0.5rem;
	letter-spacing: 0.005em;
}

/* The actual number */
.woocommerce div.product p.price .woocommerce-Price-amount,
.woocommerce div.product span.price .woocommerce-Price-amount,
.woocommerce div.product p.price > bdi,
.woocommerce div.product span.price > bdi {
	font-size: 2rem;
	font-weight: 800;
	color: var(--sc-azul);
	letter-spacing: -0.015em;
	line-height: 1;
	display: inline-block;
}

.woocommerce div.product p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product span.price .woocommerce-Price-currencySymbol {
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--sc-azul);
	margin-right: 0.2rem;
	vertical-align: baseline;
	opacity: 0.85;
}

/* Kill any legacy theme/Woo color overrides (e.g. olive/yellow) */
.woocommerce div.product p.price *,
.woocommerce div.product span.price * {
	color: var(--sc-azul) !important;
}
.woocommerce div.product p.price::before,
.woocommerce div.product p.price::after,
.woocommerce div.product span.price::before,
.woocommerce div.product span.price::after {
	color: initial !important;
}
.woocommerce div.product p.price::before,
.woocommerce div.product span.price::before {
	color: #64748B !important;
}
.woocommerce div.product p.price::after,
.woocommerce div.product span.price::after {
	color: #94A3B8 !important;
}

@media (max-width: 600px) {
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		padding: 0.95rem 1.1rem;
		margin: 1rem 0 1.25rem 0 !important;
	}

	.woocommerce div.product p.price .woocommerce-Price-amount,
	.woocommerce div.product span.price .woocommerce-Price-amount,
	.woocommerce div.product p.price > bdi,
	.woocommerce div.product span.price > bdi {
		font-size: 1.7rem;
	}

	.woocommerce div.product p.price .woocommerce-Price-currencySymbol,
	.woocommerce div.product span.price .woocommerce-Price-currencySymbol {
		font-size: 1.25rem;
	}
}

/* ==========================================================================
   Precio — Family card (vista agrupada)
   Concepto: confianza tipográfica. Cero ornamento, cero caja.
   Un hairline sutil que separa, un label micro, y el número como protagonista.
   ========================================================================== */

/* Hide slot entirely when selected variant has no price. */
.sc-family__price-slot:empty {
	display: none;
}

.sc-family__price-slot {
	margin: 6px 0 2px 0;
	padding: 12px 0 2px 0;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(27, 54, 93, 0.09);
}

.sc-family__price-slot .sc-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	line-height: 1;
	animation: scPriceFadeIn .35s ease-out;
}

@keyframes scPriceFadeIn {
	from { opacity: 0; transform: translateY(1px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* LABEL: above the number, micro caps, muted, tracked.                        */
.sc-family__price-slot .sc-price__label {
	order: 1;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #9AA5B6;
	line-height: 1;
}

/* NUMBER: bold, navy, tabular alignment.                                      */
.sc-family__price-slot .sc-price__value {
	order: 2;
	font-size: 22px;
	font-weight: 700;
	color: var(--sc-azul);
	letter-spacing: -0.025em;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.sc-family__price-slot .sc-price__value .woocommerce-Price-amount,
.sc-family__price-slot .sc-price__value .amount,
.sc-family__price-slot .sc-price__value bdi {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	letter-spacing: inherit;
	font-variant-numeric: inherit;
}

/* Currency symbol: bigger, balanced weight against the number.                */
.sc-family__price-slot .sc-price__value .woocommerce-Price-currencySymbol {
	font-size: 0.88em;
	font-weight: 500;
	color: var(--sc-azul);
	opacity: 0.75;
	margin-right: 5px;
	letter-spacing: 0;
}

@media (max-width: 600px) {
	.sc-family__price-slot {
		padding: 10px 0 2px 0;
	}

	.sc-family__price-slot .sc-price__value {
		font-size: 19px;
	}

	.sc-family__price-slot .sc-price__label {
		font-size: 8.5px;
		letter-spacing: 0.14em;
	}
}
