/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ============================================================
   Modernizacion UX - Auditoria 2026-07-11 (Opcion A)
   Jerarquia visual y contraste. Reversible: borrar este bloque.
   ============================================================ */

/* 1. Botones de compra: texto oscuro legible sobre ambar (antes blanco, contraste 1.7:1) */
.button.primary:not(.is-outline),
.button.add_to_cart_button,
.single_add_to_cart_button.button,
.checkout-button.button,
.button.checkout {
	color: #212121 !important;
	font-size: 14px;
	font-weight: 700;
}

/* 2. Titulos de producto en grillas: mas grandes y con peso */
.product-small .product-title,
.product-small .product-title > a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	color: #222;
}

/* 3. Precios prominentes en grillas */
.product-small .price-wrapper .price,
.product-small .price {
	font-size: 17px;
	font-weight: 700;
	color: #111;
}
.product-small .price del {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.6;
}

/* 4. Titulo de la ficha de producto */
.product-info .product-title.product_title {
	font-size: 28px;
	line-height: 1.2;
}

/* 5. Precio en ficha de producto */
.product-info .price-wrapper .price {
	font-size: 24px;
	font-weight: 700;
}

/* 6. Titulo de paginas de categoria */
h1.shop-page-title {
	font-size: 26px;
	font-weight: 700;
}

@media only screen and (max-width: 48em) {
	/* Movil: precio y titulo de ficha algo menores */
	.product-info .product-title.product_title { font-size: 23px; }
	.product-info .price-wrapper .price { font-size: 21px; }
}



/* 7. Sellos de confianza (ficha de producto y checkout) */
.ah-sellos {
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fafafa;
}
.ah-sellos-titulo {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #2e7d32;
	margin-bottom: 8px;
	line-height: 1;
}
.ah-sellos-logos {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
.ah-sellos-logos img {
	height: 22px;
	width: auto;
	display: inline-block;
}
.ah-sellos-logos img.ah-tarjeta {
	height: 17px;
}
.ah-sellos-extra {
	margin-top: 7px;
	font-size: 12px;
	color: #777;
}
#order_review .ah-sellos {
	margin-top: 16px;
}

/* Ocultar sellos en la barra sticky de compra (solo en ficha) */
.sticky-add-to-cart .ah-sellos { display: none; }
