/* ==========================================================================
   AEON BY JULIA BARON — Design System
   ========================================================================== */

:root {
	/* Cores */
	--aeon-primary: #00205f;
	--aeon-deep-blue: #00338D;
	--aeon-gold: #C5A059;
	--aeon-ivory: #F9F7F2;
	--aeon-slate: #4A4A4A;
	--aeon-on-surface: #1a1b21;
	--aeon-on-surface-variant: #444652;
	--aeon-outline: #747683;
	--aeon-outline-variant: #c4c6d4;
	--aeon-surface: #faf8ff;
	--aeon-surface-low: #f4f3fb;
	--aeon-white: #ffffff;

	/* Tipografia */
	--aeon-font-display: 'Cormorant Garamond', Georgia, serif;
	--aeon-font-body: 'Jost', -apple-system, sans-serif;

	/* Layout */
	--aeon-container: 1400px;
	--aeon-margin: 64px;
	--aeon-gutter: 24px;
}

@media (max-width: 768px) {
	:root { --aeon-margin: 20px; }
}

/* Reset sobre o Storefront ------------------------------------------------ */
/* !important vence o CSS inline do customizer do Storefront. */
body,
#page {
	background: var(--aeon-ivory) !important;
	color: var(--aeon-on-surface);
	font-family: var(--aeon-font-body);
	font-size: 16px;
	line-height: 24px;
	overflow-x: hidden;
}

.site, .site-content, .col-full {
	background: transparent;
}

/* Home e Sobre Nós: largura total (sem o container .col-full do Storefront),
   sem sidebar e sem breadcrumb — as seções AEON controlam o próprio layout. */
.home .site-content > .col-full,
.page-template-template-sobre .site-content > .col-full,
.page-template-template-marca .site-content > .col-full,
.page-template-template-contato .site-content > .col-full,
.post-type-archive-product .site-content > .col-full,
.tax-product_cat .site-content > .col-full,
.blog .site-content > .col-full,
.single-post .site-content > .col-full,
.single-product .site-content > .col-full {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.home .content-area,
.page-template-template-sobre .content-area,
.page-template-template-marca .content-area,
.page-template-template-contato .content-area,
.post-type-archive-product .content-area,
.tax-product_cat .content-area,
.blog .content-area,
.single-post .content-area,
.single-product .content-area {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.home .site-main,
.page-template-template-sobre .site-main,
.page-template-template-marca .site-main,
.page-template-template-contato .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.blog .site-main,
.single-post .site-main,
.single-product .site-main {
	margin: 0;
	padding: 0 !important;
}
.home #secondary,
.page-template-template-sobre #secondary,
.page-template-template-marca #secondary,
.page-template-template-contato #secondary,
.post-type-archive-product #secondary,
.tax-product_cat #secondary,
.blog #secondary,
.single-post #secondary,
.single-product #secondary,
.single-product .storefront-sticky-add-to-cart {
	display: none;
}

/* O design AEON não usa breadcrumb em nenhuma página */
.woocommerce-breadcrumb,
.storefront-breadcrumb {
	display: none !important;
}

/* Barra mobile do Storefront/WooCommerce no rodapé */
.storefront-handheld-footer-bar { display: none !important; }
body.woocommerce-active { margin-bottom: 0 !important; }

/* Cormorant é mais leve e de olho menor: peso 500 mantém presença. */
h1, h2, h3, h4, h5 {
	font-family: var(--aeon-font-display);
	font-weight: 500;
	color: var(--aeon-primary);
}

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
	vertical-align: middle;
}

/* Utilitários ------------------------------------------------------------- */
.aeon-container {
	max-width: var(--aeon-container);
	margin: 0 auto;
	padding-left: var(--aeon-margin);
	padding-right: var(--aeon-margin);
}

.aeon-label {
	font-family: var(--aeon-font-body);
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--aeon-gold);
}

.aeon-btn {
	display: inline-block;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 40px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: all .3s ease;
	text-decoration: none;
}

.aeon-btn--primary {
	background: var(--aeon-deep-blue);
	color: #fff;
}
.aeon-btn--primary:hover {
	background: var(--aeon-primary);
	color: #fff;
	box-shadow: 0 20px 40px rgba(0, 32, 95, .2);
	transform: translateY(-2px);
}

.aeon-btn--gold-outline {
	background: transparent;
	border: 1px solid var(--aeon-gold);
	color: var(--aeon-gold);
}
.aeon-btn--gold-outline:hover {
	background: var(--aeon-gold);
	color: #fff;
}

/* O Storefront tem regras globais de button:hover/a:hover que escurecem o
   texto — força branco no hover de TODOS os botões sólidos AEON */
.aeon-btn--primary:hover,
.aeon-btn--gold-outline:hover,
.aeon-form__submit:hover,
.aeon-cart__checkout:hover,
.aeon-pinfo__cart:hover,
.aeon-pbar__cart:hover,
.aeon-footer__newsletter button:hover,
.aeon-collection-card__shop:hover,
.aeon-slider-prev:hover,
.aeon-slider-next:hover,
.aeon-pgallery__prev:hover,
.aeon-pgallery__next:hover,
.aeon-article__back:hover {
	color: #fff !important;
}
/* Botão do newsletter do rodapé vira fundo branco no hover → texto azul */
.aeon-footer__newsletter button:hover { color: var(--aeon-primary) !important; }

.aeon-divider {
	width: 80px;
	height: 2px;
	background: var(--aeon-gold);
	margin: 24px auto 0;
}

/* Header ------------------------------------------------------------------ */
/* O nav AEON é renderizado DENTRO do .site-header do Storefront — apenas
   zeramos o estilo do container (o Storefront injeta background inline). */
.site-header {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	min-height: 0;
}

/* Wrapper fixo: topbar + nav */
.aeon-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

.aeon-topbar {
	background: var(--aeon-deep-blue);
	color: #fff;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all .4s ease;
	overflow: hidden;
}
.aeon-header.is-scrolled .aeon-topbar {
	padding: 0;
	max-height: 0;
}

.aeon-nav {
	position: relative;
	width: 100%;
	background: rgba(250, 248, 255, .9);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(196, 198, 212, .3);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	transition: all .5s ease;
}

.aeon-nav__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 108px;
	max-width: var(--aeon-container);
	margin: 0 auto;
	padding: 0 var(--aeon-margin);
	transition: height .5s ease;
}

.aeon-header.is-scrolled .aeon-nav__inner { height: 80px; }
.aeon-header.is-scrolled .aeon-nav { box-shadow: 0 10px 30px rgba(0,0,0,.08); }

.aeon-nav__logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.aeon-nav__logo img {
	height: 80px;
	width: auto;
	display: block;
	transition: height .4s ease;
}
.aeon-header.is-scrolled .aeon-nav__logo img { height: 58px; }
.aeon-mmenu__bar .aeon-nav__logo img { height: 38px; }

.aeon-nav__menu {
	display: flex;
	align-items: center;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aeon-nav__menu a {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--aeon-on-surface-variant);
	text-decoration: none;
	transition: color .3s ease;
}
.aeon-nav__menu a:hover { color: var(--aeon-gold); }

.aeon-nav__cta {
	padding: 12px 24px;
}

.aeon-nav__toggle {
	display: none;
	background: none;
	border: 0;
	color: var(--aeon-primary);
	cursor: pointer;
	padding: 8px;
}

@media (max-width: 900px) {
	.aeon-nav__menu { display: none; } /* desktop menu → substituído pelo drawer */
	.aeon-nav__toggle { display: block; }
	.aeon-nav__cta { display: none; }

	/* hamburguer à esquerda, logo centralizada */
	.aeon-nav__inner {
		display: grid;
		grid-template-columns: 44px 1fr 44px;
		align-items: center;
		height: 76px;
	}
	.aeon-header.is-scrolled .aeon-nav__inner { height: 64px; }
	.aeon-nav__logo { justify-content: center; }
	.aeon-nav__logo img { height: 40px; }
}

/* Busca expansível ---------------------------------------------------------- */
.aeon-nav__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}
.aeon-nav__search-toggle {
	background: none;
	border: 0;
	padding: 8px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
	transition: color .2s ease;
}
.aeon-nav__search-toggle:hover { color: var(--aeon-gold); }

.aeon-search {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	border-bottom: 0 solid rgba(196, 198, 212, .3);
}
.aeon-search.is-open {
	max-height: 160px;
	border-bottom-width: 1px;
}

.aeon-search__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.aeon-search__form {
	flex: 1;
	display: block;
	border: 1px solid var(--aeon-on-surface);
	padding: 8px 16px;
	position: relative;
	margin: 0; /* Storefront aplica margin-bottom em form */
}
.aeon-search__form input[type="search"] {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 8px 44px 8px 0; /* espaço à direita para a lupa */
	font-family: var(--aeon-font-body);
	font-size: 16px;
	color: var(--aeon-on-surface);
	box-shadow: none;
	outline: none;
}
.aeon-search__form input[type="search"]::placeholder {
	color: var(--aeon-outline);
	opacity: 1;
}
.aeon-search__submit {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	padding: 4px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
}
.aeon-search__submit:hover { color: var(--aeon-gold); }
.aeon-search__close {
	background: none;
	border: 0;
	padding: 8px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center; /* centralizado na altura da caixa do input */
	transition: color .2s ease;
}
.aeon-search__close:hover { color: var(--aeon-gold); }

@media (max-width: 900px) {
	.aeon-nav__actions { display: none; } /* no mobile a busca fica no drawer */
	.aeon-search__inner { padding-top: 16px; padding-bottom: 16px; }
}

/* Mega menu (desktop) ----------------------------------------------------- */
.aeon-nav__item--mega { position: static; }

.aeon-mega {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid rgba(196, 198, 212, .3);
	box-shadow: 0 30px 40px rgba(0, 0, 0, .08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .3s ease, transform .3s ease, visibility .3s;
	z-index: 40;
}
.aeon-nav__item--mega:hover .aeon-mega,
.aeon-nav__item--mega:focus-within .aeon-mega {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.aeon-nav__item--mega > a { position: relative; }
.aeon-nav__item--mega:hover > a { color: var(--aeon-gold); }

.aeon-mega__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--aeon-gutter);
	padding-top: 40px;
	padding-bottom: 48px;
}

.aeon-mega__title {
	display: block;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	margin-bottom: 20px;
}

.aeon-mega__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aeon-mega__col li { margin-bottom: 12px; }
.aeon-mega__col a {
	font-size: 15px;
	color: var(--aeon-slate);
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	transition: color .2s ease;
}
.aeon-mega__col a:hover { color: var(--aeon-gold); }

/* Mega dropdown de produtos (Best Sellers) */
.aeon-mega__products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--aeon-gutter);
	padding-top: 40px;
	padding-bottom: 48px;
}
.aeon-mega__product {
	display: block;
	text-align: center;
	text-decoration: none;
}
.aeon-mega__product-img {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	max-height: 220px;
	margin: 0 auto 16px;
	overflow: hidden;
}
.aeon-mega__product-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .4s ease;
}
.aeon-mega__product:hover .aeon-mega__product-img img { transform: scale(1.05); }
.aeon-mega__product-name {
	display: block;
	font-family: var(--aeon-font-body);
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--aeon-on-surface);
	transition: color .2s ease;
}
.aeon-mega__product:hover .aeon-mega__product-name { color: var(--aeon-gold); }

/* Best Sellers ------------------------------------------------------------ */
.aeon-bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--aeon-gutter);
}
.aeon-bestseller {
	text-align: center;
	text-decoration: none;
	display: block;
}
.aeon-bestseller__img {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	overflow: hidden;
}
.aeon-bestseller__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .5s ease;
}
.aeon-bestseller:hover .aeon-bestseller__img img { transform: scale(1.06); }
.aeon-bestseller h3 {
	font-family: var(--aeon-font-body);
	font-size: 16px;
	font-weight: 500;
	color: var(--aeon-on-surface);
	margin: 0;
	transition: color .2s ease;
}
.aeon-bestseller:hover h3 { color: var(--aeon-gold); }

@media (max-width: 900px) {
	.aeon-bestsellers__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
}

/* Menu mobile (drawer com painéis aninhados) ------------------------------- */
.aeon-mmenu {
	position: fixed;
	inset: 0;
	z-index: 100;
	background: #fff;
	transform: translateX(-100%);
	transition: transform .4s ease;
	display: flex;
	flex-direction: column;
}
body.aeon-mmenu-open .aeon-mmenu { transform: translateX(0); }
body.aeon-mmenu-open { overflow: hidden; }

.aeon-mmenu__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
	padding: 0 var(--aeon-margin);
	border-bottom: 1px solid rgba(196, 198, 212, .3);
	flex-shrink: 0;
}
.aeon-mmenu__close,
.aeon-mmenu__search {
	background: none;
	border: 0;
	padding: 8px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
	text-decoration: none;
}

.aeon-mmenu__panels {
	position: relative;
	flex: 1;
	overflow: hidden;
}

.aeon-mpanel {
	position: absolute;
	inset: 0;
	background: #fff;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform .35s ease;
	visibility: hidden;
}
.aeon-mpanel.is-active {
	transform: translateX(0);
	visibility: visible;
}
.aeon-mpanel.is-parked {
	transform: translateX(-30%);
	visibility: hidden;
}

.aeon-mpanel ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.aeon-mpanel li a,
.aeon-mpanel li button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px var(--aeon-margin);
	background: none;
	border: 0;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
.aeon-mpanel li a:active,
.aeon-mpanel li button:active { color: var(--aeon-gold); }
.aeon-mpanel li .material-symbols-outlined { color: var(--aeon-outline); font-size: 20px; }

/* Nível 3: itens em caixa baixa, mais leves */
.aeon-mpanel[data-panel="categoria"] li a,
.aeon-mpanel[data-panel="linha"] li a,
.aeon-mpanel[data-panel="preocupacao"] li a,
.aeon-mpanel[data-panel="ingrediente"] li a {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 16px;
	padding: 14px var(--aeon-margin);
}

.aeon-mpanel__back {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 16px var(--aeon-margin);
	background: var(--aeon-surface-low);
	border: 0;
	border-bottom: 1px solid rgba(196, 198, 212, .3);
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-primary);
	cursor: pointer;
	text-align: left;
}
.aeon-mpanel__back .material-symbols-outlined { font-size: 20px; }

@media (min-width: 901px) {
	.aeon-mmenu { display: none; }
}

/* Compensa o header fixo (topbar ~38px + nav 80px) */
.aeon-page-offset { padding-top: 154px; }
@media (max-width: 900px) {
	.aeon-page-offset { padding-top: 112px; }
}

/* Admin bar do WP: desloca o header fixo para não ficar coberto */
body.admin-bar .aeon-header { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .aeon-header { top: 46px; }
}
body.admin-bar.aeon-adminbar-hidden #wpadminbar { display: none; }
body.admin-bar.aeon-adminbar-hidden .aeon-header { top: 0; }
html.aeon-adminbar-hidden-html { margin-top: 0 !important; }

/* Ícone do carrinho no header ---------------------------------------------- */
.aeon-cart-toggle {
	position: relative;
	background: none;
	border: 0;
	padding: 8px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
	transition: color .2s ease;
}
.aeon-cart-toggle:hover { color: var(--aeon-gold); }
.aeon-cart-count {
	position: absolute;
	top: 2px;
	right: 0;
	min-width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--aeon-gold);
	color: #fff;
	font-family: var(--aeon-font-body);
	font-size: 10px;
	font-weight: 700;
	border-radius: 50%;
	padding: 0 4px;
	transition: transform .2s ease;
}
.aeon-cart-count.is-hidden { display: none; }

/* Slide cart (drawer) -------------------------------------------------------- */
.aeon-cart-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 23, 75, .45);
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, visibility .4s;
	z-index: 99990; /* acima do header e de todo o site (admin bar do WP é 99999) */
}
body.aeon-cart-open .aeon-cart-overlay { opacity: 1; visibility: visible; }
body.aeon-cart-open { overflow: hidden; }

.aeon-cart {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 440px;
	max-width: 92vw;
	background: #fff;
	z-index: 99995;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
	box-shadow: -20px 0 60px rgba(0, 0, 0, .15);
}
body.aeon-cart-open .aeon-cart { transform: translateX(0); }

.aeon-cart__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px;
	border-bottom: 1px solid var(--aeon-outline-variant);
	flex-shrink: 0;
}
.aeon-cart__head h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	color: var(--aeon-on-surface);
}
.aeon-cart__head-count {
	font-family: var(--aeon-font-body);
	font-size: 14px;
	color: var(--aeon-gold);
	font-weight: 600;
}
.aeon-cart__close {
	background: none;
	border: 0;
	padding: 8px;
	color: var(--aeon-on-surface);
	cursor: pointer;
	display: flex;
	transition: transform .3s ease, color .2s ease;
}
.aeon-cart__close:hover { color: var(--aeon-gold); transform: rotate(90deg); }

.aeon-cart__body {
	flex: 1;
	overflow-y: auto;
	padding: 8px 28px;
}
.aeon-cart__loading {
	margin: 64px auto;
	width: 36px;
	height: 36px;
	border: 3px solid var(--aeon-outline-variant);
	border-top-color: var(--aeon-gold);
	border-radius: 50%;
	animation: aeon-spin .8s linear infinite;
}

/* Item */
.aeon-cart-item {
	position: relative;
	display: flex;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(196, 198, 212, .4);
	transition: opacity .25s ease;
}
.aeon-cart-item.is-updating { opacity: .4; pointer-events: none; }
.aeon-cart-item__img {
	flex-shrink: 0;
	width: 84px;
	height: 100px;
	background: #f5f3ef;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.aeon-cart-item__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.aeon-cart-item__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-right: 28px;
}
.aeon-cart-item__name {
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--aeon-on-surface) !important;
	text-decoration: none;
	line-height: 20px;
}
.aeon-cart-item__name:hover { color: var(--aeon-gold) !important; }
.aeon-cart-item__price { font-size: 13px; color: var(--aeon-slate); }
.aeon-cart-item__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}
.aeon-cart-item__qty {
	display: flex;
	align-items: center;
	border: 1px solid var(--aeon-outline-variant);
}
.aeon-cart-item__qty button {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	margin: 0;
	padding: 0; /* Storefront aplica padding em button */
	line-height: 1;
	font-size: 15px;
	color: var(--aeon-slate);
	cursor: pointer;
	transition: color .2s ease;
}
.aeon-cart-item__qty button:hover { color: var(--aeon-primary); }
.aeon-cart-item__qty span {
	min-width: 28px;
	text-align: center;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	color: var(--aeon-on-surface);
}
.aeon-cart-item__total {
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--aeon-on-surface);
}
.aeon-cart-item__remove {
	position: absolute;
	top: 20px;
	right: 0;
	width: auto;
	height: auto;
	background: none;
	border: 0;
	padding: 2px;
	color: var(--aeon-outline);
	cursor: pointer;
}
.aeon-cart-item__remove:hover { color: var(--aeon-error, #ba1a1a); }
.aeon-cart-item__remove .material-symbols-outlined { font-size: 18px; }

/* Vazio */
.aeon-cart__empty {
	text-align: center;
	padding: 72px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.aeon-cart__empty .material-symbols-outlined {
	font-size: 56px;
	color: var(--aeon-outline-variant);
}
.aeon-cart__empty p { color: var(--aeon-slate); margin: 0; }
.aeon-cart__empty .aeon-btn { padding: 14px 28px; }

/* Rodapé do drawer */
.aeon-cart__foot {
	flex-shrink: 0;
	padding: 20px 28px 28px;
	border-top: 1px solid var(--aeon-outline-variant);
	background: #fff;
}
.aeon-cart__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--aeon-font-body);
	font-size: 15px;
	color: var(--aeon-on-surface);
	margin-bottom: 4px;
}
.aeon-cart__subtotal strong { font-size: 18px; font-weight: 700; }
.aeon-cart__note {
	font-size: 12px;
	color: var(--aeon-outline);
	margin: 0 0 16px;
}
.aeon-cart__checkout {
	display: block;
	background: var(--aeon-primary);
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	padding: 17px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background .3s ease;
	margin-bottom: 12px;
}
.aeon-cart__checkout:hover { background: var(--aeon-deep-blue); }
.aeon-cart__view {
	display: block;
	text-align: center;
	font-family: var(--aeon-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-on-surface) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.aeon-cart__view:hover { color: var(--aeon-gold) !important; }

@media (max-width: 900px) {
	/* No mobile, mostra só o ícone do carrinho nas ações do nav */
	.aeon-nav__actions { display: flex; justify-content: flex-end; }
	.aeon-nav__search-toggle { display: none; }
}

/* Botão flutuante de WhatsApp ---------------------------------------------- */
.aeon-whats {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 95; /* acima da barra sticky de compra (90) */
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #25d366;
	color: #fff !important;
	border-radius: 50%;
	box-shadow: 0 6px 20px rgba(37, 211, 102, .45);
	transition: bottom .45s ease, transform .3s ease, box-shadow .3s ease;
	animation: aeon-whats-wiggle 6s ease-in-out infinite;
}
.aeon-whats:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 28px rgba(37, 211, 102, .6);
	color: #fff !important;
	animation-play-state: paused;
}
.aeon-whats svg { position: relative; z-index: 2; }

/* Anel pulsante */
.aeon-whats__pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #25d366;
	animation: aeon-whats-pulse 2.2s ease-out infinite;
	z-index: 1;
}

@keyframes aeon-whats-pulse {
	0%   { transform: scale(1); opacity: .55; }
	70%  { transform: scale(1.7); opacity: 0; }
	100% { transform: scale(1.7); opacity: 0; }
}

/* Balanço sutil do ícone de tempos em tempos */
@keyframes aeon-whats-wiggle {
	0%, 86%, 100% { transform: rotate(0); }
	88% { transform: rotate(-10deg); }
	90% { transform: rotate(8deg); }
	92% { transform: rotate(-6deg); }
	94% { transform: rotate(4deg); }
	96% { transform: rotate(0); }
}

/* Sobe quando a barra sticky de compra está visível */
.aeon-whats.is-raised { bottom: 104px !important; }

@media (max-width: 600px) {
	.aeon-whats { width: 50px; height: 50px; bottom: 16px; right: 16px; }
	.aeon-whats.is-raised { bottom: 96px !important; }
}

/* Botão dev: mostrar/ocultar admin bar (canto esquerdo p/ não conflitar com o WhatsApp) */
#aeon-adminbar-toggle {
	position: fixed;
	bottom: 16px;
	left: 16px;
	z-index: 99999;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(26, 27, 33, .55);
	color: rgba(249, 247, 242, .85);
	border: 1px solid rgba(197, 160, 89, .35);
	border-radius: 50%;
	cursor: pointer;
	opacity: .35;
	transition: opacity .3s ease, background .3s ease;
	padding: 0;
}
#aeon-adminbar-toggle:hover { opacity: 1; background: var(--aeon-primary); }
#aeon-adminbar-toggle .material-symbols-outlined { font-size: 18px; }

/* Hero -------------------------------------------------------------------- */
.aeon-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding-top: 80px;
	overflow: hidden;
}

.aeon-hero__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: var(--aeon-gutter);
	align-items: center;
	width: 100%;
}

.aeon-hero__content {
	grid-column: span 7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.aeon-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 16px;
}
.aeon-hero__eyebrow::before {
	content: '';
	height: 1px;
	width: 48px;
	background: var(--aeon-gold);
}

.aeon-hero__title {
	font-size: 64px;
	line-height: 1.125;
	letter-spacing: -0.02em;
	max-width: 42rem;
	margin: 0;
}
.aeon-hero__title em {
	font-style: italic;
	color: var(--aeon-gold);
}

.aeon-hero__text {
	font-size: 18px;
	line-height: 28px;
	color: var(--aeon-slate);
	max-width: 32rem;
}

.aeon-hero__actions {
	display: flex;
	gap: 24px;
	padding-top: 16px;
	flex-wrap: wrap;
}

.aeon-hero__media {
	grid-column: span 5;
	position: relative;
}

.aeon-hero__frame {
	aspect-ratio: 4 / 5;
	background: #fff;
	padding: 32px;
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
	position: relative;
	overflow: hidden;
}
.aeon-hero__frame img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aeon-hero__deco-square {
	position: absolute;
	bottom: -32px;
	left: -32px;
	width: 192px;
	height: 192px;
	border: 2px solid rgba(197, 160, 89, .2);
	z-index: -1;
}
.aeon-hero__deco-blur {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 256px;
	height: 256px;
	background: rgba(0, 32, 95, .05);
	border-radius: 50%;
	filter: blur(48px);
	z-index: -1;
}

@media (max-width: 1024px) {
	.aeon-hero__content, .aeon-hero__media { grid-column: span 12; }
	.aeon-hero__title { font-size: 40px; }
	.aeon-hero__media { margin-top: 48px; }
}

/* Hero Slider (Swiper) ---------------------------------------------------- */
.aeon-hero-slider {
	position: relative;
	padding-top: 154px; /* topbar + nav fixos */
}
body.admin-bar .aeon-hero-slider { padding-top: 154px; }

.aeon-swiper { width: 100%; }

.aeon-slide {
	min-height: min(640px, calc(100vh - 154px));
	display: flex;
	align-items: center;
	overflow: hidden;
}

.aeon-slide__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: var(--aeon-gutter);
	align-items: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 88px; /* espaço só para a timeline */
}

.aeon-slide__content {
	grid-column: span 6;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.aeon-slide__title {
	font-size: 64px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
	max-width: 40rem;
}
.aeon-slide__title em {
	font-style: italic;
	color: var(--aeon-gold);
}

.aeon-slide__subtitle {
	font-size: 18px;
	line-height: 28px;
	color: var(--aeon-slate);
	max-width: 30rem;
	margin: 0;
}

.aeon-slide__media {
	grid-column: 8 / span 5;
}
.aeon-slide__media img {
	width: 100%;
	max-height: 60vh;
	object-fit: contain;
	display: block;
}

/* Animação em cascata: cada elemento entra em sequência no slide ativo */
.aeon-slide__content > * {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .7s ease, transform .7s ease;
}
.aeon-slide__media {
	opacity: 0;
	transform: translateY(28px) scale(.97);
	transition: opacity .8s ease, transform .8s ease;
}
.swiper-slide-active .aeon-slide__content > *:nth-child(1) { opacity: 1; transform: none; transition-delay: .15s; }
.swiper-slide-active .aeon-slide__content > *:nth-child(2) { opacity: 1; transform: none; transition-delay: .3s; }
.swiper-slide-active .aeon-slide__content > *:nth-child(3) { opacity: 1; transform: none; transition-delay: .45s; }
.swiper-slide-active .aeon-slide__content > *:nth-child(4) { opacity: 1; transform: none; transition-delay: .6s; }
.swiper-slide-active .aeon-slide__media { opacity: 1; transform: none; transition-delay: .35s; }

/* Slide que sai: some rápido e sem delay, para não "arrastar" no crossfade */
.swiper-slide:not(.swiper-slide-active) .aeon-slide__content > *,
.swiper-slide:not(.swiper-slide-active) .aeon-slide__media {
	transition-delay: 0s;
	transition-duration: .25s;
}

/* Timeline / UI do slider */
.aeon-slider-ui {
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	z-index: 10;
	pointer-events: none;
}
.aeon-slider-ui__inner {
	display: flex;
	align-items: center;
	gap: 24px;
}
.aeon-slider-ui button { pointer-events: auto; }

.aeon-slider-fraction {
	font-family: var(--aeon-font-body);
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: var(--aeon-primary);
	white-space: nowrap;
}
.aeon-slider-fraction__current { color: var(--aeon-gold); }
.aeon-slider-fraction__sep { margin: 0 4px; opacity: .5; }

.aeon-slider-line {
	position: relative;
	width: 200px;
	max-width: 30vw;
	height: 1px;
	background: rgba(0, 32, 95, .2);
	overflow: hidden;
}
.aeon-slider-line__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--aeon-gold);
	transition: width .5s ease;
}

.aeon-slider-arrows { display: flex; gap: 8px; }
.aeon-slider-prev,
.aeon-slider-next {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid rgba(0, 32, 95, .25);
	border-radius: 50%;
	color: var(--aeon-primary);
	cursor: pointer;
	transition: all .3s ease;
	padding: 0;
}
.aeon-slider-prev:hover,
.aeon-slider-next:hover {
	background: var(--aeon-primary);
	color: #fff;
	border-color: var(--aeon-primary);
}

/* Responsivo do slider */
@media (max-width: 1024px) {
	.aeon-slide__content { grid-column: span 12; order: 2; }
	.aeon-slide__media { grid-column: 3 / span 8; order: 1; }
	.aeon-slide__title { font-size: 40px; }
	.aeon-slide__media img { max-height: 38vh; }
	.aeon-slide__grid { padding-bottom: 96px; }
}
@media (max-width: 600px) {
	.aeon-hero-slider { padding-top: 112px; }
	.aeon-slide { min-height: 0; }
	.aeon-slide__title { font-size: 30px; line-height: 1.2; }
	.aeon-slide__subtitle { font-size: 16px; line-height: 24px; }
	.aeon-slide__media { grid-column: span 12; }
	.aeon-slide__media img { max-height: 30vh; }
	.aeon-slider-ui { bottom: 24px; }
	.aeon-slider-ui__inner { gap: 16px; }
	.aeon-slider-line { width: 100px; }
	.aeon-slider-prev, .aeon-slider-next { width: 34px; height: 34px; }
}

/* Spotlight do produto único ------------------------------------------------ */
/* Paleta extraída da embalagem: navy profundo, dourado e travertino quente */
.aeon-spotlight {
	position: relative;
	background: linear-gradient(135deg, #d9ccb9 0%, #cbbba3 45%, #e4dccb 100%);
	padding: 112px 0;
	overflow: hidden;
}
.aeon-spotlight::before {
	content: '';
	position: absolute;
	top: -30%;
	right: -5%;
	width: 45%;
	height: 160%;
	background: rgba(255, 255, 255, .18);
	transform: skewX(-16deg);
	pointer-events: none;
}
.aeon-spotlight__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: center;
}
.aeon-spotlight__media { grid-column: span 6; }
.aeon-spotlight__frame {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.aeon-spotlight__frame img {
	max-width: 78%;
	max-height: 640px;
	object-fit: contain;
	filter: drop-shadow(0 40px 50px rgba(20, 25, 45, .35));
}

.aeon-spotlight__content { grid-column: span 6; max-width: 560px; }
.aeon-spotlight__content .aeon-label { color: #8a6d3b; }
.aeon-spotlight__content h2 {
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	color: #1a2947; /* navy da embalagem */
	margin: 12px 0 8px;
}
.aeon-spotlight__actives {
	font-family: var(--aeon-font-display);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #8a6d3b; /* dourado envelhecido */
	margin: 0 0 24px;
}
.aeon-spotlight__actives span { opacity: .5; margin: 0 6px; }
.aeon-spotlight__actives em {
	font-style: normal;
	font-family: var(--aeon-font-body);
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1a2947;
	margin-left: 12px;
	vertical-align: middle;
}
.aeon-spotlight__desc {
	font-size: 16px;
	line-height: 28px;
	color: #3d3a33;
	margin: 0 0 28px;
}
.aeon-spotlight__list {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
}
.aeon-spotlight__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #1a2947;
	margin-bottom: 12px;
	font-weight: 500;
}
.aeon-spotlight__list .material-symbols-outlined {
	font-size: 18px;
	color: #8a6d3b;
}
.aeon-spotlight__buy {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}
.aeon-spotlight__price {
	font-family: var(--aeon-font-body);
	font-size: 26px;
	font-weight: 600;
	color: #1a2947;
}
.aeon-spotlight__price del { opacity: .5; font-size: 18px; margin-right: 8px; }
.aeon-spotlight__buy .aeon-btn {
	background: #1a2947;
	box-shadow: 0 16px 30px rgba(20, 25, 45, .3);
}
.aeon-spotlight__buy .aeon-btn:hover { background: var(--aeon-primary); }

@media (max-width: 1024px) {
	.aeon-spotlight { padding: 64px 0; }
	.aeon-spotlight__grid { gap: 40px; }
	.aeon-spotlight__media, .aeon-spotlight__content { grid-column: span 12; }
	.aeon-spotlight__content { max-width: none; }
	.aeon-spotlight__frame img { max-height: 440px; }
	.aeon-spotlight__content h2 { font-size: 38px; }
	.aeon-spotlight__actives { font-size: 24px; }
}

/* Seções ------------------------------------------------------------------ */
.aeon-section { padding: 128px 0; }
.aeon-section--white { background: #fff; }
.aeon-section--ivory { background: var(--aeon-ivory); }
.aeon-section--surface { background: var(--aeon-surface-low); }

.aeon-section__head { text-align: center; margin-bottom: 96px; }
.aeon-section__title {
	font-size: 40px;
	line-height: 48px;
	margin: 16px 0 0;
}
@media (max-width: 768px) {
	.aeon-section { padding: 80px 0; }
	.aeon-section__title { font-size: 32px; line-height: 40px; }
}

/* Princípios (bento) ------------------------------------------------------ */
.aeon-principles__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.aeon-principles__head h2 { max-width: 36rem; }
.aeon-principles__head p { max-width: 24rem; color: var(--aeon-slate); }

.aeon-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.aeon-card {
	padding: 40px;
	background: var(--aeon-ivory);
	border: 1px solid rgba(196, 198, 212, .2);
	transition: all .5s ease;
}
.aeon-card:hover { border-color: rgba(197, 160, 89, .4); }
.aeon-card .material-symbols-outlined {
	font-size: 36px;
	color: var(--aeon-gold);
	margin-bottom: 24px;
	display: block;
}
.aeon-card h3 { font-size: 28px; line-height: 36px; margin: 0 0 16px; }
.aeon-card p { color: var(--aeon-on-surface-variant); margin: 0; }

.aeon-card--featured {
	background: var(--aeon-primary);
	transform: scale(1.05);
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
	z-index: 10;
	border: 0;
}
.aeon-card--featured .material-symbols-outlined,
.aeon-card--featured h3 { color: var(--aeon-ivory); }
.aeon-card--featured p { color: rgba(249, 247, 242, .8); }

@media (max-width: 900px) {
	.aeon-principles__grid { grid-template-columns: 1fr; }
	.aeon-card--featured { transform: none; }
}

/* Grid de produtos / tratamentos ------------------------------------------ */
.aeon-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
@media (max-width: 900px) {
	.aeon-products__grid { grid-template-columns: 1fr; }
}

.aeon-product-card {
	background: #fff;
	padding: 32px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	transition: box-shadow .5s ease;
}
.aeon-product-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,.1); }

.aeon-product-card__img {
	aspect-ratio: 1 / 1;
	margin-bottom: 32px;
	overflow: hidden;
	background: var(--aeon-ivory);
}
.aeon-product-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}
.aeon-product-card:hover .aeon-product-card__img img { transform: scale(1.1); }

.aeon-product-card h3 { font-size: 28px; line-height: 36px; margin: 0 0 8px; }
.aeon-product-card p { color: var(--aeon-slate); margin: 0 0 24px; }
.aeon-product-card .price { color: var(--aeon-primary); font-weight: 600; }

.aeon-link-gold {
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--aeon-gold);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: transform .3s ease;
}
.aeon-product-card:hover .aeon-link-gold,
.aeon-link-gold:hover { transform: translateX(8px); color: var(--aeon-gold); }

/* Cards da coleção (modelo editorial: título sobre a imagem em bloco claro,
   descrição, preço, botão cheio e link sublinhado) ------------------------- */
.aeon-collection-card {
	display: flex;
	flex-direction: column;
	text-align: center;
}

/* Quadrado claro com o título no topo; o produto "vaza" pela base do quadrado */
.aeon-collection-card__media {
	display: block;
	position: relative;
	background: #f5f3ef;
	aspect-ratio: 1 / 1;
	padding: 40px 24px;
	text-decoration: none;
	overflow: visible;
}
.aeon-collection-card__media h3 {
	font-size: 26px;
	line-height: 34px;
	margin: 0;
	color: var(--aeon-on-surface);
	transition: color .2s ease;
}
.aeon-collection-card__media:hover h3 { color: var(--aeon-gold); }
.aeon-collection-card__media img {
	position: absolute;
	left: 50%;
	bottom: -44px; /* sai um pouco para fora do quadrado */
	transform: translateX(-50%);
	height: 82%;
	width: auto;
	max-width: 78%;
	object-fit: contain;
	filter: drop-shadow(0 20px 25px rgba(0, 0, 0, .12));
	transition: transform .5s ease;
}
.aeon-collection-card__media:hover img { transform: translateX(-50%) scale(1.03); }

.aeon-collection-card__desc {
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-primary);
	margin: 68px auto 16px; /* espaço para a parte do produto que vaza */
	max-width: 30rem;
	min-height: 48px;
}

.aeon-collection-card__price {
	font-size: 16px;
	font-weight: 500;
	color: var(--aeon-on-surface);
	margin-bottom: 20px;
}
.aeon-collection-card__price .woocommerce-Price-amount { color: var(--aeon-on-surface); }

.aeon-collection-card__shop {
	display: block;
	background: var(--aeon-primary);
	color: #fff;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px;
	transition: background .3s ease;
}
.aeon-collection-card__shop:hover {
	background: var(--aeon-deep-blue);
	color: #fff;
}

.aeon-collection-card__more {
	display: inline-block;
	margin-top: 16px;
	font-family: var(--aeon-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color .2s ease;
}
.aeon-collection-card__more:hover { color: var(--aeon-gold); }

@media (max-width: 900px) {
	.aeon-collection-card__media img { bottom: -32px; }
	.aeon-collection-card__desc { min-height: 0; margin-top: 56px; }
}

/* Sobre / Julia Baron ----------------------------------------------------- */
.aeon-story__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: var(--aeon-gutter);
	align-items: center;
}
.aeon-story__media { grid-column: span 5; position: relative; }
.aeon-story__media img {
	width: 100%;
	display: block;
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
	position: relative;
	z-index: 1;
}
.aeon-story__media::after {
	content: '';
	position: absolute;
	inset: 40px -40px -40px 40px;
	border: 2px solid var(--aeon-gold);
	z-index: 0;
}
.aeon-story__content {
	grid-column: 7 / span 6;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.aeon-story__content h2 {
	font-size: 64px;
	line-height: 1.1;
	margin: 0;
}
.aeon-story__quote {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	color: var(--aeon-slate);
}
.aeon-story__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	padding-top: 24px;
}
.aeon-story__stats strong {
	display: block;
	font-family: var(--aeon-font-display);
	font-weight: 400;
	font-size: 28px;
	color: var(--aeon-primary);
}

@media (max-width: 1024px) {
	.aeon-story__media, .aeon-story__content { grid-column: span 12; }
	.aeon-story__content { margin-top: 64px; }
	.aeon-story__content h2 { font-size: 40px; }
}

/* Clínicas ---------------------------------------------------------------- */
.aeon-clinics__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	text-align: center;
}
.aeon-clinic__img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #fff;
	margin-bottom: 24px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	transition: box-shadow .3s ease;
}
.aeon-clinic:hover .aeon-clinic__img { box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.aeon-clinic__img img { width: 100%; height: 100%; object-fit: cover; }
.aeon-clinic h4 { font-size: 28px; margin: 0; }
.aeon-clinic .aeon-label { display: block; margin-top: 8px; }

@media (max-width: 900px) {
	.aeon-clinics__grid { grid-template-columns: 1fr; }
}

/* News (home) -------------------------------------------------------------- */
.aeon-news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.aeon-news-card {
	display: block;
	background: #fff;
	text-decoration: none;
	transition: box-shadow .4s ease, transform .4s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.aeon-news-card:hover {
	box-shadow: 0 20px 40px rgba(0,0,0,.1);
	transform: translateY(-4px);
}
.aeon-news-card__img {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.aeon-news-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.aeon-news-card:hover .aeon-news-card__img img { transform: scale(1.06); }
.aeon-news-card__date {
	display: block;
	padding: 24px 28px 0;
	font-family: var(--aeon-font-body);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--aeon-gold);
	font-weight: 600;
}
.aeon-news-card h3 {
	padding: 10px 28px 0;
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	color: var(--aeon-primary);
	transition: color .2s ease;
}
.aeon-news-card:hover h3 { color: var(--aeon-gold); }
.aeon-news-card p {
	padding: 12px 28px 0;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-slate);
}
.aeon-news-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 20px 28px 28px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
}
.aeon-news-card__more .material-symbols-outlined { font-size: 18px; transition: transform .3s ease; }
.aeon-news-card:hover .aeon-news-card__more .material-symbols-outlined { transform: translateX(6px); }

@media (max-width: 900px) {
	.aeon-news__grid { grid-template-columns: 1fr; }
}

/* Página Nossa Marca -------------------------------------------------------- */
.aeon-brand-lead {
	font-size: 17px;
	line-height: 28px;
	color: var(--aeon-on-surface);
	border-left: 3px solid var(--aeon-gold);
	padding-left: 20px;
	margin: 24px 0 !important;
}
.aeon-brand-lead em {
	font-style: normal;
	color: var(--aeon-deep-blue);
	font-weight: 600;
}

.aeon-brand-hero {
	background: linear-gradient(120deg, #e8edfb 0%, #f6f4ef 60%, #fdfcfa 100%);
	border-bottom: 1px solid rgba(196, 198, 212, .3);
}
.aeon-brand-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding-top: 48px;
	padding-bottom: 48px;
	flex-wrap: wrap;
}
.aeon-brand-hero__badge {
	display: flex;
	align-items: center;
	gap: 20px;
	border: 2px solid var(--aeon-primary);
	background: #fff;
	padding: 20px 28px;
}
.aeon-brand-hero__num {
	font-family: var(--aeon-font-display);
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	color: var(--aeon-deep-blue);
}
.aeon-brand-hero__badge strong {
	display: block;
	font-family: var(--aeon-font-body);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--aeon-primary);
}
.aeon-brand-hero__badge span:not(.aeon-brand-hero__num) {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-slate);
}
.aeon-brand-hero h1 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
}

.aeon-brand-origin {
	background: var(--aeon-surface-low);
	padding: 96px 0;
}
.aeon-brand-origin__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 32px;
	align-items: center;
	margin-bottom: 72px;
}
.aeon-brand-origin__title {
	grid-column: span 3;
	font-size: 32px;
	font-weight: 600;
	color: var(--aeon-deep-blue);
	margin: 0;
}
.aeon-brand-origin__letter {
	grid-column: 5 / span 4;
	font-family: var(--aeon-font-display);
	font-size: 280px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--aeon-deep-blue);
	opacity: .85;
	text-shadow: 0 20px 60px rgba(0, 51, 141, .25);
}
.aeon-brand-origin__callout { grid-column: span 3; }
.aeon-brand-origin__callout--1 { grid-column: 2 / span 3; text-align: right; }
.aeon-brand-origin__callout--2 { grid-column: 9 / span 3; }
.aeon-brand-origin__callout--3 { grid-column: 9 / span 3; }
.aeon-brand-origin__callout h4 {
	font-family: var(--aeon-font-body);
	font-size: 15px;
	font-weight: 600;
	color: var(--aeon-deep-blue);
	margin: 0 0 6px;
}
.aeon-brand-origin__callout p {
	font-size: 13px;
	line-height: 20px;
	color: var(--aeon-slate);
	margin: 0;
}

.aeon-brand-quote {
	max-width: 820px;
	margin: 0 auto;
	border: 1px solid var(--aeon-outline-variant);
	border-left: 4px solid var(--aeon-deep-blue);
	background: #fff;
	padding: 32px 40px;
}
.aeon-brand-quote p {
	font-size: 15px;
	line-height: 26px;
	color: var(--aeon-on-surface);
	margin: 0;
}
.aeon-brand-quote em {
	font-style: normal;
	color: var(--aeon-deep-blue);
	font-weight: 600;
}

.aeon-brand-banner img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.aeon-brand-doctors { background: #fff; padding: 112px 0; }
.aeon-brand-doctors__grid,
.aeon-brand-cert__grid,
.aeon-brand-retail__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: start;
}
.aeon-brand-doctors__text { grid-column: span 7; max-width: 620px; }
.aeon-brand-doctors__text h2,
.aeon-brand-cert__intro h2,
.aeon-brand-retail__text h2 {
	font-family: var(--aeon-font-body);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--aeon-on-surface);
	margin: 0;
}
.aeon-brand-doctors__text p:not(.aeon-brand-lead),
.aeon-brand-cert__text p,
.aeon-brand-retail__text p:not(.aeon-brand-lead) {
	font-size: 14px;
	line-height: 24px;
	color: var(--aeon-slate);
	margin: 0 0 16px;
}
.aeon-brand-doctors__stats {
	grid-column: 9 / span 4;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.aeon-brand-stat {
	position: relative;
	border: 1px solid var(--aeon-on-surface);
	padding: 24px 72px 24px 24px;
	background: #fff;
}
.aeon-brand-stat h3 {
	font-family: var(--aeon-font-body);
	font-size: 26px;
	font-weight: 700;
	color: var(--aeon-on-surface);
	margin: 0 0 8px;
}
.aeon-brand-stat p {
	font-size: 13px;
	line-height: 20px;
	color: var(--aeon-slate);
	margin: 0;
}
.aeon-brand-stat .material-symbols-outlined {
	position: absolute;
	top: 24px;
	right: 20px;
	font-size: 36px;
	color: var(--aeon-gold);
}

.aeon-brand-cert { background: var(--aeon-surface-low); padding: 112px 0; }
.aeon-brand-cert__intro { grid-column: span 6; }
.aeon-brand-cert__intro img {
	width: 100%;
	margin-top: 32px;
	mix-blend-mode: multiply;
}
.aeon-brand-cert__text { grid-column: 8 / span 5; padding-top: 8px; }

.aeon-brand-retail { background: #fff; padding: 112px 0; }
.aeon-brand-retail__media {
	grid-column: span 6;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.aeon-brand-retail__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}
.aeon-brand-retail__text { grid-column: 8 / span 5; position: sticky; top: 140px; }

@media (max-width: 1024px) {
	.aeon-brand-origin__letter { font-size: 180px; }
	.aeon-brand-doctors__text,
	.aeon-brand-doctors__stats,
	.aeon-brand-cert__intro,
	.aeon-brand-cert__text,
	.aeon-brand-retail__media,
	.aeon-brand-retail__text { grid-column: span 12; }
	.aeon-brand-retail__text { position: static; }
	.aeon-brand-doctors__grid, .aeon-brand-cert__grid, .aeon-brand-retail__grid { gap: 40px; }
	.aeon-brand-doctors, .aeon-brand-cert, .aeon-brand-retail { padding: 64px 0; }
}
@media (max-width: 768px) {
	.aeon-brand-hero h1 { font-size: 28px; }
	.aeon-brand-origin__grid { display: flex; flex-direction: column; text-align: center; }
	.aeon-brand-origin__callout--1 { text-align: center; }
	.aeon-brand-origin__letter { font-size: 140px; }
	.aeon-brand-quote { padding: 24px; }
	.aeon-brand-doctors__text h2, .aeon-brand-cert__intro h2, .aeon-brand-retail__text h2 { font-size: 26px; }
}

/* Página Contato ------------------------------------------------------------ */
.aeon-contact {
	background: var(--aeon-ivory);
	padding: 48px 0 120px;
}
.aeon-contact__head {
	text-align: center;
	margin-bottom: 64px;
}
.aeon-contact__head h1 {
	font-size: 48px;
	font-weight: 600;
	margin: 12px 0 16px;
}
.aeon-contact__head p { color: var(--aeon-slate); margin: 0; }

.aeon-contact__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 64px;
	align-items: start;
}
.aeon-contact__info {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 16px;
}
.aeon-contact__item {
	display: flex;
	gap: 20px;
}
.aeon-contact__item .material-symbols-outlined {
	font-size: 26px;
	color: var(--aeon-gold);
	flex-shrink: 0;
	margin-top: 2px;
}
.aeon-contact__item h4 {
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--aeon-primary);
	margin: 0 0 6px;
}
.aeon-contact__item p {
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-slate);
	margin: 0;
}

.aeon-contact__form-wrap {
	grid-column: 6 / span 7;
	background: #fff;
	padding: 56px;
	box-shadow: 0 20px 60px rgba(0, 32, 95, .08);
}

.aeon-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

/* Campos com label flutuante */
.aeon-field {
	position: relative;
	margin-bottom: 28px;
}
.aeon-field input,
.aeon-field select,
.aeon-field textarea {
	width: 100%;
	border: 0;
	border-bottom: 1.5px solid var(--aeon-outline-variant);
	border-radius: 0;
	background: transparent;
	padding: 20px 0 10px;
	font-family: var(--aeon-font-body);
	font-size: 16px;
	color: var(--aeon-on-surface);
	box-shadow: none;
	outline: none;
	transition: border-color .3s ease;
	resize: vertical;
}
.aeon-field input:focus,
.aeon-field select:focus,
.aeon-field textarea:focus {
	border-color: var(--aeon-gold);
	box-shadow: none;
	outline: none;
}
.aeon-field label {
	position: absolute;
	left: 0;
	top: 20px;
	font-family: var(--aeon-font-body);
	font-size: 15px;
	color: var(--aeon-outline);
	pointer-events: none;
	transition: all .25s ease;
}
.aeon-field input:focus + label,
.aeon-field input:not(:placeholder-shown) + label,
.aeon-field textarea:focus + label,
.aeon-field textarea:not(:placeholder-shown) + label,
.aeon-field select:focus + label,
.aeon-field select:valid + label {
	top: 0;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-gold);
	font-weight: 600;
}

.aeon-form__submit {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--aeon-primary);
	color: #fff;
	border: 0;
	height: 56px;
	padding: 0 40px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s ease, gap .3s ease;
	margin-top: 8px;
}
.aeon-form__submit:hover { background: var(--aeon-deep-blue); gap: 20px; }
.aeon-form__submit .material-symbols-outlined { font-size: 18px; }

.aeon-form__success {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 24px 0 0;
	padding: 16px 20px;
	background: rgba(37, 211, 102, .1);
	border-left: 3px solid #25d366;
	color: #128c46;
	font-size: 14px;
}
.aeon-form__success .material-symbols-outlined { font-size: 20px; }
/* display:flex acima anula o atributo hidden — força ocultação até o envio */
.aeon-form__success[hidden] { display: none !important; }
.aeon-form__success.is-error {
	background: rgba(186, 26, 26, .08);
	border-left-color: #ba1a1a;
	color: #93000a;
}

@media (max-width: 1024px) {
	.aeon-contact__info { grid-column: span 12; flex-direction: row; flex-wrap: wrap; gap: 24px 48px; }
	.aeon-contact__form-wrap { grid-column: span 12; }
}
@media (max-width: 600px) {
	.aeon-contact__head h1 { font-size: 34px; }
	.aeon-contact__form-wrap { padding: 32px 24px; }
	.aeon-form__row { grid-template-columns: 1fr; gap: 0; }
	.aeon-contact__info { flex-direction: column; }
}

/* News — listagem agrupada por ano ------------------------------------------ */
.aeon-newsarc {
	background: #fff;
	padding: 48px 0 96px;
}
.aeon-newsarc__filters {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 24px;
}
.aeon-newsarc__select {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 220px;
	border-bottom: 1px solid var(--aeon-outline-variant);
}
.aeon-newsarc__select select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	background: transparent;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	color: var(--aeon-on-surface);
	padding: 10px 28px 10px 0;
	cursor: pointer;
	outline: none;
}
.aeon-newsarc__select .material-symbols-outlined {
	position: absolute;
	right: 0;
	font-size: 18px;
	color: var(--aeon-outline);
	pointer-events: none;
}

.aeon-newsarc__year {
	font-family: var(--aeon-font-body);
	font-size: 24px;
	font-weight: 700;
	color: var(--aeon-primary);
	border-top: 1px solid var(--aeon-outline-variant);
	padding-top: 32px;
	margin: 48px 0 24px;
}
.aeon-newsarc__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px 24px;
}
/* Na listagem os cards são mais sóbrios que na home */
.aeon-newsarc .aeon-news-card { box-shadow: none; background: transparent; }
.aeon-newsarc .aeon-news-card:hover { box-shadow: none; }
.aeon-newsarc .aeon-news-card h3 {
	font-family: var(--aeon-font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: var(--aeon-on-surface);
	padding: 16px 0 0;
}
.aeon-newsarc .aeon-news-card:hover h3 { color: var(--aeon-deep-blue); }
.aeon-news-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0 0;
	font-size: 13px;
	color: var(--aeon-outline);
}
.aeon-news-card__cat { color: var(--aeon-gold); font-weight: 600; }
.aeon-news-card__sep { opacity: .5; }

.aeon-newsarc__main { position: relative; transition: opacity .25s ease; }
.aeon-newsarc__main.is-loading { opacity: .4; pointer-events: none; }
.aeon-newsarc__main.is-loading::after {
	content: '';
	position: absolute;
	top: 120px;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border: 3px solid var(--aeon-outline-variant);
	border-top-color: var(--aeon-gold);
	border-radius: 50%;
	animation: aeon-spin .8s linear infinite;
	z-index: 5;
}

@media (max-width: 1024px) {
	.aeon-newsarc__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.aeon-newsarc__grid { grid-template-columns: 1fr; }
	.aeon-newsarc__filters { flex-direction: column; gap: 8px; }
}

/* News — single (artigo) ---------------------------------------------------- */
.aeon-article {
	background: #fff;
	padding: 64px 0 120px;
}
.aeon-article__container {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 var(--aeon-margin);
}
.aeon-article__cat {
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-gold) !important;
	text-decoration: none;
}
.aeon-article__head h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin: 16px 0 20px;
}
.aeon-article__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--aeon-outline-variant);
	margin-bottom: 40px;
	font-size: 14px;
	color: var(--aeon-outline);
}
.aeon-article__share {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 0;
	padding: 0;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	color: var(--aeon-on-surface);
	cursor: pointer;
}
.aeon-article__share:hover { color: var(--aeon-gold); }
.aeon-article__share .material-symbols-outlined { font-size: 18px; }

.aeon-article__content {
	font-size: 16px;
	line-height: 28px;
	color: var(--aeon-slate);
}
.aeon-article__content > p:first-child {
	font-style: italic;
	font-weight: 600;
	color: var(--aeon-on-surface);
}
.aeon-article__content p { margin: 0 0 20px; }
.aeon-article__content strong { color: var(--aeon-on-surface); }
.aeon-article__content img {
	display: block;
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 40px auto;
}
.aeon-article__content h2,
.aeon-article__content h3 {
	font-family: var(--aeon-font-body);
	font-weight: 700;
	color: var(--aeon-on-surface);
	margin: 40px 0 16px;
}
.aeon-article__content h2 { font-size: 24px; }
.aeon-article__content h3 { font-size: 19px; }
.aeon-article__content a { color: var(--aeon-deep-blue); }

.aeon-article__footer {
	margin-top: 56px;
	text-align: right;
}
.aeon-article__back {
	display: inline-block;
	border: 1px solid var(--aeon-outline-variant);
	padding: 14px 32px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--aeon-on-surface) !important;
	text-decoration: none;
	transition: all .3s ease;
}
.aeon-article__back:hover {
	background: var(--aeon-primary);
	border-color: var(--aeon-primary);
	color: #fff !important;
}

@media (max-width: 600px) {
	.aeon-article { padding: 32px 0 80px; }
	.aeon-article__head h1 { font-size: 28px; }
}

/* Footer ------------------------------------------------------------------ */
/* O footer AEON é renderizado DENTRO do .site-footer do Storefront —
   zeramos o container e liberamos a largura total. */
.site-footer {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
.site-footer > .col-full {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.aeon-footer {
	background: var(--aeon-primary);
	padding: 80px 0 0;
	border-top: 1px solid rgba(197, 160, 89, .2);
	color: rgba(249, 247, 242, .7);
}
.aeon-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--aeon-gutter);
}
.aeon-footer__brand {
	font-family: var(--aeon-font-display);
	font-size: 28px;
	color: var(--aeon-ivory);
	text-transform: uppercase;
	margin-bottom: 24px;
}
.aeon-footer h5 {
	color: var(--aeon-ivory);
	font-family: var(--aeon-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.aeon-footer ul { list-style: none; margin: 0; padding: 0; }
.aeon-footer ul li { margin-bottom: 8px; }
/* !important: o customizer do Storefront injeta .site-footer a:not(.button) inline */
.aeon-footer a {
	color: #fff !important;
	text-decoration: none;
	transition: all .2s ease;
	display: inline-block;
}
.aeon-footer a:hover { color: var(--aeon-gold) !important; transform: translateX(4px); }
.aeon-footer__address {
	display: flex;
	gap: 10px;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: rgba(249, 247, 242, .7);
	margin: 16px 0 20px;
}
.aeon-footer__address .material-symbols-outlined {
	font-size: 20px;
	color: var(--aeon-gold);
	flex-shrink: 0;
	margin-top: 1px;
}
@media (max-width: 900px) {
	.aeon-footer__address { justify-content: center; text-align: left; }
}

.aeon-footer__social { display: flex; gap: 16px; align-items: center; }
.aeon-footer__social a { color: var(--aeon-gold) !important; display: flex; align-items: center; }
.aeon-footer__social svg { display: block; }
.aeon-footer__social a:hover { transform: scale(1.1); color: var(--aeon-gold); }

.aeon-footer__newsletter input[type="email"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(197, 160, 89, .3);
	border-radius: 0;
	color: #fff;
	padding: 8px;
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 8px;
	box-shadow: none;
}
.aeon-footer__newsletter input[type="email"]:focus {
	outline: none;
	border-color: var(--aeon-gold);
}
.aeon-footer__newsletter button {
	width: 100%;
	background: var(--aeon-gold);
	color: var(--aeon-primary);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 12px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: background .3s ease;
}
.aeon-footer__newsletter button:hover { background: #fff; }

.aeon-footer__bottom {
	margin-top: 80px;
	padding: 32px 0;
	border-top: 1px solid rgba(197, 160, 89, .1);
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(249, 247, 242, .4);
}
.aeon-footer__bottom p { margin: 0 0 8px; }
.aeon-footer__credit a {
	color: rgba(249, 247, 242, .7) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.aeon-footer__credit a:hover { color: var(--aeon-gold) !important; transform: none; }

@media (max-width: 900px) {
	.aeon-footer__grid { grid-template-columns: 1fr; text-align: center; }
	.aeon-footer__social { justify-content: center; }
}

/* Animações de entrada ---------------------------------------------------- */
.aeon-animate {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s ease, transform 1s ease;
}
.aeon-animate.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Single Product ----------------------------------------------------------- */
.single-product .site-content { background: #fff; }

.aeon-psingle {
	background: #fff;
	padding: 32px 0 96px;
}
.aeon-psingle__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: start;
}

/* Galeria */
.aeon-pgallery {
	grid-column: span 6;
	position: sticky;
	top: 140px;
}
.aeon-pgallery__swiper { position: relative; }
.aeon-pgallery__slide {
	position: relative;
	background: #f8f1f0;
	aspect-ratio: 1 / 1.05;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 56px 48px;
}
.aeon-pgallery__slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .15));
}
.aeon-pgallery__tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #cc8a76;
	color: var(--aeon-on-surface);
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 10px 0;
}
.aeon-pgallery__prev,
.aeon-pgallery__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
	color: var(--aeon-on-surface);
	cursor: pointer;
	transition: all .2s ease;
}
.aeon-pgallery__prev { left: 20px; }
.aeon-pgallery__next { right: 20px; }
.aeon-pgallery__prev:hover,
.aeon-pgallery__next:hover { background: var(--aeon-primary); color: #fff; }

/* Bullets abaixo da galeria */
.aeon-pgallery__dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 20px;
}
.aeon-pgallery__dots .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--aeon-outline-variant);
	opacity: 1;
	margin: 0 !important;
	transition: all .3s ease;
	cursor: pointer;
}
.aeon-pgallery__dots .swiper-pagination-bullet-active {
	background: var(--aeon-primary);
	transform: scale(1.25);
}

/* Informações */
.aeon-pinfo {
	grid-column: span 6;
	padding-top: 8px;
	max-width: 640px;
}
.aeon-pinfo__title {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 20px;
	color: var(--aeon-on-surface);
}
.aeon-pinfo__price {
	margin-bottom: 40px;
	font-family: var(--aeon-font-body);
}
.aeon-pinfo__amount {
	font-size: 24px;
	font-weight: 500;
	color: var(--aeon-on-surface);
}
.aeon-pinfo__unit {
	font-size: 16px;
	color: var(--aeon-slate);
}

.aeon-pinfo__buy {
	display: flex;
	gap: 16px;
	margin-bottom: 40px;
}

/* Stepper no estilo da referência: blocos claros separados */
.aeon-qty {
	display: flex;
	align-items: stretch;
	gap: 2px;
	flex-shrink: 0;
	height: 60px;
}
.aeon-qty button {
	width: 56px;
	height: 60px;
	background: #f5f3ef;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 60px;
	font-size: 20px;
	color: var(--aeon-slate);
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	font-family: var(--aeon-font-body);
}
.aeon-qty button:hover { background: #ece9e2; color: var(--aeon-on-surface); }
.aeon-qty__input {
	width: 56px;
	height: 60px;
	text-align: center;
	border: 0 !important; /* Storefront aplica borda/padding em inputs */
	margin: 0;
	padding: 0;
	background: #fbfaf7;
	font-family: var(--aeon-font-body);
	font-size: 16px;
	color: var(--aeon-on-surface);
	box-shadow: none !important;
	-moz-appearance: textfield;
	appearance: textfield;
}
.aeon-qty__input::-webkit-outer-spin-button,
.aeon-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Botão grande como o "ADD TO BAG" da referência */
.aeon-pinfo__cart {
	flex: 1;
	height: 60px;
	background: var(--aeon-primary);
	color: #fff;
	border: 0;
	padding: 0 32px;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s ease, transform .15s ease;
}
.aeon-pinfo__cart:hover { background: var(--aeon-deep-blue); color: #fff !important; }
.aeon-pinfo__cart:active { transform: scale(.99); }

.aeon-pinfo__desc {
	font-size: 16px;
	line-height: 28px;
	color: var(--aeon-slate);
	margin: 0;
}
.aeon-pinfo__desc p { margin: 0 0 16px; }
.aeon-pinfo__desc p:last-child { margin-bottom: 0; }

/* Calculadora de frete (Woo Better Shipping Calculator) na coluna do produto:
   largura total da coluna, respiro consistente com o restante da seção */
.aeon-pinfo .woo-better-parent-container {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 32px !important;
}
.aeon-pinfo .woo-better-parent-container > * {
	max-width: 100% !important;
}
.aeon-pinfo #custom-postcode-form,
.aeon-pinfo .woo-better-info-block {
	width: 100% !important;
	box-sizing: border-box;
}
.aeon-pinfo__amount .woocommerce-Price-amount { color: inherit; }

@media (max-width: 1024px) {
	.aeon-psingle__grid { gap: 40px; }
	.aeon-pgallery { grid-column: span 12; position: static; }
	.aeon-pinfo { grid-column: span 12; max-width: none; }
	.aeon-pinfo__title { font-size: 34px; }
}
@media (max-width: 600px) {
	.aeon-psingle { padding: 16px 0 64px; }
	.aeon-psingle__grid { gap: 32px; }
	.aeon-pgallery__slide { padding: 56px 24px 32px; }
	.aeon-pinfo__buy { flex-wrap: wrap; }
	.aeon-pinfo__cart { min-width: 100%; order: 2; }
	.aeon-pinfo__price { margin-bottom: 24px; }
}

/* Single: Resultados (before/after) ---------------------------------------- */
.aeon-presults {
	background: var(--aeon-ivory); /* intercala com as seções brancas */
	padding: 96px 0;
}
.aeon-presults__head {
	text-align: center;
	margin-bottom: 64px;
}
.aeon-presults__head h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--aeon-on-surface);
	margin: 12px 0 0;
}

/* Mesmo grid da seção de detalhes: foto colada na margem esquerda do container */
.aeon-presults__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: center;
}
.aeon-presults__media { grid-column: span 5; }
.aeon-presults__text { grid-column: span 7; max-width: 520px; }
.aeon-presults__text h3 {
	font-family: var(--aeon-font-body);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--aeon-on-surface);
	margin: 0 0 16px;
}
.aeon-presults__text p {
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-slate);
	margin: 0;
}

/* Comparador before/after */
.aeon-ba {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	user-select: none;
	touch-action: none;
	cursor: ew-resize;
}
.aeon-ba img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.aeon-ba__before { filter: grayscale(.45) contrast(.92) brightness(.96); }
.aeon-ba__after {
	position: absolute;
	inset: 0;
	clip-path: inset(0 0 0 var(--aeon-ba-pos));
}
.aeon-ba__label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
	pointer-events: none;
	z-index: 2;
}
.aeon-ba__label--before { left: 12%; }
.aeon-ba__label--after { right: 12%; }
.aeon-ba__handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--aeon-ba-pos);
	width: 2px;
	background: #fff;
	transform: translateX(-1px);
	z-index: 3;
	pointer-events: none;
}
.aeon-ba__handle-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	color: var(--aeon-on-surface);
}
.aeon-ba__handle-btn .material-symbols-outlined { font-size: 16px; margin: 0 -3px; }

@media (max-width: 900px) {
	.aeon-presults { padding: 64px 0; }
	.aeon-presults__media, .aeon-presults__text { grid-column: span 12; }
	.aeon-presults__text { max-width: none; }
}

/* Single: Detalhes / Benefícios -------------------------------------------- */
.aeon-pdetails {
	background: #fff;
	padding: 96px 0 120px;
}
.aeon-pdetails__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: start;
}
.aeon-pdetails__media { grid-column: span 5; }
.aeon-pdetails__media img {
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 3 / 4;
}
.aeon-pdetails__content { grid-column: span 7; max-width: 640px; }
.aeon-pdetails__content h2 {
	font-family: var(--aeon-font-body);
	font-size: 24px;
	font-weight: 500;
	color: var(--aeon-on-surface);
	margin: 0 0 32px;
}

.aeon-pdetail-group { margin-bottom: 40px; }
.aeon-pdetail-group h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	margin: 0 0 16px;
}
.aeon-pdetail-group h4 .material-symbols-outlined {
	font-size: 18px;
	color: var(--aeon-gold);
}
.aeon-pdetail-group ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 28px;
}
.aeon-pdetail-group li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-slate);
}
.aeon-pdetail-group li::before {
	content: '–';
	position: absolute;
	left: 0;
	color: var(--aeon-slate);
}
.aeon-pdetail-group li strong { color: var(--aeon-on-surface); }
.aeon-pdetail-group__link {
	display: inline-block;
	margin: 8px 0 0 28px;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--aeon-on-surface) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.aeon-pdetail-group__link:hover { color: var(--aeon-gold) !important; }

@media (max-width: 1024px) {
	.aeon-pdetails__grid { gap: 40px; }
	.aeon-pdetails__media { grid-column: span 12; }
	.aeon-pdetails__content { grid-column: span 12; max-width: none; }
}

/* Single: Resultados comprovados (estatísticas) ---------------------------- */
.aeon-pstats {
	background: var(--aeon-ivory);
	padding: 96px 0;
}
.aeon-pstats__head {
	text-align: center;
	margin-bottom: 64px;
}
.aeon-pstats__head h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--aeon-on-surface);
	margin: 12px 0 0;
}
.aeon-pstats__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: center;
}
.aeon-pstats__media { grid-column: span 5; }
.aeon-pstats__media img {
	width: 100%;
	display: block;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.aeon-pstats__content { grid-column: span 7; max-width: 560px; }
.aeon-pstats__content h3 {
	font-family: var(--aeon-font-body);
	font-size: 22px;
	font-weight: 500;
	color: var(--aeon-on-surface);
	margin: 0 0 32px;
}
.aeon-pstat { margin-bottom: 28px; }
.aeon-pstat strong {
	display: block;
	font-family: var(--aeon-font-display);
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: var(--aeon-primary);
	margin-bottom: 6px;
}
.aeon-pstat span {
	font-size: 15px;
	line-height: 24px;
	color: var(--aeon-slate);
}
.aeon-pstats__link {
	display: inline-block;
	margin-top: 8px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-on-surface) !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.aeon-pstats__link:hover { color: var(--aeon-gold) !important; }

@media (max-width: 900px) {
	.aeon-pstats { padding: 64px 0; }
	.aeon-pstats__grid { gap: 40px; }
	.aeon-pstats__media, .aeon-pstats__content { grid-column: span 12; }
	.aeon-pstats__content { max-width: none; }
	.aeon-pstat strong { font-size: 34px; }
}

/* Single: A Ciência (fundo escuro) ----------------------------------------- */
.aeon-pscience {
	background: var(--aeon-primary);
	padding: 96px 0 0;
	overflow: hidden;
}
.aeon-pscience__head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 72px;
}
.aeon-pscience__head h2 {
	font-size: 40px;
	font-weight: 600;
	color: var(--aeon-ivory);
	margin: 0 0 20px;
}
.aeon-pscience__head p {
	font-size: 16px;
	line-height: 26px;
	color: rgba(249, 247, 242, .8);
	margin: 0;
}

.aeon-pscience__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: start;
}
.aeon-pscience__media { grid-column: 2 / span 4; }
.aeon-pscience__media img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 3 / 4;
	margin-bottom: -48px; /* imagem "cortada" pela base da seção, como na referência */
}
.aeon-pscience__steps {
	grid-column: 6 / span 6;
	list-style: none;
	margin: 0;
	padding: 24px 0 96px;
}
.aeon-pscience__steps li {
	display: flex;
	gap: 28px;
	margin-bottom: 40px;
}
.aeon-pscience__num {
	font-family: var(--aeon-font-display);
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	color: var(--aeon-ivory);
	flex-shrink: 0;
	width: 44px;
	text-align: center;
}
.aeon-pscience__steps h4 {
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--aeon-gold);
	margin: 6px 0 8px;
}
.aeon-pscience__steps p {
	font-size: 15px;
	line-height: 24px;
	color: rgba(249, 247, 242, .85);
	margin: 0;
	max-width: 480px;
}

@media (max-width: 900px) {
	.aeon-pscience { padding: 64px 0 0; }
	.aeon-pscience__head { margin-bottom: 48px; }
	.aeon-pscience__head h2 { font-size: 30px; }
	.aeon-pscience__grid { gap: 40px; }
	.aeon-pscience__media { grid-column: 3 / span 8; }
	.aeon-pscience__media img { margin-bottom: 0; }
	.aeon-pscience__steps { grid-column: span 12; padding: 0 0 64px; }
	.aeon-pscience__num { font-size: 44px; width: 36px; }
}

/* Single: FAQ --------------------------------------------------------------- */
.aeon-pfaq {
	background: #fff;
	padding: 120px 0;
}
.aeon-pfaq__grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 72px;
	align-items: start;
}
.aeon-pfaq__media { grid-column: span 5; }
.aeon-pfaq__media img {
	width: 100%;
	display: block;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.aeon-pfaq__content { grid-column: span 7; max-width: 640px; }
.aeon-pfaq__content h2 {
	font-size: 32px;
	font-weight: 600;
	color: var(--aeon-on-surface);
	margin: 0 0 32px;
}

.aeon-faq-item {
	border: 1px solid var(--aeon-outline-variant);
	margin-bottom: -1px; /* bordas colapsadas entre itens */
}
.aeon-faq-item__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	background: none;
	border: 0;
	padding: 20px 24px;
	font-family: var(--aeon-font-body);
	font-size: 15px;
	color: var(--aeon-on-surface);
	text-align: left;
	cursor: pointer;
}
.aeon-faq-item__q .material-symbols-outlined {
	color: var(--aeon-slate);
	font-size: 22px;
	flex-shrink: 0;
	transition: transform .3s ease;
}
.aeon-faq-item.is-open .aeon-faq-item__q .material-symbols-outlined {
	transform: rotate(45deg); /* + vira × */
	color: var(--aeon-gold);
}

.aeon-faq-item__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}
.aeon-faq-item__a p {
	padding: 0 24px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	color: var(--aeon-slate);
}

@media (max-width: 900px) {
	.aeon-pfaq { padding: 64px 0; }
	.aeon-pfaq__grid { gap: 40px; }
	.aeon-pfaq__media, .aeon-pfaq__content { grid-column: span 12; }
	.aeon-pfaq__content { max-width: none; }
}

/* Barra sticky de compra ---------------------------------------------------- */
.aeon-pbar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
	background: #fff;
	border-top: 1px solid rgba(196, 198, 212, .4);
	box-shadow: 0 -8px 30px rgba(0, 0, 0, .08);
	transform: translateY(100%);
	transition: transform .45s ease;
}
.aeon-pbar.is-visible { transform: translateY(0); }

.aeon-pbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.aeon-pbar__product {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}
.aeon-pbar__product img {
	width: 48px;
	height: 60px;
	object-fit: contain;
	flex-shrink: 0;
}
.aeon-pbar__meta { display: flex; flex-direction: column; min-width: 0; }
.aeon-pbar__name {
	font-family: var(--aeon-font-display);
	font-size: 20px;
	font-weight: 600;
	color: var(--aeon-on-surface);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.aeon-pbar__price {
	font-family: var(--aeon-font-body);
	font-size: 14px;
	color: var(--aeon-slate);
}
.aeon-pbar__cart {
	background: var(--aeon-primary);
	color: #fff;
	border: 0;
	height: 52px;
	padding: 0 48px;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .3s ease;
	flex-shrink: 0;
	min-width: 320px;
}
.aeon-pbar__cart:hover { background: var(--aeon-deep-blue); color: #fff !important; }

@media (max-width: 600px) {
	.aeon-pbar__cart { min-width: 0; padding: 0 20px; }
	.aeon-pbar__name { font-size: 16px; }
	.aeon-pbar__price { font-size: 12px; }
}

/* Loja (archive de produtos) ------------------------------------------------ */
.aeon-shop-hero {
	position: relative;
	background: linear-gradient(110deg, #dfe7fa 0%, #eef0f4 45%, #f6efe3 100%);
	overflow: hidden;
}
.aeon-shop-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	min-height: 280px;
	padding-top: 48px;
	padding-bottom: 48px;
}
.aeon-shop-hero__text { max-width: 560px; }
.aeon-shop-hero h1 {
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--aeon-primary);
	margin: 12px 0 16px;
	line-height: 1.05;
}
.aeon-shop-hero__text p {
	font-size: 16px;
	line-height: 26px;
	color: var(--aeon-slate);
	margin: 0;
}
.aeon-shop-hero__media {
	flex-shrink: 0;
	width: 340px;
}
.aeon-shop-hero__media img {
	width: 100%;
	display: block;
	mix-blend-mode: multiply;
	filter: saturate(.9);
	transform: rotate(-4deg);
}
/* Faixa diagonal decorativa, eco do "A" da marca */
.aeon-shop-hero__deco {
	position: absolute;
	top: -40%;
	right: 18%;
	width: 280px;
	height: 180%;
	background: rgba(0, 51, 141, .07);
	transform: skewX(-18deg);
	z-index: 1;
}
@media (max-width: 900px) {
	.aeon-shop-hero__inner { min-height: 0; padding-top: 40px; padding-bottom: 40px; }
	.aeon-shop-hero h1 { font-size: 34px; }
	.aeon-shop-hero__media { display: none; }
	.aeon-shop-hero__deco { right: -10%; }
}

.aeon-shop {
	background: #fff;
	padding: 56px 0 96px;
}
.aeon-shop__layout {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 56px;
	align-items: start;
}

/* Filtros */
.aeon-shop__filters-toggle { display: none; }
.aeon-filters__group {
	border-top: 1px solid var(--aeon-outline-variant);
	padding: 20px 0;
}
.aeon-filters__group:first-child { border-top: 0; padding-top: 0; }
.aeon-filters__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: 0;
	padding: 0;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	cursor: pointer;
}
.aeon-filters__title .material-symbols-outlined {
	font-size: 20px;
	color: var(--aeon-outline);
	transition: transform .3s ease;
}
.aeon-filters__group:not(.is-open) .aeon-filters__title .material-symbols-outlined { transform: rotate(180deg); }
.aeon-filters__options {
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.aeon-filters__group:not(.is-open) .aeon-filters__options { display: none; }

.aeon-filters__option {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	color: var(--aeon-slate);
}
.aeon-filters__option input { display: none; }
.aeon-filters__box {
	width: 16px;
	height: 16px;
	border: 1.5px solid var(--aeon-outline-variant);
	background: #fff;
	flex-shrink: 0;
	position: relative;
	transition: all .2s ease;
}
.aeon-filters__option input:checked + .aeon-filters__box {
	background: var(--aeon-primary);
	border-color: var(--aeon-primary);
}
.aeon-filters__option input:checked + .aeon-filters__box::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.aeon-filters__option:hover .aeon-filters__name { color: var(--aeon-primary); }

.aeon-filters__clear {
	margin-top: 20px;
	background: none;
	border: 0;
	padding: 0;
	font-family: var(--aeon-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--aeon-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

/* Toolbar */
.aeon-shop__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}
.aeon-shop__count {
	font-size: 13px;
	letter-spacing: 0.06em;
	color: var(--aeon-slate);
}
.aeon-shop__orderby {
	position: relative;
	display: flex;
	align-items: center;
}
.aeon-shop__orderby select {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	font-family: var(--aeon-font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--aeon-on-surface);
	padding: 8px 28px 8px 0;
	cursor: pointer;
	outline: none;
}
.aeon-shop__orderby .material-symbols-outlined {
	position: absolute;
	right: 0;
	font-size: 18px;
	color: var(--aeon-outline);
	pointer-events: none;
}

/* Grid de produtos */
.aeon-shop__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 24px;
}
.aeon-shop-card {
	display: block;
	text-decoration: none;
}
.aeon-shop-card__img {
	position: relative;
	background: #f4f4f6;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	overflow: hidden;
	margin-bottom: 16px;
}
.aeon-shop-card__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform .5s ease;
	mix-blend-mode: multiply;
}
.aeon-shop-card:hover .aeon-shop-card__img img { transform: scale(1.06); }
.aeon-shop-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--aeon-deep-blue);
	color: #fff;
	font-family: var(--aeon-font-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 4px 10px;
	z-index: 2;
}
.aeon-shop-card h2 {
	font-family: var(--aeon-font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--aeon-on-surface);
	margin: 0 0 6px;
	transition: color .2s ease;
}
.aeon-shop-card:hover h2 { color: var(--aeon-deep-blue); }
.aeon-shop-card__price {
	display: block;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	color: var(--aeon-slate);
	margin-bottom: 8px;
}
.aeon-shop-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
}
.aeon-shop-card__tags span {
	font-size: 12px;
	color: var(--aeon-gold);
}

/* Paginação */
.aeon-shop__pagination {
	margin-top: 64px;
	text-align: center;
}
.aeon-shop__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 4px;
	font-family: var(--aeon-font-body);
	font-size: 14px;
	color: var(--aeon-slate);
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.aeon-shop__pagination .page-numbers.current {
	color: var(--aeon-primary);
	font-weight: 700;
	border-bottom-color: var(--aeon-gold);
}
.aeon-shop__pagination a.page-numbers:hover { color: var(--aeon-primary); }

.aeon-shop__empty {
	padding: 64px 0;
	text-align: center;
	color: var(--aeon-slate);
}

/* Loading do AJAX */
.aeon-shop__main {
	position: relative;
	transition: opacity .25s ease;
}
.aeon-shop__main.is-loading {
	opacity: .4;
	pointer-events: none;
}
.aeon-shop__main.is-loading::after {
	content: '';
	position: absolute;
	top: 120px;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border: 3px solid var(--aeon-outline-variant);
	border-top-color: var(--aeon-gold);
	border-radius: 50%;
	animation: aeon-spin .8s linear infinite;
	z-index: 5;
}
@keyframes aeon-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
	.aeon-shop__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.aeon-shop__layout { grid-template-columns: 1fr; gap: 24px; }
	.aeon-shop-hero { padding: 48px 0; }
	.aeon-shop-hero h1 { font-size: 26px; }

	.aeon-shop__filters-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: none;
		border: 1px solid var(--aeon-outline-variant);
		padding: 10px 18px;
		font-family: var(--aeon-font-body);
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: var(--aeon-on-surface);
		cursor: pointer;
	}
	.aeon-filters { display: none; padding-top: 24px; }
	.aeon-shop__filters.is-open .aeon-filters { display: block; }
}
@media (max-width: 600px) {
	.aeon-shop__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 12px; }
	.aeon-shop-card__img { padding: 20px; }
}

/* WooCommerce — ajustes de marca ------------------------------------------ */
.woocommerce-active .site-main { padding-top: 40px; }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--aeon-font-display);
	color: var(--aeon-primary);
	font-size: 22px;
}
.woocommerce ul.products li.product .price {
	color: var(--aeon-slate);
	font-family: var(--aeon-font-body);
}
.woocommerce ul.products li.product .button,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .button.alt {
	background: var(--aeon-deep-blue) !important;
	color: #fff !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: var(--aeon-font-body);
	font-weight: 600;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce .single_add_to_cart_button:hover {
	background: var(--aeon-primary) !important;
}
.woocommerce div.product .product_title {
	font-family: var(--aeon-font-display);
	color: var(--aeon-primary);
}
.woocommerce nav.woocommerce-breadcrumb a { color: var(--aeon-gold); }
