:root {
	--home-ink: #1f1710;
	--home-cream: #fff4df;
	--home-paper: #fffaf1;
	--home-orange: #f4a51c;
	--home-red: #d8291f;
	--home-green: #137a38;
	--home-line: rgba(31, 23, 16, 0.12);
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 12% 0%, rgba(244, 165, 28, 0.16), transparent 32rem),
		linear-gradient(180deg, #fff9ee 0%, #fff4df 100%) !important;
	color: var(--home-ink);
}

header#topo .cover.main {
	min-height: 96px;
	background:
		linear-gradient(135deg, rgba(31, 23, 16, 0.42), rgba(31, 23, 16, 0.76)),
		url("./main/crispy.webp") center 46% / cover no-repeat !important;
}

header#topo .cover .logo figure {
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
}

header#topo .info h1 {
	letter-spacing: -0.04em;
}

header#topo .info {
	padding-bottom: 6px !important;
}

header#topo .info .icones,
header#topo .info .detalhe,
header#topo .info .aberto {
	display: none !important;
}

header#topo .info .detalhe:has(#localCidade),
header#topo .info .detalhe:has(#localEstado) {
	display: flex !important;
	margin-top: 4px !important;
	color: rgba(31, 23, 16, 0.72);
	font-size: 12px;
}

header#topo .info .detalhe:has(#localCidade) svg,
header#topo .info .detalhe:has(#localEstado) svg {
	color: #137a38;
}

header#topo .info .detalhe {
	color: rgba(31, 23, 16, 0.78);
}

.burgz-store-snapshot {
	display: grid;
	justify-items: center;
	gap: 5px;
	margin: 7px auto 4px;
	color: #303238;
	font-size: 14px;
	line-height: 1.18;
	text-align: center;
}

.burgz-store-snapshot div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

.burgz-store-snapshot strong,
.burgz-store-snapshot b {
	font-weight: 850;
}

.burgz-store-snapshot span {
	color: #33383d;
}

.burgz-store-open {
	width: fit-content;
	margin-top: 2px;
	padding: 4px 14px;
	border-radius: 999px;
	background: #cff3d4;
	color: #0b7f35;
	font-size: 13px;
	font-weight: 950;
	letter-spacing: 0.02em;
}

.burgz-store-open::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4fc46a;
}

header#topo #menuCategorias {
	background: #20150e !important;
	border: 0 !important;
	box-shadow: 0 12px 32px rgba(31, 23, 16, 0.18);
}

header#topo #menuCategorias .container,
header#topo .categorias {
	overflow: visible !important;
}

header#topo .categorias {
	display: flex !important;
	justify-content: center !important;
	padding: 0 !important;
}

header#topo .categorias a {
	color: #fff4df !important;
	width: 100%;
	border-top: 2px solid #c49d5d !important;
	border-bottom: 0 !important;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-align: center;
	white-space: normal !important;
}

.burgz-offer-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin: 8px 0 10px;
	padding: 9px 12px;
	border: 1px solid rgba(19, 122, 56, 0.16);
	border-radius: 999px;
	background: #e5f8e7;
	color: #145d2d;
	font-size: 13px;
	line-height: 1.25;
}

.burgz-offer-strip strong {
	font-weight: 950;
}

.burgz-offer-strip span {
	font-weight: 700;
}

.burgz-location-trigger {
	border: 0;
	background: transparent;
	color: #145d2d;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	text-decoration: underline;
	cursor: pointer;
	white-space: nowrap;
}

.swal2-container {
	z-index: 1000002 !important;
	pointer-events: auto !important;
}

.swal2-container .swal2-popup,
.swal2-container .swal2-select,
.swal2-container .swal2-confirm,
.swal2-container .swal2-cancel {
	pointer-events: auto !important;
}

body.swal2-shown .burgz-sticky-cta,
body.swal2-toast-shown .burgz-sticky-cta {
	pointer-events: none;
	opacity: 0;
}

.burgz-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 20px;
	align-items: center;
	margin: 14px 0 18px;
	padding: 22px;
	overflow: hidden;
	border-radius: 24px;
	background:
		radial-gradient(circle at 86% 18%, rgba(244, 165, 28, 0.5), transparent 24%),
		linear-gradient(135deg, #25170f 0%, #5b1f13 54%, #20150e 100%);
	color: #fff8ea;
	box-shadow: 0 20px 50px rgba(31, 23, 16, 0.22);
	animation: burgzHeroIn 360ms ease-out both;
}

.burgz-hero::after {
	content: "";
	position: absolute;
	inset: auto -70px -96px auto;
	width: 240px;
	height: 240px;
	border: 28px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
}

.burgz-hero-copy,
.burgz-hero-visual {
	position: relative;
	z-index: 1;
}

.burgz-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.11);
	color: #ffd975;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.burgz-hero h2 {
	margin: 14px 0 8px;
	max-width: 560px;
	font-size: clamp(31px, 6vw, 62px);
	line-height: 0.9;
	letter-spacing: -0.075em;
	text-transform: uppercase;
}

.burgz-hero p {
	max-width: 420px;
	margin: 0;
	color: rgba(255, 248, 234, 0.82);
	font-size: 15px;
	line-height: 1.45;
}

.burgz-hero-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.burgz-hero-cta,
.burgz-sticky-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--home-orange);
	color: #241407 !important;
	font-weight: 950;
	text-decoration: none !important;
	box-shadow: 0 8px 0 rgba(0, 0, 0, 0.18);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.burgz-hero-cta:hover,
.burgz-sticky-cta a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2);
}

.burgz-hero-note {
	color: #ffe4a2;
	font-size: 13px;
	font-weight: 800;
}

.burgz-hero-visual {
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 12px;
	align-items: end;
}

.burgz-hero-visual img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.32));
}

.burgz-hero-visual img:first-child {
	transform: rotate(-4deg) scale(1.04);
}

.burgz-hero-visual img:last-child {
	align-self: center;
	padding: 8px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	transform: rotate(5deg);
}

.burgz-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}

.burgz-benefit {
	padding: 12px 14px;
	border: 1px solid var(--home-line);
	border-radius: 16px;
	background: rgba(255, 250, 241, 0.86);
	box-shadow: 0 10px 28px rgba(31, 23, 16, 0.08);
}

.burgz-benefit strong {
	display: block;
	font-size: 14px;
	color: var(--home-ink);
}

.burgz-benefit span {
	display: block;
	margin-top: 3px;
	color: rgba(31, 23, 16, 0.64);
	font-size: 12px;
	line-height: 1.35;
}

main#lista > .container > .alert {
	display: none !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: #fffaf1 !important;
	color: var(--home-ink) !important;
	box-shadow: 0 10px 30px rgba(31, 23, 16, 0.08);
}

main#lista > .container > .alert-success:first-of-type {
	background: #e5f8e7 !important;
	color: #115f2b !important;
}

main#lista > .container > .alert-success:nth-of-type(2) {
	border: 1px solid rgba(216, 41, 31, 0.22) !important;
	outline: 0 !important;
	background: #fff0e6 !important;
	color: #8f2319 !important;
}

main#lista .categoria > h2 {
	margin: 8px 0 12px;
	color: var(--home-ink);
	font-size: clamp(23px, 4vw, 34px);
	font-weight: 950;
	letter-spacing: -0.05em;
}

main#lista .categoria > h2::after {
	content: "Frete grátis + 2 Suflair no checkout";
	display: block;
	margin-top: 5px;
	color: rgba(31, 23, 16, 0.58);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

main#lista .produtos .item a.combo-offer-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(19, 122, 56, 0.26) !important;
	border-radius: 22px !important;
	background: #fffaf1 !important;
	box-shadow: 0 16px 36px rgba(31, 23, 16, 0.12);
	transform: translateY(12px);
	opacity: 0;
	animation: burgzCardIn 420ms ease-out forwards;
	transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

main#lista .produtos .item a.combo-offer-card:hover {
	transform: translateY(-3px) !important;
	border-color: rgba(216, 41, 31, 0.38) !important;
	box-shadow: 0 22px 46px rgba(31, 23, 16, 0.17);
}

main#lista .produtos .item a.combo-offer-card::before {
	content: "Primeiro pedido";
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	padding: 6px 9px;
	border-radius: 999px;
	background: #20150e;
	color: #ffe39a;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

main#lista .produtos .item a.combo-offer-card .texto h3 {
	color: var(--home-ink);
	font-size: 18px;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

main#lista .produtos .item a.combo-offer-card .texto > span:first-child {
	display: inline-flex !important;
	width: auto !important;
	padding: 5px 9px !important;
	border-radius: 999px !important;
	background: var(--home-red) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}

main#lista .produtos .item a.combo-offer-card .precoPromocao {
	color: rgba(31, 23, 16, 0.42) !important;
}

main#lista .produtos .item a.combo-offer-card .preco {
	display: inline-flex !important;
	align-items: center;
	margin-top: 4px !important;
	color: var(--home-green) !important;
	font-size: 24px !important;
	font-weight: 950 !important;
	letter-spacing: -0.04em;
}

main#lista .produtos .item a.combo-offer-card .fotoProduto figure {
	border-radius: 18px;
	background:
		radial-gradient(circle, rgba(244, 165, 28, 0.28), transparent 60%),
		#fff1d8;
}

main#lista .produtos .item a.combo-offer-card .fotoProduto img {
	transform: scale(1.08);
	transition: transform 200ms ease;
}

main#lista .produtos .item a.combo-offer-card:hover .fotoProduto img {
	transform: scale(1.14) rotate(2deg);
}

.burgz-card-perks {
	display: flex;
	gap: 6px;
	margin: 8px 0 3px;
	flex-wrap: wrap;
}

.burgz-card-perks b {
	padding: 4px 7px;
	border-radius: 999px;
	background: #e7f7e8;
	color: var(--home-green);
	font-size: 11px;
	line-height: 1;
}

.burgz-card-cta {
	display: inline-flex;
	width: fit-content;
	margin-top: 8px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--home-orange);
	color: #241407;
	font-size: 12px;
	font-weight: 950;
}

.burgz-sticky-cta {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 99998;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(32, 21, 14, 0.96);
	color: #fff8ea;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
}

.burgz-sticky-cta strong {
	display: block;
	font-size: 13px;
}

.burgz-sticky-cta span {
	display: block;
	color: rgba(255, 248, 234, 0.72);
	font-size: 11px;
}

.burgz-sticky-cta a {
	min-height: 36px;
	padding: 9px 12px;
	font-size: 12px;
	white-space: nowrap;
	box-shadow: none;
}

@keyframes burgzHeroIn {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.99);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes burgzCardIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 720px) {
	body {
		padding-bottom: 82px;
	}

	.burgz-hero {
		grid-template-columns: 1fr;
		margin-top: 8px;
		padding: 18px;
		border-radius: 20px;
	}

	.burgz-hero h2 {
		max-width: 360px;
	}

	.burgz-hero-visual {
		grid-template-columns: 1fr 0.72fr;
		max-width: 320px;
		margin: -6px auto 0;
	}

	.burgz-benefits {
		grid-template-columns: 1fr;
	}

	main#lista .categoria > h2 {
		padding: 0 2px;
	}

	main#lista .produtos .item a.combo-offer-card .texto h3 {
		font-size: 16px;
	}

	.burgz-sticky-cta {
		display: flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.burgz-hero,
	main#lista .produtos .item a.combo-offer-card {
		animation: none;
		opacity: 1;
		transform: none;
	}
}
