/* Farma Plenus — Home (vermelho, conceito farmácia online) */
.fp-home,
.fp-site-header,
.fp-benefits,
.fp-section,
.fp-services,
.fp-pickup,
.fp-trust {
	--fp-red: #c8102e;
	--fp-red-deep: #8b0a1e;
	--fp-red-soft: #fff1f2;
	--fp-ink: #1a1214;
	--fp-muted: #6b565a;
	--fp-line: #efd5d9;
	--fp-card: #ffffff;
	--fp-radius: 18px;
	--fp-font: "Manrope", system-ui, sans-serif;
	--fp-display: "Fraunces", Georgia, serif;
	--fp-cols: 4;
	color: var(--fp-ink);
	font-family: var(--fp-font);
}

.fp-home--page {
	background:
		radial-gradient(1200px 480px at 10% -10%, rgba(200, 16, 46, 0.08), transparent 60%),
		linear-gradient(180deg, #fffafa 0%, #ffffff 28%, #fff8f8 100%);
}

.fp-home *,
.fp-home *::before,
.fp-home *::after,
.fp-site-header *,
.fp-site-header *::before,
.fp-site-header *::after,
.fp-benefits *,
.fp-section *,
.fp-services *,
.fp-pickup *,
.fp-trust * {
	box-sizing: border-box;
}

/* —— Header global (estilo farmácia online) —— */
.fp-site-header {
	position: relative;
	z-index: 100;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid var(--fp-line);
	box-shadow: 0 1px 0 rgba(200, 16, 46, 0.04);
}

.fp-site-header--sticky {
	position: sticky;
	top: 0;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 8px 24px rgba(60, 10, 20, 0.08);
}

.fp-site-header--fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 8px 24px rgba(60, 10, 20, 0.08);
}

.fp-site-header-spacer {
	display: block;
	width: 100%;
	height: var(--fp-header-offset, 72px);
	pointer-events: none;
	visibility: hidden;
}

/* Elementor: overflow no pai quebra position:sticky */
.elementor-location-header .elementor-element,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-section,
.elementor-widget-shortcode {
	overflow: visible !important;
}

.fp-site-header__inner {
	display: flex;
	align-items: center;
	gap: 1rem 1.25rem;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.75rem clamp(0.85rem, 3vw, 1.5rem);
	min-height: 72px;
}

.fp-site-header__logo {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	max-width: 160px;
	text-decoration: none;
	color: inherit;
}

.fp-site-header__logo-img {
	display: block;
	width: auto;
	max-width: 140px;
	height: auto;
	max-height: 40px;
	object-fit: contain;
}

.fp-site-header__brand {
	font-family: var(--fp-display);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--fp-red-deep);
	line-height: 1.1;
	white-space: nowrap;
}

.fp-site-header__search {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.35rem;
	min-width: 0;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.28rem 0.28rem 0.28rem 0.85rem;
	border: 1.5px solid var(--fp-line);
	border-radius: 999px;
	background: #faf6f7;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.fp-site-header__search:focus-within {
	border-color: var(--fp-red);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
}

.fp-site-header__search-icon {
	color: var(--fp-muted);
	flex-shrink: 0;
}

.fp-site-header__search input[type="search"] {
	width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0.55rem 0.35rem;
	font: inherit;
	font-size: 0.92rem;
	color: var(--fp-ink);
	outline: none;
}

.fp-site-header__search button {
	border: 0;
	border-radius: 999px;
	padding: 0.55rem 1.1rem;
	background: var(--fp-red);
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.fp-site-header__search button:hover,
.fp-site-header__search button:focus {
	background: var(--fp-red-deep);
}

.fp-site-header__actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 0.15rem 0.35rem;
}

.fp-site-header__action {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.35rem 0.5rem;
	border-radius: 12px;
	text-decoration: none;
	color: var(--fp-ink);
	min-width: 0;
	transition: background 0.15s ease;
}

.fp-site-header__action:hover {
	background: var(--fp-red-soft);
}

.fp-site-header__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--fp-red-soft);
	color: var(--fp-red);
	flex-shrink: 0;
}

.fp-site-header__action--cart .fp-site-header__icon {
	background: var(--fp-red);
	color: #fff;
}

.fp-site-header__labels,
.fp-site-header__cart-panel {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	min-width: 0;
	line-height: 1.2;
}

.fp-site-header__labels strong,
.fp-site-header__cart-panel strong {
	font-size: 0.78rem;
	font-weight: 800;
	font-style: normal;
	color: var(--fp-ink);
}

.fp-site-header__labels em,
.fp-site-header__cart-count {
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 500;
	color: var(--fp-muted);
	white-space: nowrap;
}

.fp-site-header__cart-total {
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--fp-red-deep);
	white-space: nowrap;
}

.fp-site-header__cart-total .woocommerce-Price-amount,
.fp-site-header__cart-total .amount {
	font-weight: 800;
	color: var(--fp-red-deep);
}

.fp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.65rem 1.2rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fp-btn:hover {
	transform: translateY(-1px);
}

.fp-btn--solid {
	background: #fff;
	color: var(--fp-red-deep);
}

.fp-btn--ghost {
	border: 1.5px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	background: transparent;
}

.fp-benefits {
	margin: 1.25rem auto 0;
	padding: 0 clamp(1.1rem, 4vw, 2.5rem);
	position: relative;
	z-index: 2;
	max-width: 1200px;
}

.fp-benefits__list {
	display: grid;
	grid-template-columns: repeat(var(--fp-cols, 4), minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fp-benefits__list li {
	padding: 1rem 1.05rem;
	border: 1px solid var(--fp-line);
	border-radius: var(--fp-radius);
	background: var(--fp-card);
	box-shadow: 0 8px 28px rgba(139, 10, 30, 0.06);
}

.fp-benefits__list strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
	color: var(--fp-red-deep);
}

.fp-benefits__list span {
	font-size: 0.86rem;
	line-height: 1.4;
	color: var(--fp-muted);
}

.fp-section,
.fp-services,
.fp-pickup,
.fp-trust {
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 3.2rem) clamp(1.1rem, 4vw, 2.5rem);
}

.fp-section__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.35rem 1rem;
	align-items: end;
	margin-bottom: 1.25rem;
}

.fp-section__head h2,
.fp-pickup h2,
.fp-services h2 {
	margin: 0;
	grid-column: 1;
	font-family: var(--fp-display);
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--fp-ink);
}

.fp-section__head p {
	grid-column: 1;
	margin: 0;
	color: var(--fp-muted);
	font-size: 0.98rem;
}

.fp-section__link {
	grid-row: 1 / span 2;
	align-self: center;
	color: var(--fp-red);
	font-weight: 700;
	text-decoration: none;
}

.fp-section__head--light h2,
.fp-section__head--light p {
	color: #fff;
}

.fp-section__head--light p {
	opacity: 0.88;
}

.fp-cats {
	display: grid;
	grid-template-columns: repeat(var(--fp-cols, 4), minmax(0, 1fr));
	gap: 0.75rem;
}

.fp-cat {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.15rem 1.1rem;
	border-radius: var(--fp-radius);
	border: 1px solid var(--fp-line);
	background: linear-gradient(160deg, #fff 0%, var(--fp-red-soft) 100%);
	text-decoration: none;
	color: inherit;
	min-height: 110px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.fp-cat:hover {
	border-color: var(--fp-red);
	transform: translateY(-2px);
}

.fp-cat__name {
	font-weight: 700;
	font-size: 1.02rem;
}

.fp-cat__count {
	font-size: 0.82rem;
	color: var(--fp-muted);
}

.fp-products {
	display: grid;
	grid-template-columns: repeat(var(--fp-cols, 4), minmax(0, 1fr));
	gap: 1rem;
}

.fp-products__empty {
	margin: 0;
	padding: 1.25rem 1.35rem;
	border-radius: 14px;
	background: #faf6f7;
	border: 1px solid var(--fp-line);
	color: var(--fp-muted);
	font-size: 0.95rem;
}

.fp-pagination {
	margin-top: 1.5rem;
}

.fp-pagination__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fp-pagination__item a,
.fp-pagination__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 2.4rem;
	padding: 0 0.7rem;
	border-radius: 999px;
	border: 1px solid var(--fp-line);
	background: #fff;
	color: var(--fp-ink);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
}

.fp-pagination__item a:hover,
.fp-pagination__item a:focus-visible {
	border-color: var(--fp-red);
	background: var(--fp-red-soft);
	color: var(--fp-red-deep);
	outline: none;
}

.fp-pagination__item .current {
	background: var(--fp-red);
	border-color: var(--fp-red);
	color: #fff;
}

.fp-pagination__item .dots {
	border: 0;
	background: transparent;
	min-width: auto;
	color: var(--fp-muted);
}

.fp-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--fp-line);
	border-radius: var(--fp-radius);
	background: #fff;
	overflow: hidden;
	min-width: 0;
}

.fp-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	background: #faf4f5;
	text-decoration: none;
}

.fp-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.75rem;
}

.fp-card__tag {
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: var(--fp-red);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

.fp-card__media .farmacia-sale-badges {
	display: contents;
}

.fp-card__media .farmacia-sale-countdown {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	left: auto;
	z-index: 2;
}

.fp-card__body {
	padding: 0.85rem 0.95rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	flex: 1;
}

.fp-card__title {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.35;
	font-weight: 700;
}

.fp-card__title a {
	color: inherit;
	text-decoration: none;
}

.fp-card__footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	width: 100%;
	padding-top: 0.35rem;
}

.fp-card__price {
	margin: 0;
	width: 100%;
	min-height: 2.6em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	font-weight: 800;
	color: var(--fp-red-deep);
	font-size: 1.05rem;
	line-height: 1.25;
}

.fp-card__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 42px;
	padding: 0.55rem 1rem;
	border: 0;
	border-radius: 10px;
	background: var(--fp-red);
	color: #fff !important;
	font-family: var(--fp-font);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
	box-sizing: border-box;
}

.fp-card__buy:hover,
.fp-card__buy:focus {
	background: var(--fp-red-deep);
	color: #fff !important;
	transform: translateY(-1px);
}

.fp-card__buy.loading,
.fp-card__buy.added {
	opacity: 0.92;
}

.fp-card__buy--disabled {
	background: #b5a8aa;
	color: #fff !important;
	cursor: not-allowed;
	pointer-events: none;
	transform: none;
}

.fp-card .farmacia-catalog-meta {
	margin: 0;
}

.fp-services {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 28px;
	background:
		linear-gradient(135deg, #8b0a1e 0%, #c8102e 55%, #9f1239 100%);
	color: #fff;
}

.fp-services__grid {
	display: grid;
	grid-template-columns: repeat(var(--fp-cols, 4), minmax(0, 1fr));
	gap: 0.75rem;
}

.fp-service {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1.1rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: var(--fp-ink);
	text-decoration: none;
	min-height: 140px;
	box-shadow: 0 10px 28px rgba(60, 0, 12, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fp-service:hover {
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(60, 0, 12, 0.24);
}

.fp-service strong {
	font-size: 1.05rem;
	color: var(--fp-red-deep);
}

.fp-service span {
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--fp-muted);
	opacity: 1;
}

.fp-pickup {
	padding-top: 1rem;
}

.fp-pickup__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 1.25rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	border-radius: 28px;
	border: 1px solid var(--fp-line);
	background:
		linear-gradient(120deg, #fff 0%, #fff5f6 55%, #ffe4e8 100%);
}

.fp-pickup__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fp-red);
}

.fp-pickup p {
	margin: 0 0 1rem;
	color: var(--fp-muted);
	max-width: 42ch;
}

.fp-pickup__units {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.fp-pickup__units li {
	padding: 0.85rem 0.95rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--fp-line);
}

.fp-pickup__units strong {
	display: block;
	margin-bottom: 0.2rem;
}

.fp-pickup__units span {
	font-size: 0.86rem;
	color: var(--fp-muted);
}

.fp-trust {
	text-align: center;
	padding-bottom: 3.5rem;
}

.fp-trust__brand {
	margin: 0 0 0.4rem;
	font-family: var(--fp-display);
	font-size: 1.8rem;
	color: var(--fp-red-deep);
}

.fp-trust__text {
	margin: 0 auto 0.85rem;
	max-width: 46ch;
	color: var(--fp-muted);
}

.fp-trust__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.82rem;
	color: #7a6367;
}

@media (max-width: 1100px) {
	.fp-site-header__labels em,
	.fp-site-header__cart-count {
		display: none;
	}

	.fp-site-header__action {
		padding: 0.3rem;
	}
}

@media (max-width: 980px) {
	.fp-site-header__inner {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.fp-site-header__logo {
		order: 1;
	}

	.fp-site-header__actions {
		order: 2;
		margin-left: auto;
	}

	.fp-site-header__search {
		order: 3;
		flex: 1 1 100%;
		max-width: none;
		margin: 0;
	}

	.fp-benefits__list,
	.fp-cats,
	.fp-products,
	.fp-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fp-pickup__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.fp-site-header__labels,
	.fp-site-header__cart-panel strong,
	.fp-site-header__cart-count {
		display: none;
	}

	.fp-site-header__cart-total {
		font-size: 0.7rem;
	}

	.fp-site-header__action--cart {
		gap: 0.3rem;
	}

	.fp-site-header__search {
		grid-template-columns: auto 1fr;
		padding-right: 0.35rem;
	}

	.fp-site-header__search button {
		display: none;
	}

	.fp-btn {
		width: 100%;
	}

	.fp-benefits__list,
	.fp-cats,
	.fp-products,
	.fp-services__grid {
		grid-template-columns: 1fr;
	}

	.fp-section__head {
		grid-template-columns: 1fr;
	}

	.fp-section__link {
		grid-row: auto;
	}
}

/* Elementor: full-bleed no header e no bloco completo */
.elementor-widget-shortcode .fp-home--page,
.elementor-widget-shortcode .fp-site-header {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
}

/* —— Busca ao vivo (Fase 1) —— */
.fp-live-search__panel {
	position: absolute;
	top: calc(100% + 0.45rem);
	left: 0;
	right: 0;
	z-index: 120;
	max-height: min(70vh, 520px);
	overflow: auto;
	padding: 0.55rem 0 0.35rem;
	border: 1px solid var(--fp-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(60, 10, 20, 0.14);
	text-align: left;
}

.fp-live-search__mobile-bar {
	display: none;
}

.fp-live-search__status {
	padding: 0.75rem 1rem;
	font-size: 0.9rem;
	color: var(--fp-muted);
}

.fp-live-search__group-title {
	margin: 0;
	padding: 0.45rem 1rem 0.25rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--fp-red);
}

.fp-live-search__item {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	gap: 0.7rem;
	align-items: center;
	padding: 0.55rem 1rem;
	text-decoration: none;
	color: inherit;
	border-left: 3px solid transparent;
}

.fp-live-search__item--cat {
	grid-template-columns: 1fr auto;
}

.fp-live-search__item:hover,
.fp-live-search__item.is-active {
	background: var(--fp-red-soft);
	border-left-color: var(--fp-red);
}

.fp-live-search__thumb {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #faf4f5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fp-live-search__thumb .farmacia-sale-countdown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	border-radius: 0;
	font-size: 0.58rem;
	padding: 0.1rem 0.15rem;
	justify-content: center;
}

.fp-live-search__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fp-live-search__thumb .farmacia-reg-image {
	width: 100%;
	height: 100%;
	display: block;
}

.fp-live-search__thumb .farmacia-reg-image__overlay {
	object-fit: contain;
}

.fp-live-search__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.fp-live-search__name {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--fp-ink);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fp-live-search__sale {
	display: inline-block;
	margin-top: 0.15rem;
	padding: 0.05rem 0.4rem;
	border-radius: 999px;
	background: var(--fp-red);
	color: #fff;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 800;
	width: fit-content;
}

.fp-live-search__meta {
	font-size: 0.75rem;
	color: var(--fp-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fp-live-search__price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--fp-red-deep);
	white-space: nowrap;
	min-width: 4.5rem;
}

.fp-live-search__price-now {
	font-weight: 800;
	color: var(--fp-red-deep);
}

.fp-live-search__price-was {
	font-size: 0.72rem;
	font-weight: 500;
	color: var(--fp-muted);
}

.fp-live-search__footer {
	padding: 0.35rem 0.75rem 0.55rem;
	border-top: 1px solid var(--fp-line);
	margin-top: 0.25rem;
}

.fp-live-search__view-all {
	display: block;
	padding: 0.55rem 0.35rem;
	text-align: center;
	font-weight: 700;
	font-size: 0.88rem;
	color: var(--fp-red);
	text-decoration: none;
}

.fp-live-search__view-all:hover {
	text-decoration: underline;
}

body.fp-live-search-open {
	overflow: hidden;
}

@media (max-width: 760px) {
	.fp-live-search--overlay .fp-live-search__panel {
		position: fixed;
		inset: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: none;
		border: 0;
		border-radius: 0;
		padding-top: 0;
		z-index: 10000;
	}

	.fp-live-search__mobile-bar {
		display: flex;
		align-items: center;
		gap: 0.65rem;
		padding: 0.85rem 1rem;
		border-bottom: 1px solid var(--fp-line);
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 1;
	}

	.fp-live-search__close {
		width: 36px;
		height: 36px;
		border: 0;
		border-radius: 50%;
		background: var(--fp-red-soft);
		color: var(--fp-red-deep);
		font-size: 1.4rem;
		line-height: 1;
		cursor: pointer;
		flex-shrink: 0;
	}

	.fp-live-search__mobile-input {
		flex: 1 1 auto;
		min-width: 0;
		border: 1.5px solid var(--fp-line);
		border-radius: 999px;
		padding: 0.65rem 1rem;
		font: inherit;
		font-size: 1rem;
		background: #faf6f7;
		outline: none;
	}

	.fp-live-search__mobile-input:focus {
		border-color: var(--fp-red);
		background: #fff;
	}

	.fp-live-search--overlay {
		z-index: 10001;
	}
}

/* —— Explorador de categorias (3 níveis) —— */
.fp-cat-explorer-wrap {
	--fp-cat-explorer-cols: 3;
}

.fp-cat-explorer {
	border: 1px solid var(--fp-line);
	border-radius: var(--fp-radius);
	background: var(--fp-card);
	box-shadow: 0 12px 40px rgba(60, 10, 20, 0.06);
	overflow: hidden;
}

.fp-cat-explorer__columns {
	display: grid;
	min-height: 280px;
	transition: grid-template-columns 0.2s ease;
}

.fp-cat-explorer__columns--visible-1 {
	grid-template-columns: minmax(0, 1fr);
}

.fp-cat-explorer__columns--visible-2 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
}

.fp-cat-explorer__columns--visible-3 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1.35fr);
}

.fp-cat-explorer__col {
	display: flex;
	flex-direction: column;
	min-height: 0;
	border-right: 1px solid var(--fp-line);
}

.fp-cat-explorer__col[hidden] {
	display: none !important;
}

.fp-cat-explorer__col:last-child,
.fp-cat-explorer__columns--visible-1 .fp-cat-explorer__col--l1,
.fp-cat-explorer__columns--visible-2 .fp-cat-explorer__col--l2 {
	border-right: 0;
}

.fp-cat-explorer__col-title {
	margin: 0;
	padding: 0.85rem 1rem 0.5rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fp-muted);
}

.fp-cat-explorer__list {
	list-style: none;
	margin: 0;
	padding: 0.35rem 0.5rem 0.85rem;
	overflow-y: auto;
	flex: 1 1 auto;
	max-height: 420px;
}

.fp-cat-explorer__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
	width: 100%;
	padding: 0.72rem 0.85rem;
	border: 0;
	border-radius: 12px;
	background: transparent;
	text-align: left;
	font: inherit;
	font-weight: 700;
	color: var(--fp-ink) !important;
	-webkit-text-fill-color: var(--fp-ink);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fp-cat-explorer__item:hover,
.fp-cat-explorer__item:focus-visible {
	background: var(--fp-red-soft);
	color: var(--fp-ink) !important;
	-webkit-text-fill-color: var(--fp-ink);
	outline: none;
}

.fp-cat-explorer__item.is-active {
	background: var(--fp-red-soft);
	box-shadow: inset 3px 0 0 var(--fp-red);
	color: var(--fp-red-deep) !important;
	-webkit-text-fill-color: var(--fp-red-deep);
}

.fp-cat-explorer__item-name {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.35;
	color: inherit;
	-webkit-text-fill-color: inherit;
}

.fp-cat-explorer__item-count {
	flex: 0 0 auto;
	min-width: 4.75rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: #6b5a5e !important;
	-webkit-text-fill-color: #6b5a5e;
	white-space: nowrap;
	text-align: right;
}

.fp-cat-explorer__item.is-active .fp-cat-explorer__item-count {
	color: #8b0a1e !important;
	-webkit-text-fill-color: #8b0a1e;
}

.fp-cat-explorer__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.65rem;
	padding: 0.35rem 0.85rem 1rem;
	overflow-y: auto;
	flex: 1 1 auto;
	max-height: 420px;
	align-content: start;
}

.fp-cat-explorer__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.9rem 1rem;
	border-radius: 14px;
	border: 1px solid var(--fp-line);
	background: linear-gradient(160deg, #fff 0%, var(--fp-red-soft) 100%);
	text-decoration: none;
	color: inherit;
	min-height: 72px;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fp-cat-explorer__card:hover,
.fp-cat-explorer__card:focus-visible {
	border-color: var(--fp-red);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(200, 16, 46, 0.1);
	outline: none;
}

.fp-cat-explorer__card--all {
	background: #fff;
	border-style: dashed;
}

.fp-cat-explorer__card-name {
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.3;
}

.fp-cat-explorer__card-count {
	flex-shrink: 0;
	min-width: 2rem;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	background: rgba(200, 16, 46, 0.1);
	color: var(--fp-red-deep);
	font-size: 0.78rem;
	font-weight: 800;
	text-align: center;
}

.fp-cat-explorer__card-arrow {
	color: var(--fp-red);
	font-weight: 700;
}

.fp-cat-explorer__empty {
	margin: 0.5rem 0.85rem 1rem;
	padding: 1rem;
	border-radius: 12px;
	background: #faf6f7;
	color: var(--fp-muted);
	font-size: 0.9rem;
	list-style: none;
}

.fp-cat-explorer__data {
	display: none !important;
}

.fp-cat-explorer__mobile {
	display: none;
	padding: 0.85rem;
}

.fp-cat-explorer__breadcrumb {
	margin-bottom: 0.65rem;
}

.fp-cat-explorer__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.85rem;
	color: var(--fp-muted);
}

.fp-cat-explorer__crumbs li:not(:last-child)::after {
	content: "›";
	margin-left: 0.5rem;
	color: var(--fp-line);
}

.fp-cat-explorer__crumbs li[aria-current="page"] {
	color: var(--fp-red-deep);
	font-weight: 700;
}

.fp-cat-explorer__back {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.65rem;
	padding: 0.45rem 0.75rem;
	border: 1px solid var(--fp-line);
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--fp-red-deep);
	cursor: pointer;
}

.fp-cat-explorer__back:hover,
.fp-cat-explorer__back:focus-visible {
	border-color: var(--fp-red);
	background: var(--fp-red-soft);
	outline: none;
}

.fp-cat-explorer__mobile-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.fp-cat-explorer__mobile-row,
.fp-cat-explorer__mobile-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: 14px;
	border: 1px solid var(--fp-line);
	background: #fff;
	text-decoration: none;
	text-align: left;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--fp-ink) !important;
	-webkit-text-fill-color: var(--fp-ink);
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fp-cat-explorer__mobile-row:hover,
.fp-cat-explorer__mobile-row:focus-visible,
.fp-cat-explorer__mobile-link:hover,
.fp-cat-explorer__mobile-link:focus-visible {
	border-color: var(--fp-red);
	background: var(--fp-red-soft);
	color: var(--fp-ink) !important;
	-webkit-text-fill-color: var(--fp-ink);
	outline: none;
}

.fp-cat-explorer__mobile-name {
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
	-webkit-text-fill-color: inherit;
	line-height: 1.35;
	word-break: break-word;
}

.fp-cat-explorer__mobile-meta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.55rem;
	flex: 0 0 auto;
	margin-left: auto;
}

.fp-cat-explorer__mobile-count {
	display: inline-block;
	min-width: 4.75rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: #6b5a5e !important;
	-webkit-text-fill-color: #6b5a5e;
	white-space: nowrap;
	text-align: right;
}

.fp-cat-explorer__mobile-chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	color: var(--fp-red) !important;
	-webkit-text-fill-color: var(--fp-red);
	font-size: 1.2rem;
	line-height: 1;
	flex-shrink: 0;
}

.fp-cat-explorer__mobile-link--all {
	border-style: dashed;
	color: var(--fp-red-deep) !important;
	-webkit-text-fill-color: var(--fp-red-deep);
}

.fp-cat-explorer__back {
	color: var(--fp-red-deep) !important;
	-webkit-text-fill-color: var(--fp-red-deep);
}

.fp-cat-explorer__crumbs {
	color: var(--fp-muted) !important;
	-webkit-text-fill-color: var(--fp-muted);
}

.fp-cat-explorer__crumbs li[aria-current="page"] {
	color: var(--fp-red-deep) !important;
	-webkit-text-fill-color: var(--fp-red-deep);
}

@media (max-width: 899px) {
	.fp-cat-explorer__desktop {
		display: none;
	}

	.fp-cat-explorer__mobile {
		display: block;
	}
}

@media (min-width: 900px) {
	.fp-cat-explorer__mobile {
		display: none !important;
	}
}
