/**
 * Split from contemporaneo.css
 */

/* —— Catalog / ficha —— */
body.hm-site .hm-catalog,
body.hm-site .hm-ficha {
	background: #f3f3f5;
}

body.hm-site .hm-catalog-hero h1,
body.hm-site .hm-page-hero h1 {
	font-size: clamp(1.55rem, 2.8vw, 2.15rem);
	letter-spacing: -0.02em;
	font-weight: 600;
}

body.hm-site .hm-catalog-toolbar,
body.hm-site .hm-catalog-panel,
body.hm-site .hm-ficha-ribbon,
body.hm-site .hm-ficha__figure {
	border: 1px solid #e5e5e8;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

body.hm-site .hm-ficha__figure {
	background: #ececef;
}

body.hm-site .hm-catalog-cats__icon {
	width: 36px;
	height: 36px;
	border: 1px solid #e5e5e8;
	background: #f3f3f5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--brand);
}

/* Card titles must not inherit display h2 (clamp ~1.75–2.45rem) */
body.hm-site h2.hm-catalog-card__title,
body.hm-site .hm-catalog-card__title,
body.hm-site .hm-product-card__title,
body.hm-site .hm-product-card h3,
body.hm-site .hm-product-card strong {
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

/* Catalog sidebar panel labels (Categorías / Filtros) — fit the box, not display size */
body.hm-site .hm-catalog-sidebar .hm-catalog-panel__head h2,
body.hm-site .hm-catalog-panel__head h2 {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.hm-site .hm-catalog-empty {
	border: 1px solid #e5e5e8;
	background: #fff;
	padding: 3rem 1.5rem;
}

