/* ============================================================
   TORVELLI PIZZARIA — Folha de estilo global (v2)
   Sistema de classes novo, mobile-first, foco em conversão
   Prefixo: tv-
   ============================================================ */

:root {
	--tv-vermelho: #5b0e5c;
	--tv-vermelho-escuro: #C2121E;
	--tv-vermelho-suave: #FDEDEE;
	--tv-verde: #1BA856;
	--tv-verde-suave: #E8F7EF;
	--tv-tinta: #1C1C1F;
	--tv-cinza: #6B6B72;
	--tv-cinza-claro: #9A9AA1;
	--tv-linha: #ECECEF;
	--tv-fundo: #F7F7F8;
	--tv-branco: #FFFFFF;
	--tv-estrela: #FFB200;
	--tv-raio: 14px;
	--tv-raio-g: 20px;
	--tv-sombra: 0 1px 3px rgba(28, 28, 31, .06), 0 4px 16px rgba(28, 28, 31, .05);
	--tv-sombra-flutuante: 0 -4px 24px rgba(28, 28, 31, .10);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html { scroll-behavior: smooth; }

body {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	background: var(--tv-fundo);
	color: var(--tv-tinta);
	font-size: 15px;
	line-height: 1.5;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.tv-coluna { width: 100%; max-width: 680px; margin: 0 auto; padding: 0 16px; }

/* ------------------------------------------------------------
   Cabeçalho fixo
   ------------------------------------------------------------ */
.tv-cabecalho {
	position: sticky; top: 0; z-index: 50;
	background: var(--tv-branco);
	border-bottom: 1px solid var(--tv-linha);
}
.tv-cabecalho__linha {
	display: flex; align-items: center; gap: 10px;
	padding: 10px 16px; max-width: 680px; margin: 0 auto;
}
.tv-cabecalho__logo {
	width: 78px; height: 40px; border-radius: 10px;
	object-fit: contain; border: 1px solid var(--tv-linha);
	background: var(--tv-branco);
	flex-shrink: 0;
}
.tv-cabecalho__nome { font-size: 16px; font-weight: 800; line-height: 1.2; }
.tv-cabecalho__status {
	display: inline-flex; align-items: center; gap: 5px;
	font-size: 12px; font-weight: 600; color: var(--tv-verde);
}
.tv-cabecalho__status::before {
	content: ""; width: 7px; height: 7px; border-radius: 50%;
	background: var(--tv-verde);
	animation: tv-pulso 1.6s ease-in-out infinite;
}
@keyframes tv-pulso { 50% { opacity: .35; } }

.tv-chip-local {
	margin-left: auto;
	display: inline-flex; align-items: center; gap: 6px;
	background: var(--tv-fundo); border: 1px solid var(--tv-linha);
	border-radius: 999px; padding: 7px 12px;
	font-size: 12.5px; font-weight: 600; color: var(--tv-tinta);
	max-width: 46%;
}
.tv-chip-local svg { flex-shrink: 0; }
.tv-chip-local span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ------------------------------------------------------------
   Barra de oferta com contagem (assinatura visual)
   ------------------------------------------------------------ */
.tv-oferta {
	background: linear-gradient(100deg, var(--tv-vermelho) 0%, var(--tv-vermelho-escuro) 100%);
	color: #fff;
}
.tv-oferta__linha {
	max-width: 680px; margin: 0 auto;
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 10px 16px;
}
.tv-oferta__titulo { font-size: 13.5px; font-weight: 800; letter-spacing: .2px; }
.tv-oferta__titulo small { display: block; font-size: 11px; font-weight: 600; opacity: .92; }
.tv-oferta__relogio {
	display: flex; align-items: center; gap: 4px;
	font-variant-numeric: tabular-nums;
	font-size: 16px; font-weight: 800;
	background: rgba(255, 255, 255, .16);
	border-radius: 10px; padding: 6px 10px;
	flex-shrink: 0;
}
.tv-oferta__relogio small { font-size: 10px; font-weight: 600; opacity: .9; margin-right: 2px; }

/* ------------------------------------------------------------
   Cartão da loja
   ------------------------------------------------------------ */
.tv-loja {
	background: var(--tv-branco);
	border-radius: var(--tv-raio-g);
	box-shadow: var(--tv-sombra);
	padding: 16px; margin-top: 16px;
}
.tv-loja__topo { display: flex; gap: 12px; align-items: center; }
.tv-loja__foto {
	width: 86px; height: 56px; border-radius: var(--tv-raio);
	object-fit: contain; flex-shrink: 0;
	background: var(--tv-branco);
	border: 1px solid var(--tv-linha);
}
.tv-loja__nome { font-size: 18px; font-weight: 800; }
.tv-loja__meta { font-size: 13px; color: var(--tv-cinza); margin-top: 2px; }
.tv-loja__nota { color: var(--tv-estrela); font-weight: 800; }
.tv-loja__badges {
	display: flex; flex-wrap: wrap; gap: 8px;
	margin-top: 14px; padding-top: 14px;
	border-top: 1px solid var(--tv-linha);
}
.tv-badge {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 12px; font-weight: 700;
	border-radius: 999px; padding: 6px 11px;
	background: var(--tv-fundo); color: var(--tv-cinza);
}
.tv-badge--verde { background: var(--tv-verde-suave); color: var(--tv-verde); }

/* ------------------------------------------------------------
   Lista de produtos (cartões estilo marketplace)
   ------------------------------------------------------------ */
.tv-secao { margin-top: 26px; }
.tv-secao__titulo { font-size: 18px; font-weight: 800; }
.tv-secao__subtitulo { font-size: 13px; color: var(--tv-cinza); margin-top: 2px; }

.tv-cardapio { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }

.tv-produto {
	position: relative;
	display: flex; gap: 14px; align-items: stretch;
	background: var(--tv-branco);
	border: 1px solid var(--tv-linha);
	border-radius: var(--tv-raio-g);
	padding: 14px;
	transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.tv-produto:active { transform: scale(.985); }
@media (hover: hover) {
	.tv-produto:hover { box-shadow: var(--tv-sombra); border-color: #DEDEE4; }
}
.tv-produto__info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.tv-produto__nome { font-size: 15.5px; font-weight: 800; line-height: 1.25; }
.tv-produto__descricao {
	font-size: 12.5px; color: var(--tv-cinza); margin-top: 4px;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tv-produto__precos { margin-top: auto; padding-top: 10px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.tv-produto__preco { font-size: 17px; font-weight: 800; color: var(--tv-verde); }
.tv-produto__preco-antigo { font-size: 12.5px; color: var(--tv-cinza-claro); text-decoration: line-through; }
.tv-produto__estoque { font-size: 11.5px; font-weight: 700; color: var(--tv-vermelho); margin-top: 6px; }

.tv-produto__midia { position: relative; flex-shrink: 0; align-self: center; }
.tv-produto__foto {
	width: 96px; height: 96px;
	border-radius: var(--tv-raio);
	object-fit: cover;
}
.tv-selo-desconto {
	position: absolute; top: -7px; left: -7px;
	background: var(--tv-vermelho); color: #fff;
	font-size: 11px; font-weight: 800;
	border-radius: 8px; padding: 3px 7px;
	box-shadow: 0 2px 6px rgba(197, 18, 30, .35);
}
.tv-selo-popular {
	position: absolute; top: -9px; right: 12px;
	background: var(--tv-tinta); color: #fff;
	font-size: 10.5px; font-weight: 800; letter-spacing: .3px;
	border-radius: 999px; padding: 4px 10px;
}

/* ------------------------------------------------------------
   Faixa de confiança
   ------------------------------------------------------------ */
.tv-confianca {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
	margin-top: 26px;
}
.tv-confianca__item {
	background: var(--tv-branco); border: 1px solid var(--tv-linha);
	border-radius: var(--tv-raio); padding: 12px 10px;
	text-align: center;
}
.tv-confianca__item svg { margin: 0 auto 6px; display: block; }
.tv-confianca__item b { display: block; font-size: 12px; font-weight: 800; }
.tv-confianca__item span { font-size: 11px; color: var(--tv-cinza); }

/* ------------------------------------------------------------
   Avaliações
   ------------------------------------------------------------ */
.tv-avaliacoes { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.tv-avaliacao {
	background: var(--tv-branco); border: 1px solid var(--tv-linha);
	border-radius: var(--tv-raio-g); padding: 14px;
	display: flex; gap: 12px;
}
.tv-avaliacao__foto { width: 52px; height: 52px; border-radius: var(--tv-raio); object-fit: cover; flex-shrink: 0; }
.tv-avaliacao__nome { font-size: 13.5px; font-weight: 800; }
.tv-avaliacao__estrelas { color: var(--tv-estrela); font-size: 12px; letter-spacing: 1px; }
.tv-avaliacao__texto { font-size: 13px; color: var(--tv-cinza); margin-top: 4px; }

.tv-galeria {
	display: flex; gap: 10px; overflow-x: auto; margin-top: 14px;
	padding-bottom: 6px; scrollbar-width: none;
}
.tv-galeria::-webkit-scrollbar { display: none; }
.tv-galeria img {
	width: 132px; height: 132px; border-radius: var(--tv-raio);
	object-fit: cover; flex-shrink: 0;
}

/* ------------------------------------------------------------
   Como funciona
   ------------------------------------------------------------ */
.tv-passos { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.tv-passo {
	display: flex; gap: 12px; align-items: center;
	background: var(--tv-branco); border: 1px solid var(--tv-linha);
	border-radius: var(--tv-raio); padding: 12px 14px;
}
.tv-passo__numero {
	width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
	background: var(--tv-vermelho-suave); color: var(--tv-vermelho);
	display: grid; place-items: center;
	font-size: 13px; font-weight: 800;
	line-height: 1;
}
.tv-passo b { font-size: 13.5px; }
.tv-passo p span { display: block; font-size: 12px; color: var(--tv-cinza); }

/* ------------------------------------------------------------
   Rodapé
   ------------------------------------------------------------ */
.tv-rodape {
	margin-top: 34px;
	background: var(--tv-branco);
	border-top: 1px solid var(--tv-linha);
	padding: 26px 0 90px;
}
.tv-rodape__grade { display: grid; gap: 20px; }
.tv-rodape h3 { font-size: 13.5px; font-weight: 800; margin-bottom: 6px; }
.tv-rodape p, .tv-rodape li { font-size: 13px; color: var(--tv-cinza); }
.tv-rodape ul { list-style: none; }
.tv-rodape li { padding: 2px 0; }
.tv-rodape__pagamentos { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.tv-rodape__pagamentos span {
	font-size: 11.5px; font-weight: 700;
	background: var(--tv-fundo); border: 1px solid var(--tv-linha);
	border-radius: 8px; padding: 5px 9px; color: var(--tv-cinza);
}
.tv-rodape__assinatura {
	margin-top: 22px; padding-top: 14px;
	border-top: 1px solid var(--tv-linha);
	font-size: 11.5px; color: var(--tv-cinza-claro); text-align: center;
}
@media (min-width: 560px) { .tv-rodape__grade { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------------
   CTA fixo da página inicial
   ------------------------------------------------------------ */
.tv-cta-fixo {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
	background: var(--tv-branco);
	box-shadow: var(--tv-sombra-flutuante);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.tv-cta-fixo__interno { max-width: 680px; margin: 0 auto; }
.tv-botao {
	display: flex; align-items: center; justify-content: center; gap: 8px;
	width: 100%;
	background: var(--tv-vermelho); color: #fff;
	font-size: 15.5px; font-weight: 800;
	text-decoration: none;
	border-radius: var(--tv-raio); padding: 15px 18px;
	transition: background .12s ease, transform .08s ease;
}
.tv-botao:active { transform: scale(.985); background: var(--tv-vermelho-escuro); }

/* ============================================================
   PÁGINA DE PRODUTO
   ============================================================ */
.tv-voltar {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 13.5px; font-weight: 700; color: var(--tv-tinta);
	padding: 14px 0;
}

.tv-detalhe {
	background: var(--tv-branco);
	border-radius: var(--tv-raio-g);
	box-shadow: var(--tv-sombra);
	overflow: hidden;
}
.tv-detalhe__foto { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tv-detalhe__corpo { padding: 16px; }
.tv-detalhe__nome { font-size: 20px; font-weight: 800; line-height: 1.25; }
.tv-detalhe__beneficios { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tv-detalhe__precos { display: flex; align-items: baseline; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.tv-detalhe__preco { font-size: 26px; font-weight: 800; color: var(--tv-verde); }
.tv-detalhe__preco-antigo { font-size: 14px; color: var(--tv-cinza-claro); text-decoration: line-through; }
.tv-detalhe__economia {
	font-size: 12px; font-weight: 800; color: var(--tv-verde);
	background: var(--tv-verde-suave); border-radius: 8px; padding: 4px 8px;
}
.tv-detalhe__estoque {
	display: inline-flex; align-items: center; gap: 6px;
	margin-top: 12px;
	font-size: 12.5px; font-weight: 700; color: var(--tv-vermelho);
	background: var(--tv-vermelho-suave); border-radius: 999px; padding: 6px 12px;
}

/* Etapas de montagem */
.tv-etapa {
	background: var(--tv-branco);
	border-radius: var(--tv-raio-g);
	box-shadow: var(--tv-sombra);
	margin-top: 14px;
	overflow: hidden;
}
.tv-copos-montagem {
	display: grid;
	gap: 16px;
	margin-top: 14px;
}
.tv-copo-montagem {
	background: #f7f4f8;
	border: 1px solid #eadfed;
	border-radius: var(--tv-raio-g);
	padding: 10px;
}
.tv-copo-montagem__topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 6px 12px;
}
.tv-copo-montagem__topo span {
	color: var(--tv-roxo);
	font-size: 17px;
	font-weight: 900;
}
.tv-copo-montagem__topo strong {
	background: var(--tv-branco);
	border-radius: 999px;
	color: var(--tv-cinza);
	font-size: 11px;
	font-weight: 800;
	padding: 7px 10px;
}
.tv-copo-montagem .tv-etapa {
	box-shadow: 0 5px 18px rgba(28, 28, 31, .07);
	margin-top: 0;
	margin-bottom: 10px;
}
.tv-copo-montagem .tv-etapa:last-child { margin-bottom: 0; }
.tv-etapa__topo {
	display: flex; align-items: center; gap: 10px;
	padding: 12px 16px;
	background: var(--tv-branco);
	border-bottom: 1px solid var(--tv-linha);
}
.tv-etapa__indice {
	width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
	background: var(--tv-tinta); color: #fff;
	display: grid; place-items: center;
	font-size: 12px; font-weight: 800;
}
.tv-etapa--completa .tv-etapa__indice { background: var(--tv-verde); }
.tv-etapa__titulo { font-size: 14.5px; font-weight: 800; }
.tv-etapa__regra { display: block; font-size: 11.5px; font-weight: 600; color: var(--tv-cinza); }
.tv-etapa__contador {
	margin-left: auto;
	font-size: 12px; font-weight: 800; color: var(--tv-cinza);
	background: var(--tv-fundo); border-radius: 999px; padding: 4px 10px;
	font-variant-numeric: tabular-nums;
}
.tv-etapa--completa .tv-etapa__contador { background: var(--tv-verde-suave); color: var(--tv-verde); }

.tv-opcao {
	display: flex; align-items: center; gap: 12px;
	width: 100%; text-align: left;
	min-height: 58px;
	padding: 10px 16px;
	border-bottom: 1px solid var(--tv-linha);
	transition: background .1s ease;
}
.tv-opcao:last-child { border-bottom: none; }
.tv-opcao:active { background: var(--tv-fundo); }
.tv-opcao__caixa {
	width: 22px; height: 22px; flex-shrink: 0;
	border: 2px solid #D5D5DB; border-radius: 7px;
	display: grid; place-items: center;
	transition: all .12s ease;
}
.tv-opcao--radio .tv-opcao__caixa { border-radius: 50%; }
.tv-opcao[aria-checked="true"] .tv-opcao__caixa {
	background: var(--tv-vermelho); border-color: var(--tv-vermelho);
}
.tv-opcao__caixa svg { opacity: 0; transform: scale(.5); transition: all .12s ease; }
.tv-opcao[aria-checked="true"] .tv-opcao__caixa svg { opacity: 1; transform: scale(1); }
.tv-opcao__nome { font-size: 14px; font-weight: 700; }
.tv-opcao__detalhe { display: block; font-size: 12px; color: var(--tv-cinza); font-weight: 500; }
.tv-opcao__extra { margin-left: auto; font-size: 12px; font-weight: 800; color: var(--tv-verde); flex-shrink: 0; }
.tv-opcao[aria-disabled="true"] { opacity: .45; pointer-events: none; }

/* Barra fixa de finalização */
.tv-finalizar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
	background: var(--tv-branco);
	box-shadow: var(--tv-sombra-flutuante);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.tv-finalizar__interno {
	max-width: 680px; margin: 0 auto;
	display: flex; align-items: center; gap: 12px;
}
.tv-finalizar__total { flex-shrink: 0; }
.tv-finalizar__total small { display: block; font-size: 11px; font-weight: 600; color: var(--tv-cinza); }
.tv-finalizar__total b { font-size: 19px; font-weight: 800; color: var(--tv-tinta); }
.tv-finalizar .tv-botao { flex: 1; padding: 14px; }

/* Espaço para as barras fixas */
.tv-pagina-produto { padding-bottom: 110px; }
.tv-pagina-inicial { padding-bottom: 96px; }

/* SweetAlert: harmonia com o tema */
.swal2-popup { font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important; border-radius: 20px !important; }
.swal2-confirm { border-radius: 12px !important; font-weight: 800 !important; }
.swal2-deny, .swal2-cancel { border-radius: 12px !important; font-weight: 700 !important; }

/* Acessibilidade */
:focus-visible { outline: 3px solid rgba(229, 33, 46, .45); outline-offset: 2px; border-radius: 6px; }
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
	html { scroll-behavior: auto; }
}

/* Correções de usabilidade */
.tv-etapa { scroll-margin-top: 120px; }
.swal2-container.swal2-bottom-end { bottom: 92px !important; } /* toast não cobre o botão Finalizar */

.tv-produto__foto,
.tv-detalhe__foto {
	object-fit: cover;
	background: #f7e8fb;
}

/* Bloco Marmita - Açaí */
.tv-marmitas {
	background: var(--tv-branco);
	border-radius: 12px;
	box-shadow: var(--tv-sombra);
	overflow: hidden;
	margin-top: 14px;
}
.tv-marmitas__cabeca {
	background: var(--tv-vermelho);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	padding: 10px 12px;
}
.tv-marmitas__hero {
	display: block;
	width: 100%;
	aspect-ratio: 2.55 / 1;
	object-fit: cover;
}
.tv-marmita-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 10px;
	margin: 10px;
	padding: 8px;
	background: var(--tv-branco);
	border: 1px solid var(--tv-linha);
	border-radius: 8px;
	box-shadow: 0 2px 7px rgba(0,0,0,.16);
	color: inherit;
	text-decoration: none;
}
.tv-marmita-card__foto {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1 / 1;
	background: #f7e8fb;
}
.tv-marmita-card__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tv-marmita-card__cashback {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	background: #27c46b;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 4px 5px;
	border-radius: 4px;
}
.tv-marmita-card__info {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.tv-marmita-card__info h3 {
	font-size: 14px;
	font-weight: 800;
	color: var(--tv-cinza);
	margin: 0;
}
.tv-marmita-card__info p {
	font-size: 13px;
	line-height: 1.18;
	font-weight: 600;
	color: var(--tv-cinza-claro);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tv-marmita-card__rodape {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}
.tv-marmita-card__rodape strong {
	font-size: 13px;
	font-weight: 800;
	color: var(--tv-cinza);
}
.tv-marmita-card__rodape span {
	margin-left: auto;
	background: #27c46b;
	color: #fff;
	border-radius: 7px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

/* Modal de montagem da marmita */
.tv-modal-aberto { overflow: hidden; }
.tv-marmita-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: none;
	place-items: start center;
	background: rgba(0,0,0,.48);
	overflow: auto;
	padding: 0;
}
.tv-marmita-modal[aria-hidden="false"] { display: grid; }
.tv-marmita-modal__painel {
	width: min(100vw, 380px);
	min-height: 100vh;
	background: #fff;
	color: #3f464d;
	box-shadow: 0 16px 50px rgba(0,0,0,.35);
	padding: 12px 10px 28px;
}
.tv-marmita-modal__topo {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) 28px;
	gap: 10px;
	align-items: start;
	margin: 4px 0 20px;
}
.tv-marmita-modal__topo img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
}
.tv-marmita-modal__topo h2 {
	margin: 0 0 3px;
	color: #49525b;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}
.tv-marmita-modal__topo p {
	margin: 0;
	color: #858b92;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.18;
}
.tv-marmita-modal__fechar {
	border: 0;
	background: transparent;
	color: #3c434a;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	cursor: pointer;
}
.tv-marmita-modal__passo { display: none; }
.tv-marmita-modal__passo.is-active { display: block; }
.tv-marmita-modal__acoes {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 6px;
	margin: 0 22px 12px;
}
.tv-marmita-modal__acoes--solo { grid-template-columns: 1fr; margin-inline: 66px; }
.tv-marmita-modal__voltar,
.tv-marmita-modal__avancar,
.tv-marmita-modal__adicionar {
	border: 0;
	border-radius: 4px;
	color: #fff;
	min-height: 36px;
	padding: 8px 10px;
	font-family: inherit;
	font-weight: 800;
	font-size: 12px;
	cursor: pointer;
}
.tv-marmita-modal__voltar { background: #5b5d60; }
.tv-marmita-modal__avancar,
.tv-marmita-modal__adicionar { background: #37bf39; }
.tv-marmita-modal__secao {
	background: #ececec;
	color: #3e454c;
	font-size: 15px;
	font-weight: 800;
	margin: 0 0 8px;
	padding: 7px 6px;
}
.tv-marmita-modal__secao b {
	color: #f00;
	font-weight: 800;
}
.tv-marmita-radio {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	align-items: center;
	gap: 0;
	border-bottom: 1px solid #e5e5e5;
	min-height: 30px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.tv-marmita-radio input { width: 13px; height: 13px; margin: 0; }
.tv-marmita-radio strong {
	font-weight: 700;
	color: #40484f;
}
.tv-marmita-busca {
	width: 100%;
	height: 34px;
	border: 1px solid #d0d5d9;
	border-radius: 3px;
	padding: 0 10px;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.tv-marmita-busca::placeholder { color: #a6adb4; }
.tv-marmita-item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 61px;
	border-bottom: 1px solid #e6e8ea;
}
.tv-marmita-item__qtd {
	display: grid;
	grid-template-columns: 22px 34px 22px;
	align-items: center;
	gap: 6px;
}
.tv-marmita-item__qtd button,
.tv-marmita-qtd button {
	border: 0;
	background: #20282e;
	color: #fff;
	border-radius: 2px;
	height: 22px;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	cursor: pointer;
}
.tv-marmita-item__qtd input,
.tv-marmita-qtd input {
	height: 28px;
	border: 1px solid #3c4146;
	border-radius: 4px;
	text-align: center;
	font: inherit;
	font-size: 18px;
	color: #222;
	background: #fff;
}
.tv-marmita-item strong {
	font-size: 14px;
	font-weight: 800;
	color: #3f464d;
}
.tv-marmita-item > span {
	font-size: 14px;
	font-weight: 600;
	color: #3f464d;
}
.tv-marmita-obs {
	display: block;
	width: calc(100% - 40px);
	min-height: 55px;
	margin: 10px auto 12px;
	border: 1px solid #555;
	border-radius: 4px;
	resize: vertical;
	padding: 10px;
	font: inherit;
	font-size: 13px;
}
.tv-marmita-qtd {
	display: grid;
	grid-template-columns: 26px 82px 26px;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin: 4px 0 14px;
}
.tv-marmita-qtd button { height: 25px; }
.tv-marmita-resumo__titulo {
	color: #37bf39;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	margin: 10px 0 8px;
}
.tv-marmita-resumo {
	margin: 0 10px;
}
.tv-marmita-resumo h4 {
	background: #ececec;
	color: #3f464d;
	margin: 0 0 8px;
	padding: 7px 6px;
	font-size: 15px;
	font-weight: 500;
}
.tv-marmita-resumo p {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 8px;
	color: #3f464d;
	font-size: 14px;
}
.tv-marmita-resumo p strong {
	font-weight: 500;
	white-space: nowrap;
}

/* ============================================================
   CHECKOUT
   ============================================================ */
.tv-pagina-checkout {
	background: #f4f5f7;
	padding-bottom: 32px;
}
.tv-checkout-topo {
	background: var(--tv-branco);
	border-bottom: 1px solid var(--tv-linha);
	position: sticky;
	top: 0;
	z-index: 50;
}
.tv-checkout-topo__linha {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.tv-checkout-topo__marca {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 800;
	color: var(--tv-tinta);
}
.tv-checkout-topo__marca img {
	width: 94px;
	height: 44px;
	object-fit: contain;
	border: 1px solid var(--tv-linha);
	border-radius: 10px;
	background: var(--tv-branco);
}
.tv-checkout-topo__selo {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: var(--tv-verde-suave);
	color: var(--tv-verde);
	font-size: 11.5px;
	font-weight: 800;
	padding: 7px 10px;
	white-space: nowrap;
}
.tv-checkout {
	max-width: 980px;
	margin: 18px auto 0;
	padding: 0 16px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 16px;
	align-items: start;
}
.tv-checkout__principal {
	display: grid;
	gap: 12px;
}
.tv-checkout-progresso {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.tv-checkout-progresso__item {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	border: 1px solid var(--tv-linha);
	border-radius: 12px;
	background: var(--tv-branco);
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 800;
	color: var(--tv-cinza);
}
.tv-checkout-progresso__item b {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--tv-fundo);
	color: var(--tv-cinza);
	font-size: 11px;
	line-height: 1;
	flex-shrink: 0;
}
.tv-checkout-progresso__item.is-active {
	border-color: rgba(91, 14, 92, .35);
	background: #fff7ff;
	color: var(--tv-vermelho);
}
.tv-checkout-progresso__item.is-active b {
	background: var(--tv-vermelho);
	color: #fff;
}
.tv-checkout-progresso__item.is-done {
	border-color: rgba(27, 168, 86, .25);
	color: var(--tv-verde);
}
.tv-checkout-progresso__item.is-done b {
	background: var(--tv-verde);
	color: #fff;
}
.tv-checkout-card,
.tv-checkout-resumo,
.tv-checkout-pix {
	background: var(--tv-branco);
	border: 1px solid var(--tv-linha);
	border-radius: var(--tv-raio);
	box-shadow: var(--tv-sombra);
}
.tv-checkout-card {
	padding: 15px;
}
.tv-checkout-step[hidden] {
	display: none;
}
.tv-checkout-card__topo {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 12px;
}
.tv-checkout-card__indice {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	background: var(--tv-vermelho);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}
.tv-checkout-card h1,
.tv-checkout-card h2,
.tv-checkout-resumo h2,
.tv-checkout-pix h2 {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 800;
}
.tv-checkout-card p,
.tv-checkout-pix p {
	font-size: 12.5px;
	color: var(--tv-cinza);
	margin-top: 2px;
}
.tv-checkout-form {
	display: grid;
	gap: 10px;
}
.tv-checkout-form__duplo {
	display: grid;
	grid-template-columns: .65fr 1fr;
	gap: 10px;
}
.tv-checkout-form label {
	display: grid;
	gap: 5px;
	font-size: 12px;
	font-weight: 800;
	color: var(--tv-tinta);
}
.tv-checkout-form input {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d9dce2;
	border-radius: 10px;
	padding: 0 12px;
	font: inherit;
	font-size: 14px;
	color: var(--tv-tinta);
	background: #fff;
	outline: none;
}
.tv-checkout-form input:focus {
	border-color: var(--tv-vermelho);
	box-shadow: 0 0 0 3px rgba(91, 14, 92, .08);
}
.tv-checkout-pagamento {
	display: grid;
	grid-template-columns: 18px 52px 1fr auto;
	align-items: center;
	gap: 10px;
	border: 1.5px solid var(--tv-verde);
	border-radius: 12px;
	background: #fbfffd;
	padding: 12px;
	cursor: pointer;
}
.tv-checkout-pagamento input {
	accent-color: var(--tv-verde);
}
.tv-checkout-pagamento__icone {
	display: grid;
	place-items: center;
	height: 34px;
	border-radius: 8px;
	background: var(--tv-verde);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}
.tv-checkout-pagamento strong {
	display: block;
	font-size: 13.5px;
}
.tv-checkout-pagamento small {
	display: block;
	font-size: 11.5px;
	color: var(--tv-cinza);
	margin-top: 1px;
}
.tv-checkout-pagamento b {
	font-size: 11.5px;
	color: var(--tv-verde);
}
.tv-checkout-acoes {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 10px;
	margin-top: 14px;
}
.tv-checkout-acoes--solo {
	grid-template-columns: 1fr;
}
.tv-checkout-voltar-btn,
.tv-checkout-avancar {
	min-height: 44px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
}
.tv-checkout-voltar-btn {
	background: #eef0f3;
	color: var(--tv-tinta);
}
.tv-checkout-avancar {
	background: var(--tv-verde);
	color: #fff;
}
.tv-checkout-avancar--principal {
	background: #ef001f;
	font-size: 15px;
}
.tv-checkout__resumo {
	position: sticky;
	top: 78px;
	display: grid;
	gap: 12px;
}
.tv-checkout-resumo,
.tv-checkout-pix {
	padding: 15px;
}
.tv-checkout-produto {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 10px;
	align-items: center;
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--tv-linha);
}
.tv-checkout-produto img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 12px;
	background: var(--tv-fundo);
}
.tv-checkout-produto strong {
	display: block;
	font-size: 14px;
	line-height: 1.25;
}
.tv-checkout-produto span {
	display: block;
	font-size: 12px;
	color: var(--tv-cinza);
	margin-top: 3px;
}
.tv-checkout-itens {
	display: grid;
	gap: 10px;
	margin: 12px 0;
}
.tv-checkout-itens__grupo h3 {
	font-size: 11.5px;
	font-weight: 800;
	color: var(--tv-cinza);
	margin-bottom: 4px;
	text-transform: uppercase;
}
.tv-checkout-itens__grupo p,
.tv-checkout-linha,
.tv-checkout-total {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 12.5px;
	color: var(--tv-cinza);
	margin-top: 4px;
}
.tv-checkout-itens__grupo p strong {
	white-space: nowrap;
	color: var(--tv-verde);
}
.tv-checkout-linha {
	border-top: 1px solid var(--tv-linha);
	padding-top: 10px;
}
.tv-checkout-linha strong {
	color: var(--tv-tinta);
}
.tv-checkout-gratis {
	color: var(--tv-verde) !important;
}
.tv-checkout-total {
	align-items: baseline;
	border-top: 1px solid var(--tv-linha);
	padding-top: 12px;
	margin: 12px 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--tv-tinta);
}
.tv-checkout-total strong {
	font-size: 22px;
	color: var(--tv-verde);
}
.tv-checkout-voltar {
	display: block;
	text-align: center;
	margin-top: 12px;
	font-size: 12.5px;
	font-weight: 800;
	color: var(--tv-vermelho);
}
.tv-checkout-pix[hidden] {
	display: none;
}
.tv-checkout-pix textarea {
	width: 100%;
	min-height: 104px;
	resize: vertical;
	margin-top: 10px;
	border: 1px dashed var(--tv-vermelho);
	border-radius: 10px;
	padding: 10px;
	font: 12px ui-monospace, SFMono-Regular, Consolas, monospace;
	color: var(--tv-tinta);
	background: #fffafd;
}
.tv-checkout-copiar {
	width: 100%;
	min-height: 42px;
	border-radius: 10px;
	background: var(--tv-verde);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	margin-top: 8px;
}
@media (max-width: 820px) {
	.tv-checkout {
		grid-template-columns: 1fr;
	}
	.tv-checkout__resumo {
		position: static;
	}
}
@media (max-width: 430px) {
	.tv-checkout-topo__marca span {
		display: none;
	}
	.tv-checkout {
		margin-top: 12px;
		padding: 0 10px;
	}
	.tv-checkout-progresso {
		gap: 6px;
	}
	.tv-checkout-progresso__item {
		justify-content: center;
		padding: 8px 4px;
		font-size: 0;
	}
	.tv-checkout-progresso__item b {
		font-size: 11px;
	}
	.tv-checkout-form__duplo,
	.tv-checkout-pagamento {
		grid-template-columns: 1fr;
	}
	.tv-checkout-acoes {
		grid-template-columns: 92px 1fr;
	}
	.tv-checkout-pagamento input {
		display: none;
	}
	.tv-checkout-pagamento b {
		justify-self: start;
	}
}

/* Checkout em etapas estilo compacto */
.tv-pagina-checkout {
	background: #fff;
}
.tv-pagina-checkout .tv-checkout-topo {
	position: static;
	border-bottom: 0;
}
.tv-pagina-checkout .tv-checkout-topo__linha,
.tv-pagina-checkout .tv-checkout {
	max-width: 360px;
}
.tv-pagina-checkout .tv-checkout-topo__linha {
	padding: 12px 9px 0;
}
.tv-pagina-checkout .tv-checkout-topo__marca img {
	width: 82px;
	height: 38px;
	border: 0;
	border-radius: 0;
}
.tv-pagina-checkout .tv-checkout-topo__marca span,
.tv-pagina-checkout .tv-checkout-topo__selo,
.tv-pagina-checkout .tv-checkout-progresso,
.tv-pagina-checkout .tv-checkout-card__topo {
	display: none;
}
.tv-pagina-checkout .tv-checkout {
	grid-template-columns: 1fr;
	margin-top: 0;
	padding: 0 9px 24px;
	gap: 12px;
}
.tv-pagina-checkout .tv-checkout__principal {
	gap: 0;
}
.tv-pagina-checkout .tv-checkout-card,
.tv-pagina-checkout .tv-checkout-resumo,
.tv-pagina-checkout .tv-checkout-pix {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}
.tv-pagina-checkout .tv-checkout-card {
	padding: 10px 0 0;
}
.tv-pagina-checkout .tv-checkout-form {
	gap: 17px;
}
.tv-pagina-checkout .tv-checkout-form__duplo {
	grid-template-columns: .65fr 1fr;
}
.tv-pagina-checkout .tv-checkout-form label {
	gap: 7px;
	font-size: 12.5px;
	font-weight: 800;
	color: #31343b;
}
.tv-pagina-checkout .tv-checkout-form input {
	min-height: 42px;
	border: 1px solid #dfe2e7;
	border-radius: 7px;
	padding: 0 11px;
	font-size: 14px;
	color: #31343b;
	box-shadow: none;
}
.tv-pagina-checkout .tv-checkout-form input::placeholder {
	color: #9aa1ad;
}
.tv-pagina-checkout #checkoutTelefone {
	max-width: 244px;
}
.tv-pagina-checkout .tv-checkout-acoes {
	margin-top: 18px;
	gap: 10px;
}
.tv-pagina-checkout .tv-checkout-acoes--solo {
	grid-template-columns: 1fr;
}
.tv-pagina-checkout .tv-checkout-voltar-btn,
.tv-pagina-checkout .tv-checkout-avancar {
	min-height: 50px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 800;
}
.tv-pagina-checkout .tv-checkout-avancar,
.tv-pagina-checkout .tv-checkout-avancar--principal {
	background: var(--tv-vermelho);
	color: #fff;
}
.tv-pagina-checkout .tv-checkout-voltar-btn {
	background: #eef0f3;
	color: #31343b;
}
.tv-pagina-checkout .tv-checkout__resumo {
	display: none;
	position: static;
}
.tv-pagina-checkout[data-checkout-step="3"] .tv-checkout__resumo {
	display: grid;
}
.tv-pagina-checkout .tv-checkout-resumo,
.tv-pagina-checkout .tv-checkout-pix {
	padding: 14px 0 0;
}
.tv-pagina-checkout .tv-checkout-pagamento {
	border-color: var(--tv-vermelho);
	background: #fff7ff;
	border-radius: 7px;
}
.tv-pagina-checkout .tv-checkout-pagamento__icone {
	background: var(--tv-vermelho);
}
.tv-pagina-checkout .tv-checkout-pagamento b,
.tv-pagina-checkout .tv-checkout-total strong,
.tv-pagina-checkout .tv-checkout-itens__grupo p strong,
.tv-pagina-checkout .tv-checkout-gratis {
	color: var(--tv-vermelho) !important;
}
.tv-pagina-checkout .tv-checkout-copiar {
	background: var(--tv-vermelho);
	border-radius: 7px;
	min-height: 46px;
}

/* Fluxo de checkout inspirado no modelo em etapas */
.tv-flow {
	width: min(100%, 390px);
	margin: 0 auto;
	background: #fff;
	min-height: 100vh;
	color: #050914;
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}
.tv-flow__alca {
	width: 128px;
	height: 1px;
	background: #151515;
	margin: 20px auto 8px;
}
.tv-flow-hero {
	position: relative;
	height: 156px;
	overflow: hidden;
	background: var(--tv-vermelho);
}
.tv-flow-hero > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.tv-flow-hero__marca {
	position: absolute;
	left: 16px;
	bottom: 12px;
	background: rgba(255,255,255,.92);
	border-radius: 10px;
	padding: 5px 8px;
}
.tv-flow-hero__marca img {
	width: 98px;
	height: 46px;
	object-fit: contain;
}
.tv-flow-resumo {
	border-bottom: 1px solid #e4e7ee;
}
.tv-flow-resumo__topo {
	width: 100%;
	min-height: 52px;
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 10px;
	padding: 0 18px;
	background: #fff;
	color: #0b1020;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
}
.tv-flow-resumo__topo strong {
	font-size: 16px;
	font-weight: 900;
	color: #050914;
}
.tv-flow-resumo__topo b {
	font-size: 16px;
	line-height: 1;
	color: #050914;
	transform: rotate(180deg);
	transition: transform .16s ease;
}
.tv-flow-resumo.is-collapsed .tv-flow-resumo__topo b {
	transform: rotate(0deg);
}
.tv-flow-resumo.is-collapsed .tv-flow-resumo__corpo {
	display: none;
}
.tv-flow-resumo__corpo {
	padding: 20px 18px 16px;
}
.tv-flow-produto img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 6px;
	background: #f3f4f6;
}
.tv-flow-produto {
	display: grid;
	grid-template-columns: 58px 1fr auto;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.tv-flow-produto span {
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.35;
}
.tv-flow-produto strong {
	font-size: 12.5px;
	font-weight: 800;
	white-space: nowrap;
}
.tv-flow-itens {
	display: grid;
	gap: 5px;
	margin: 0 0 16px;
}
.tv-flow-itens p,
.tv-flow-linha,
.tv-flow-total {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13px;
	margin-top: 8px;
}
.tv-flow-itens p {
	color: #667085;
}
.tv-flow-itens strong {
	color: var(--tv-vermelho);
	white-space: nowrap;
}
.tv-flow-total {
	font-size: 15px;
	font-weight: 900;
}
.tv-flow-passos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;
	border-bottom: 1px solid #e4e7ee;
	padding: 18px 32px 12px;
	position: relative;
}
.tv-flow-passos::before {
	content: "";
	position: absolute;
	left: 72px;
	right: 72px;
	top: 28px;
	height: 3px;
	background: #edf0f4;
}
.tv-flow-passos__item {
	display: grid;
	justify-items: center;
	gap: 7px;
	position: relative;
	z-index: 1;
	color: #b8bec9;
	font-size: 11px;
	font-weight: 800;
}
.tv-flow-passos__item b {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #edf0f4;
	color: #c3c8d1;
	line-height: 1;
}
.tv-flow-passos__item b svg {
	width: 19px;
	height: 19px;
	display: block;
}
.tv-flow-passos__item.is-active,
.tv-flow-passos__item.is-done {
	color: #050914;
}
.tv-flow-passos__item.is-active b,
.tv-flow-passos__item.is-done b {
	background: var(--tv-vermelho);
	color: #fff;
}
.tv-flow-salvo {
	margin: 16px 24px 22px;
	border: 1px solid #dbe1ea;
	border-radius: 7px;
	padding: 16px;
}
.tv-flow-salvo header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.tv-flow-salvo strong {
	font-size: 14px;
	font-weight: 900;
}
.tv-flow-salvo button {
	color: #667085;
	font-size: 11px;
	font-weight: 700;
}
.tv-flow-salvo p {
	font-size: 13px;
	line-height: 1.55;
}
.tv-flow-salvo p + p {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #e4e7ee;
}
.tv-flow-etapa {
	padding: 16px 24px 30px;
}
.tv-flow-etapa__topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
}
.tv-flow-etapa__topo h1,
.tv-flow-etapa__topo h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 900;
}
.tv-flow-etapa__topo b {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--tv-vermelho);
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.tv-flow-etapa__topo span {
	font-size: 12px;
	font-weight: 800;
}
.tv-flow-etapa__sub {
	color: #667085;
	font-size: 13.5px;
	margin-bottom: 24px;
}
.tv-flow-form {
	display: grid;
	gap: 17px;
}
.tv-flow-form label {
	display: grid;
	gap: 8px;
	font-size: 13px;
	font-weight: 800;
}
.tv-flow-form label span {
	color: #7b8190;
	font-weight: 600;
}
.tv-flow-form input {
	width: 100%;
	height: 46px;
	border: 1px solid #d8dde5;
	border-radius: 7px;
	padding: 0 12px;
	font: inherit;
	font-size: 14px;
	outline: none;
	background: #fff;
}
.tv-flow-form input:focus {
	border-color: var(--tv-vermelho);
	box-shadow: 0 0 0 2px rgba(91, 14, 92, .08);
}
.tv-flow-form input.is-autofilled {
	background: #eaf2ff;
	border-color: #d4deef;
	font-weight: 700;
}
.tv-flow-form input.is-autofilled:focus {
	border-color: #d4deef;
	box-shadow: none;
}
.tv-flow-cep-status {
	min-height: 16px;
	font-size: 12px;
	font-weight: 700;
	color: #667085;
}
.tv-flow-cep-status[data-tipo="ok"] {
	color: var(--tv-vermelho);
}
.tv-flow-cep-status[data-tipo="erro"] {
	color: #e00028;
}
.tv-flow-form__telefone,
#checkoutCep {
	max-width: 220px;
}
.tv-flow-form__duplo {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 16px;
}
.tv-flow-botao {
	width: 100%;
	height: 56px;
	border-radius: 7px;
	margin-top: 20px;
	background: var(--tv-vermelho);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}
.tv-flow-botao:disabled {
	opacity: .72;
	cursor: wait;
}
.tv-flow-frete__titulo {
	font-size: 16px;
	font-weight: 900;
	margin: 24px 0 12px;
}
.tv-flow-frete {
	display: grid;
	grid-template-columns: 22px 1fr auto;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	border: 1px solid #e2e6ee;
	border-radius: 8px;
	padding: 0 16px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 800;
}
.tv-flow-frete input {
	width: 18px;
	height: 18px;
	accent-color: var(--tv-vermelho);
}
.tv-flow-frete strong {
	font-size: 12.5px;
}
.tv-flow-frete.is-selected {
	border-color: var(--tv-vermelho);
}
.tv-flow-pagamento {
	position: relative;
	border: 1.5px solid var(--tv-vermelho);
	border-radius: 7px;
	padding: 16px 20px 12px;
	margin-top: 30px;
}
.tv-flow-pagamento__tag {
	position: absolute;
	top: -10px;
	right: 12px;
	background: var(--tv-vermelho);
	color: #fff;
	border-radius: 999px;
	padding: 3px 12px;
	font-size: 9px;
	font-weight: 900;
}
.tv-flow-pagamento__pix {
	display: grid;
	grid-template-columns: 22px 38px 1fr;
	gap: 12px;
	align-items: center;
}
.tv-flow-pagamento__pix input {
	width: 18px;
	height: 18px;
	accent-color: var(--tv-vermelho);
}
.tv-flow-pagamento__pix img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e8fff7;
	object-fit: contain;
	padding: 7px;
}
.tv-flow-pagamento__pix strong,
.tv-flow-pagamento__pix small {
	display: block;
}
.tv-flow-pagamento__pix small {
	color: #07945d;
	font-size: 12px;
	margin-top: 3px;
}
.tv-flow-pagamento p {
	color: #667085;
	font-size: 14px;
	line-height: 1.55;
	margin: 28px 0 14px 38px;
}
.tv-flow-pagamento__valor {
	margin-left: 38px;
	font-size: 14px;
	color: #667085;
}
.tv-flow-pagamento__valor strong {
	color: var(--tv-vermelho);
}
.tv-flow-upsell {
	border: 1px dashed #050914;
	margin: 22px 8px 16px;
	padding: 18px;
}
.tv-flow-upsell img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 6px;
	float: left;
	margin: 0 12px 10px 0;
}
.tv-flow-upsell span {
	display: block;
	font-size: 12px;
	color: #667085;
}
.tv-flow-upsell strong {
	font-size: 13px;
}
.tv-flow-upsell h3 {
	clear: both;
	border-top: 1px dashed #050914;
	padding-top: 16px;
	font-size: 15px;
	line-height: 1.45;
	color: #4b5565;
}
.tv-flow-upsell p {
	margin: 10px 0 14px;
	color: #667085;
	font-size: 14px;
	line-height: 1.45;
}
.tv-flow-upsell button {
	width: 100%;
	height: 52px;
	background: #18c493;
	color: #fff;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 900;
}
.tv-flow-upsell.is-included button {
	background: #0f9f78;
	cursor: default;
}
.tv-flow-pix {
	padding: 0 24px 28px;
}
.tv-flow-pix[hidden] {
	display: none;
}
.tv-flow-pix textarea {
	width: 100%;
	min-height: 92px;
	border: 1px dashed var(--tv-vermelho);
	border-radius: 7px;
	padding: 10px;
	font: 12px ui-monospace, Consolas, monospace;
}
.tv-flow-pix__imagem {
	width: 188px;
	height: 188px;
	object-fit: contain;
	display: block;
	margin: 14px auto;
	border: 1px solid #e4e7ee;
	border-radius: 8px;
	padding: 8px;
	background: #fff;
}
.tv-flow-pix__imagem[hidden] {
	display: none;
}
.tv-flow-pix button {
	width: 100%;
	height: 48px;
	background: var(--tv-vermelho);
	color: #fff;
	border-radius: 7px;
	margin-top: 10px;
	font-weight: 900;
}
.tv-flow-rodape {
	border-top: 1px solid #e4e7ee;
	color: #8c93a1;
	text-align: center;
	font-size: 12px;
	padding: 28px 0 64px;
}
@media (max-width: 420px) {
	.tv-flow {
		width: 100%;
	}
}
