/* CARDAPIOBAR - FOOTER FIXO + ALERTA SEM PRODUTOS RESTAURADO - 30/07/2026 13:35 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
	--app-width: 560px;
	--brand-red: #c92f2a;
	--brand-red-dark: #a92320;
	--brand-orange: #f07c00;
	--brand-orange-dark: #d96e00;
	--brand-gradient: linear-gradient(135deg, #c92f2a 0%, #f07c00 100%);
	--brand-soft: #fff7ef;
	--brand-line: rgba(240, 124, 0, .28);
	--text: #202124;
	--text-soft: #70747b;
	--line: #e7e9ed;
	--surface: #ffffff;
	--surface-soft: #f5f6f8;
	--surface-muted: #eef0f3;
	--shadow-soft: 0 10px 30px rgba(21, 24, 30, .07);
	--shadow-card: 0 4px 16px rgba(21, 24, 30, .055);
	--radius-lg: 22px;
	--radius-md: 17px;
	--radius-sm: 13px;
}
* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	max-width: var(--app-width);
	min-height: 0;
	margin: 0 auto;
	background: var(--surface-soft);
	color: var(--text);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

/* Cabeçalho / identidade do estabelecimento */
#header {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
	width: 100%;
	max-width: var(--app-width);
	min-height: 218px;
	padding: 0;
	transform: translateX(-50%);
	text-align: center;
	background-color: var(--surface);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 112px;
	border: 0;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 5px 22px rgba(22, 25, 31, .08);
	overflow: hidden;
}

#header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 112px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .18));
	pointer-events: none;
}

#logo {
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100px;
	text-align: center;
}

#logo a {
	display: inline-block;
	border-radius: 50%;
}

#logoImg {
	width: 96px;
	height: 96px;
	margin: 0 auto;
	padding: 0;
	background: var(--surface);
	border: 4px solid var(--surface);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	overflow: hidden;
}

#logo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

#nomeEstabelecimento {
	position: relative;
	z-index: 1;
	margin-top: 112px;
	padding: 55px 20px 0;
	background: var(--surface);
	color: var(--text);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.25px;
}

#tituloCardapioDigital {
	position: relative;
	z-index: 1;
	min-height: 48px;
	padding: 6px 20px 17px;
	background: var(--surface);
	color: var(--text-soft);
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.45;
}

/* Conteúdo principal */
#container {
	width: 100%;
	min-height: 0;
	margin: 232px 0 0;
	padding: 8px 0 78px;
	background: var(--surface-soft);
	float: none;
}

#nenhumProduto {
	position: relative;
	margin: 16px 14px;
	padding: 26px 20px 22px;
	background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
	color: var(--text);
	border: 1px solid #f1dfc7;
	border-radius: 22px;
	box-shadow: 0 10px 26px rgba(21, 24, 30, .06);
	overflow: hidden;
}

#nenhumProduto::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: var(--brand-gradient);
}

#nenhumProduto .nenhumProdutoIcone {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 14px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(240, 124, 0, .11) 0%, rgba(201, 47, 42, .07) 100%);
}

#nenhumProduto .nenhumProdutoIcone::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 17px;
	width: 28px;
	height: 18px;
	transform: translateX(-50%);
	border: 2px solid #d27a11;
	border-radius: 0 0 10px 10px;
	border-top: 0;
}

#nenhumProduto .nenhumProdutoIcone::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 26px;
	width: 30px;
	height: 2px;
	background: #c92f2a;
	border-radius: 2px;
	transform: translateX(-50%) rotate(-15deg);
}

#nenhumProduto .nenhumProdutoTitulo {
	margin-bottom: 7px;
	color: #23262b;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

#nenhumProduto .nenhumProdutoTexto {
	max-width: 320px;
	margin: 0 auto;
	color: var(--text-soft);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

#nenhumProduto .nenhumProdutoAcao {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 42px;
	margin-top: 16px;
	padding: 0 18px;
	background: #24262a;
	border: 1px solid #24262a;
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(20, 22, 26, .12);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .15s ease, background .2s ease;
}

#nenhumProduto .nenhumProdutoAcao:hover {
	background: #17191c;
}

#nenhumProduto .nenhumProdutoAcao:active {
	transform: scale(.985);
}

body.loading-page {
	overflow: hidden;
}

#pageLoader {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(245, 246, 248, .92);
	backdrop-filter: blur(10px);
	opacity: 1;
	visibility: visible;
	transition: opacity .22s ease, visibility .22s ease;
}

#pageLoader.page-loader-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#pageLoader .pageLoaderCard {
	width: min(100%, 320px);
	padding: 24px 20px 20px;
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(232, 234, 238, .95);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(19, 23, 29, .15);
	text-align: center;
}

#pageLoader .pageLoaderLogoWrap {
	width: 76px;
	height: 76px;
	margin: 0 auto 16px;
	padding: 6px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
	border: 1px solid #eceef2;
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(21, 24, 30, .08);
}

#pageLoader .pageLoaderLogo {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

#pageLoader .pageLoaderSpinner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-bottom: 14px;
}

#pageLoader .pageLoaderSpinner span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--brand-orange);
	animation: pageLoaderBounce 1s infinite ease-in-out;
}

#pageLoader .pageLoaderSpinner span:nth-child(2) {
	animation-delay: .16s;
	background: #dc6110;
}

#pageLoader .pageLoaderSpinner span:nth-child(3) {
	animation-delay: .32s;
	background: var(--brand-red);
}

#pageLoader .pageLoaderTitle {
	margin-bottom: 4px;
	color: #23262b;
	font-size: 16px;
	font-weight: 700;
}

#pageLoader .pageLoaderText {
	color: var(--text-soft);
	font-size: 13px;
	line-height: 1.5;
}

.detalhesLoader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	gap: 14px;
	text-align: center;
}

.detalhesLoaderSpinner {
	width: 46px;
	height: 46px;
	border: 3px solid rgba(240, 124, 0, .18);
	border-top-color: var(--brand-orange);
	border-radius: 50%;
	animation: detalhesLoaderSpin .85s linear infinite;
}

.detalhesLoaderTexto {
	color: var(--text-soft);
	font-size: 13px;
	font-weight: 500;
}

/* Categorias */
#categorias {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	min-height: 64px;
	margin: 10px 14px;
	padding: 16px 56px 16px 22px;
	float: none;
	background: var(--surface);
	background-image: none;
	border: 1px solid rgba(225, 227, 232, .95);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	color: #292b2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

#categorias::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
	width: 3px;
	background: var(--brand-gradient);
	border-radius: 0 6px 6px 0;
}

#categorias::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #a5a9b1;
	border-right: 2px solid #a5a9b1;
	transform: translateY(-50%) rotate(45deg);
}

#categorias:active {
	transform: scale(.985);
	border-color: #d8dbe1;
	box-shadow: 0 2px 7px rgba(21, 24, 30, .05);
}

#categorias a {
	color: inherit;
}

/* Título da categoria / voltar */
#tituloCategoria {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 56px;
	margin: 10px 14px 14px;
	padding: 14px 52px;
	float: none;
	background: var(--surface);
	background-image: none;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	color: var(--text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	cursor: pointer;
}

#tituloCategoria::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 23px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #8f949d;
	border-left: 2px solid #8f949d;
	transform: translateY(-50%) rotate(45deg);
}

#tituloCategoria:active {
	transform: scale(.988);
}

/* Produtos */
#produtos {
	position: relative;
	display: flex;
	align-items: stretch;
	width: auto;
	height: auto;
	min-height: 126px;
	margin: 10px 14px;
	padding: 10px;
	float: none;
	background: var(--surface);
	border: 1px solid rgba(226, 228, 233, .95);
	border-radius: 18px;
	box-shadow: var(--shadow-card);
	cursor: pointer;
	overflow: hidden;
	transition: transform .16s ease, box-shadow .16s ease;
}

#produtos:active {
	transform: scale(.99);
	box-shadow: 0 2px 8px rgba(21, 24, 30, .05);
}

#produtos #foto {
	flex: 0 0 112px;
	width: 112px;
	height: 104px;
	margin: 0 13px 0 0;
	float: none;
	background-color: #f1f2f4;
	border-radius: var(--radius-sm);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .025);
	overflow: hidden;
}

#produtos #foto img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0;
	position: static;
	transform: none;
	object-fit: cover;
}

#produtos #detalhes {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	min-height: 104px;
	width: auto;
	padding: 3px 3px 2px 0;
	float: none;
	color: var(--text);
	font-size: 13px;
}

#produtos #detalhes #titulo {
	display: -webkit-box;
	width: auto;
	margin: 0;
	float: none;
	color: #27292d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -.12px;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#produtos #detalhes #descricao {
	display: -webkit-box;
	width: auto;
	max-width: none;
	margin: 6px 0 0;
	float: none;
	color: #767b84;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#produtos #detalhes #preco {
	width: auto;
	margin: auto 0 0;
	padding: 7px 0 0;
	float: none;
	color: var(--brand-red);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	letter-spacing: -.1px;
}

/* QR Code */
#qrCodeGerado {
	width: 100%;
	float: none;
	text-align: center;
}

#textoQrCode {
	width: calc(100% - 40px);
	max-width: 380px;
	margin: 0 auto 24px;
	color: var(--text-soft);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.scanner-content {
	position: relative;
	width: calc(100% - 40px);
	max-width: 360px;
	margin: 0 auto;
}

.scanner-content .qr-preview > div {
	position: relative;
	width: 250px;
	height: auto;
	margin: auto;
	background-color: var(--bg-color);
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.scanner-bar {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 2px;
	background: var(--brand-orange);
	box-shadow: 0 0 15px var(--brand-orange);
	-webkit-animation: scan 2s linear alternate infinite;
	animation: scan 2s linear alternate infinite;
}

/* Detalhes do produto - refino premium */
#detalhesProduto {
	width: 100%;
	float: none;
	color: var(--text);
	font-family: 'Poppins', Arial, sans-serif;
}

#detalhesProduto #foto {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 220px;
	max-height: 300px;
	margin: 0 0 20px;
	padding: 14px;
	float: none;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border: 1px solid #eef0f2;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(18, 22, 28, .055);
	overflow: hidden;
}

#detalhesProduto #foto img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 265px;
	margin: 0 auto;
	border-radius: 12px;
	object-fit: contain;
	box-shadow: none;
}

#detalhesProduto #titulo {
	width: 100%;
	margin: 0;
	float: none;
	color: #24262a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.38;
	letter-spacing: -.25px;
	text-align: left;
}

#detalhesProduto #preco {
	display: inline-flex;
	align-items: center;
	width: auto;
	min-height: 38px;
	margin: 12px 0 16px;
	padding: 7px 12px;
	float: none;
	background: var(--brand-soft);
	border: 1px solid var(--brand-line);
	border-radius: 11px;
	color: var(--brand-red);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.15px;
	text-align: left;
}

#detalhesProduto #descricao {
	width: 100%;
	margin: 0 0 18px;
	float: none;
	color: var(--text-soft);
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}

#detalhesProduto #grupoBotaoAdd,
#detalhesProduto #grupoBotaoAdd #especificacaoAdd {
	width: 100%;
	float: none;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 9px 11px;
	color: #34373c;
	font-size: 12.5px;
	line-height: 1.35;
	background: #fafafa;
	border: 1px solid #eceef1;
	border-bottom: 0;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd:first-child {
	border-radius: 14px 14px 0 0;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd:last-child {
	margin-bottom: 14px;
	border-bottom: 1px solid #eceef1;
	border-radius: 0 0 14px 14px;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd:nth-child(odd) {
	background: #fafafa !important;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd #selecionar {
	width: 10%;
	float: none;
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd #descricao {
	width: 52%;
	margin: 0;
	float: none;
	color: var(--text);
}

#detalhesProduto #grupoBotaoAdd #especificacaoAdd #acrescimo {
	width: 38%;
	float: none;
	color: var(--brand-red);
	font-weight: 600;
	text-align: right;
}

#detalhesProduto #grupoBotaoAdd #observacaoAdd {
	width: 100%;
	margin: 10px 0 14px;
	float: none;
}

#detalhesProduto #grupoBotaoAdd #observacaoAdd textarea {
	width: 100%;
	min-height: 88px;
	padding: 13px 14px;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: var(--text);
	background: #fbfbfc;
	border: 1px solid #dfe2e6;
	border-radius: 14px;
	outline: none;
	resize: vertical;
}

#detalhesProduto #grupoBotaoAdd #observacaoAdd textarea:focus {
	background: #fff;
	border-color: rgba(240, 124, 0, .55);
	box-shadow: 0 0 0 3px rgba(240, 124, 0, .10);
}

#detalhesProduto #grupoBotaoAdd #quantidadeAdd {
	width: 38%;
	margin-right: 3%;
	float: left;
}

#detalhesProduto #grupoBotaoAdd #quantidadeAdd select {
	width: 100%;
	height: 46px;
	padding: 0 13px;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	color: var(--text);
	background: #fff;
	border: 1px solid #dfe2e6;
	border-radius: 14px;
	outline: none;
}

/* Botão grafite com assinatura da marca: mais sofisticado e menos vermelho */
#detalhesProduto #grupoBotaoAdd .botaoComprasAdicionar {
	position: relative;
	width: 59%;
	height: 46px;
	line-height: 46px;
	float: left;
	background: #24262a;
	border: 1px solid #24262a;
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(20, 22, 26, .14);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}

#detalhesProduto #grupoBotaoAdd .botaoComprasAdicionar::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--brand-gradient);
}

#detalhesProduto #grupoBotaoAdd .botaoComprasAdicionar:hover {
	background: #15171a;
	box-shadow: 0 10px 22px rgba(20, 22, 26, .18);
}

#detalhesProduto #grupoBotaoAdd .botaoComprasAdicionar:active {
	transform: scale(.985);
}

/* Comanda */
#itensComanda {
	position: fixed;
	left: 50%;
	bottom: 52px;
	z-index: 140;
	width: 100%;
	max-width: var(--app-width);
	padding: 0 14px 10px;
	transform: translateX(-50%);
}

#itensComanda #itens {
	position: static;
	width: 100%;
	height: 46px;
	padding: 0 18px;
	line-height: 46px;
	background: linear-gradient(180deg, #ef972c 0%, var(--brand-orange) 100%);
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(204, 116, 18, .18);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

#verComanda #itensComanda {
	position: static;
	width: 100%;
	height: 166px;
	padding: 0;
	float: none;
	transform: none;
	overflow-x: hidden;
	margin-bottom: 4px;
}

#grupoItens {
	width: 100%;
	height: calc(100% - 80px);
	float: none;
	overflow: auto;
}

#verComanda #totalComanda,
#verComanda #botaoFinalizar,
#verComanda #botaoFecharComanda {
	width: calc(100% - 28px);
	left: 14px;
	border-radius: 12px;
	font-family: 'Poppins', Arial, sans-serif;
}

#verComanda #totalComanda {
	height: 38px;
	bottom: 56px;
	line-height: 38px;
	background: #f3f4f6;
	color: var(--brand-red);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

#verComanda #botaoFinalizar,
#verComanda #botaoFecharComanda {
	height: 42px;
	bottom: 10px;
	line-height: 42px;
	background: linear-gradient(180deg, #ef972c 0%, var(--brand-orange) 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

#verComanda #botaoFinalizar:hover,
#verComanda #botaoFecharComanda:hover {
	background: var(--brand-orange-dark);
}

#verComanda #item {
	width: 100%;
	margin-bottom: 10px;
	float: none;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
}

#verComanda #item:nth-child(odd) {
	background: #fff !important;
}

#verComanda #miniFoto {
	width: 22%;
	height: 92px;
	margin-right: 3%;
	float: left;
	background: #f3f4f6;
	text-align: center;
	overflow: hidden;
}

#verComanda #miniFoto img {
	width: 100%;
	height: 100%;
	max-height: none;
	margin: 0;
	position: static;
	transform: none;
	object-fit: cover;
}

#verComanda #miniDescricao {
	width: 68%;
	padding: 10px 0;
	float: left;
	font-size: 12.5px;
	line-height: 1.4;
}

#verComanda .excluirItem {
	width: 7%;
	height: 92px;
	line-height: 92px;
	float: left;
	background: #fff1f2;
	color: var(--brand-red);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

/* Rodapé: mantém a marca WL original, sem deformar a imagem */
#footer {
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 150;
	width: 100%;
	max-width: var(--app-width);
	height: 52px;
	padding: 0;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .96);
	background-image: url(../images/logo_wl.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid rgba(225, 227, 232, .95);
	box-shadow: 0 -5px 18px rgba(21, 24, 30, .045);
	backdrop-filter: blur(10px);
}

/* Loader */
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3000;
	width: 210px;
	height: 160px;
	margin: 0;
	padding: 26px 20px;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(21, 24, 30, .2);
	color: #4b4f56;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.invisivel,
.invisible {
	display: none;
}

@-webkit-keyframes scan {
	0% { top: 0; }
	100% { top: 100%; }
}

@keyframes scan {
	0% { top: 0; }
	100% { top: 100%; }
}

/* jQuery UI: modal premium CardapioBar */
.ui-widget-overlay {
	background: #101114;
	opacity: .66;
	filter: Alpha(Opacity=66);
}

.ui-dialog {
	padding: 0 !important;
	background: #fff;
	border: 0 !important;
	border-radius: 24px !important;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .34) !important;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	position: relative;
	min-height: 60px;
	padding: 18px 62px 17px 20px;
	background: rgba(255, 255, 255, .98);
	border: 0;
	border-bottom: 1px solid #eceef1;
	border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: var(--brand-gradient);
	border-radius: 2px;
}

.ui-dialog .ui-dialog-title {
	margin: 0;
	color: #24262a;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -.12px;
}

/* Fechar redesenhado: X limpo, sem o ícone antigo do jQuery UI */
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	padding: 0;
	background: #f7f7f8;
	border: 1px solid #e5e7ea;
	border-radius: 50%;
	box-shadow: none;
	outline: none;
	transition: background .18s ease, border-color .18s ease, transform .15s ease;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background-image: none !important;
	text-indent: -9999px;
	overflow: visible;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon::before,
.ui-dialog .ui-dialog-titlebar-close .ui-icon::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 1px;
	width: 2px;
	height: 14px;
	background: #34363b;
	border-radius: 2px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon::before {
	transform: rotate(45deg);
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon::after {
	transform: rotate(-45deg);
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	background: var(--brand-soft);
	border-color: var(--brand-line);
}

.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon::before,
.ui-dialog .ui-dialog-titlebar-close:hover .ui-icon::after {
	background: var(--brand-red);
}

.ui-dialog .ui-dialog-titlebar-close:active {
	transform: scale(.95);
}

.ui-dialog .ui-dialog-content {
	padding: 18px 18px 22px !important;
	background: #fff;
	overflow-x: hidden !important;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
}


@keyframes pageLoaderBounce {
	0%, 80%, 100% { transform: scale(.65); opacity: .45; }
	40% { transform: scale(1); opacity: 1; }
}

@keyframes detalhesLoaderSpin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@media (hover: hover) {
	#categorias:hover,
	#produtos:hover {
		transform: translateY(-1px);
		box-shadow: 0 7px 20px rgba(21, 24, 30, .08);
	}
}

@media (min-width: 561px) {
	body {
		box-shadow: 0 0 35px rgba(21, 24, 30, .13);
	}
}

@media (max-width: 390px) {
	#produtos #foto {
		flex-basis: 98px;
		width: 98px;
	}

	#nomeEstabelecimento {
		font-size: 17px;
	}

	#tituloCardapioDigital {
		font-size: 12px;
	}
}

@supports (padding: max(0px)) {
	#footer {
		height: calc(52px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
	}

	#container {
		padding-bottom: calc(78px + env(safe-area-inset-bottom));
	}
}
