/* =========================
   PRECIOS PERSONALIZADOS EN FICHA
   ========================= */

.hikashop_product_price_full {
	display: block;
	margin-top: 10px;
}

.precio-linea {
	margin-bottom: 10px;
	line-height: 1.35;
}

.precio-etiqueta {
	font-weight: 700;
	color: #0b2a6f !important;
	margin-right: 8px;
	font-size: 1.25rem !important;
}

.precio-valor,
.precio-valor-destacado {
	color: #d08f1f !important;
	font-weight: 800;
	font-size: 1.75rem !important;
}

/* =========================
   INFORMACIÓN DE MATRÍCULA
   ========================= */

.hikashop_product_stock,
.hikashop_product_quantity_main,
.hikashop_product_quantity,
.hikashop_product_no_stock,
.hikashop_out_of_stock,
.hk-not-available {
	display: inline-block;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 10px 14px;
	background: #f5f7fb;
	border-left: 4px solid #0b2a6f;
	border-radius: 6px;
	color: #4a4a4a !important;
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	line-height: 1.45;
}

/* Evitar duplicar texto */
.hikashop_product_stock::before,
.hikashop_product_quantity_main::before,
.hikashop_product_quantity::before,
.hikashop_product_no_stock::before,
.hikashop_out_of_stock::before,
.hk-not-available::before {
	content: none !important;
}

/* =========================
   BOTÓN AÑADIR A LA CESTA
   ========================= */

.hikashop_product_page .hikabtn,
.hikashop_product_page .btn,
.hikashop_product_page .hikashop_cart_input_button,
.hikashop_product_page .hikashop_add_to_cart,
.hikashop_product_page input[type="submit"],
.hikashop_product_page button {
	background: #d08f1f !important;
	border-color: #d08f1f !important;
	color: #ffffff !important;
	font-weight: 800 !important;
	font-size: 1.05rem !important;
	padding: 12px 22px !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.hikashop_product_page .hikabtn:hover,
.hikashop_product_page .btn:hover,
.hikashop_product_page .hikashop_cart_input_button:hover,
.hikashop_product_page .hikashop_add_to_cart:hover,
.hikashop_product_page input[type="submit"]:hover,
.hikashop_product_page button:hover {
	background: #b87710 !important;
	border-color: #b87710 !important;
	color: #ffffff !important;
}

/* Separación entre matrícula y botón */
.hikashop_product_page .hikashop_cart_main,
.hikashop_product_page .hikashop_product_quantity_field,
.hikashop_product_page .hikashop_product_quantity_main {
	margin-top: 16px;
}

/* =========================
   MÓDULOS / LISTADOS DE CURSOS
   ========================= */

.hikashop_module .hikashop_container,
.hikashop_products_listing .hikashop_container {
	height: 100%;
}

.hikashop_module .hikashop_subcontainer,
.hikashop_products_listing .hikashop_subcontainer {
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}

/* TÍTULOS DE CURSOS */
.hikashop_module .hikashop_product_name a,
.hikashop_module .hikashop_product_title a,
.hikashop_module .hikashop_product_name,
.hikashop_module .hikashop_product_title,
.hikashop_products_listing .hikashop_product_name a,
.hikashop_products_listing .hikashop_product_title a,
.hikashop_products_listing .hikashop_product_name,
.hikashop_products_listing .hikashop_product_title {
	display: block;
	font-weight: 800 !important;
	font-size: 1.45rem !important;
	line-height: 1.2;
	color: #0b2a6f !important;
	margin-bottom: 12px;
	text-align: left;
}

/* Altura mínima de título para alinear tarjetas */
.hikashop_module .hikashop_product_name,
.hikashop_module .hikashop_product_title,
.hikashop_products_listing .hikashop_product_name,
.hikashop_products_listing .hikashop_product_title {
	min-height: 3.2em;
}

/* Precios en módulos/listados */
.hikashop_module .hikashop_product_price_full,
.hikashop_products_listing .hikashop_product_price_full {
	display: block;
	margin-top: 10px;
}

.hikashop_module .precio-linea,
.hikashop_products_listing .precio-linea {
	margin-bottom: 10px;
	line-height: 1.35;
}

.hikashop_module .precio-etiqueta,
.hikashop_products_listing .precio-etiqueta {
	font-weight: 700;
	color: #0b2a6f !important;
	margin-right: 8px;
	font-size: 1.05rem !important;
}

.hikashop_module .precio-valor,
.hikashop_module .precio-valor-destacado,
.hikashop_products_listing .precio-valor,
.hikashop_products_listing .precio-valor-destacado {
	color: #d08f1f !important;
	font-weight: 800;
	font-size: 1.45rem !important;
}

/* Descripción / texto auxiliar */
.hikashop_module .hikashop_product_description,
.hikashop_module .hikashop_category_description,
.hikashop_products_listing .hikashop_product_description {
	font-size: 0.98rem;
	line-height: 1.45;
	color: #4a4a4a;
	margin-top: 8px;
}

/* Información de matrícula en módulos/listados */
.hikashop_module .hikashop_product_stock,
.hikashop_module .hikashop_product_quantity_main,
.hikashop_module .hikashop_product_quantity,
.hikashop_module .hikashop_product_no_stock,
.hikashop_module .hikashop_out_of_stock,
.hikashop_module .hk-not-available,
.hikashop_products_listing .hikashop_product_stock,
.hikashop_products_listing .hikashop_product_quantity_main,
.hikashop_products_listing .hikashop_product_quantity,
.hikashop_products_listing .hikashop_product_no_stock,
.hikashop_products_listing .hikashop_out_of_stock,
.hikashop_products_listing .hk-not-available {
	display: inline-block;
	margin-top: 14px;
	padding: 8px 12px;
	background: #f5f7fb;
	border-left: 4px solid #0b2a6f;
	border-radius: 6px;
	color: #4a4a4a !important;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	line-height: 1.35;
}

.hikashop_module .hikashop_product_stock::before,
.hikashop_module .hikashop_product_quantity_main::before,
.hikashop_module .hikashop_product_quantity::before,
.hikashop_module .hikashop_product_no_stock::before,
.hikashop_module .hikashop_product_out_of_stock::before,
.hikashop_module .hikashop_out_of_stock::before,
.hikashop_module .hk-not-available::before,
.hikashop_products_listing .hikashop_product_stock::before,
.hikashop_products_listing .hikashop_product_quantity_main::before,
.hikashop_products_listing .hikashop_product_quantity::before,
.hikashop_products_listing .hikashop_product_no_stock::before,
.hikashop_products_listing .hikashop_product_out_of_stock::before,
.hikashop_products_listing .hikashop_out_of_stock::before,
.hikashop_products_listing .hk-not-available::before {
	content: none !important;
}

/* Botón en módulos/listados */
.hikashop_module .hikabtn,
.hikashop_products_listing .hikabtn {
	margin-top: auto;
	font-weight: 800 !important;
	font-size: 1rem;
	padding: 10px 16px;
	background: #d08f1f !important;
	border-color: #d08f1f !important;
	color: #fff !important;
	border-radius: 6px !important;
}

.hikashop_module .hikabtn:hover,
.hikashop_products_listing .hikabtn:hover {
	background: #b87710 !important;
	border-color: #b87710 !important;
	color: #fff !important;
}

/* =========================
   PRECIOS EN CESTA / MINICART / CHECKOUT
   ========================= */

.hikashop_cart_module .precio-linea,
.hikashop_small_cart .precio-linea,
.hikashop_cart .precio-linea,
.hikashop_checkout .precio-linea {
	margin-bottom: 8px;
	line-height: 1.25;
}

.hikashop_cart_module .precio-etiqueta,
.hikashop_small_cart .precio-etiqueta,
.hikashop_cart .precio-etiqueta,
.hikashop_checkout .precio-etiqueta {
	font-size: 0.95rem !important;
	font-weight: 700;
	color: #0b2a6f !important;
	margin-right: 6px;
}

.hikashop_cart_module .precio-valor,
.hikashop_cart_module .precio-valor-destacado,
.hikashop_small_cart .precio-valor,
.hikashop_small_cart .precio-valor-destacado,
.hikashop_cart .precio-valor,
.hikashop_cart .precio-valor-destacado,
.hikashop_checkout .precio-valor,
.hikashop_checkout .precio-valor-destacado {
	font-size: 1.2rem !important;
	font-weight: 800;
	color: #d08f1f !important;
}

/* Ajuste adicional del dropdown minicart */
.hikashop_cart_module,
.hikashop_small_cart {
	font-size: 0.95rem;
}

.hikashop_cart_module table,
.hikashop_small_cart table {
	font-size: 0.95rem;
}

.hikashop_cart_module .hikashop_product_name,
.hikashop_small_cart .hikashop_product_name {
	font-size: 0.95rem !important;
	line-height: 1.35;
}

/* Botón pedir / checkout en minicart */
.hikashop_cart_module .hikabtn,
.hikashop_small_cart .hikabtn,
.hikashop_cart_module .btn,
.hikashop_small_cart .btn {
	background: #d08f1f !important;
	border-color: #d08f1f !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 0.95rem !important;
	padding: 8px 14px !important;
	border-radius: 6px !important;
}

.hikashop_cart_module .hikabtn:hover,
.hikashop_small_cart .hikabtn:hover,
.hikashop_cart_module .btn:hover,
.hikashop_small_cart .btn:hover {
	background: #b87710 !important;
	border-color: #b87710 !important;
	color: #fff !important;
}

.hikashop_out_of_stock,
.hikashop_product_no_stock {
	display: inline-block !important;
	margin-top: 18px;
	padding: 10px 14px;
	background: #fff1f1 !important;
	border-left: 4px solid #b30000 !important;
	border-radius: 6px;
	color: #b30000 !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
}