:root {
	--est-brown-950: #160906;
	--est-brown-900: #25110a;
	--est-brown-800: #3b1b10;
	--est-brown-700: #5b2d1e;
	--est-cream: #fff8ed;
	--est-cream-2: #f7ead7;
	--est-gold: #f5be38;
	--est-gold-light: #ffe38b;
	--est-ink: #2e180f;
	--est-white: #fffdf9;
	--est-shadow: 0 24px 70px rgba(27, 10, 4, .2);
}

html {
	scroll-behavior: smooth;
}

body.est-storefront-page {
	margin: 0;
	background: var(--est-cream);
	color: var(--est-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.est-storefront-page.admin-bar .est-topbar {
	top: 32px;
}

.est-storefront,
.est-storefront * {
	box-sizing: border-box;
}

.est-storefront {
	min-height: 100vh;
	overflow: hidden;
	background: var(--est-cream);
	color: var(--est-ink);
}

.est-storefront button,
.est-storefront input {
	font: inherit;
}

.est-storefront button,
.est-storefront a {
	-webkit-tap-highlight-color: transparent;
}

.est-storefront a {
	color: inherit;
	text-decoration: none;
}

.est-storefront img {
	display: block;
	max-width: 100%;
}

.est-skip-link,
.est-storefront .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.est-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: var(--est-white);
	color: var(--est-brown-900);
	border-radius: 10px;
}

.est-topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100%, 1600px);
	margin: 0 auto;
	padding: 24px clamp(22px, 4vw, 70px);
}

.est-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	margin: 0 auto 30px;
	min-width: 0;
	color: var(--est-white);
	text-align: center;
}

.est-brand img {
	width: clamp(165px, 14vw, 245px);
	height: auto;
	margin-bottom: 8px;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .3));
}

.est-brand-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.1vw, 18px);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 4.6vw, 76px);
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.1;
	text-shadow: 0 6px 24px rgba(0, 0, 0, .38);
}

.est-brand-title > span[aria-hidden="true"] {
	display: inline-grid;
	place-items: center;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
	font-size: .48em;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3));
}

.est-top-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.est-top-actions > a {
	position: relative;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 50%;
	background: rgba(31, 12, 5, .32);
	color: var(--est-white);
	backdrop-filter: blur(12px);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.est-top-actions > a:hover {
	transform: translateY(-2px);
	border-color: var(--est-gold-light);
	background: rgba(31, 12, 5, .7);
}

.est-top-actions svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.est-cart-link > span {
	position: absolute;
	top: -5px;
	right: -4px;
	display: grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--est-gold);
	color: var(--est-brown-950);
	font-size: 12px;
	font-weight: 900;
}

.est-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: clamp(690px, 57vw, 930px);
	padding: 150px clamp(24px, 7vw, 120px) 90px;
	background: var(--est-brown-950);
	isolation: isolate;
}

.est-hero::before,
.est-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.est-hero::before {
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, transparent 36%, rgba(24, 8, 4, .12) 52%, rgba(20, 7, 3, .55) 100%);
}

.est-hero::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 180px;
	z-index: -1;
	background: linear-gradient(0deg, rgba(22, 9, 6, .78), transparent);
}

.est-hero-art {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.est-hero-copy {
	width: min(48%, 710px);
	margin-left: auto;
	color: var(--est-white);
	text-align: center;
}

.est-eyebrow,
.est-kicker {
	margin: 0 0 12px;
	color: var(--est-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	line-height: 1.5;
	text-transform: uppercase;
}

.est-eyebrow span {
	margin-right: 8px;
	font-size: 17px;
}

.est-hero h1,
.est-section-heading h2,
.est-products-toolbar h2,
.est-cida-dialog h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.035em;
}

.est-hero h1 {
	margin: 8px 0 22px;
	font-size: clamp(48px, 5.3vw, 88px);
	line-height: 1.02;
	text-wrap: balance;
}

.est-cida-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: min(100%, 640px);
	min-height: 82px;
	margin: 42px auto 0;
	padding: 20px 34px;
	border: 1px solid #ffe89a;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffd95f 0%, #f4ba2f 44%, #d99014 100%);
	box-shadow: 0 0 0 1px rgba(255, 218, 92, .2), 0 12px 45px rgba(238, 161, 22, .32), inset 0 1px 0 #fff3b5;
	color: #1d1009;
	cursor: pointer;
	font-size: clamp(21px, 2vw, 33px);
	font-weight: 900;
	letter-spacing: -.02em;
	transition: box-shadow .2s ease, transform .2s ease;
}

.est-cida-button:hover {
	box-shadow: 0 0 0 3px rgba(255, 218, 92, .16), 0 17px 55px rgba(238, 161, 22, .45), inset 0 1px 0 #fff3b5;
	transform: translateY(-3px);
}

.est-cida-button span {
	font-size: .8em;
}

.est-category-section {
	padding: 72px max(28px, calc((100vw - 1540px) / 2)) 78px;
	background:
		radial-gradient(circle at 12% 0, rgba(247, 187, 51, .12), transparent 22%),
		linear-gradient(180deg, #170b07 0%, #231007 100%);
}

.est-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 36px;
	margin: 0 8px 34px;
}

.est-section-heading h2,
.est-products-toolbar h2 {
	margin: 0;
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.08;
}

.est-section-heading > p {
	max-width: 460px;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.6;
	text-align: right;
}

.est-on-dark {
	color: var(--est-white);
}

.est-on-dark > p {
	color: rgba(255, 253, 249, .62);
}

.est-category-rail {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	width: min(100%, 920px);
	margin: 0 auto;
	padding: 6px 8px;
}

.est-category-card {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 86px;
	padding: 20px 28px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--est-accent), transparent 20%);
	border-radius: 26px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.09), transparent 38%),
		var(--est-card);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .17);
	color: var(--est-white);
	cursor: pointer;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.est-category-card::after {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 150px;
	height: 150px;
	border: 1px solid color-mix(in srgb, var(--est-accent), transparent 65%);
	border-radius: 50%;
	content: "";
}

.est-category-card:hover,
.est-category-card.is-active {
	transform: translateY(-5px);
	border-color: var(--est-accent);
	box-shadow: 0 17px 35px rgba(0, 0, 0, .24), 0 0 0 2px color-mix(in srgb, var(--est-accent), transparent 68%);
}

.est-category-card.is-active::before {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--est-accent);
	box-shadow: 0 0 18px var(--est-accent);
	content: "";
}

.est-category-spark {
	flex: 0 0 auto;
	margin-right: 18px;
	color: var(--est-accent);
	font-size: 19px;
}

.est-category-card strong {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 22px;
	line-height: 1.25;
}

.est-products-section {
	min-height: 520px;
	padding: 84px max(32px, calc((100vw - 1440px) / 2)) 110px;
	background:
		radial-gradient(circle at 94% 0, rgba(243, 185, 55, .16), transparent 25%),
		var(--est-cream);
}

.est-products-toolbar {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin: 0 0 30px;
}

.est-search {
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(100%, 390px);
	padding: 0 18px;
	border: 1px solid #dcc8ad;
	border-radius: 16px;
	background: rgba(255, 253, 249, .82);
	box-shadow: 0 8px 25px rgba(62, 27, 12, .06);
}

.est-search svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #8b6a54;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.est-search input {
	width: 100%;
	height: 52px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--est-ink);
}

.est-search:focus-within {
	border-color: var(--est-brown-700);
	box-shadow: 0 0 0 3px rgba(91, 45, 30, .1);
}

.est-preview-note {
	margin: 0 0 28px;
	padding: 13px 16px;
	border: 1px solid #e8c467;
	border-radius: 12px;
	background: #fff3c9;
	color: #5f3a12;
	font-size: 13px;
	line-height: 1.5;
}

.est-product-panel[hidden] {
	display: none !important;
}

.est-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.est-product-card {
	min-width: 0;
	border: 1px solid rgba(117, 71, 42, .13);
	border-radius: 22px;
	background: rgba(255, 253, 249, .92);
	box-shadow: 0 12px 30px rgba(62, 27, 12, .08);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.est-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(117, 71, 42, .33);
	box-shadow: var(--est-shadow);
}

.est-product-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.est-product-image {
	position: relative;
	overflow: hidden;
	border-radius: 21px 21px 0 0;
	background: #f2e5d2;
	aspect-ratio: 4 / 3;
}

.est-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.est-product-card:hover .est-product-image img {
	transform: scale(1.035);
}

.est-product-image > span {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--est-gold);
	color: var(--est-brown-950);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.est-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 20px 22px;
}

.est-product-content h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.35;
}

.est-product-notice {
	margin: 0;
	color: #82654f;
	font-size: 13px;
	line-height: 1.5;
}

.est-product-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 15px;
	margin-top: auto;
	padding-top: 22px;
}

.est-product-bottom strong {
	font-size: 17px;
	line-height: 1.25;
}

.est-product-bottom span {
	flex: 0 0 auto;
	color: var(--est-brown-700);
	font-size: 12px;
	font-weight: 850;
}

.est-empty-state,
.est-no-search-results {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 270px;
	padding: 40px;
	border: 1px dashed #d6b993;
	border-radius: 24px;
	background: rgba(255, 253, 249, .7);
	color: #7c5a43;
	text-align: center;
}

.est-empty-state strong {
	margin: 10px 0 8px;
	color: var(--est-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 500;
}

.est-empty-icon {
	color: var(--est-gold);
	font-size: 30px;
}

.est-storefront-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	padding: 46px 30px;
	background: var(--est-brown-950);
	color: rgba(255, 253, 249, .7);
	text-align: center;
}

.est-storefront-footer img {
	width: 120px;
}

.est-storefront-footer p {
	margin: 0;
	font-size: 14px;
}

.est-cida-dialog[hidden] {
	display: none;
}

.est-cida-dialog {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.est-cida-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 6, 3, .67);
	backdrop-filter: blur(5px);
}

.est-cida-dialog aside {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(94vw, 560px);
	height: 100%;
	padding: 52px 38px 40px;
	overflow-y: auto;
	background: var(--est-cream);
	box-shadow: -20px 0 70px rgba(0, 0, 0, .25);
}

.est-dialog-close {
	position: absolute;
	top: 18px;
	right: 22px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #d8c2a5;
	border-radius: 50%;
	background: var(--est-white);
	color: var(--est-ink);
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
}

.est-dialog-avatar {
	width: 132px;
	height: 132px;
	margin-bottom: 25px;
	border: 5px solid var(--est-white);
	border-radius: 50%;
	background-position: 23% 25%;
	background-repeat: no-repeat;
	background-size: 560% auto;
	box-shadow: 0 10px 28px rgba(66, 29, 13, .18), 0 0 0 2px var(--est-gold);
}

.est-cida-dialog h2 {
	margin: 0 0 15px;
	font-size: 42px;
}

.est-cida-dialog aside > p:not(.est-kicker):not(.est-dialog-note) {
	margin: 0 0 26px;
	color: #6e513d;
	font-size: 16px;
	line-height: 1.6;
}

.est-dialog-shortcuts-label {
	order: 2;
	margin: 22px 0 10px !important;
	color: var(--est-brown-800) !important;
	font-size: 12px !important;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.est-dialog-categories {
	order: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.est-dialog-categories button {
	min-height: 50px;
	padding: 10px 12px;
	border: 1px solid #d9b98e;
	border-radius: 12px;
	background: var(--est-white);
	color: var(--est-brown-800);
	cursor: pointer;
	font-size: 13px;
	font-weight: 750;
	transition: background .2s ease, border-color .2s ease;
}

.est-dialog-categories button:hover {
	border-color: var(--est-brown-700);
	background: #fff0cc;
}

.est-cida-composer-form {
	order: 1;
	margin-top: 28px;
}

.est-cida-composer {
	display: grid;
	gap: 12px;
	padding: 14px 14px 12px 18px;
	border: 2px solid #8d674e;
	border-radius: 25px;
	background: var(--est-white);
	box-shadow: 0 10px 30px rgba(67, 31, 14, .09), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.est-cida-composer textarea {
	width: 100%;
	min-height: 48px;
	max-height: 150px;
	padding: 8px 4px;
	resize: vertical;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--est-ink);
	font: inherit;
	font-size: 16px;
	line-height: 1.45;
}

.est-cida-composer textarea::placeholder {
	color: #8b7769;
	opacity: 1;
}

.est-cida-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.est-cida-tools button {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	padding: 0;
	border: 1px solid #ddc7ab;
	border-radius: 50%;
	background: #fffaf1;
	color: #9a6816;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.est-cida-tools button:hover {
	border-color: var(--est-gold);
	background: #fff0c8;
	color: var(--est-brown-900);
	transform: translateY(-2px);
}

.est-cida-tools button.is-recording {
	border-color: #b62b2b;
	background: #fff0ef;
	color: #b62b2b;
	box-shadow: 0 0 0 5px rgba(182, 43, 43, .1);
}

.est-cida-tools button svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.est-cida-tools .est-cida-send {
	margin-left: 4px;
	border-color: #d49719;
	background: linear-gradient(135deg, #ffd85b, #e5a51e);
	color: #2b1609;
}

.est-cida-attachment {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 34px;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #e0cbae;
	border-radius: 16px;
	background: #fffaf1;
}

.est-cida-attachment[hidden],
.est-cida-audio-preview[hidden] {
	display: none;
}

.est-cida-attachment img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 11px;
}

.est-cida-attachment span {
	overflow: hidden;
	color: #6e513d;
	font-size: 13px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.est-cida-attachment button {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid #d8c2a5;
	border-radius: 50%;
	background: var(--est-white);
	color: var(--est-brown-800);
	cursor: pointer;
	font-size: 21px;
}

.est-cida-audio-preview {
	width: 100%;
	height: 46px;
	margin: 0 0 10px;
}

.est-cida-status {
	min-height: 20px;
	margin: 9px 4px 0 !important;
	color: #806653 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

.est-dialog-note {
	order: 3;
	margin: auto 0 0;
	padding-top: 28px;
	color: #91735f;
	font-size: 12px;
	line-height: 1.55;
}

.est-storefront button:focus-visible,
.est-storefront a:focus-visible,
.est-storefront input:focus-visible,
.est-storefront textarea:focus-visible {
	outline: 3px solid var(--est-gold-light);
	outline-offset: 3px;
}

body.est-dialog-open {
	overflow: hidden;
}

@media (max-width: 1120px) {
	.est-hero {
		min-height: 780px;
		padding-right: 5vw;
	}

	.est-hero-copy {
		width: 51%;
	}

	.est-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body.est-storefront-page.admin-bar .est-topbar {
		top: 46px;
	}

	.est-topbar {
		padding: 16px 18px;
	}

	.est-brand img {
		width: 148px;
	}

	.est-brand-title {
		font-size: clamp(38px, 10vw, 56px);
	}

	.est-top-actions {
		gap: 8px;
	}

	.est-top-actions > a {
		width: 44px;
		height: 44px;
	}

	.est-top-actions svg {
		width: 21px;
		height: 21px;
	}

	.est-hero {
		align-items: end;
		min-height: 780px;
		padding: 390px 22px 54px;
	}

	.est-hero::before {
		background: linear-gradient(180deg, transparent 34%, rgba(21, 7, 3, .2) 48%, rgba(18, 7, 3, .94) 77%);
	}

	.est-hero::after {
		height: 55%;
		background: linear-gradient(0deg, #160906 7%, transparent);
	}

	.est-hero-art {
		object-position: 34% center;
	}

	.est-hero-copy {
		width: 100%;
	}

	.est-hero h1 {
		font-size: clamp(42px, 12vw, 64px);
	}

	.est-cida-button {
		min-height: 66px;
		margin-top: 28px;
		border-radius: 18px;
		font-size: 20px;
	}

	.est-category-section,
	.est-products-section {
		padding-right: 20px;
		padding-left: 20px;
	}

	.est-category-section {
		padding-top: 54px;
		padding-bottom: 55px;
	}

	.est-section-heading,
	.est-products-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.est-section-heading > p {
		text-align: left;
	}

	.est-category-rail {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.est-products-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.est-search {
		width: 100%;
	}

	.est-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.est-storefront-footer {
		flex-direction: column;
		gap: 14px;
	}
}

@media (max-width: 520px) {
	.est-hero {
		min-height: 730px;
		padding-top: 345px;
	}

	.est-product-grid {
		grid-template-columns: 1fr;
	}

	.est-product-image {
		aspect-ratio: 16 / 10;
	}

	.est-dialog-categories {
		grid-template-columns: 1fr;
	}

	.est-cida-dialog aside {
		padding: 50px 24px 32px;
	}

	.est-cida-dialog h2 {
		font-size: 36px;
	}

	.est-cida-composer {
		padding-right: 10px;
		padding-left: 14px;
	}

	.est-cida-tools {
		justify-content: space-between;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.est-storefront *,
	.est-storefront *::before,
	.est-storefront *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
	

/* Cida: compositor visível antes dos atalhos. */
.est-cida-composer-form { order: 1; }
.est-dialog-shortcuts-label,
.est-dialog-categories { order: 2; }
.est-dialog-note { order: 3; }
	