/* ============================================================
   SINGLE PRODUCT (packs, bonos, tienda) — Samurai 2026
   Reutiliza el hero/acordeón de wizard.css; aquí va lo específico:
   precio, panel de compra, bundle (WPC woosb), variaciones y avisos.
   ============================================================ */

/* Texto solo para lectores de pantalla (WC lo usa en precios) */
.sr-product-single .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

/* --- Precio principal --- */
.sr-product-price {
	font-family: var(--sr-font-display);
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	color: var(--sr-red-bright);
	line-height: 1;
	margin: var(--sr-s-1) 0;
}
.sr-product-price del {
	color: var(--sr-text-dim);
	font-size: 0.6em;
	margin-right: 10px;
}
.sr-product-price ins {
	text-decoration: none;
}

/* --- Panel de compra --- */
.sr-product-buy {
	margin-top: var(--sr-s-3);
	background: var(--sr-surface);
	border: 1px solid var(--sr-border);
	border-radius: var(--sr-radius-lg);
	padding: var(--sr-s-4);
}
.sr-product-buy form.cart {
	display: flex;
	flex-direction: column;
	gap: var(--sr-s-3);
	margin: 0;
}
.sr-product-buy .quantity {
	display: inline-flex;
	align-items: center;
	gap: var(--sr-s-2);
}
.sr-product-buy .quantity .qty {
	width: 90px;
	text-align: center;
}
.sr-product-buy .single_add_to_cart_button {
	width: 100%;
	padding: 16px 28px;
	font-size: 1.1rem;
}
.sr-product-buy .stock.in-stock { color: var(--sr-success); margin: 0; }
.sr-product-buy .stock.out-of-stock { color: var(--sr-red-bright); margin: 0; }
/* Precio duplicado dentro del form (algunos tipos lo repiten) */
.sr-product-buy .price { display: none; }

/* --- Bundle WPC (woosb): "este pack incluye" --- */
.sr-product-buy .woosb-wrap { margin: 0; }
.sr-product-buy .woosb-before-text,
.sr-product-buy .woosb-after-text {
	font-family: var(--sr-font-display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sr-red-bright);
	margin-bottom: var(--sr-s-3);
}
.sr-product-buy .woosb-products {
	display: flex;
	flex-direction: column;
	gap: var(--sr-s-2);
	margin-bottom: var(--sr-s-3);
}
.sr-product-buy .woosb-item-product {
	display: flex;
	align-items: center;
	gap: var(--sr-s-3);
	background: var(--sr-surface-2);
	border: 1px solid var(--sr-border);
	border-radius: var(--sr-radius);
	padding: var(--sr-s-2) var(--sr-s-3);
}
.sr-product-buy .woosb-thumb {
	flex: 0 0 64px;
	width: 64px;
	border-radius: var(--sr-radius-sm);
	overflow: hidden;
}
.sr-product-buy .woosb-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.sr-product-buy .woosb-thumb-new { display: none; }
.sr-product-buy .woosb-title,
.sr-product-buy .woosb-name {
	flex: 1;
	color: var(--sr-text);
	font-weight: 600;
	line-height: 1.35;
}
.sr-product-buy .woosb-name a {
	color: var(--sr-text);
	text-decoration: none;
}
.sr-product-buy .woosb-name a:hover { color: var(--sr-red-bright); }
.sr-product-buy .woosb-qty {
	color: var(--sr-text-muted);
	font-size: 0.9rem;
	white-space: nowrap;
}
.sr-product-buy .woosb-price {
	color: var(--sr-text-muted);
	font-size: 0.95rem;
	white-space: nowrap;
}
.sr-product-buy .woosb-price del { color: var(--sr-text-dim); margin-right: 6px; }
.sr-product-buy .woosb-price ins { color: var(--sr-red-bright); text-decoration: none; }
.sr-product-buy .woosb-total {
	border-top: 1px solid var(--sr-border);
	padding-top: var(--sr-s-3);
	color: var(--sr-text);
	font-weight: 700;
}
.sr-product-buy .woosb-total .woocommerce-Price-amount { color: var(--sr-red-bright); }
.sr-product-buy .woosb-alert {
	background: rgba(201, 0, 0, 0.12);
	border: 1px solid rgba(255, 26, 26, 0.35);
	border-radius: var(--sr-radius);
	padding: var(--sr-s-2) var(--sr-s-3);
	color: var(--sr-text);
	font-size: 0.9rem;
}

/* Selects de variación dentro de items del bundle o form variable */
.sr-product-buy .variations,
.sr-product-buy .woosb-variations {
	width: 100%;
	border-collapse: collapse;
}
.sr-product-buy .variations td,
.sr-product-buy .variations th {
	display: block;
	width: 100%;
	padding: 0 0 var(--sr-s-2);
	text-align: left;
	border: none;
}
.sr-product-buy .variations label {
	font-family: var(--sr-font-display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: var(--sr-text-muted);
}
.sr-product-buy .variations select { width: 100%; }
.sr-product-buy .reset_variations { color: var(--sr-text-dim); font-size: 0.85rem; }
.sr-product-buy .woocommerce-variation-price { margin: var(--sr-s-2) 0; }
.sr-product-buy .woocommerce-variation-price .price { display: block; }

/* --- Avisos WC (añadido al carrito, errores) --- */
.sr-product-single .woocommerce-message,
.sr-product-single .woocommerce-info,
.sr-product-single .woocommerce-error {
	list-style: none;
	background: var(--sr-surface);
	border: 1px solid var(--sr-border);
	border-left: 4px solid var(--sr-success);
	border-radius: var(--sr-radius);
	padding: var(--sr-s-3) var(--sr-s-4);
	margin: 0 0 var(--sr-s-3);
	color: var(--sr-text);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sr-s-3);
	flex-wrap: wrap;
}
.sr-product-single .woocommerce-error { border-left-color: var(--sr-red-bright); }
.sr-product-single .woocommerce-info { border-left-color: var(--sr-warning); }
.sr-product-single .woocommerce-message .button,
.sr-product-single .woocommerce-error .button,
.sr-product-single .woocommerce-info .button {
	order: 2;
	padding: 8px 16px;
	font-size: 0.85rem;
}

/* (el precio de las tarjetas .sr-pack-card__price vive en style.css,
   porque también lo usa el listado de packs) */

/* Relacionados ("También te puede interesar"): las tarjetas NO deben
   estirarse a todo el ancho cuando hay 1-2 packs. Tamaño fijo y centradas
   (auto-fit estiraba una sola tarjeta a 1200px). */
.sr-product-related .sr-rod-grid {
	grid-template-columns: repeat(auto-fill, minmax(260px, 300px));
	justify-content: center;
}

/* ============================================================
   YITH WAPO — formulario de datos del piloto en packs
   (nivel, seguro, nombre/DNI/teléfono, camiseta, monitor...).
   El plugin no trae CSS de layout propio (tampoco en producción,
   solo variables de color); todo el aspecto sale de aquí.
   Jerarquía real: .yith-wapo-container > .yith-wapo-block >
   .yith-wapo-addon (una pregunta) > .options-container > .options >
   .yith-wapo-option (una opción, repetida) | select suelto.
   ============================================================ */

.sr-product-buy #yith-wapo-container { margin-top: var(--sr-s-4); }

/* Cada "bloque" de reglas (agrupa varias preguntas) */
.sr-product-buy .yith-wapo-block {
	display: flex;
	flex-direction: column;
	gap: var(--sr-s-4);
}

/* Cada pregunta (addon): título + sus opciones, separadas entre sí */
.sr-product-buy .yith-wapo-addon {
	background: transparent;
	padding: 0 0 var(--sr-s-4);
	border-bottom: 1px solid var(--sr-border);
}
.sr-product-buy .yith-wapo-block > .yith-wapo-addon:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sr-product-buy .wapo-addon-title {
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-family: var(--sr-font-display);
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--sr-text);
	margin: 0 0 var(--sr-s-3);
}
.sr-product-buy .wapo-addon-title .required { color: var(--sr-red-bright); }
.sr-product-buy .wapo-addon-description {
	color: var(--sr-text-muted);
	font-size: 0.92rem;
	margin: -6px 0 var(--sr-s-3);
}

/* Contenedor de opciones: en fila si hay pocas y caben, si no apilan */
.sr-product-buy .options-container { width: 100%; }
.sr-product-buy .options {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sr-s-2);
}
.sr-product-buy .options.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

/* --- Opción tipo tarjeta (radio / checkbox / texto), mismo lenguaje que .sr-wiz-card --- */
.sr-product-buy .yith-wapo-option {
	flex: 1 1 220px;
	background: var(--sr-surface-2);
	border: 1px solid var(--sr-border);
	border-radius: var(--sr-radius);
	padding: var(--sr-s-3);
	transition: border-color var(--sr-duration) var(--sr-ease),
	            background var(--sr-duration) var(--sr-ease);
}
.sr-product-buy .yith-wapo-option.selected,
.sr-product-buy .yith-wapo-option:has(input:checked) {
	border-color: var(--sr-red);
	background: linear-gradient(135deg, rgba(201,0,0,0.15) 0%, var(--sr-surface-2) 100%);
}
.sr-product-buy .yith-wapo-option.out-of-stock { opacity: 0.5; }
.sr-product-buy .yith-wapo-option .label { display: block; }
.sr-product-buy .yith-wapo-option .option-container {
	display: flex;
	align-items: center;
	gap: var(--sr-s-2);
}
.sr-product-buy .yith-wapo-option .description {
	color: var(--sr-text-muted);
	font-size: 0.85rem;
	margin: var(--sr-s-1) 0 0;
}

/* Radio/checkbox reales ocultos; el círculo/cuadrado visual es el span */
.sr-product-buy .yith-wapo-option input[type="radio"],
.sr-product-buy .yith-wapo-option input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}
.sr-product-buy .radio-button-container,
.sr-product-buy .checkbox-button-container {
	display: flex;
	align-items: flex-start;
	gap: var(--sr-s-2);
	width: 100%;
	cursor: pointer;
}
.sr-product-buy .radiobutton,
.sr-product-buy .checkboxbutton {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 2px solid var(--sr-border);
	background: var(--sr-surface-3);
	position: relative;
	transition: border-color var(--sr-duration) var(--sr-ease), background var(--sr-duration) var(--sr-ease);
}
.sr-product-buy .radiobutton { border-radius: 50%; }
.sr-product-buy .checkboxbutton { border-radius: 5px; }
.sr-product-buy .radiobutton.checked,
.sr-product-buy .checkboxbutton.checked {
	border-color: var(--sr-red);
	background: var(--sr-red);
}
.sr-product-buy .radiobutton.checked::after {
	content: '';
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: #fff;
}
.sr-product-buy .checkboxbutton.checked::after {
	content: '';
	position: absolute;
	top: 45%; left: 50%;
	width: 5px; height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -60%) rotate(45deg);
}
.sr-product-buy .yith-wapo-label,
.sr-product-buy .yith-wapo-addon-label {
	color: var(--sr-text);
	font-size: 0.98rem;
	line-height: 1.4;
	cursor: pointer;
}
.sr-product-buy .yith-wapo-label .required,
.sr-product-buy .yith-wapo-addon-label .required { color: var(--sr-red-bright); margin-left: 3px; }
.sr-product-buy .yith-wapo-label .option-price,
.sr-product-buy .yith-wapo-addon-label .option-price {
	display: block;
	color: var(--sr-red-bright);
	font-size: 0.85rem;
	margin-top: 2px;
}

/* --- Opción tipo texto (nombre, DNI, teléfono...) --- */
.sr-product-buy .yith-wapo-option:has(.input-text-container) {
	flex-basis: 100%;
}
.sr-product-buy .yith-wapo-option label:not(.yith-wapo-label):not(.yith-wapo-addon-label) {
	display: block;
	font-family: var(--sr-font-display);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--sr-text-muted);
	margin-bottom: 6px;
}
.sr-product-buy .input-text-container input {
	margin: 0;
}

/* --- Select (nivel de pilotaje, cilindrada...) --- */
.sr-product-buy .options select.yith-wapo-option-value {
	width: 100%;
}

/* --- Opción tipo "producto" (seguro vendido como extra), estilo woosb-item --- */
.sr-product-buy .yith-wapo-option .product-container {
	display: flex;
	align-items: center;
	gap: var(--sr-s-3);
	width: 100%;
}
.sr-product-buy .product-image {
	flex: 0 0 64px;
	width: 64px;
	border-radius: var(--sr-radius-sm);
	overflow: hidden;
}
.sr-product-buy .product-image img { display: block; width: 100%; height: auto; }
.sr-product-buy .product-info { flex: 1; min-width: 0; }
.sr-product-buy .product-name {
	display: block;
	color: var(--sr-text);
	font-weight: 600;
	line-height: 1.35;
}
.sr-product-buy .option-price {
	color: var(--sr-red-bright);
	font-size: 0.9rem;
}
.sr-product-buy .option-add-to-cart {
	display: flex;
	align-items: center;
	gap: var(--sr-s-2);
	margin-top: var(--sr-s-2);
}
.sr-product-buy .option-add-to-cart .qty { width: 70px; }
.sr-product-buy .option-add-to-cart .add_to_cart_button {
	padding: 8px 16px;
	font-size: 0.85rem;
}

/* --- Mensaje de campo requerido / error de mínimos --- */
.sr-product-buy .min-error {
	color: var(--sr-red-bright);
	font-size: 0.85rem;
	margin-top: var(--sr-s-2);
}

/* --- Tabla resumen de precio total --- */
.sr-product-buy #wapo-total-price-table {
	margin-top: var(--sr-s-4);
	border-top: 1px solid var(--sr-border);
	padding-top: var(--sr-s-3);
}
.sr-product-buy #wapo-total-price-table table {
	width: 100%;
	border-collapse: collapse;
}
.sr-product-buy #wapo-total-price-table th {
	text-align: left;
	font-weight: 400;
	color: var(--sr-text-muted);
	padding: 4px 0;
}
.sr-product-buy #wapo-total-price-table td {
	text-align: right;
	color: var(--sr-text);
	padding: 4px 0;
}
.sr-product-buy #wapo-total-price-table tr.wapo-total-order th,
.sr-product-buy #wapo-total-price-table tr.wapo-total-order td {
	font-family: var(--sr-font-display);
	font-size: 1.2rem;
	color: var(--sr-red-bright);
	border-top: 1px solid var(--sr-border);
	padding-top: var(--sr-s-2);
}

/* ============================================================
   WIZARD DE PACKS (single-product de tipo woosb)
   pack-wizard.js reparte woosb + WAPO en pasos .sr-wiz-step
   (display/progreso/barra fija reutilizan wizard.css).
   ============================================================ */

/* CTA del hero que baja al wizard */
.sr-pack-hero-cta { margin-top: var(--sr-s-3); }
.sr-pack-hero-cta .button { padding: 16px 32px; font-size: 1.05rem; }
.sr-pack-hero-cta .sr-wiz-mini {
	margin: var(--sr-s-2) 0 0;
	color: var(--sr-text-muted);
	font-size: 0.85rem;
}

/* El wizard no es un panel-caja: los pasos van a página completa */
.sr-pack-wizard {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
}
.sr-pack-wizard form.cart { display: block; }

/* Cada pregunta WAPO como tarjeta-subgrupo (como en /inscripcion/) */
.sr-pack-wizard .yith-wapo-addon {
	background: var(--sr-surface);
	border: 1px solid var(--sr-border);
	border-radius: var(--sr-radius-lg);
	padding: var(--sr-s-4);
	margin-bottom: var(--sr-s-3);
}
.sr-pack-wizard .yith-wapo-block > .yith-wapo-addon:last-child { border-bottom: 1px solid var(--sr-border); }

/* Los circuitos del bundle, con más aire en el paso 1 */
.sr-pack-wizard .woosb-item-product { padding: var(--sr-s-3); }
.sr-pack-wizard .woosb-products { margin-bottom: var(--sr-s-3); }

/* Las secciones de paso viven DENTRO de .yith-wapo-block (requisito del
   JS de YITH para calcular totales); el bloque no debe meter separación
   extra entre pasos ocultos */
.sr-pack-wizard #yith-wapo-container { margin-top: 0; }
.sr-pack-wizard .yith-wapo-block { gap: 0; }

/* El total va en la barra fija inferior (como el individual): ocultamos la
   tabla del plugin y el selector de cantidad dentro del wizard del pack. */
.sr-pack-wizard #wapo-total-price-table { display: none; }
.sr-pack-confirm .quantity { display: none; }
/* Botón idéntico al individual: auto-width centrado (lo pinta
   .sr-wiz-final-cta button de wizard.css con padding 18px 40px) y ROJO
   (WooCommerce añade la clase .alt que lo pintaba morado). */
.sr-pack-wizard .sr-wiz-final-cta .single_add_to_cart_button,
.sr-pack-wizard .sr-wiz-final-cta .single_add_to_cart_button.alt {
	display: inline-flex;
	width: auto;
	background: var(--sr-red);
	border-color: var(--sr-red);
	color: #fff !important;
}
.sr-pack-wizard .sr-wiz-final-cta .single_add_to_cart_button:hover,
.sr-pack-wizard .sr-wiz-final-cta .single_add_to_cart_button.alt:hover {
	background: var(--sr-red-bright);
	border-color: var(--sr-red-bright);
}
.sr-pack-wizard .quantity { margin-bottom: var(--sr-s-3); }

/* (la cabecera .sr-wiz-step__head ya viene centrada de wizard.css) */

/* ============================================================
   PACK WIZARD · look EXACTO del wizard de rodadas
   - El plugin YITH imprime background-color:#ffffff INLINE en cada
     addon → hay que ganarle con !important.
   - Las opciones se pintan como .sr-wiz-card (tarjeta oscura, borde
     rojo + check al seleccionar, sin circulitos de radio).
   ============================================================ */
/* Cada pregunta del plugin = mismo formato que .sr-wiz-subgroup del
   individual: 640px centrado, título centrado. */
.sr-pack-wizard .yith-wapo-addon {
	background: transparent !important;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0 auto var(--sr-s-5);
	max-width: 640px;
}
.sr-pack-wizard .wapo-addon-title {
	font-family: var(--sr-font-display);
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sr-text);
	margin: 0 0 var(--sr-s-3);
	text-align: center;
}
.sr-pack-wizard .wapo-addon-description { color: var(--sr-text-muted); text-align: center; }

/* El plugin fuerza inline grid-template-columns: repeat(1, minmax(0,50%));
   lo ganamos con !important → 1 columna a todo el ancho (640, centrado). */
.sr-pack-wizard .options {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: var(--sr-s-2) !important;
	max-width: 640px;
	margin: 0 auto;
	width: auto !important;
}
/* Preguntas de radio (seguro, camisetas...): lista en columna,
   igual que .sr-wiz-cards--list del wizard individual */
.sr-pack-wizard .yith-wapo-addon-type-radio .options {
	grid-template-columns: 1fr;
	gap: var(--sr-s-2);
}
/* Tarjetas WAPO también "tiemblan" al validar (paridad con sr-wiz-card) */
.sr-pack-wizard .yith-wapo-option.is-shaking {
	animation: sr-wiz-shake 0.6s ease-in-out;
}
.sr-pack-wizard .yith-wapo-option {
	position: relative;
	background: var(--sr-surface);
	border: 1px solid var(--sr-border);
	border-radius: var(--sr-radius-lg);
	padding: var(--sr-s-4);
	cursor: pointer;
	user-select: none;
	transition: transform var(--sr-duration) var(--sr-ease),
	            border-color var(--sr-duration) var(--sr-ease),
	            box-shadow var(--sr-duration) var(--sr-ease),
	            background var(--sr-duration) var(--sr-ease);
}
.sr-pack-wizard .yith-wapo-option:hover { border-color: var(--sr-red-glow); }
.sr-pack-wizard .yith-wapo-option.selected,
.sr-pack-wizard .yith-wapo-option:has(input:checked) {
	border-color: var(--sr-red);
	background: linear-gradient(135deg, rgba(201, 0, 0, 0.15) 0%, var(--sr-surface) 100%);
	box-shadow: 0 8px 32px var(--sr-red-glow);
}
.sr-pack-wizard .yith-wapo-option.selected::after,
.sr-pack-wizard .yith-wapo-option:has(input:checked)::after {
	content: '';
	position: absolute;
	top: 12px; right: 12px;
	width: 24px; height: 24px;
	border-radius: 50%;
	background: var(--sr-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 12 11 18 19 6'/%3E%3C/svg%3E") center/12px no-repeat;
}
/* La tarjeta ES el control: fuera circulitos de radio/checkbox */
.sr-pack-wizard .radiobutton,
.sr-pack-wizard .checkboxbutton { display: none; }
.sr-pack-wizard .radio-button-container,
.sr-pack-wizard .checkbox-button-container { display: block; width: 100%; }
.sr-pack-wizard .yith-wapo-label,
.sr-pack-wizard .yith-wapo-addon-label {
	display: block;
	font-weight: 600;
	font-size: 1.02rem;
	line-height: 1.4;
	color: var(--sr-text);
	padding-right: 28px; /* hueco para el check */
}
.sr-pack-wizard .yith-wapo-option .description {
	color: var(--sr-text-muted);
	font-size: 0.88rem;
	line-height: 1.5;
	margin: var(--sr-s-2) 0 0;
}
.sr-pack-wizard .yith-wapo-label .option-price,
.sr-pack-wizard .yith-wapo-addon-label .option-price {
	display: inline-block;
	font-family: var(--sr-font-display);
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	color: var(--sr-red-bright);
	border: 1px solid rgba(255, 26, 26, 0.35);
	border-radius: 999px;
	padding: 2px 10px;
	margin-left: 8px;
}
.sr-pack-wizard .sr-seguro-total {
	display: block;
	margin-top: 8px;
	font-family: var(--sr-font-display);
	font-size: 1rem;
	letter-spacing: 0.06em;
	color: var(--sr-red-bright);
}

/* Campos de texto (Tus datos): sin tarjeta, como sr-wiz-field */
.sr-pack-wizard .yith-wapo-addon-type-text .options { grid-template-columns: 1fr; }
.sr-pack-wizard .yith-wapo-addon-type-text .yith-wapo-option {
	background: transparent;
	border: none;
	padding: 0;
	cursor: default;
	box-shadow: none;
}
.sr-pack-wizard .yith-wapo-addon-type-text .yith-wapo-option:hover { border: none; }
.sr-pack-wizard .yith-wapo-addon-type-text .wapo-addon-title {
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	color: var(--sr-text-muted);
	margin-bottom: 6px;
}
/* Selects de WAPO (talla, tandas monitor) y desplegables legibles */
.sr-pack-wizard .options select.yith-wapo-option-value { max-width: 420px; }
.sr-product-single select option { background: var(--sr-surface-2); color: var(--sr-text); }

/* ============================================================
   PACK WIZARD · Pasos 1 y 2 con tarjetas .sr-wiz-card (wizard.css)
   El bloque nativo de woosb queda oculto pero vivo: las tarjetas
   escriben en sus selects. Si el JS no corre, .sr-pack-native-hidden
   no se aplica y se ve el form nativo completo (fallback).
   ============================================================ */
.sr-pack-wizard .sr-pack-native-hidden { display: none; }
.sr-pack-wizard .sr-wiz-card.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}
.sr-pack-wizard .sr-wiz-subgroup { margin-bottom: var(--sr-s-5); }
.sr-pack-confirm {
	max-width: 640px;
	margin: var(--sr-s-5) auto 0;
}

/* Preguntas de servicios (neumáticos/repro) en Extras: misma columna */
.sr-pack-servicios {
	max-width: 720px;
	margin: 0 auto;
}
.sr-pack-servicios .sr-wiz-subgroup { margin-top: var(--sr-s-5); }
.sr-pack-servicios .sr-wiz-cards { max-width: none; }

/* "Tus datos" del pack = #sr-pack-datos con clases .sr-wiz-fields del
   wizard individual → se estila solo con wizard.css (ya encolado). */

/* --- Móvil --- */
@media (max-width: 560px) {
	.sr-product-buy:not(.sr-pack-wizard) { padding: var(--sr-s-3); }
	.sr-product-buy .woosb-item-product { flex-wrap: wrap; }
	.sr-product-buy .yith-wapo-option { flex-basis: 100%; }
}
