.pharmavet-catalog-header {
	--pharmavet-catalog-accent: #3b6fe0;
	--pharmavet-catalog-border: #e2e5ea;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--global-content-width, 1280px);
	margin-inline: auto;
	padding-inline: var(--global-content-edge-padding, 1.5rem);
	padding-block: clamp(2.5rem, 6vw, 5rem);
}

.pharmavet-catalog-header__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, .85fr);
	align-items: center;
	gap: clamp(2rem, 8vw, 8rem);
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.pharmavet-catalog-header__title,
.pharmavet-catalog-header__description {
	margin-block: 0;
}

.pharmavet-catalog-header__title strong,
.pharmavet-catalog-header__title b {
	display: block;
}

.pharmavet-catalog-header__description {
	line-height: inherit;
	text-align: right;
}

/* Chips (especies y presentaciones) */
.pharmavet-catalog-header__filters,
.pharmavet-catalog-header__chips {
	display: flex;
	flex-wrap: wrap;
	gap: .625rem;
}

.pharmavet-catalog-header__filters {
	margin-bottom: 1.25rem;
}

.pharmavet-chip {
	display: inline-flex;
	align-items: center;
	gap: .4em;
	padding: .55em 1.1em;
	border: 1px solid var(--pharmavet-catalog-border);
	border-radius: 999px;
	background: #fff;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #1a1d21;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.pharmavet-chip input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pharmavet-chip:hover {
	border-color: var(--pharmavet-catalog-accent);
}

.pharmavet-chip.is-active {
	background: var(--pharmavet-catalog-accent);
	border-color: var(--pharmavet-catalog-accent);
	color: #fff;
}

.pharmavet-chip input:focus-visible + span {
	outline: 2px solid var(--pharmavet-catalog-accent);
	outline-offset: 3px;
	border-radius: 2px;
}

.pharmavet-chip--outline.is-active {
	background: var(--pharmavet-catalog-accent);
	color: #fff;
}

/* Búsqueda avanzada */
.pharmavet-catalog-header__advanced {
	position: relative;
}

.pharmavet-catalog-header__toggle {
	display: inline-flex;
	align-items: center;
	gap: .5em;
	padding: .5em 1em;
	border: 1px solid var(--pharmavet-catalog-border);
	border-radius: 999px;
	background: #f3f4f6;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #1a1d21;
	cursor: pointer;
}

.pharmavet-catalog-header__toggle-icon {
	transition: transform .2s ease;
	font-size: 1em;
	line-height: 1;
}

.pharmavet-catalog-header__toggle[aria-expanded="true"] .pharmavet-catalog-header__toggle-icon {
	transform: rotate(180deg);
}

.pharmavet-catalog-header__panel {
	box-sizing: border-box;
	width: 100%;
	margin-top: 1rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border: 1px solid var(--pharmavet-catalog-border);
	border-radius: 18px;
	background: #fbfbfc;
	max-width: none;
}

.pharmavet-catalog-header__panel[hidden] {
	display: none;
}

.pharmavet-catalog-header__group + .pharmavet-catalog-header__group {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--pharmavet-catalog-border);
}

.pharmavet-catalog-header__group-title {
	margin: 0 0 .85rem;
	font-size: .95rem;
	font-weight: 600;
	color: #4b5058;
}

.pharmavet-catalog-header__presentation-groups {
	display: grid;
	gap: .65rem;
}

.pharmavet-presentation-group {
	display: grid;
	grid-template-columns: minmax(5.5rem, auto) 1fr;
	align-items: center;
	gap: .65rem;
}

.pharmavet-presentation-group__name {
	display: inline-flex;
	justify-content: center;
	padding: .55em 1em;
	border: 1px solid #bdd8c4;
	border-radius: 8px;
	background: #eff8f1;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #315b3a;
}

.pharmavet-presentation-group.is-active .pharmavet-presentation-group__name {
	border-color: var(--pharmavet-catalog-accent);
	background: var(--pharmavet-catalog-accent);
	color: #fff;
}

.pharmavet-presentation-group .pharmavet-chip {
	border-radius: 8px;
}

.pharmavet-catalog-header__select {
	width: 100%;
	padding: .7em 1em;
	border: 1px solid var(--pharmavet-catalog-border);
	border-radius: 999px;
	background: #f3f4f6;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #6b7280;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.1em center;
}

.pharmavet-catalog-header__actions {
	margin-top: 1.5rem;
}

.pharmavet-catalog-header__submit {
	padding: .7em 1.6em;
	border: 0;
	border-radius: 999px;
	background: var(--pharmavet-catalog-accent);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.pharmavet-catalog-header__status {
	min-height: 1.25rem;
	margin-top: .75rem;
	color: #5e6570;
	font-size: .8rem;
}

.pharmavet-catalog-header.is-filtering .pharmavet-catalog-header__status::before {
	display: inline-block;
	width: .85rem;
	height: .85rem;
	margin-right: .5rem;
	border: 2px solid #cbd1d8;
	border-top-color: var(--pharmavet-catalog-accent);
	border-radius: 50%;
	vertical-align: -.12rem;
	content: "";
	animation: pharmavet-catalog-spin .65s linear infinite;
}

/* Respaldo para resultados cuyo contenedor de loop fue omitido por la plantilla. */
.woocommerce ul.products.pharmavet-repaired-product-loop,
ul.products.pharmavet-repaired-product-loop {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.pharmavet-catalog-header.is-filtering ~ .products,
.pharmavet-catalog-header.is-filtering .products {
	opacity: .55;
}

@keyframes pharmavet-catalog-spin {
	to { transform: rotate(360deg); }
}

/* Sin JS: el panel se muestra abierto para no bloquear el filtrado. */
.pharmavet-catalog-header:not(.is-ready) .pharmavet-catalog-header__panel[hidden] {
	display: block;
}

@media (max-width: 900px) {
	.pharmavet-catalog-header__intro {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.pharmavet-catalog-header__description {
		text-align: left;
	}

	.pharmavet-presentation-group {
		grid-template-columns: 1fr;
	}

	.pharmavet-presentation-group__name {
		justify-self: start;
	}
}

@media (min-width: 576px) and (max-width: 1024px) {
	.woocommerce ul.products.pharmavet-repaired-product-loop,
	ul.products.pharmavet-repaired-product-loop {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.woocommerce ul.products.pharmavet-repaired-product-loop,
	ul.products.pharmavet-repaired-product-loop {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
