/**
 * Noah Loja — estilos do configurador e da grade de charms.
 * Tokens e padrões conforme o design system do Noah.
 */

:root {
	--noah-green: #17381d;
	--noah-green-dark: #102b16;
	--noah-green-soft: #46694d;
	--noah-green-light: #eef4e9;
	--noah-green-card: #dcebd8;
	--noah-gold: #dda829;
	--noah-gold-light: #f2c85b;
	--noah-gold-dark: #b77d0d;
	--noah-cream: #fbfaf6;
	--noah-white: #ffffff;
	--noah-text: #17381d;
	--noah-text-dark: #102b16;
	--noah-text-muted: #68716b;
	--noah-border: rgba(23, 56, 29, 0.10);
}

/* Proteção contra estilos globais do tema e do Elementor. */
.noah-cfg,
.noah-grade {
	background: transparent !important;
	color: var(--noah-text);
	font-family: "Inter", "Montserrat", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	box-sizing: border-box;
}

.noah-cfg *,
.noah-grade * {
	box-sizing: border-box;
}

.noah-cfg button,
.noah-grade button {
	appearance: none !important;
	-webkit-appearance: none !important;
	font-family: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
}

.noah-cfg svg,
.noah-grade svg {
	display: block;
}

.noah-cfg__carregando,
.noah-vazio {
	padding: 22px;
	color: var(--noah-text-muted);
	text-align: center;
}

/* ------------------------------------------------------------------ grade */

.noah-cfg__grade {
	display: grid;
	grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
	gap: 55px;
	align-items: start;
	max-width: 1180px;
	margin: 0 auto;
}

/* ----------------------------------------------------------------- prévia */

.noah-previa {
	position: sticky;
	top: 24px;
}

.noah-previa__moldura {
	border: 1px solid var(--noah-border);
	border-radius: 24px;
	background: var(--noah-white);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
	padding: 18px;
}

.noah-previa__svg {
	width: 100%;
	height: auto;
}

.noah-previa__rodape {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding: 0 4px;
	color: var(--noah-text-muted);
	font-size: 13px;
}

.noah-previa__rodape strong {
	color: var(--noah-green);
	font-size: 18px;
}

/* ----------------------------------------------------------------- painel */

.noah-trilha {
	display: flex;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.noah-trilha__botao {
	display: grid !important;
	place-items: center !important;
	width: 32px;
	height: 32px;
	border: 1px solid var(--noah-border);
	border-radius: 50%;
	background: var(--noah-white);
	color: var(--noah-text-muted);
	font-size: 12px;
	font-weight: 700;
	transition: 0.25s ease;
}

.noah-trilha__item.is-feita .noah-trilha__botao {
	border-color: var(--noah-gold);
	color: var(--noah-gold-dark);
}

.noah-trilha__item.is-ativa .noah-trilha__botao {
	background: var(--noah-green);
	border-color: var(--noah-green);
	color: #fff;
}

.noah-painel__titulo {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.5px;
	color: var(--noah-green);
}

.noah-cfg__nota {
	margin: 12px 0 0;
	color: var(--noah-text-muted);
	font-size: 13px;
}

.noah-erro {
	margin: 14px 0 0;
	padding: 12px 14px;
	border: 1px solid rgba(183, 125, 13, 0.35);
	border-radius: 13px;
	background: rgba(242, 200, 91, 0.12);
	color: var(--noah-gold-dark);
	font-size: 13px;
}

/* ---------------------------------------------------------------- opções */

.noah-cfg__opcoes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 14px;
}

.noah-cfg__opcoes--tamanho,
.noah-cfg__opcoes--argola {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.noah-opcao {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 20px 14px;
	border: 1px solid var(--noah-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
	text-align: center;
	transition: 0.3s ease;
}

.noah-opcao:hover:not(:disabled) {
	transform: translateY(-4px);
	border-color: rgba(23, 56, 29, 0.25);
	box-shadow: 0 20px 50px rgba(23, 56, 29, 0.10);
}

.noah-opcao.is-ativa {
	background: linear-gradient(135deg, #193d20, #102f17);
	border-color: var(--noah-gold);
	color: #fff;
}

.noah-opcao.is-esgotado,
.noah-opcao:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.noah-opcao__thumb {
	display: grid !important;
	place-items: center !important;
	width: 72px;
	height: 72px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--noah-green-light);
}

.noah-opcao__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.noah-opcao__nome {
	font-size: 13px;
	font-weight: 600;
}

.noah-opcao__preco {
	font-size: 12px;
	color: var(--noah-gold-dark);
}

.noah-opcao.is-ativa .noah-opcao__preco {
	color: var(--noah-gold-light);
}

.noah-opcao--tamanho strong {
	font-family: Georgia, serif;
	font-size: 26px;
}

.noah-tag {
	font-size: 11px;
	color: var(--noah-text-muted);
}

.noah-bolinha {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

/* ------------------------------------------------------------ abas/grade */

.noah-abas,
.noah-filtros {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.noah-aba,
.noah-filtro {
	min-height: 40px;
	padding: 8px 18px;
	border: 1px solid var(--noah-border);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--noah-green-dark);
	font-size: 13px;
	font-weight: 600;
	transition: 0.25s ease;
}

.noah-aba.is-ativa,
.noah-filtro.is-ativa {
	background: var(--noah-green);
	border-color: var(--noah-green);
	color: #fff;
}

.noah-grade {
	display: grid;
	grid-template-columns: repeat(var(--noah-colunas, 6), minmax(0, 1fr));
	gap: 12px;
}

.noah-grade--cfg {
	grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
}

.noah-quadro {
	position: relative;
	display: grid !important;
	place-items: center !important;
	aspect-ratio: 1 / 1;
	padding: 14px;
	border: 1px solid var(--noah-border);
	border-radius: 18px;
	background: var(--noah-white);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
	text-decoration: none;
	transition: 0.3s ease;
}

.noah-quadro:hover:not(.is-esgotado) {
	transform: translateY(-5px);
	border-color: rgba(23, 56, 29, 0.25);
	box-shadow: 0 20px 50px rgba(23, 56, 29, 0.10);
}

.noah-quadro.is-esgotado {
	opacity: 0.5;
	cursor: not-allowed;
}

.noah-quadro__numero,
.noah-quadro__tamanho {
	position: absolute;
	top: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: var(--noah-text-muted);
}

.noah-quadro__numero {
	left: 10px;
}

.noah-quadro__tamanho {
	right: 10px;
	color: var(--noah-gold-dark);
}

.noah-quadro__peca {
	display: grid !important;
	place-items: center !important;
	width: 100%;
	height: 100%;
}

.noah-quadro__peca img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.noah-quadro__esgotado {
	position: absolute;
	bottom: 8px;
	font-size: 10px;
	font-weight: 700;
	color: var(--noah-text-muted);
}

.noah-teclado {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
	gap: 8px;
}

.noah-tecla {
	display: grid !important;
	place-items: center !important;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--noah-border);
	border-radius: 15px;
	background: var(--noah-white);
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--noah-green);
	transition: 0.25s ease;
}

.noah-tecla:hover {
	transform: translateY(-3px);
	border-color: var(--noah-gold);
	box-shadow: 0 10px 24px rgba(23, 56, 29, 0.08);
}

/* ----------------------------------------------------------------- ordem */

.noah-ordem {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.noah-ordem__item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 12px;
	border: 1px solid var(--noah-border);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.88);
}

.noah-ordem__pos {
	display: grid !important;
	place-items: center !important;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--noah-green-light);
	color: var(--noah-green);
	font-size: 12px;
	font-weight: 700;
}

.noah-ordem__nome {
	font-weight: 600;
}

.noah-ordem__acoes {
	display: flex;
	gap: 6px;
}

.noah-mini {
	display: grid !important;
	place-items: center !important;
	width: 34px;
	height: 34px;
	border: 1px solid var(--noah-border);
	border-radius: 11px;
	background: var(--noah-white);
	font-size: 14px;
	color: var(--noah-green);
	transition: 0.2s ease;
}

.noah-mini:hover:not(:disabled) {
	border-color: var(--noah-gold);
}

.noah-mini:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

/* ---------------------------------------------------------------- resumo */

.noah-resumo__linha {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid var(--noah-border);
}

.noah-resumo__chave {
	color: var(--noah-text-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.noah-resumo__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 18px 0;
	padding: 16px 18px;
	border-radius: 18px;
	background: var(--noah-green-light);
}

.noah-resumo__total strong {
	font-family: Georgia, serif;
	font-size: 26px;
	color: var(--noah-green);
}

/* -------------------------------------------------------------------- CTA */

.noah-nav {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.noah-primary-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 14px 24px;
	border: none;
	border-top: 2px solid #ffe9a0;
	border-radius: 5px;
	background: linear-gradient(90deg, #c88e16 0%, #dda829 48%, #f2c85b 68%, #c78b12 100%);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase !important;
	text-decoration: none;
	letter-spacing: 0.4px !important;
	box-shadow:
		0 10px 20px rgba(221, 168, 41, 0.40),
		0 20px 40px rgba(221, 168, 41, 0.28),
		0 40px 80px rgba(221, 168, 41, 0.18);
	transition: all 0.5s ease;
}

.noah-primary-button:hover:not(:disabled) {
	transform: translateY(-8px);
	background: linear-gradient(90deg, #b77d0d 0%, #dda829 46%, #edbd3f 66%, #ad7409 100%);
	box-shadow:
		0 12px 30px rgba(221, 168, 41, 0.42),
		0 30px 60px rgba(221, 168, 41, 0.30),
		0 50px 100px rgba(221, 168, 41, 0.20);
}

.noah-primary-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	box-shadow: none;
}

.noah-primary-button::before {
	content: "";
	width: 72px;
	height: 135%;
	position: absolute;
	left: -12%;
	bottom: -10%;
	background: linear-gradient(10deg, rgba(255, 244, 198, 0.90) 12%, rgba(255, 236, 160, 0.30) 35%, rgba(255, 255, 255, 0) 68%);
	transform: translateX(-50%) skew(-25deg);
	filter: blur(4px);
	pointer-events: none;
	animation: noah-shine 3s infinite ease-in-out;
}

.noah-primary-button:disabled::before {
	animation: none;
	opacity: 0;
}

@keyframes noah-shine {
	0%, 100% { left: -12%; opacity: 0; }
	20% { opacity: 1; }
	48% { left: 112%; opacity: 1; }
	52% { opacity: 0; }
}

.noah-btn-secundario {
	min-height: 58px;
	padding: 14px 22px;
	border: 1px solid var(--noah-border) !important;
	border-radius: 5px;
	background: var(--noah-white);
	color: var(--noah-green);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase !important;
	letter-spacing: 0.4px;
	transition: 0.3s ease;
}

.noah-btn-secundario:hover {
	transform: translateY(-3px);
	border-color: rgba(23, 56, 29, 0.25) !important;
}

@media (prefers-reduced-motion: reduce) {
	.noah-cfg *,
	.noah-grade * {
		animation: none !important;
		transition: none !important;
	}
	.noah-primary-button:hover,
	.noah-opcao:hover,
	.noah-quadro:hover {
		transform: none;
	}
}

/* -------------------------------------------------------- responsividade */

@media (min-width: 768px) and (max-width: 1024px) {
	.noah-cfg__grade {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}
	.noah-previa {
		position: static;
	}
	.noah-previa__moldura {
		max-width: 420px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.noah-cfg__grade {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}
	.noah-previa {
		position: static;
	}
	.noah-previa__moldura {
		padding: 12px;
	}
	.noah-cfg__opcoes {
		grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
		gap: 10px;
	}
	.noah-grade {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.noah-grade--cfg {
		grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
	}
	.noah-resumo__linha {
		grid-template-columns: minmax(0, 1fr);
		gap: 2px;
	}
	.noah-nav {
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.noah-primary-button,
	.noah-btn-secundario {
		width: 100%;
		max-width: 420px;
	}
	.noah-painel__titulo {
		font-size: 20px;
	}
}

@media (max-width: 390px) {
	.noah-grade--cfg {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.noah-teclado {
		grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
	}
}

/* ------------------------------------------------------- avise-me / vale */

.noah-avise,
.noah-vale-campos,
.noah-vale-codigos,
.noah-frete {
	font-family: "Inter", "Montserrat", Arial, sans-serif;
	color: var(--noah-text);
	box-sizing: border-box;
}

.noah-avise {
	margin: 20px 0;
	padding: 20px 22px;
	border: 1px solid var(--noah-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
}

.noah-avise[hidden] {
	display: none;
}

.noah-avise__titulo {
	margin: 0 0 4px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--noah-green);
}

.noah-avise__linha {
	display: flex;
	gap: 10px;
	align-items: stretch;
	margin: 14px 0 10px;
	flex-wrap: wrap;
}

.noah-input {
	flex: 1 1 220px;
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid rgba(23, 56, 29, 0.10);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--noah-green-dark);
	font-family: inherit;
	font-size: 14px;
	outline: none;
	transition: 0.25s ease;
}

textarea.noah-input {
	min-height: 120px;
	padding: 14px 16px;
	resize: vertical;
}

.noah-input:focus {
	border-color: rgba(221, 168, 41, 0.8);
	box-shadow: 0 0 0 4px rgba(221, 168, 41, 0.12);
	transform: translateY(-1px);
}

.noah-avise__consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 12px;
	color: var(--noah-text-muted);
	line-height: 1.5;
}

.noah-avise__retorno {
	margin: 10px 0 0;
	font-size: 13px;
	min-height: 18px;
}

.noah-avise__retorno.is-ok {
	color: var(--noah-green-soft);
}

.noah-avise__retorno.is-erro {
	color: var(--noah-gold-dark);
}

.noah-vale-campos {
	margin: 18px 0;
	padding: 18px 20px;
	border: 1px solid var(--noah-border);
	border-radius: 20px;
	background: var(--noah-green-light);
}

.noah-vale-campos label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.noah-vale-codigos {
	margin: 26px 0;
	padding: 24px 26px;
	border: 1px solid var(--noah-border);
	border-radius: 24px;
	background: var(--noah-white);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
	text-align: center;
}

.noah-vale-codigos h2 {
	margin: 0 0 14px;
	font-family: Georgia, serif;
	font-size: 22px;
	color: var(--noah-green);
}

.noah-vale-codigo {
	display: inline-block;
	margin: 6px auto;
	padding: 12px 22px;
	border: 1px dashed var(--noah-gold);
	border-radius: 13px;
	background: rgba(242, 200, 91, 0.10);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	color: var(--noah-green-dark);
}

/* -------------------------------------------------------------- frete */

.noah-frete {
	margin: 0 0 22px;
	padding: 16px 20px;
	border: 1px solid var(--noah-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
}

.noah-frete__texto {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--noah-green);
}

.noah-frete__trilho {
	height: 8px;
	border-radius: 999px;
	background: var(--noah-green-light);
	overflow: hidden;
}

.noah-frete__barra {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #c88e16 0%, #dda829 48%, #f2c85b 100%);
	transition: width 0.4s ease;
}

.noah-frete.is-ok .noah-frete__barra {
	background: var(--noah-green-soft);
}

@media (max-width: 767px) {
	.noah-avise__linha {
		flex-direction: column;
	}
	.noah-avise__linha .noah-btn-secundario {
		width: 100%;
	}
	.noah-vale-codigo {
		font-size: 17px;
		letter-spacing: 1px;
	}
}

/* ===================================================================
   Layout das páginas montadas no Elementor
   =================================================================== */

.noah-section {
	overflow-x: clip;
}

.noah-title {
	font-family: Georgia, "Times New Roman", serif !important;
}

.noah-wordmark {
	font-family: "Martila", Georgia, serif !important;
}

/* Eyebrow: risco dourado antes do texto. */
.noah-eyebrow .elementor-heading-title,
.noah-eyebrow p {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Inter", "Montserrat", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.noah-eyebrow .elementor-heading-title::before,
.noah-eyebrow p::before {
	content: "";
	flex: 0 0 38px;
	width: 38px;
	height: 2px;
	background: var(--noah-gold);
}

/* CTA dourado aplicado ao botão nativo do Elementor. */
.noah-cta-wrap .elementor-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 14px 24px;
	border: none;
	border-top: 2px solid #ffe9a0;
	border-radius: 5px;
	background: linear-gradient(90deg, #c88e16 0%, #dda829 48%, #f2c85b 68%, #c78b12 100%);
	color: #fff;
	font-family: "Inter", "Montserrat", Arial, sans-serif;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	box-shadow:
		0 10px 20px rgba(221, 168, 41, 0.40),
		0 20px 40px rgba(221, 168, 41, 0.28),
		0 40px 80px rgba(221, 168, 41, 0.18);
	transition: all 0.5s ease;
}

.noah-cta-wrap .elementor-button:hover {
	transform: translateY(-8px);
	background: linear-gradient(90deg, #b77d0d 0%, #dda829 46%, #edbd3f 66%, #ad7409 100%);
	box-shadow:
		0 12px 30px rgba(221, 168, 41, 0.42),
		0 30px 60px rgba(221, 168, 41, 0.30),
		0 50px 100px rgba(221, 168, 41, 0.20);
}

.noah-cta-wrap .elementor-button::before {
	content: "";
	width: 72px;
	height: 135%;
	position: absolute;
	left: -12%;
	bottom: -10%;
	background: linear-gradient(10deg, rgba(255, 244, 198, 0.90) 12%, rgba(255, 236, 160, 0.30) 35%, rgba(255, 255, 255, 0) 68%);
	transform: translateX(-50%) skew(-25deg);
	filter: blur(4px);
	pointer-events: none;
	animation: noah-shine 3s infinite ease-in-out;
}

.noah-cta-wrap--claro .elementor-button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: none;
	color: #fff;
}

.noah-cta-wrap--claro .elementor-button::before {
	display: none;
}

.noah-cta-wrap--claro .elementor-button:hover {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

/* Cartões de etapa. */
.noah-passo {
	border: 1px solid var(--noah-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 35px rgba(23, 56, 29, 0.05);
	transition: 0.3s ease;
}

.noah-passo:hover {
	transform: translateY(-4px);
	border-color: rgba(23, 56, 29, 0.25);
	box-shadow: 0 20px 50px rgba(23, 56, 29, 0.10);
}

.noah-passo__numero .elementor-heading-title {
	font-family: Georgia, serif;
	font-size: 34px;
	color: var(--noah-gold);
	line-height: 1;
}

/* Imagem editorial com radius assimétrico. */
.noah-img-editorial img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 52px 28px 28px 52px;
}

/* Cartão de tamanho. */
.noah-tamanho {
	border: 1px solid var(--noah-border);
	border-radius: 20px;
	background: var(--noah-white);
}

.noah-tamanho__letra .elementor-heading-title {
	font-family: Georgia, serif;
	font-size: 42px;
	color: var(--noah-green);
	line-height: 1;
}

/* Vitrine de inspiração: sem botão de compra, é só vitrine. */
.noah-vitrine .noah-img-editorial img {
	border-radius: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.noah-img-editorial img {
		border-radius: 46px 24px 24px 46px;
	}
}

@media (max-width: 767px) {
	.noah-img-editorial img {
		border-radius: 34px 20px 20px 34px;
	}
	.noah-cta-wrap .elementor-button {
		width: 100%;
		max-width: 420px;
	}
	.noah-eyebrow .elementor-heading-title::before,
	.noah-eyebrow p::before {
		flex-basis: 24px;
		width: 24px;
	}
}
