/**
 * Paridade visual das páginas mapeadas de animalart.com.br.
 * Carregado somente quando um shortcode mapeado existe na página.
 */
.animalart-mapped-page {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 3vw, 2.5rem) clamp(4rem, 8vw, 7rem);
	color: var(--animalart-ink, #171717);
}

.animalart-mapped-page *,
.animalart-mapped-page *::before,
.animalart-mapped-page *::after {
	box-sizing: border-box;
}

.animalart-mapped-page__breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin: 0 0 clamp(1.5rem, 4vw, 3rem);
	color: var(--animalart-muted, #656565);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.animalart-mapped-page__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.animalart-mapped-page__breadcrumbs a:hover,
.animalart-mapped-page__breadcrumbs a:focus-visible {
	color: var(--animalart-ink, #171717);
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.animalart-mapped-page__hero {
	max-width: 860px;
	margin: 0 auto clamp(2.5rem, 6vw, 5rem);
	text-align: center;
}

.animalart-mapped-page__eyebrow,
.animalart-mapped-page__promo-kicker {
	margin: 0 0 0.8rem;
	color: var(--animalart-red, #e11b22);
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.animalart-mapped-page__hero h1 {
	margin: 0;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: clamp(2rem, 5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 0.98;
	text-transform: uppercase;
}

.animalart-mapped-page__hero > p:last-child,
.animalart-mapped-page__lead {
	max-width: 66ch;
	margin: 1.25rem auto 0;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.6;
}

.animalart-mapped-page__jump-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin: 0 auto clamp(3rem, 7vw, 6rem);
}

.animalart-mapped-page__jump-links a,
.animalart-mapped-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.72rem 1.25rem;
	border: 2px solid var(--animalart-ink, #171717);
	border-radius: 999px;
	background: var(--animalart-ink, #171717);
	color: #fff;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.18s ease, filter 0.18s ease;
}

.animalart-mapped-page__jump-links a {
	background: transparent;
	color: var(--animalart-ink, #171717);
}

.animalart-mapped-page__jump-links a:hover,
.animalart-mapped-button:hover {
	filter: brightness(0.92);
	transform: translateY(-1px);
}

.animalart-mapped-section {
	margin-top: clamp(3rem, 8vw, 7rem);
}

.animalart-mapped-section__header {
	max-width: 820px;
	margin: 0 auto 2rem;
	text-align: center;
}

.animalart-mapped-section__header h2,
.animalart-mapped-story-block h2,
.animalart-mapped-prose h2,
.animalart-mapped-feature-intro h2,
.animalart-specialist-card h2,
.animalart-faq-panel h2,
.animalart-case-panel h2,
.animalart-pillars h2,
.animalart-legal-content h2 {
	margin: 0 0 1rem;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: clamp(1.25rem, 2.6vw, 2.2rem);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.05;
	text-transform: uppercase;
}

.animalart-mapped-section__header p {
	margin: 0 auto;
	max-width: 78ch;
	color: var(--animalart-muted, #5f5f5f);
	font-size: 1.04rem;
	line-height: 1.65;
}

.animalart-mapped-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.animalart-mapped-products ul.products li.product {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.animalart-mapped-products .animalart-product-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.animalart-mapped-products .animalart-product-card__image {
	position: relative;
	min-height: 220px;
	padding: 1rem;
	border-radius: 18px;
	background: #f7f7f7;
}

.animalart-mapped-products .animalart-product-card__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.animalart-mapped-products .animalart-product-card__title {
	display: block;
	margin: 0.95rem 0 0.45rem;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.12;
}

.animalart-mapped-products .animalart-product-card__price {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.animalart-mapped-products .animalart-product-card__footer {
	margin-top: 0.8rem;
}

.animalart-mapped-products .animalart-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.6rem 0.95rem;
	border: 1px solid var(--animalart-ink, #171717);
	border-radius: 999px;
	color: var(--animalart-ink, #171717);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.animalart-mapped-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 2.5rem;
}

.animalart-mapped-gallery__item {
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #f4f4f4;
}

.animalart-mapped-gallery__item img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.animalart-mapped-page__calculator-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	max-width: 920px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 22px;
	background: var(--animalart-yellow, #ffcd00);
}

.animalart-mapped-page__calculator-callout h2 {
	margin: 0;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: clamp(1.5rem, 3.5vw, 3rem);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.animalart-mapped-page__calculator-callout .animalart-mapped-button {
	border-color: var(--animalart-ink, #171717);
	background: var(--animalart-ink, #171717);
	white-space: nowrap;
}

.animalart-mapped-story-grid,
.animalart-customer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem);
}

.animalart-mapped-story-block,
.animalart-faq-panel,
.animalart-case-panel,
.animalart-specialist-card,
.animalart-pillars {
	padding: clamp(1.4rem, 3vw, 2.5rem);
	border: 1px solid var(--animalart-line, #e6e6e6);
	border-radius: 22px;
	background: var(--animalart-surface, #fff);
}

.animalart-mapped-story-block:last-child {
	grid-column: 1 / -1;
}

.animalart-mapped-story-block p,
.animalart-mapped-prose p,
.animalart-specialist-card p,
.animalart-faq-panel > p,
.animalart-case-panel__note {
	margin: 0 0 1rem;
	color: var(--animalart-muted, #5f5f5f);
	font-size: 1rem;
	line-height: 1.72;
}

.animalart-mapped-page__cta-row {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.animalart-case-panel,
.animalart-faq-panel {
	min-width: 0;
}

.animalart-faq-item {
	border-top: 1px solid var(--animalart-line, #e6e6e6);
}

.animalart-faq-item summary {
	padding: 1rem 0;
	cursor: pointer;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-weight: 900;
	line-height: 1.35;
}

.animalart-faq-item__answer {
	padding: 0 0 1rem;
}

.animalart-faq-item__answer p {
	margin: 0 0 0.7rem;
	color: var(--animalart-muted, #5f5f5f);
	line-height: 1.65;
}

.animalart-case-form {
	display: grid;
	gap: 1rem;
}

.animalart-case-form__field {
	display: grid;
	gap: 0.4rem;
}

.animalart-case-form label {
	font-size: 0.85rem;
	font-weight: 700;
}

.animalart-case-form input,
.animalart-case-form select,
.animalart-case-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.75rem;
	border: 1px solid var(--animalart-line-strong, #cfcfcf);
	border-radius: 8px;
	background: #fff;
	color: var(--animalart-ink, #171717);
	font: inherit;
}

.animalart-case-form textarea {
	min-height: 110px;
	resize: vertical;
}

.animalart-case-form small {
	color: var(--animalart-muted, #5f5f5f);
	line-height: 1.45;
}

.animalart-case-panel .animalart-mapped-button {
	width: 100%;
	cursor: pointer;
}

.animalart-mapped-page--legal .animalart-mapped-page__hero {
	max-width: 980px;
}

.animalart-legal-content {
	max-width: 900px;
	margin: 0 auto;
}

.animalart-legal-content h2 {
	margin-top: 2.6rem;
}

.animalart-legal-content h3 {
	margin: 2rem 0 0.7rem;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 1.25rem;
	font-weight: 900;
	text-transform: uppercase;
}

.animalart-legal-content p,
.animalart-legal-content li,
.animalart-mapped-prose p {
	color: var(--animalart-muted, #5f5f5f);
	font-size: 1rem;
	line-height: 1.75;
}

.animalart-legal-content p {
	margin: 0 0 1.2rem;
}

.animalart-legal-content li {
	margin: 0.4rem 0;
}

.animalart-legal-content__notice {
	margin-top: 2rem !important;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--animalart-yellow, #ffcd00);
	background: #fff9d9;
	color: var(--animalart-ink, #171717) !important;
}

.animalart-mapped-feature-intro,
.animalart-mapped-prose,
.animalart-specialist-card,
.animalart-pillars {
	max-width: 900px;
	margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.animalart-benefits-list {
	margin: 0;
	padding-left: 1.25rem;
}

.animalart-benefits-list li {
	margin: 0.8rem 0;
	color: var(--animalart-muted, #5f5f5f);
	line-height: 1.7;
}

.animalart-height-comparison {
	max-width: 900px;
	margin: 0 auto clamp(3rem, 8vw, 6rem);
}

.animalart-height-comparison img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.animalart-height-comparison figcaption {
	display: flex;
	justify-content: space-around;
	gap: 1rem;
	margin-top: 0.75rem;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.animalart-mapped-prose blockquote,
.animalart-specialist-card blockquote {
	margin: 1.75rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 4px solid var(--animalart-red, #e11b22);
	color: var(--animalart-ink, #171717);
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.7;
}

.animalart-specialist-card {
	background: var(--animalart-surface-muted, #f7f7f7);
}

.animalart-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.animalart-pillars__grid strong {
	padding: 1.2rem 0.75rem;
	border-top: 4px solid var(--animalart-yellow, #ffcd00);
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: clamp(1rem, 2vw, 1.4rem);
	font-weight: 900;
	line-height: 1.05;
	text-align: center;
}

.animalart-mapped-page__promo-placeholder {
	min-height: 160px;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 205, 0, 0.2), rgba(225, 27, 34, 0.08));
}

.animalart-mapped-page__safe-note {
	padding: 1rem;
	border: 1px dashed var(--animalart-red, #e11b22);
	color: var(--animalart-red, #e11b22);
}

@media (max-width: 900px) {
	.animalart-mapped-products ul.products,
	.animalart-mapped-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.animalart-mapped-story-grid,
	.animalart-customer-grid {
		grid-template-columns: 1fr;
	}

	.animalart-mapped-story-block:last-child {
		grid-column: auto;
	}

	.animalart-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.animalart-mapped-page__jump-links,
	.animalart-mapped-page__calculator-callout {
		align-items: stretch;
		flex-direction: column;
	}

	.animalart-mapped-page__jump-links a,
	.animalart-mapped-page__calculator-callout .animalart-mapped-button {
		width: 100%;
	}

	.animalart-mapped-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.animalart-mapped-gallery,
	.animalart-pillars__grid {
		grid-template-columns: 1fr;
	}

	.animalart-mapped-gallery__item img {
		height: auto;
		aspect-ratio: 1.3;
	}

	.animalart-height-comparison figcaption {
		font-size: 0.68rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.animalart-mapped-page__jump-links a,
	.animalart-mapped-button {
		transition: none;
	}
}

/*
 * Cards de comedouros — camada plana da referência Animalart.
 * Escopo restrito à grade mapeada: o catálogo geral continua com seus
 * controles de favoritos, badges e interação próprios.
 */
.animalart-mapped-products ul.products li.product.animalart-product-card {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.animalart-mapped-products ul.products li.product.animalart-product-card:hover,
.animalart-mapped-products ul.products li.product.animalart-product-card:focus-within {
	border: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.animalart-mapped-products .animalart-product-card__link {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.animalart-mapped-products .animalart-product-card__image {
	display: grid;
	place-items: center;
	width: 100%;
	height: clamp(150px, 17vw, 220px);
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.animalart-mapped-products .animalart-product-card__img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	mix-blend-mode: normal;
	transition: none;
}

.animalart-mapped-products .animalart-product-card__link:hover .animalart-product-card__img,
.animalart-mapped-products .animalart-product-card__link:focus-visible .animalart-product-card__img {
	transform: none;
}

/* Mantém o markup legado para reversão, mas não deixa overlays/badges
   competirem com o produto na referência limpa dos comedouros. */
.animalart-mapped-products .studioalmadolar-product-card__hover-card,
.animalart-mapped-products .studioalmadolar-product-card__badge,
.animalart-mapped-products .studioalmadolar-favorite-btn {
	display: none !important;
}

.animalart-mapped-products .animalart-product-card__title {
	width: 100%;
	margin: 0.6rem 0 0.2rem;
	color: var(--animalart-ink, #171717);
	font-family: var(--animalart-font-body, Arial, sans-serif);
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
}

.animalart-mapped-products .animalart-product-card__price {
	min-height: 0;
	color: var(--animalart-ink, #171717);
	font-family: var(--animalart-font-display, Arial, sans-serif);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.animalart-mapped-products .animalart-product-card__price del {
	margin-right: 0.25rem;
	font-family: var(--animalart-font-body, Arial, sans-serif);
	font-weight: 400;
}

.animalart-mapped-products .animalart-product-card__footer {
	justify-content: center;
	margin-top: 0.55rem;
	padding-top: 0;
}

.animalart-mapped-products .animalart-product-card__cta {
	width: auto;
	min-height: 44px;
	padding: 0.65rem 0.85rem;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--animalart-yellow, #ffcd00) !important;
	color: var(--animalart-ink, #171717) !important;
	font-family: var(--animalart-font-display, Arial, sans-serif);
	opacity: 1;
	transform: none;
	transition: none;
	font-size: 0.68rem !important;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.animalart-mapped-products .animalart-product-card__cta:hover,
.animalart-mapped-products .animalart-product-card__cta:focus-visible {
	background: var(--animalart-ink, #171717) !important;
	color: #fff !important;
}

@media (max-width: 900px) {
	.animalart-mapped-products .animalart-product-card__image {
		height: clamp(145px, 26vw, 190px);
	}
}

@media (max-width: 600px) {
	.animalart-mapped-products .animalart-product-card__image {
		height: 170px;
	}

	.animalart-mapped-products .animalart-product-card__title,
	.animalart-mapped-products .animalart-product-card__price {
		font-size: 0.74rem;
	}

	.animalart-mapped-products .animalart-product-card__cta {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.animalart-mapped-products .animalart-product-card__img {
		transition: none;
	}
}

/* ========================================================================
 * Reprodução literal de /comedouro/ — referência original Animalart.
 * Os seletores abaixo são exclusivos da página canônica e não alteram o
 * catálogo geral nem os demais templates mapeados.
 * ======================================================================== */
body.animalart-reference-comedouro-page {
	background: #fff;
	color: #000;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

body.animalart-reference-comedouro-page .page-container {
	max-width: none;
	margin: 0;
	padding: 0;
}

.animalart-reference-header {
	background: #fff;
	color: #000;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-reference-header__top {
	min-height: 28px;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}

.animalart-reference-header__top-inner,
.animalart-reference-header__main-inner {
	width: min(calc(100% - 30px), 1100px);
	margin: 0 auto;
}

.animalart-reference-header__top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 28px;
	font-size: 0.54rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.animalart-reference-header a {
	color: #000;
	text-decoration: none;
}

.animalart-reference-header__top-inner > a:first-child {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.animalart-reference-header__top-links {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
}

.animalart-reference-header__auth {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 18px;
	border-radius: 18px;
	background: #ffcd00;
	font-size: 0.58rem;
	white-space: nowrap;
}

.animalart-reference-header__main {
	min-height: 73px;
	background: #fff;
}

.animalart-reference-header__main-inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 73px;
}

.animalart-reference-header__logo {
	display: flex;
	align-items: center;
	flex: 0 0 110px;
	width: 110px;
	height: 56px;
}

.animalart-reference-header__logo img {
	display: block;
	width: 110px;
	height: 56px;
	object-fit: contain;
}

.animalart-reference-header__nav {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 0.62rem;
	font-weight: 900;
	white-space: nowrap;
}

.animalart-reference-header__nav a {
	padding: 7px 0;
}

.animalart-reference-header__nav a.is-active {
	color: #1e73be;
}

.animalart-reference-header__calculator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	margin-left: auto;
	padding: 0 18px;
	border-radius: 18px;
	background: #ffcd00;
	font-size: 0.57rem;
	font-weight: 900;
	white-space: nowrap;
}

.animalart-reference-header__cart {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 94px;
	font-size: 0.64rem;
	font-weight: 900;
	white-space: nowrap;
}

.animalart-reference-header__cart .studioalmadolar-icon {
	color: #ffcd00;
}

.animalart-reference-header__cart strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 15px;
	height: 15px;
	border: 1px solid #ffcd00;
	color: #000;
	font-size: 0.55rem;
	font-weight: 900;
}

.animalart-reference-comedouro {
	width: min(calc(100% - 30px), 1100px);
	margin: 0 auto;
	padding: 24px 0 70px;
	color: #000;
}

.animalart-reference-comedouro__intro {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(245px, 1fr);
	align-items: start;
	gap: 20px;
	padding: 0;
}

.animalart-reference-comedouro__intro-copy {
	padding-top: 0;
}

.animalart-reference-comedouro__divider {
	width: 150px;
	height: 3px;
	margin-bottom: 11px;
	background: #ffcd00;
}

.animalart-reference-comedouro h1,
.animalart-reference-comedouro h2,
.animalart-reference-comedouro p {
	margin-top: 0;
}

.animalart-reference-comedouro__intro-copy h1 {
	margin-bottom: 12px;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.15;
}

.animalart-reference-comedouro__intro-copy p {
	margin-bottom: 12px;
	font-size: 0.76rem;
	line-height: 1.5;
}

.animalart-reference-comedouro__calculator {
	min-height: 177px;
	padding: 19px 12px 12px;
	background: #f4f4f4;
	text-align: center;
}

.animalart-reference-comedouro__calculator h2 {
	margin-bottom: 4px;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1.05;
}

.animalart-reference-comedouro__calculator strong,
.animalart-reference-comedouro__calculator span {
	display: block;
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 0.95;
}

.animalart-reference-comedouro__calculator a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 23px;
	margin-top: 10px;
	padding: 0 12px;
	background: #627d47;
	color: #fff;
	font-size: 0.52rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.animalart-reference-comedouro__group {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(245px, 1fr);
	align-items: start;
	gap: 20px;
	margin-top: 33px;
}

.animalart-reference-comedouro__group + .animalart-reference-comedouro__group {
	box-sizing: border-box;
	margin-top: clamp(3.5rem, 6vw, 5.5rem);
	padding-top: clamp(1.75rem, 3vw, 3rem);
	border-top: 1px solid var(--animalart-line, #e5e5e5);
}

.animalart-reference-comedouro__group-products {
	min-width: 0;
}

.animalart-reference-comedouro__group-header {
	margin-bottom: 13px;
}

.animalart-reference-comedouro__group-header h2 {
	margin-bottom: 12px;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.1;
}

.animalart-reference-comedouro__group-header p {
	max-width: 100%;
	margin-bottom: 0;
	font-size: 0.76rem;
	line-height: 1.45;
}

.animalart-reference-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.animalart-reference-products ul.products li.animalart-reference-product-card {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.animalart-reference-products .animalart-reference-product-card__link {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
}

.animalart-reference-products .animalart-reference-product-card__image {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 151px;
	padding: 0;
	background: transparent;
}

.animalart-reference-products .animalart-reference-product-card__img {
	display: block;
	width: min(100%, 124px);
	height: 148px;
	margin: 0 auto;
	object-fit: contain;
	mix-blend-mode: normal;
}

.animalart-reference-products .studioalmadolar-product-card__badge,
.animalart-reference-products .studioalmadolar-product-card__hover-card {
	display: none !important;
}

.animalart-reference-products .studioalmadolar-favorite-btn {
	top: 5px;
	right: 8px;
	display: inline-flex;
	opacity: 0;
	background: transparent;
	color: #000;
	box-shadow: none;
}

.animalart-reference-products li:hover .studioalmadolar-favorite-btn,
.animalart-reference-products li:focus-within .studioalmadolar-favorite-btn {
	opacity: 1;
}

.animalart-reference-products .animalart-reference-product-card__title {
	display: block;
	min-height: 18px;
	margin: 8px 0 2px;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.68rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.animalart-reference-products .animalart-reference-product-card__rating {
	display: block;
	margin: 2px 0;
	font-size: 0.62rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.animalart-reference-products .animalart-reference-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: calc(100% - 20px);
	margin: 8px auto 0;
	text-align: left;
}

.animalart-reference-products .animalart-reference-product-card__price {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 16px;
	margin: 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.15;
	text-align: left;
}

.animalart-reference-products .animalart-reference-product-card__price del {
	margin-right: 3px;
	font-weight: 400;
}

.animalart-reference-products .animalart-reference-product-card__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	gap: 6px;
	margin: 0;
}

.animalart-reference-products .animalart-reference-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-width: 96px;
	min-height: 30px;
	padding: 0 11px;
	border: 0;
	border-radius: 999px;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.57rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.animalart-reference-products .animalart-reference-product-card__cta--yellow {
	background: #ffcd00;
	color: #000;
}

.animalart-reference-products .animalart-reference-product-card__cta:hover,
.animalart-reference-products .animalart-reference-product-card__cta:focus-visible {
	filter: brightness(0.9);
	transform: none;
}

.animalart-reference-gallery {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding-bottom: 21px;
}

.animalart-reference-gallery__viewport {
	position: relative;
	width: 100%;
	height: clamp(230px, 27vw, 300px);
	overflow: hidden;
}

.animalart-reference-gallery__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.animalart-reference-gallery__slide {
	position: absolute;
	inset: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.animalart-reference-gallery__slide:first-child,
.animalart-reference-gallery__slide.is-active {
	display: block;
}

.animalart-reference-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.animalart-reference-gallery__button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.15s ease;
}

.animalart-reference-gallery:hover .animalart-reference-gallery__button,
.animalart-reference-gallery:focus-within .animalart-reference-gallery__button {
	opacity: 1;
}

.animalart-reference-gallery__button--prev {
	left: -14px;
}

.animalart-reference-gallery__button--next {
	right: -14px;
}

.animalart-reference-gallery__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 13px;
	margin-top: 7px;
}

.animalart-reference-gallery__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #bdbdbd;
}

.animalart-reference-gallery__dot.is-active {
	background: #000;
}

.animalart-reference-footer {
	width: 100%;
	border-top: 1px solid #ededed;
	background: #fff;
	color: #000;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-reference-footer__widgets {
	display: grid;
	grid-template-columns: 1.05fr 1.25fr 0.85fr 1.2fr 1.15fr 0.9fr;
	align-items: start;
	gap: 24px;
	width: min(calc(100% - 30px), 1100px);
	margin: 0 auto;
	padding: 31px 0 26px;
}

.animalart-reference-footer__brand img {
	display: block;
	width: 110px;
	height: 53px;
	object-fit: contain;
}

.animalart-reference-footer__column {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	font-size: 0.68rem;
	line-height: 1.45;
}

.animalart-reference-footer__column h2 {
	margin: 0 0 7px;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.2;
}

.animalart-reference-footer__column a {
	color: #000;
	text-decoration: none;
}

.animalart-reference-footer__subheading {
	margin-top: 16px !important;
}

.animalart-reference-footer__social {
	display: flex;
	gap: 18px;
	margin-top: 1px;
}

.animalart-reference-footer__social img {
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.animalart-reference-footer__security {
	width: 125px;
	max-width: 100%;
	height: auto;
}

.animalart-reference-footer__payment {
	display: block;
	width: 125px;
	height: 125px;
	object-fit: contain;
}

.animalart-reference-footer__account-column {
	gap: 10px;
	align-items: flex-start;
}

.animalart-reference-footer__account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	min-height: 25px;
	padding: 0 10px;
	border-radius: 15px;
	background: #000;
	color: #fff !important;
	font-size: 0.68rem;
	font-weight: 900;
	text-decoration: none;
}

.animalart-reference-footer__copyright {
	padding: 9px 15px 10px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
	font-size: 0.62rem;
}

@media (max-width: 900px) {
	.animalart-reference-header__main-inner {
		gap: 13px;
	}

	.animalart-reference-header__nav {
		gap: 13px;
		font-size: 0.57rem;
	}

	.animalart-reference-header__calculator {
		padding: 0 10px;
		font-size: 0.51rem;
	}

	.animalart-reference-comedouro__group,
	.animalart-reference-comedouro__intro {
		grid-template-columns: minmax(0, 2fr) minmax(210px, 1fr);
	}

	.animalart-reference-footer__widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.animalart-reference-header__top-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		padding: 8px 0;
		font-size: 0.48rem;
	}

	.animalart-reference-header__top-links {
		margin-left: 0;
	}

	.animalart-reference-header__auth {
		position: absolute;
		top: 7px;
		right: 15px;
		min-height: 24px;
		padding: 0 9px;
		font-size: 0.46rem;
	}

	.animalart-reference-header__main,
	.animalart-reference-header__main-inner {
		min-height: 130px;
	}

	.animalart-reference-header__main-inner {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 8px 0 10px;
	}

	.animalart-reference-header__logo {
		flex-basis: 84px;
		width: 84px;
		height: 45px;
	}

	.animalart-reference-header__logo img {
		width: 84px;
		height: 45px;
	}

	.animalart-reference-header__nav {
		order: 3;
		width: 100%;
		justify-content: space-between;
		gap: 7px;
		font-size: 0.49rem;
	}

	.animalart-reference-header__calculator {
		margin-left: auto;
		padding: 0 9px;
		font-size: 0.46rem;
	}

	.animalart-reference-header__cart {
		min-width: auto;
		font-size: 0.5rem;
	}

	.animalart-reference-comedouro {
		width: min(calc(100% - 24px), 1100px);
		padding-top: 18px;
	}

	.animalart-reference-comedouro__intro,
	.animalart-reference-comedouro__group {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.animalart-reference-comedouro__intro-copy h1 {
		font-size: 1.05rem;
	}

	.animalart-reference-comedouro__calculator {
		min-height: 145px;
	}

	.animalart-reference-comedouro__group {
		margin-top: 26px;
	}

	.animalart-reference-comedouro__group-header h2 {
		font-size: 0.82rem;
	}

	.animalart-reference-comedouro__group-header p {
		font-size: 0.68rem;
	}

	/* Cada grupo do Comedouro possui quatro produtos: em telas móveis a
	 * composição 2×2 preserva a leitura da referência e evita uma coluna
	 * excessivamente longa. O gap horizontal é pequeno para proteger a largura
	 * mínima da CTA sem reintroduzir gutter externo. */
	.animalart-reference-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: clamp(0.35rem, 2vw, 0.75rem);
		row-gap: 1rem;
	}

	.animalart-reference-products .animalart-reference-product-card__img {
		width: min(100%, 110px);
		height: 130px;
	}

	.animalart-reference-products .animalart-reference-product-card__image {
		height: 133px;
	}

	.animalart-reference-products .animalart-reference-product-card__cta {
		min-height: 34px;
	}

	.animalart-reference-gallery {
		max-width: 285px;
	}

	.animalart-reference-footer__widgets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.animalart-reference-gallery__button {
		transition: none;
	}
}

/* Calibração geométrica medida contra animalart.com.br/comedouro/ em 1280px. */
@media (min-width: 901px) {
	body.animalart-reference-comedouro-page,
	body.animalart-reference-comedouro-page .animalart-reference-header,
	body.animalart-reference-comedouro-page .animalart-reference-comedouro,
	body.animalart-reference-comedouro-page .animalart-reference-footer {
		font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	}

	.animalart-reference-header__top-inner,
	.animalart-reference-header__main-inner {
		width: min(calc(100% - 30px), 1265px);
	}

	.animalart-reference-header__top-inner {
		font-size: 0.68rem;
	}

	.animalart-reference-header__main,
	.animalart-reference-header__main-inner {
		min-height: 107px;
	}

	.animalart-reference-header__nav {
		font-size: 0.72rem;
	}

	.animalart-reference-header__calculator {
		font-size: 0.64rem;
	}

	.animalart-reference-header__cart {
		font-size: 0.72rem;
	}

	.animalart-reference-comedouro {
		width: min(calc(100% - 76px), 1190px);
		padding-top: 0;
	}

	.animalart-reference-comedouro__intro {
		grid-template-columns: minmax(0, 793px) minmax(0, 367px);
		gap: 15px;
		padding-top: 65px;
	}

	.animalart-reference-comedouro__calculator {
		min-height: 177px;
		height: 177px;
		box-sizing: border-box;
	}

	.animalart-reference-comedouro__group {
		grid-template-columns: minmax(0, 793px) minmax(0, 367px);
		gap: 15px;
		margin-top: 30px;
	}

	.animalart-reference-comedouro__group-products {
		padding: 10px 15px 0;
	}

	.animalart-reference-comedouro__group-header {
		margin-bottom: 0;
	}

	.animalart-reference-comedouro__group-header h2 {
		margin-bottom: 13px;
		font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 16px;
		font-weight: 900;
		line-height: 1.2;
	}

	.animalart-reference-comedouro__group-header p {
		margin-bottom: 20.8px;
		font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.6;
	}

	.animalart-reference-comedouro__group-gallery {
		padding-top: 10px;
	}

	.animalart-reference-products ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.animalart-reference-products ul.products li.animalart-reference-product-card {
		width: 100% !important;
		height: 404px;
		padding: 0;
		box-sizing: border-box;
	}

	.animalart-reference-products .animalart-reference-product-card__image {
		height: 229px;
	}

	.animalart-reference-products .animalart-reference-product-card__img {
		width: 100%;
		height: 229px;
		object-fit: contain;
	}

	.animalart-reference-products .animalart-reference-product-card__title {
		min-height: 23px;
		margin: 11px 10px 0;
		font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 14.4px;
		font-weight: 400;
		line-height: 23.04px;
	}

	.animalart-reference-products .animalart-reference-product-card__rating {
		margin: 0 10px;
		font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 12px;
		line-height: 14px;
	}

	.animalart-reference-products .animalart-reference-product-card__meta {
		width: auto;
		margin: 5px 10px 0;
		gap: 8px;
	}

	.animalart-reference-products .animalart-reference-product-card__price {
		min-height: 14px;
		margin: 0;
		font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 14.4px;
		font-weight: 400;
		line-height: 14.4px;
		text-align: left;
	}

	.animalart-reference-products .animalart-reference-product-card__actions {
		margin: 0;
	}

	.animalart-reference-products .animalart-reference-product-card__cta {
		min-width: 96px;
		min-height: 32px;
		margin: 0;
		padding: 0 11px;
		border-radius: 999px;
		font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
		font-size: 10px;
		font-weight: 900;
		line-height: 1;
	}

	.animalart-reference-products .animalart-reference-product-card__cta--yellow {
		width: auto;
	}

	.animalart-reference-gallery {
		width: 347px;
		max-width: 347px;
		padding-bottom: 7px;
	}

	.animalart-reference-gallery__viewport {
		height: 347px;
	}

	.animalart-reference-gallery__dots {
		margin-top: 7px;
	}

	.animalart-reference-footer__widgets {
		width: min(calc(100% - 30px), 1265px);
		min-height: 299px;
		box-sizing: border-box;
	}
}

/* ========================================================================
 * Paridade da página /acessorios-e-avulsos/.
 * O conteúdo permanece em componentes mapeados; somente a composição desta
 * página é calibrada contra a referência original.
 * ======================================================================== */
.animalart-accessories-reference {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-accessories-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-accessories-reference__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: clamp(300px, 31vw, 420px);
	max-width: none;
	margin: 0;
	overflow: hidden;
	text-align: left;
}

.animalart-accessories-reference__hero-media,
.animalart-accessories-reference__hero-media::after {
	position: absolute;
	inset: 0;
}

.animalart-accessories-reference__hero-media {
	z-index: 0;
	background: #777;
}

.animalart-accessories-reference__hero-media::after {
	content: '';
	background: rgba(0, 0, 0, 0.24);
}

.animalart-accessories-reference__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.animalart-accessories-reference__hero-content {
	position: relative;
	z-index: 1;
	width: min(100% - 2rem, 620px);
	margin-right: clamp(1rem, 7vw, 8rem);
	padding: 2rem 0;
	color: #fff;
	text-align: center;
}

.animalart-accessories-reference__hero-content .animalart-mapped-page__eyebrow {
	margin-bottom: 0.6rem;
	color: var(--animalart-yellow, #ffcd00);
	font-size: 0.72rem;
}

.animalart-accessories-reference__hero-content h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.65rem, 3.2vw, 3.25rem);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
}

.animalart-accessories-reference__hero-note {
	display: none;
}

.animalart-accessories-reference__hero-content .animalart-mapped-page__jump-links {
	justify-content: center;
	gap: 0.65rem;
	margin: 1.25rem 0 0;
}

.animalart-accessories-reference__hero-content .animalart-mapped-page__jump-links a {
	min-height: 38px;
	padding: 0.55rem 1rem;
	border: 0;
	border-radius: var(--animalart-radius-pill, 999px);
	background: #fff;
	color: var(--animalart-ink, #171717);
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.02em;
}

.animalart-accessories-reference__section {
	width: min(calc(100% - 2rem), 1190px);
	margin: clamp(3.25rem, 6vw, 5rem) auto 0;
}

.animalart-accessories-reference__section + .animalart-accessories-reference__section {
	margin-top: clamp(5rem, 9vw, 8rem);
	padding-top: clamp(2rem, 4vw, 3.5rem);
	border-top: 1px solid var(--animalart-line, #e5e5e5);
}

.animalart-accessories-reference__section .animalart-mapped-section__header {
	max-width: 100%;
	margin: 0 auto 1.8rem;
	text-align: center;
}

.animalart-accessories-reference__section .animalart-mapped-section__header h2 {
	margin-bottom: 0.65rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.25rem, 2.2vw, 2rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.animalart-accessories-reference__section .animalart-mapped-section__header p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}

.animalart-accessories-reference .animalart-mapped-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 2rem);
}

.animalart-accessories-reference .animalart-mapped-products ul.products li.product {
	min-width: 0;
}

.animalart-accessories-reference .animalart-mapped-products .animalart-product-card__image {
	height: clamp(190px, 22vw, 296px);
}

.animalart-accessories-reference .animalart-mapped-products .animalart-product-card__title,
.animalart-accessories-reference .animalart-mapped-products .animalart-product-card__price {
	font-size: clamp(0.78rem, 1vw, 1rem);
}

.animalart-accessories-reference .animalart-mapped-products .animalart-product-card__cta {
	min-height: 38px;
	padding-inline: 1.1rem;
}

.animalart-accessories-reference .animalart-mapped-products:has(ul.products.columns-2) ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 620px;
	margin-inline: auto;
}

.animalart-accessories-reference .animalart-mapped-products:has(ul.products.columns-1) ul.products {
	grid-template-columns: minmax(0, 260px);
	max-width: 260px;
	margin-inline: auto;
}

@media (max-width: 900px) {
	.animalart-accessories-reference__hero-content {
		width: min(100% - 2rem, 620px);
		margin-inline: auto;
	}

	.animalart-accessories-reference .animalart-mapped-products ul.products,
	.animalart-accessories-reference .animalart-mapped-products:has(ul.products.columns-2) ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}
}

@media (max-width: 600px) {
	.animalart-accessories-reference__hero {
		min-height: 360px;
	}

	.animalart-accessories-reference__hero-content .animalart-mapped-page__jump-links {
		align-items: center;
	}

	.animalart-accessories-reference__hero-content .animalart-mapped-page__jump-links a {
		width: auto;
	}

	.animalart-accessories-reference .animalart-mapped-products ul.products.columns-4,
	.animalart-accessories-reference .animalart-mapped-products ul.products.columns-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	/* A seção da camiseta continua sendo um bloco unitário intencional. */
	.animalart-accessories-reference .animalart-mapped-products ul.products.columns-1 {
		grid-template-columns: minmax(0, 290px);
		max-width: 290px;
	}

	.animalart-accessories-reference .animalart-mapped-products .animalart-product-card__image {
		height: 230px;
	}
}

/* ========================================================================
 * Paridade da página /comedouro-para-gatos/.
 * ======================================================================== */
.animalart-cats-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-cats-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-cats-reference__intro {
	margin: 0 0 clamp(2.2rem, 4vw, 4rem);
	text-align: left;
}

.animalart-cats-reference__divider {
	width: 150px;
	height: 3px;
	margin-bottom: 1rem;
	background: var(--animalart-yellow, #ffcd00);
}

.animalart-cats-reference__intro h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
}

.animalart-cats-reference__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem);
}

.animalart-cats-reference__column {
	min-width: 0;
	padding: 0;
}

.animalart-cats-reference__column > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	object-fit: contain;
}

.animalart-cats-reference__column:first-child > img {
	width: 95%;
}

.animalart-cats-reference__column h2 {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.1rem;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1rem, 1.7vw, 1.35rem);
	font-weight: 400;
	line-height: 1.15;
	text-align: left;
	text-transform: uppercase;
}

.animalart-cats-reference__column h2 > span:not(.animalart-cats-reference__rule) {
	flex: 0 1 auto;
}

.animalart-cats-reference__rule {
	flex: 1 1 auto;
	min-width: 1.5rem;
	height: 1px;
	background: var(--animalart-line, #dedede);
}

.animalart-cats-reference__column p {
	margin: 0 0 1.15rem;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	line-height: 1.55;
}

.animalart-cats-reference__cta {
	display: flex;
	justify-content: center;
	margin-top: clamp(2.5rem, 5vw, 4rem);
}

.animalart-cats-reference__cta .animalart-mapped-button {
	border-radius: 0;
	background: var(--animalart-yellow, #ffcd00);
	color: var(--animalart-ink, #171717);
}

@media (max-width: 900px) {
	.animalart-cats-reference__columns {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.animalart-cats-reference__column > img {
		height: auto;
	}
}

@media (max-width: 600px) {
	.animalart-cats-reference {
		width: min(calc(100% - 2rem), 520px);
	}

	.animalart-cats-reference__column > img {
		height: auto;
	}
}

/* ========================================================================
 * Paridade da página /aneis/.
 * ======================================================================== */
.animalart-rings-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-rings-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-rings-reference__intro {
	max-width: 780px;
	margin-bottom: clamp(2.25rem, 5vw, 4.5rem);
	text-align: left;
}

.animalart-rings-reference__eyebrow {
	margin: 0 0 0.45rem;
	color: var(--animalart-red, #e11b22);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.animalart-rings-reference__intro h1 {
	margin: 0 0 0.55rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.animalart-rings-reference__intro > p:last-child {
	max-width: 560px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}

.animalart-rings-reference__products .animalart-mapped-products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.75rem, 3.2vw, 3.5rem) clamp(1rem, 2.2vw, 2.5rem);
}

.animalart-rings-reference__products .animalart-mapped-products .animalart-product-card__image {
	height: clamp(180px, 20vw, 270px);
}

.animalart-rings-reference__products .animalart-mapped-products .animalart-product-card__title,
.animalart-rings-reference__products .animalart-mapped-products .animalart-product-card__price {
	font-size: clamp(0.76rem, 1vw, 0.95rem);
}

.animalart-rings-reference__products .animalart-mapped-products .animalart-product-card__cta {
	min-height: 40px;
	padding: 0.65rem 1rem;
}

@media (max-width: 900px) {
	.animalart-rings-reference__products .animalart-mapped-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.animalart-rings-reference {
		width: min(calc(100% - 2rem), 520px);
	}

	.animalart-rings-reference__products .animalart-mapped-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		column-gap: clamp(0.35rem, 2vw, 0.75rem);
		margin-inline: 0;
	}
}

/* ========================================================================
 * Correção de paridade da página /aneis/.
 *
 * A referência original é uma listagem WooCommerce enxuta: título, descrição
 * e uma única grade de produtos. O contexto próprio neutraliza somente as
 * camadas editoriais e de cards do tema que não pertencem a esta página.
 * ======================================================================== */
.animalart-rings-reference {
	width: min(100%, 1265px);
	max-width: none;
	margin-inline: auto;
	padding: 42px 0 74px;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-rings-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-rings-reference__intro {
	max-width: none;
	margin: 0 0 20px;
	text-align: left;
}

.animalart-rings-reference__intro h1 {
	margin: 0 0 12px;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.1;
	text-transform: uppercase;
}

.animalart-rings-reference__intro > p:last-child {
	max-width: none;
	margin: 0;
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	line-height: 1.45;
}

.animalart-rings-reference__products .animalart-rings-original-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 0;
	width: calc(100% - 25px);
	margin: 0 12px 0 13px;
	padding: 0;
	list-style: none;
}

.animalart-rings-original-products ul.products li.product.animalart-rings-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 557px;
	margin: 0;
	padding: 0 10px 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	text-align: center;
}

.animalart-rings-original-products ul.products li.product.animalart-rings-product-card:hover,
.animalart-rings-original-products ul.products li.product.animalart-rings-product-card:focus-within {
	border: 0;
	box-shadow: none;
	transform: none;
}

.animalart-rings-original-products .animalart-rings-product-card__link {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.animalart-rings-original-products .animalart-rings-product-card__image {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 247 / 296;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.animalart-rings-original-products .animalart-rings-product-card__img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 247 / 296;
	object-fit: contain;
	mix-blend-mode: normal;
}

.animalart-rings-original-products .animalart-rings-product-card__link .studioalmadolar-product-card__hover-card,
.animalart-rings-original-products > ul.products > li.product > .studioalmadolar-favorite-btn {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.animalart-rings-original-products .animalart-rings-product-card__category {
	display: block;
	margin-top: 6px;
	color: var(--animalart-muted, #5f5f5f);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.animalart-rings-original-products .animalart-rings-product-card__title {
	display: block;
	margin: 4px 0 0 !important;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.86rem !important;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
}

.animalart-rings-original-products .animalart-rings-product-card__price {
	display: block;
	margin: 4px 0 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.animalart-rings-product-card__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-top: 10px;
}

.animalart-rings-product-card__primary-action,
.animalart-rings-product-card__secondary-action {
	display: flex;
	justify-content: center;
	width: 100%;
}

.animalart-rings-original-products .animalart-rings-product-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding: 0.65rem 0.75rem;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--animalart-yellow, #ffcd00) !important;
	box-shadow: none;
	color: var(--animalart-ink, #171717) !important;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.7rem !important;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.animalart-rings-original-products .animalart-rings-product-card__cta:hover,
.animalart-rings-original-products .animalart-rings-product-card__cta:focus-visible {
	background: var(--animalart-ink, #171717) !important;
	color: var(--animalart-yellow, #ffcd00) !important;
	transform: none;
}

@media (max-width: 900px) {
	.animalart-rings-reference {
		width: min(calc(100% - 30px), 900px);
	}

	.animalart-rings-reference__products .animalart-rings-original-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.animalart-rings-original-products ul.products li.product.animalart-rings-product-card {
		min-height: 520px;
	}
}

@media (max-width: 600px) {
	.animalart-rings-reference {
		width: min(calc(100% - 24px), 520px);
		padding-top: 28px;
	}

	.animalart-rings-reference__intro h1 {
		font-size: 1.5rem;
	}

	.animalart-rings-reference__products .animalart-rings-original-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 8px;
	}

	.animalart-rings-original-products ul.products li.product.animalart-rings-product-card {
		min-height: 410px;
		padding-inline: 4px;
	}

	.animalart-rings-original-products .animalart-rings-product-card__cta {
		min-height: 44px;
		font-size: 0.62rem !important;
	}
}

@media (max-width: 380px) {
	.animalart-rings-reference__products .animalart-rings-original-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 8px;
	}

	.animalart-rings-original-products ul.products li.product.animalart-rings-product-card {
		min-height: 0;
		padding-bottom: 34px;
	}

	.animalart-rings-original-products .animalart-rings-product-card__image {
		width: min(100%, 247px);
		margin-inline: auto;
	}
}

/* ========================================================================
 * Paridade da página /central-do-cliente/.
 * ======================================================================== */
.animalart-customer-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-customer-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-customer-reference__intro {
	max-width: 820px;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
	text-align: center;
}

.animalart-customer-reference__intro .animalart-mapped-page__eyebrow {
	margin-bottom: 0.65rem;
	color: var(--animalart-red, #e11b22);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.animalart-customer-reference__intro h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.8rem, 4vw, 3.35rem);
	font-weight: 900;
	line-height: 1.02;
	text-transform: uppercase;
}

.animalart-customer-reference .animalart-customer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.25rem, 4vw, 3.5rem);
	align-items: start;
}

.animalart-customer-reference .animalart-faq-panel,
.animalart-customer-reference .animalart-case-panel {
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: 1px solid var(--animalart-line, #e5e5e5);
	border-radius: 24px;
	background: #fff;
}

.animalart-customer-reference .animalart-faq-panel h2,
.animalart-customer-reference .animalart-case-panel h2 {
	margin: 0 0 1rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.3rem, 2vw, 1.85rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.animalart-customer-reference .animalart-faq-panel > p {
	margin: 0 0 1.5rem;
	font-size: 0.94rem;
	line-height: 1.5;
}

.animalart-customer-reference .animalart-faq-item {
	border-top: 1px solid var(--animalart-line, #e5e5e5);
}

.animalart-customer-reference .animalart-faq-item:last-child {
	border-bottom: 1px solid var(--animalart-line, #e5e5e5);
}

.animalart-customer-reference .animalart-faq-item summary {
	position: relative;
	min-height: 52px;
	padding: 1rem 2rem 1rem 0;
	cursor: pointer;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.94rem;
	font-weight: 900;
	line-height: 1.25;
	list-style: none;
}

.animalart-customer-reference .animalart-faq-item summary::-webkit-details-marker {
	display: none;
}

.animalart-customer-reference .animalart-faq-item summary::after {
	content: '+';
	position: absolute;
	top: 0.8rem;
	right: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 1.3rem;
	font-weight: 900;
}

.animalart-customer-reference .animalart-faq-item[open] summary::after {
	content: '−';
}

.animalart-customer-reference .animalart-faq-item__answer {
	padding: 0 0 1.1rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

.animalart-customer-reference .animalart-faq-item__answer p {
	margin: 0 0 0.75rem;
}

.animalart-customer-reference .animalart-faq-item__answer a {
	font-weight: 900;
	text-decoration: underline;
}

.animalart-customer-reference .animalart-case-form {
	display: grid;
	gap: 0.9rem;
}

.animalart-customer-reference .animalart-case-form__field {
	display: grid;
	gap: 0.35rem;
}

.animalart-customer-reference .animalart-case-form label,
.animalart-customer-reference .animalart-case-form small {
	font-size: 0.82rem;
	line-height: 1.35;
}

.animalart-customer-reference .animalart-case-form label {
	font-weight: 900;
}

.animalart-customer-reference .animalart-case-form input,
.animalart-customer-reference .animalart-case-form select,
.animalart-customer-reference .animalart-case-form textarea {
	width: 100%;
	min-height: 44px;
	padding: 0.72rem 0.8rem;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #fff;
	color: var(--animalart-ink, #171717);
	font: inherit;
}

.animalart-customer-reference .animalart-case-form textarea {
	min-height: 96px;
	resize: vertical;
}

.animalart-customer-reference .animalart-case-form input:focus-visible,
.animalart-customer-reference .animalart-case-form select:focus-visible,
.animalart-customer-reference .animalart-case-form textarea:focus-visible,
.animalart-customer-reference .animalart-faq-item summary:focus-visible {
	outline: 3px solid var(--animalart-yellow, #ffcd00);
	outline-offset: 2px;
}

.animalart-customer-reference .animalart-case-form .animalart-mapped-button {
	justify-self: start;
	min-width: 130px;
	border-radius: 0;
	background: var(--animalart-yellow, #ffcd00);
	color: var(--animalart-ink, #171717);
}

.animalart-customer-reference .animalart-case-panel__note {
	margin: 1.2rem 0 0;
	font-size: 0.78rem;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.animalart-customer-reference .animalart-customer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.animalart-customer-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-customer-reference .animalart-faq-panel,
	.animalart-customer-reference .animalart-case-panel {
		padding: 1.25rem;
		border-radius: 16px;
	}
}

/* ========================================================================
 * Paridade da página /combos-blackfriday/.
 * ======================================================================== */
.animalart-blackfriday-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-blackfriday-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-blackfriday-reference__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: start;
	min-height: 520px;
}

.animalart-blackfriday-reference__intro {
	padding-top: clamp(1rem, 4vw, 4rem);
}

.animalart-blackfriday-reference__eyebrow {
	margin: 0 0 0.5rem;
	color: var(--animalart-red, #e11b22);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.animalart-blackfriday-reference__intro h1 {
	margin: 0 0 0.85rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.65rem, 3.2vw, 3rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.animalart-blackfriday-reference__intro > p:last-child {
	max-width: 430px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.45;
}

.animalart-promo-gallery {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin-inline: auto;
}

.animalart-promo-gallery__viewport {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f5f5;
}

.animalart-promo-gallery__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.animalart-promo-gallery__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.animalart-promo-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.animalart-promo-gallery__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.animalart-promo-gallery__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 1px solid var(--animalart-ink, #171717);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.animalart-promo-gallery__dot.is-active,
.animalart-promo-gallery__dot:focus-visible {
	background: var(--animalart-ink, #171717);
}

.animalart-promo-gallery__dot:focus-visible {
	outline: 3px solid var(--animalart-yellow, #ffcd00);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.animalart-blackfriday-reference__layout {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		min-height: 0;
	}

	.animalart-blackfriday-reference__intro {
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.animalart-blackfriday-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-promo-gallery {
		max-width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.animalart-promo-gallery__slide {
		transition: none;
	}
}

/* ========================================================================
 * Paridade da página /combos-animalart/.
 * ======================================================================== */
.animalart-combos-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-combos-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-combos-reference__intro {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.animalart-combos-reference__eyebrow {
	margin: 0 0 0.7rem;
	color: var(--animalart-red, #e11b22);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.animalart-combos-reference__kicker {
	margin: 0 0 0.7rem;
	font-size: clamp(0.98rem, 1.5vw, 1.25rem);
	font-weight: 900;
}

.animalart-combos-reference__intro h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.65rem, 3.2vw, 3rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.animalart-combos-reference__content {
	min-height: 320px;
	margin-top: clamp(3rem, 8vw, 7rem);
}

.animalart-combos-reference__empty-note {
	margin: 0;
	color: transparent;
	font-size: 0;
	user-select: none;
}

@media (max-width: 600px) {
	.animalart-combos-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-combos-reference__content {
		min-height: 220px;
	}
}

/* ========================================================================
 * Shell legal compartilhado para políticas Animalart.
 * ======================================================================== */
.animalart-legal-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-legal-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-legal-reference__intro {
	max-width: none;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
	text-align: left;
}

.animalart-legal-reference__intro .animalart-mapped-page__eyebrow {
	display: none;
}

.animalart-legal-reference__intro h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.55rem, 3vw, 2.7rem);
	font-weight: 900;
	line-height: 1.06;
	text-transform: uppercase;
}

.animalart-legal-reference .animalart-legal-content {
	max-width: none;
	margin: 0;
	color: var(--animalart-ink, #171717);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	line-height: 1.58;
}

.animalart-legal-reference .animalart-legal-content h2,
.animalart-legal-reference .animalart-legal-content h3 {
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-weight: 900;
	line-height: 1.12;
	text-transform: uppercase;
}

.animalart-legal-reference .animalart-legal-content h2 {
	margin: 0 0 1.2rem;
	font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.animalart-legal-reference .animalart-legal-content h2:not(:first-child) {
	margin-top: 2.4rem;
}

.animalart-legal-reference .animalart-legal-content h3 {
	margin: 2rem 0 0.7rem;
	font-size: clamp(0.94rem, 1.25vw, 1.08rem);
}

.animalart-legal-reference .animalart-legal-content p {
	max-width: 1050px;
	margin: 0 0 1.15rem;
}

.animalart-legal-reference .animalart-legal-content a {
	color: inherit;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.animalart-legal-reference .animalart-legal-content strong {
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-weight: 900;
}

@media (max-width: 600px) {
	.animalart-legal-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-legal-reference .animalart-legal-content {
		font-size: 0.94rem;
		line-height: 1.52;
	}
}

/* ========================================================================
 * Paridade da página /altura-correta/.
 * ======================================================================== */
.animalart-height-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-height-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-height-reference__intro {
	max-width: none;
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
	text-align: left;
}

.animalart-height-reference__intro .animalart-mapped-page__eyebrow {
	display: none;
}

.animalart-height-reference__intro h1 {
	margin: 0;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.55rem, 3.2vw, 2.85rem);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.animalart-height-reference__benefit-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.animalart-height-reference .animalart-mapped-feature-intro {
	margin: 0;
}

.animalart-height-reference .animalart-mapped-feature-intro h2 {
	margin: 0 0 1.25rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.15rem, 2vw, 1.8rem);
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
}

.animalart-height-reference .animalart-benefits-list {
	margin: 0;
	padding-left: 1.2rem;
}

.animalart-height-reference .animalart-benefits-list li {
	margin-bottom: 1rem;
	font-size: 0.98rem;
	line-height: 1.5;
}

.animalart-height-reference .animalart-benefits-list strong {
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-weight: 900;
}

.animalart-height-reference .animalart-height-comparison {
	margin: 0;
}

.animalart-height-reference .animalart-height-comparison img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.animalart-height-reference .animalart-height-comparison figcaption {
	display: flex;
	justify-content: space-around;
	gap: 1rem;
	margin-top: 0.55rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.animalart-height-reference .animalart-mapped-prose {
	max-width: 930px;
	margin: clamp(3.5rem, 7vw, 6rem) auto 0;
	text-align: center;
}

.animalart-height-reference .animalart-mapped-prose h2 {
	margin: 0 0 0.35rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1.06;
}

.animalart-height-reference .animalart-mapped-prose p {
	margin: 0 0 1.35rem;
	font-size: 1rem;
	line-height: 1.55;
}

.animalart-height-reference .animalart-mapped-prose blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.4rem;
	border-left: 4px solid var(--animalart-yellow, #ffcd00);
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.45;
	text-align: left;
}

.animalart-height-reference .animalart-specialist-card {
	max-width: 930px;
	margin: clamp(3rem, 6vw, 5rem) auto 0;
	padding-top: 2rem;
	border-top: 1px solid var(--animalart-line, #e5e5e5);
	text-align: center;
}

.animalart-height-reference .animalart-specialist-card h2 {
	margin: 0 0 0.6rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.1rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.animalart-height-reference .animalart-specialist-card > p {
	margin: 0 0 1rem;
	color: var(--animalart-red, #e11b22);
	font-weight: 900;
}

.animalart-height-reference .animalart-specialist-card blockquote {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.animalart-height-reference__benefit-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}
}

@media (max-width: 600px) {
	.animalart-height-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-height-reference .animalart-mapped-prose blockquote {
		padding: 0.8rem 1rem;
	}
}

/* ========================================================================
 * Paridade da página /quem-somos/.
 * ======================================================================== */
.animalart-about-reference {
	width: min(calc(100% - 2rem), 1190px);
	max-width: none;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
}

.animalart-about-reference > .animalart-mapped-page__breadcrumbs {
	display: none;
}

.animalart-about-reference__intro {
	max-width: 880px;
	margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
	text-align: center;
}

.animalart-about-reference__eyebrow {
	margin: 0 0 0.5rem;
	color: var(--animalart-red, #e11b22);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.animalart-about-reference__intro h1 {
	margin: 0 0 0.85rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(2rem, 5vw, 4.2rem);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.animalart-about-reference__lead {
	max-width: 820px;
	margin: 0 auto 1.25rem;
	font-size: clamp(1rem, 1.7vw, 1.35rem);
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
}

.animalart-about-reference__logo {
	display: block;
	width: min(150px, 42vw);
	height: auto;
	margin: 1rem auto 0;
}

.animalart-about-reference__pillars {
	margin: 0 auto clamp(3.5rem, 7vw, 6rem);
	text-align: center;
}

.animalart-about-reference__pillars h2 {
	margin: 0 0 1.35rem;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1rem, 1.7vw, 1.35rem);
	font-weight: 900;
	line-height: 1.25;
}

.animalart-about-reference__pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.animalart-about-reference__pillars-grid strong {
	padding-top: 0.8rem;
	border-top: 3px solid var(--animalart-yellow, #ffcd00);
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.85rem, 1.35vw, 1.15rem);
	font-weight: 900;
	line-height: 1.1;
}

.animalart-about-reference__ideas {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: center;
}

.animalart-about-reference__ideas-copy {
	min-width: 0;
}

.animalart-about-reference__statement {
	margin: 0 0 2.3rem;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.45;
}

.animalart-about-reference__ideas h2 {
	margin: 0 0 1.4rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.35rem, 2.5vw, 2.1rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.animalart-about-reference__ideas p:not(.animalart-about-reference__statement) {
	margin: 0 0 1.15rem;
	font-size: 0.98rem;
	line-height: 1.55;
}

.animalart-about-reference__ideas-media {
	margin: 0;
}

.animalart-about-reference__ideas-media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	object-fit: contain;
}

@media (max-width: 900px) {
	.animalart-about-reference__ideas {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.animalart-about-reference__ideas-media {
		max-width: 620px;
		margin-inline: auto;
	}
}

@media (max-width: 600px) {
	.animalart-about-reference {
		width: min(calc(100% - 1.5rem), 520px);
	}

	.animalart-about-reference__pillars-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ========================================================================
 * Paridade visual refinada com o <main> original de /quem-somos/.
 * Mantém os seletores anteriores como fallback e aplica a estrutura nova do
 * template sem afetar outras páginas mapeadas.
 * ======================================================================== */
.animalart-about-reference {
	width: min(calc(100% - 2rem), 1220px);
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

.animalart-about-reference__intro {
	max-width: none;
	margin: 0 auto clamp(2rem, 4vw, 3.25rem);
}

.animalart-about-reference__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.animalart-about-reference__section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.65rem, 2vw, 1.35rem);
	width: 100%;
	margin: 0 auto 1.2rem;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.125rem, 1.58vw, 1.25rem);
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
}

.animalart-about-reference__section-title b {
	flex: 1 1 auto;
	max-width: 280px;
	height: 1px;
	background: var(--animalart-line, #e5e5e5);
}

.animalart-about-reference__intro h1 {
	font-size: clamp(1.125rem, 1.58vw, 1.25rem);
	font-weight: 400;
	line-height: 1.15;
}

.animalart-about-reference__lead {
	max-width: 760px;
	margin: 0 auto 1.05rem;
	font-size: clamp(0.82rem, 1.2vw, 1rem);
	font-weight: 900;
	line-height: 1.35;
}

.animalart-about-reference__logo {
	width: min(12%, 105px);
	min-width: 76px;
	margin: 0.8rem auto 0;
}

.animalart-about-reference__pillars {
	margin: 0 auto clamp(2.25rem, 4vw, 3.5rem);
}

.animalart-about-reference__pillars h2 {
	margin: 0 0 1.2rem;
	font-size: clamp(0.84rem, 1.25vw, 1rem);
	line-height: 1.35;
}

.animalart-about-reference__pillars-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.1rem;
}

.animalart-about-reference__pillars-grid strong {
	padding-top: 0;
	border-top: 0;
	font-size: clamp(0.82rem, 1.3vw, 1.05rem);
	font-weight: 900;
	line-height: 1.2;
}

.animalart-about-reference > .animalart-about-reference__statement {
	max-width: 940px;
	margin: 0 auto clamp(2rem, 4vw, 3.4rem);
	font-size: clamp(0.85rem, 1.25vw, 1rem);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.animalart-about-reference__ideas {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	grid-template-rows: auto 1fr;
	gap: 0 clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.animalart-about-reference__ideas-title {
	grid-column: 1 / -1;
	font-size: clamp(1rem, 1.42vw, 1.125rem);
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.animalart-about-reference__ideas-copy {
	padding-top: 0;
}

.animalart-about-reference__ideas-copy > p {
	margin: 0 0 1.15rem;
	font-size: clamp(0.84rem, 1.15vw, 0.98rem);
	line-height: 1.5;
}

.animalart-about-reference__ideas-media {
	align-self: start;
	margin: 0;
}

.animalart-about-reference__ideas-media img {
	width: 100%;
	max-height: none;
	object-fit: contain;
}

@media (max-width: 900px) {
	.animalart-about-reference__ideas {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		gap: 0;
	}

	.animalart-about-reference__ideas-title {
		margin-bottom: 1.5rem;
	}

	.animalart-about-reference__ideas-copy {
		margin-bottom: 1.25rem;
	}

	.animalart-about-reference__ideas-media {
		max-width: 716px;
		margin-inline: auto;
	}
}

@media (max-width: 600px) {
	.animalart-about-reference {
		width: min(calc(100% - 1.5rem), 520px);
		padding-top: 1rem;
	}

	.animalart-about-reference__section-title {
		gap: 0.55rem;
		font-size: 1.1rem;
	}

	.animalart-about-reference__ideas-title {
		font-size: 1rem;
	}

	.animalart-about-reference__section-title b {
		max-width: 48px;
	}

	.animalart-about-reference__desktop-break {
		display: none;
	}

	.animalart-about-reference__lead {
		font-size: 0.82rem;
	}

	.animalart-about-reference__logo {
		width: 96px;
		min-width: 96px;
	}

	.animalart-about-reference__pillars-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.75rem;
	}

	.animalart-about-reference__pillars-grid strong {
		font-size: 0.8rem;
	}

	.animalart-about-reference > .animalart-about-reference__statement {
		font-size: 0.84rem;
	}
}


/* A regra legada `.animalart-about-reference__ideas h2` tem a mesma
 * especificidade de alguns títulos do módulo; este seletor explícito mantém
 * NOSSAS IDEAS na escala original sem usar !important. */
.animalart-about-reference__ideas h2.animalart-about-reference__ideas-title {
	font-size: clamp(1rem, 1.42vw, 1.125rem);
	font-weight: 400;
}

@media (max-width: 600px) {
	.animalart-about-reference__ideas h2.animalart-about-reference__ideas-title {
		font-size: 1rem;
	}
}


/* ========================================================================
 * Composição editorial completa da página /altura-correta/.
 * Mantém o canvas Animalart e reproduz a relação 4/8 da referência sem
 * depender do markup legado do Flatsome.
 * ======================================================================== */
.animalart-height-reference__editorial {
	display: grid;
	grid-template-columns: minmax(0, 0.67fr) minmax(0, 1.33fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
	margin-top: clamp(3rem, 6vw, 5rem);
}

.animalart-height-reference__editorial-media {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	min-width: 0;
}

.animalart-height-reference__editorial-media figure {
	position: relative;
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	background: #f4f4f4;
}

.animalart-height-reference__editorial-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.animalart-height-reference__editorial-copy {
	min-width: 0;
	text-align: left;
}

.animalart-height-reference__editorial-copy h2 {
	margin: 0 0 0.7rem;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.5rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1.06;
}

.animalart-height-reference__editorial-copy p {
	margin: 0 0 1.35rem;
	font-size: 1rem;
	line-height: 1.55;
}

.animalart-height-reference__editorial-copy blockquote {
	margin: 1.5rem 0;
	padding: 0 0 0 1.25rem;
	border-left: 4px solid var(--animalart-yellow, #ffcd00);
	font-size: 1.05rem;
	font-style: italic;
	line-height: 1.45;
}

.animalart-height-reference__inline-media {
	width: 73%;
	margin: 1.8rem 0 0;
}

.animalart-height-reference__inline-media img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.animalart-height-reference__editorial {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.animalart-height-reference__editorial-media {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 680px;
		margin-inline: auto;
	}

	.animalart-height-reference__inline-media {
		width: 100%;
		max-width: 680px;
	}
}

@media (max-width: 600px) {
	.animalart-height-reference__editorial-media {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	.animalart-height-reference__editorial-copy h2 {
		font-size: 1.55rem;
	}

	.animalart-height-reference__editorial-copy p {
		font-size: 0.96rem;
	}

	.animalart-height-reference__editorial-copy blockquote {
		padding-left: 1rem;
		font-size: 0.98rem;
	}
}


/* ========================================================================
 * Ajuste de fidelidade ao <main> enviado para /altura-correta/.
 * O layout legado usava divisor, duas colunas 6/6, labels sobre o banner e
 * uma chamada central em duas linhas; os seletores permanecem isolados.
 * ======================================================================== */
.animalart-height-reference__intro {
	margin-bottom: 1.875rem;
}

.animalart-height-reference__divider {
	width: min(150px, 100%);
	height: 3px;
	margin: 0 0 1.875rem;
	background: var(--animalart-yellow, #ffcd00);
}

.animalart-height-reference__intro h1 {
	font-size: clamp(1.35rem, 2.55vw, 2.15rem);
	line-height: 1.12;
}

.animalart-height-reference__benefit-grid {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.75rem, 4vw, 3.25rem);
	align-items: start;
}

.animalart-height-reference .animalart-mapped-feature-intro h2 {
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	font-weight: 400;
	line-height: 1.25;
}

.animalart-height-reference .animalart-benefits-list {
	list-style: none;
	padding-left: 0;
}

.animalart-height-reference .animalart-benefits-list li {
	position: relative;
	margin-bottom: 0.65rem;
	padding-left: 1.05rem;
	font-size: 0.98rem;
	line-height: 1.5;
}

.animalart-height-reference .animalart-benefits-list li::before {
	position: absolute;
	left: 0;
	content: '\2013';
}

.animalart-height-reference .animalart-height-comparison {
	width: 100%;
}

.animalart-height-reference .animalart-height-comparison__canvas {
	position: relative;
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.animalart-height-reference .animalart-height-comparison__canvas > img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.animalart-height-reference .animalart-height-comparison figcaption {
	position: absolute;
	inset: 0;
	display: block;
	margin: 0;
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(0.78rem, 1.3vw, 1rem);
	font-weight: 400;
	text-transform: uppercase;
	pointer-events: none;
}

.animalart-height-reference .animalart-height-comparison__label {
	position: absolute;
	color: #000;
	line-height: 1.1;
}

.animalart-height-reference .animalart-height-comparison__label--wrong {
	right: 4%;
	bottom: 8%;
}

.animalart-height-reference .animalart-height-comparison__label--correct {
	top: 8%;
	left: 4%;
}

.animalart-height-reference__editorial-heading {
	margin: 1.875rem 0 1.875rem;
	text-align: center;
}

.animalart-height-reference__editorial-heading h2 {
	max-width: 1000px;
	margin: 0 auto;
	font-family: var(--animalart-font-display, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 900;
	line-height: 1.2;
}

.animalart-height-reference__editorial-heading span {
	display: inline;
}

.animalart-height-reference__editorial {
	margin-top: 0;
}

.animalart-height-reference .animalart-specialist-card {
	max-width: none;
	margin: 1.875rem 0 0;
	padding-top: 0;
	border-top: 0;
	text-align: left;
	font-size: 0.75rem;
}

.animalart-height-reference .animalart-specialist-card h2 {
	font-family: var(--animalart-font-body, 'Brandon Grotesque', Arial, sans-serif);
	font-size: clamp(1.15rem, 1.9vw, 1.45rem);
	font-weight: 900;
}

.animalart-height-reference .animalart-specialist-card > p {
	font-size: 0.95rem;
}

.animalart-height-reference .animalart-specialist-card blockquote {
	font-size: 0.75rem;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.animalart-height-reference__benefit-grid {
		grid-template-columns: 1fr;
	}

	.animalart-height-reference .animalart-height-comparison {
		max-width: 680px;
		margin-inline: auto;
	}
}

@media (max-width: 600px) {
	.animalart-height-reference__intro h1 {
		font-size: 1.35rem;
	}

	.animalart-height-reference__editorial-heading {
		margin-block: 1.5rem;
	}

	.animalart-height-reference__editorial-heading h2 {
		font-size: 1.12rem;
	}

	.animalart-height-reference__editorial-break {
		display: block;
	}

	.animalart-height-reference .animalart-height-comparison__label {
		font-size: 0.72rem;
	}

	.animalart-height-reference .animalart-specialist-card blockquote {
		font-size: 0.8rem;
	}
}


/* ========================================================================
 * Heroes fotográficas: contraste e acabamento global Animalart.
 * A Hero de Acessórios possui fotografia escura e texto sobreposto; a Home
 * utiliza o mesmo princípio de container arredondado, mas sem texto overlay.
 * ======================================================================== */
.animalart-accessories-reference__hero {
	border-radius: 60px;
}

.animalart-accessories-reference__hero-content,
.animalart-accessories-reference__hero-content h1,
.animalart-accessories-reference__hero-content .animalart-mapped-page__eyebrow,
.animalart-accessories-reference__hero-content .animalart-accessories-reference__hero-note {
	color: #fff !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
}

.animalart-accessories-reference__hero-content .animalart-mapped-page__jump-links a {
	color: var(--animalart-ink, #171717) !important;
	text-shadow: none;
}

.animalart-home-original__hero-art {
	border-radius: 60px;
}
