body {
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #2B0038;
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  width: 100%;
    height: 100%;
}

#bloquear {
  display: none;
}

.bloquear {
  display: none;
}

.app_fora {
  justify-content: center;
  text-align: center;
  align-items: center;
}

#adicionais_salada,
#sabor_trad {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: none;
  grid-row: 2;
  width: 100%;
}

#adicionais_salada label,
#sabor_trad label {
  text-align: start;
}

.alerta_pgto {
  font-weight: bold;
  color: red;
  padding: 20px 0 20px 0;
}

#complemento_salada {
  display: none;
  grid-row: 2;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 340px;

}

#complemento_salada label {
  text-align: start;
}

#complemento_shake {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: none;
  grid-row: 3;
}


#copos {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

#copos:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.estilo_paragrafo {
  background: #a92fca;
  border: solid #a92fca 1px;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
  margin: 10px 0 5px 0;
}

.estilo_titulo {
  background: #61017b;
  border: solid #61017b 1px;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  color: #2afc00;
  font-weight: bolder;
  margin: 10px 0 5px 0;

}

#marmitas {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

#marmitas:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#salada {
  align-items: center;
  align-self: center;
  text-align: center;
}

#salada p {
  font-weight: bolder;
}

#shake {
  align-items: center;
  align-self: center;
  text-align: center;
}

#esconde_carrinho p {
  font-weight: bolder;

}

#sabor_especial {
  display: none;
  grid-row: 3;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 340px;
}

#meu_select_massa_trad {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#meu_select_massa_esp {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#meu_select_salada {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#meu_select_shake {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#shake_tradicional {
  padding-top: 20px;
}

.res_css {
  font-weight: bolder;
}


#coberturas {
  display: none;
  grid-row: 2;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#coberturas label {
  text-align: start;
}

#acai_tradicional {
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/*
#acai_recheio {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

#acai_recheio:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}*/
#trad_copo div {
  margin-top: 20px;
}

#trad_marmita div {
  margin-top: 20px;
}

#trad_pote div {
  margin-top: 20px;
}

#res_complemento_shake {
  font-size: 16px;
}



.container {
  width: 100vw;
  border-radius: 20px;
  grid-template-columns: 500px;
  grid-template-rows: auto fr;
  gap: 2px;
  display: grid;
  padding-left: 0;
  margin: 0;
  grid-row: 1 / 1;
  justify-content: center;
  justify-items: center;
  row-gap: 5px;
  grid-auto-rows: auto;
  grid-template-columns: 360px;

}

header {
  grid-row: 1;
  margin: 0;
  grid-row: 1;
  height: 95px;
  margin-bottom: 5px;
}

#meu_select_trad_pote {
  height: 30px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#meu_select_trad_marmita {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}

#meu_select_trad_copo {
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}



#meu_select_copo {

  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;

}

#meu_select_marmita {
  justify-content: center;
  text-align: center;
  align-items: center;

  border: solid #a92fca 1px;
  border-radius: 10px;
  color: #210129;
  font-weight: bolder;
}



#msgcadastro {
  margin: 0;
}

#msgcadastro h2 {
  margin: 0;
}

#msgcadastro h5 {
  margin: 0;
}

img {
  display: inline-flex;
  width: 150px;
}

h1 {
  color: rgb(128, 32, 78);
  margin: 5px;
}

h2 {
  margin: 5px;
  color: rgb(128, 32, 78);
}

h3 {
  margin: 5px;
  color: white;
}

h4 {
  margin: 5px;
  color: white;
}

h5 {
  color: black;
  margin: 5px;
  font-style: italic;
}


input:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#login {
  display: flex;
}

#login input {
  padding-top: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btns {
  display: inline-flex;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  width: 150px;
  justify-content: center;
  align-items: center;
}

.btns:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}



.btns_especial {
  display: inline-flex;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  width: 340px;
  justify-content: center;
  align-items: center;
}

.btns_adicionar {
  display: inline-flex;
  border-radius: 10px;
  height: 50px;
  width: 300px;
  justify-content: center;
  align-items: center;
}

.btns_adicionar:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#adicao {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  grid-row: 3;
}

/*
footer {
  border-top: solid 2px #370246;
  grid-column: 1 / -1;
  border-top: solid 2px #370246;
  padding: 0px 10px 0 10px;
  font-size: 8pt;
  margin-top: 20px;
  font: bold;
  grid-row: 5;
  padding-top: 10px;
}

footer a {
  font-size: 11pt;
  background-color: black;
  color: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;

}

footer a:hover {
  cursor: pointer;
  background-color: #fff;
  color: black;
  font-size: 12pt;
}

footer a img {
  width: 300px;
}
*/

#welcome {
  font-size: 20px;
  text-align: center;
}

.cabecatitulo {
  margin: 0;
  grid-row: 1 / 1;
}

.cabecaendereco {
  margin: 0;
  grid-row: 2 / 2;
}

.cabecacidade {
  margin: 0;
  grid-row: 3 /3;
}

.cabecatelefone {
  margin: 0;
  grid-row: 4 / 4;
}

.tab-container {
  margin-top: 5px;
  display: flex;
  margin-top: 3px;
}

.tab-container2 {
  display: flex;
  margin-bottom: 3px;
}

.tab-container5 {
  display: flex;
  margin-top: 3px;
}

.tab-container6 {
  margin-top: 3px;
  margin-bottom: 10px;
}

.tab,
.tab2,
.tab5,
.tab6 {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  height: 50px;
  border: solid 2px;
  margin: 2px 2px 2px 2px;
  font-weight: bolder;
}


.tab10 {
  background-color: rgb(128, 32, 78);
  color: #fff;
  font-weight: bolder;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  height: 50px;
  border: solid 2px;
  margin: 2px 0 2px 0;
}

.tab:hover {
  background-color: #b96bcf;
}

.sub_tab {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 250px;
  height: 35px;
  border: solid 1px;
  border-radius: 20px 10px 20px 0;
  margin-top: 10px;
}

.sub_tab:hover {
  background-color: #b96bcf;
}

.category {
  display: none;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.category:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}


.sub_category {
  display: none;
}


#pote_massa_trad {
  justify-content: center;
  text-align: center;
  align-items: center;
}

#pote_massa_esp {
  justify-content: center;
  text-align: center;
  align-items: center;
}



#btn_regiao {
  display: none;
}


#imagem_copo img {
  display: inline-flex;
  width: 300px;
  height: 260px;
  margin-top: 10px;
  border-radius: 20px;
}



#imagem_salada {
  padding-top: 20px;
}

#imagem_salada p {
  font-weight: bolder
}

#imagem_marmita img {
  display: inline-flex;
  width: 300px;
  height: 260px;
  margin-top: 10px;
  border-radius: 20px;
}


.imgdcab {
  margin-right: 5px;
  border-radius: 10px;
}

#personalizar_pedido {
  margin: 0;
  display: flex;
  padding: 5px;
}

.horas {
  grid-row: 2;
  grid-column: 1;
  margin: 10px 0 10px 0;
  font-weight: bolder;
  color: rgb(2, 53, 2);
  font-weight: bold;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 10pt;
}

#login {
  padding: 0 80px 0 80px;
}

#usuario {
  display: none;
  padding-top: 20px;
  border-top: solid 1px #44274c;
  margin-right: 5px;
}

#enviar_dados {
  margin-left: 15px;
  margin-top: 20px;
}


#limpar {
  display: none;
}

/* ========================= */
/* CAMPO SUGESTÃO */
/* ========================= */

.sujestao {
  width: 340px;
  margin: 10px auto;
  grid-row: 2;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  border-radius: 15px;

  padding: 15px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* TÍTULO */
.sujestao h3 {
  text-align: center;
  margin-bottom: 10px;
}

/* TEXTAREA */
#campo {
  width: 95%;
  height: 80px;

  border-radius: 12px;
  border: none;

  padding: 10px;

  resize: none;

  background: #1a001f;
  color: #fff;

  font-size: 13px;

  outline: none;
  transition: 0.2s;
}

/* FOCO */
#campo:focus {
  box-shadow: 0 0 8px #c800ff;
}

/* TEXTO AUXILIAR */
.estilo_paragrafo {
  font-size: 11px;
  color: #ccc;
  margin-top: 5px;
}

/* BOTÃO */
#btn_sujestao {
  width: 100%;
  height: 45px;
  margin-top: 10px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #2afc00, #00c800);
  color: #000;

  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

#btn_sujestao:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px #2afc00;
}

/* CONTADOR */
#contador {
  display: block;
  text-align: right;
  margin-top: 5px;

  font-size: 11px;
  color: #aaa;
}

#mensagem {
  display: none;
}

/* ========================= */
/* TELA REGIÃO */
/* ========================= */

#escolha_regiao {
  width: 340px;
  margin: 10px auto;
  grid-row: 2;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  padding: 15px;
  border-radius: 15px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* TÍTULOS */
#escolha_regiao h2,
#escolha_regiao h5 {
  text-align: center;
}

/* CONTAINER */
.inpt_regiao {
  margin-top: 10px;
}

/* CADA OPÇÃO */
.iptn_div {
  display: flex;
  flex-direction: column;

  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 12px;

  margin-bottom: 8px;

  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
}

/* HOVER */
.iptn_div:hover {
  transform: scale(1.02);
  border: 1px solid #c800ff;
}

/* CHECKBOX ESCONDIDO */
.iptn_div input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* TEXTO */
.iptn_div label {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.iptn_div span {
  font-size: 12px;
  color: #ccc;
}

/* SELECIONADO */
.iptn_div input:checked+label {
  color: #2afc00;
}

.iptn_div input:checked+label+span {
  color: #2afc00;
}

/* BORDA QUANDO SELECIONADO */
.iptn_div:has(input:checked) {
  border: 1px solid #2afc00;
  background: rgba(42, 252, 0, 0.1);
}

/* BOTÃO */
#btn_regiao {
  width: 100%;
  height: 45px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #2afc00, #00c800);
  color: #000;

  font-weight: bold;
  margin-bottom: 10px;

  cursor: pointer;
  transition: 0.3s;
}

#btn_regiao:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px #2afc00;
}

/* MENSAGEM */
#regiao_mensagem {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #ffcc00;
  margin-top: 5px;
}

#esconde_carrinho {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 340px;
}

#voltar_inicio {
  margin-left: 100px;
}

#agradece {
  display: none;
  grid-row: 2;
  padding: 0 5px 0 5px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  border-radius: 10px;
}

.vlt_sempre {
  margin-left: 90px;
  color: black;
}

.vlt_grid {
  display: grid;
  width: 340px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
}

.img_loja {
  border-radius: 20px;
  grid-column: 1;
  grid-row: 1;
}

.vlt_txt {
  padding-top: 20px;
  grid-column: 2;
  grid-row: 1;

  border-radius: 10px;
}

.vlt_txt p {
  font-style: italic;
  color: #210129;
}

#carrinho {
  margin-top: 5px;

  border-radius: 10px;
  display: block;
}

#carrinho ul {
  padding-left: 20px;
}

#carrinho li {
  padding-right: 10px;
}


#contCarrinho {
  color: #370246;
  position: relative;
  font-size: 15pt;
  color: #fff;
}

#logCarrinho {
  position: relative;
  font-size: 20px;
}

#contLogin {
  color: #370246;
  position: relative;
  top: 1px;
  grid-row: 2;
  font-size: 15pt;
  color: #fff;
}

#logLogin {
  position: relative;
  font-size: 20px;
  grid-row: 1;
}

#adicionais {
  display: none;
  grid-row: 2;
  justify-content: center;
  text-align: center;
  align-items: center;

}

.find_titulo {
  display: inline-flex;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.find_titulo:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

/*AJUSTES DOS CHECKBOXES*/

.cx_add_salada,
.cx_add_shake,
.cx_add_complemento_salada,
.cx_add_cobertura,
.cx_add_complemento_shake {
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
}

.cx_add_salada label,
.cx_add_shake label,
.cx_add_complemento_salada label,
.cx_add_cobertura label,
.cx_add_complemento_shake label {
  min-width: 125px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 2px solid #eee;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: .2s;
    margin-bottom: 10px;
}

.cx_add_salada input[type="checkbox"],
.cx_add_shake input[type="checkbox"],
.cx_add_complemento_salada input[type="checkbox"],
.cx_add_cobertura input[type="checkbox"],
.cx_add_complemento_shake input[type="checkbox"] {
  appearance: none;
}

.cx_add_salada input[type="checkbox"]:checked,
.cx_add_shake input[type="checkbox"]:checked,
.cx_add_complemento_salada input[type="checkbox"]:checked,
.cx_add_cobertura input[type="checkbox"]:checked,
.cx_add_complemento_shake input[type="checkbox"]:checked {
  background: #8a2be2;
  border-color: #8a2be2;
}

.cx_add_salada label:has(input:checked),
.cx_add_shake label:has(input:checked),
.cx_add_complemento_salada label:has(input:checked),
.cx_add_cobertura label:has(input:checked),
.cx_add_complemento_shake label:has(input:checked) {
  background: #8a2be2;
  border-color: #8a2be2;
}

.cx_add_salada label:has(input:checked) span,
.cx_add_shake label:has(input:checked) span,
.cx_add_complemento_salada label:has(input:checked) span,
.cx_add_cobertura label:has(input:checked) span,
.cx_add_complemento_shake label:has(input:checked) span {
  color: #fff;
}


.cx_add1 {
  display: grid;
  grid-template-columns: 24px 150px 24px 150px;
  grid-template-rows: repeat(9, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 5px;
}

.grid_titulo {
  grid-row: 1;
  grid-column: 1 /2;
  grid-column: span 2;
  justify-self: center;
}

.grid_title2 {
  grid-row: 1;
  grid-column: 3 /4;
  grid-column: span 3;
  justify-self: center;
}

#checkbox1 {
  grid-row: 2;
  grid-column: 1;
}

.check1 {
  grid-row: 2;
  grid-column: 2;
}

#checkbox2 {
  grid-row: 3;
  grid-column: 1;
}

.check2 {
  grid-row: 3;
  grid-column: 2;
}

#checkbox3 {
  grid-row: 4;
  grid-column: 1;
}

.check3 {
  grid-row: 4;
  grid-column: 2;
}

#checkbox4 {
  grid-row: 5;
  grid-column: 1;
}

.check4 {
  grid-row: 5;
  grid-column: 2;
}

#checkbox5 {
  grid-row: 6;
  grid-column: 1;
}

.check5 {
  grid-row: 6;
  grid-column: 2;
}

#checkbox6 {
  grid-row: 7;
  grid-column: 1;
}

.check6 {
  grid-row: 7;
  grid-column: 2;
}

#checkbox7 {
  grid-row: 8;
  grid-column: 1;
}

.check7 {
  grid-row: 8;
  grid-column: 2;
}

#checkbox8 {
  grid-row: 2;
  grid-column: 3;
}

.check8 {
  grid-row: 2;
  grid-column: 4;
}

#checkbox9 {
  grid-row: 3;
  grid-column: 3;
}

.check9 {
  grid-row: 3;
  grid-column: 4;
}

#checkbox10 {
  grid-row: 4;
  grid-column: 3;
}

.check10 {
  grid-row: 4;
  grid-column: 4;
}

#checkbox11 {
  grid-row: 5;
  grid-column: 3;
}

.check11 {
  grid-row: 5;
  grid-column: 4;
}

#checkbox12 {
  grid-row: 6;
  grid-column: 3;
}

.check12 {
  grid-row: 6;
  grid-column: 4;
}

#checkbox13 {
  grid-row: 7;
  grid-column: 3;
}

.check13 {
  grid-row: 7;
  grid-column: 4;
}

#checkbox14 {
  grid-row: 8;
  grid-column: 3;
}

.check14 {
  grid-row: 8;
  grid-column: 4;
}

#checkbox15 {
  grid-row: 9;
  grid-column: 3;
}

.check15 {
  grid-row: 9;
  grid-column: 4;
}


.cx_add3 {
  display: grid;
  grid-template-columns: 24px 150px 24px 150px;
  grid-template-rows: repeat(12, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 5px;
}

#check_grid {
  position: relative;
  top: 8px;
}

#grid_title {
  grid-row: 1;
  grid-column: span 4;
  justify-self: center;
}

#checkbox16 {
  grid-row: 2;
  grid-column: 1;
}

.check16 {
  grid-row: 2;
  grid-column: 2;
}

#checkbox17 {
  grid-row: 3;
  grid-column: 1;
}

.check17 {
  grid-row: 3;
  grid-column: 2;
}

#checkbox18 {
  grid-row: 4;
  grid-column: 1;
}

.check18 {
  grid-row: 4;
  grid-column: 2;
}

#checkbox19 {
  grid-row: 5;
  grid-column: 1;
}

.check19 {
  grid-row: 5;
  grid-column: 2;
}

#checkbox20 {
  grid-row: 6;
  grid-column: 1;
}

.check20 {
  grid-row: 6;
  grid-column: 2;
}

#checkbox21 {
  grid-row: 7;
  grid-column: 1;
}

.check21 {
  grid-row: 7;
  grid-column: 2;
}

#checkbox22 {
  grid-row: 8;
  grid-column: 1;
}

.check22 {
  grid-row: 8;
  grid-column: 2;
}

#checkbox23 {
  grid-row: 9;
  grid-column: 1;
}

.check23 {
  grid-row: 9;
  grid-column: 2;
}

#checkbox24 {
  grid-row: 10;
  grid-column: 1;
}

.check24 {
  grid-row: 10;
  grid-column: 2;
}

#checkbox25 {
  grid-row: 2;
  grid-column: 3;
}

.check25 {
  grid-row: 2;
  grid-column: 4;
}

#checkbox26 {
  grid-row: 3;
  grid-column: 3;
}

.check26 {
  grid-row: 3;
  grid-column: 4;
}

#checkbox27 {
  grid-row: 4;
  grid-column: 3;
}

.check27 {
  grid-row: 4;
  grid-column: 4;
}

#checkbox28 {
  grid-row: 5;
  grid-column: 3;
}

.check28 {
  grid-row: 5;
  grid-column: 4;
}

#checkbox29 {
  grid-row: 6;
  grid-column: 3;
}

.check29 {
  grid-row: 6;
  grid-column: 4;
}

#checkbox30 {
  grid-row: 7;
  grid-column: 3;
}

.check30 {
  grid-row: 7;
  grid-column: 4;
}

#checkbox31 {
  grid-row: 8;
  grid-column: 3;
}

.check31 {
  grid-row: 8;
  grid-column: 4;
}

#checkbox32 {
  grid-row: 9;
  grid-column: 3;
}

.check32 {
  grid-row: 9;
  grid-column: 4;
}

#checkbox33 {
  grid-row: 10;
  grid-column: 3;
}

.check33 {
  grid-row: 10;
  grid-column: 4;
}

#checkbox34 {
  grid-row: 11;
  grid-column: 1;
}

.check34 {
  grid-row: 11;
  grid-column: 2;
}

#checkbox35 {
  grid-row: 11;
  grid-column: 3;
}

.check35 {
  grid-row: 11;
  grid-column: 4;
}

#checkbox36 {
  grid-row: 12;
  grid-column: 1;
}

.check36 {
  grid-row: 12;
  grid-column: 2;
}



@keyframes growAndShrink {
  0% {
    font-size: 17pt;
  }

  50% {
    font-size: 18pt;
  }

  100% {
    font-size: 19pt;
  }
}


/* ========================= */
/* ESCOLHA COLHER */
/* ========================= */

#informativo {
  width: 340px;
  margin: 10px auto;
  display: none;
  grid-row: 2;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  border-radius: 15px;

  padding: 15px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* TÍTULO */
#informativo h2 {
  text-align: center;
  margin-bottom: 10px;
}

/* GRID */
.grid_colher {
  display: flex;
  gap: 10px;
}

/* BOTÕES */
.grid_colher button {
  flex: 1;
  height: 50px;

  border-radius: 12px;
  border: none;

  font-weight: bold;
  font-size: 14px;

  cursor: pointer;
  transition: 0.25s;
}

/* SIM */
#colher_sim {
  background: linear-gradient(145deg, #2afc00, #00c800);
  color: #000;
}

/* NÃO */
#colher_nao {
  background: linear-gradient(145deg, #ff4d4d, #cc0000);
  color: #fff;
}

/* HOVER */
.grid_colher button:hover {
  transform: scale(1.05);
}

/* CLIQUE */
.grid_colher button:active {
  transform: scale(0.95);
}

/* SELECIONADO (adicionar via JS) */
.selecionado {
  box-shadow: 0 0 12px #fff;
  transform: scale(1.05);
}

#res_colher1 {
  display: inline-block;
}

#res_colher {
  display: inline-block;
}

/*
.grid_botoes {
  display: grid;
  grid-template-columns: 350px;
  grid-template-rows: 20px 20px 20px 10px;
  row-gap: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 5px;
  
}*/
/* CONTAINER */
.grid_botoes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  margin: 20px 10px;
}

/* TEXTO */
#esconde_p {
  text-align: center;
}

.estilo_paragrafo {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* BOTÕES BASE */
.btns_especial {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;

  font-size: 15px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.2s;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* HOVER */
.btns_especial:hover {
  transform: translateY(-2px);
}

/* CLICK */
.btns_especial:active {
  transform: scale(0.98);
}

/* DESTAQUE NO FINALIZAR */
#finalizar_carrinho:hover {
  box-shadow: 0 6px 14px rgba(40, 167, 69, 0.4);
}

/* RESPONSIVO (lado a lado em telas maiores) */
@media (min-width: 600px) {
  .grid_botoes {
    flex-direction: row;
    justify-content: center;
  }

  #esconde_finalizar_carrinho,
  #esconde_comprar_mais {
    flex: 1;
  }
}

#esconde_comprar_mais {
  display: none;
  grid-row: 2;
  justify-content: center;
  text-align: center;
  align-items: center;

}

#esconde_finalizar_carrinho {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: none;
  grid-row: 3;
}

#esconde_p {
  display: none;
  grid-row: 1 / 1;
  grid-column: 1 / -1;
  font-weight: bolder;
  justify-content: center;
  text-align: center;
  align-items: center;

}

.valor_na_tela {
  grid-row: 3;
  grid-column: 1 / -1;
}

.ocutar {
  align-items: center;
  align-self: center;
  text-align: center;
  grid-row: 4;
}

#ocutar {
  align-items: center;
  align-self: center;
  text-align: center;
}

#usuario h2 {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* ========================= */
/* NOVO DESIGN DOS ITENS */
/* ========================= */

.cx_itens {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: linear-gradient(145deg, #2a0033, #3d004d);
  padding: 12px 15px;
  border-radius: 15px;
  margin-bottom: 10px;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #a92fca;
  width: 90%;
}

/* Nome do item */
.cx_itens input[type="text"] {
  width: auto;
  border: none;
  background: transparent;

  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

/* Quantidade */
.cx_itens input[type="number"] {
  width: 45px;
  height: 30px;

  border-radius: 8px;
  border: none;

  background: #1a001f;
  color: #fff;

  text-align: center;
  font-weight: bold;
}

.cx_itens span {
  width: 45px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #1a001f;
  color: #fff;

  font-weight: bold;
}

/* Botões */
.cx_itens button {
  width: 32px;
  height: 32px;

  border-radius: 50%;
  border: none;

  background: linear-gradient(145deg, #c800ff, #ff00aa);
  color: #fff;

  font-size: 18px;
  font-weight: bold;

  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover bonito */
.cx_itens button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #c800ff;
}

/* Clique */
.cx_itens button:active {
  transform: scale(0.95);
}

/* Organizar melhor */
.cx_itens input[type="number"],
.cx_itens button {
  margin-right: 8px;
}

/* Bloqueado */
#bloquear {
  opacity: 0.3;
  filter: grayscale(100%);
  pointer-events: none;
}


#vazio {
  margin: 0;
  width: 0;
  height: 0;
  grid-row: 3;
  display: none;
}

/*------ESPAÇO DO PATROCIONIO BRAIP-------*/
#pt1 {
  display: none;
}

#pt2 {
  display: none;
}

.patrocinio {
  margin-top: 5px;
  background-color: black;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 5px;
}

.patrocinio:hover {
  cursor: pointer;
  width: 340px;
  height: 125px;
}

.patrocinio img {
  border-radius: 10px;
  width: 160px;
  height: 90px;
}

.pt_titulo {
  color: #fff;
  grid-row: 1 / 1;
  grid-column: 1 / -1;
}

.pt_imagem {
  grid-row: 2 / 2;
  grid-column: 1 / 1;
}

.pt_merchan {
  grid-row: 2 / 2;
  grid-column: 2 / 2;
  text-align: start;
  color: #fff;
  padding: 0 0 0 5px;
}

/*-------------------------*/

.patrocinio2 {
  margin-top: 5px;
  display: grid;
  grid-template-rows: 25px 1fr;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 5px;
}

.patrocinio2:hover {
  cursor: pointer;
  width: 340px;
  height: 125px;
}

.patrocinio2 img {
  border-radius: 10px;
  width: 160px;
  height: 90px;
}

.pt_titulo2 {
  color: #fff;
  grid-row: 1 / 1;
  grid-column: 1 / -1;
}

.pt_imagem2 {
  grid-row: 2 / 2;
  grid-column: 1 / 1;
}

.pt_merchan2 {
  grid-row: 2 / 2;
  grid-column: 2 / 2;
  text-align: start;
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 5px;
}

.pt_imagem3 {
  width: 340px;
  border-radius: 60px 0 60px 0;

}

.pt_imagem3:hover {
  cursor: pointer;
  width: 360px;

}


.highlight {
  background-color: yellow;
}

#search-input {
  border-radius: 10px;
  height: 30px;
}

.pesquisa {
  border-top: solid 1px;
}

#pergunta_mult {
  display: none;
  width: 340px;
  grid-row: 2;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.pergunta_mult {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.multiplicador {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  grid-row: 2;
}

@keyframes brilho {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.btns_mult_sim {
  display: inline-flex;
  grid-row: 5;
  grid-column: 1;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  width: 150px;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}

.btns_mult_sim:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btns_mult_nao {
  display: inline-flex;
  grid-row: 5;
  grid-column: 2;
  border-radius: 10px;
  margin-top: 10px;
  height: 50px;
  width: 150px;
  justify-content: center;
  align-items: center;
  justify-self: end;
  font-weight: bolder;
}

.btns_mult_nao:hover {
  background-color: rgb(128, 32, 78);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#linha1 {
  grid-row: 1;
  grid-column: 1 / -1;
}

#linha2 {
  grid-row: 2;
  grid-column: 1 / -1;
}

#linha3 {
  grid-row: 3;
  grid-column: 1 / -1;
}

#linha4 {
  grid-row: 4;
  grid-column: 1 / -1;
}

.carousel-container {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}

.carousel-container-massa-trad {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}

.carousel-container-massa-esp {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}

.carousel {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-massa-trad {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-massa-esp {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  width: 300px;
  /* Largura fixa igual à do container */
  height: 300px;
  /* Altura fixa igual à do container */
  flex-shrink: 0;
  /* Impede que a imagem encolha */
}

.carousel-massa-trad img {
  width: 300px;
  /* Largura fixa igual à do container */
  height: 300px;
  /* Altura fixa igual à do container */
  flex-shrink: 0;
  /* Impede que a imagem encolha */
}

.carousel-massa-esp img {
  width: 300px;
  /* Largura fixa igual à do container */
  height: 300px;
  /* Altura fixa igual à do container */
  flex-shrink: 0;
  /* Impede que a imagem encolha */
}

.container_fechado {
  border-radius: 20px;
  grid-template-columns: 500px;
  grid-template-rows: auto fr;
  gap: 2px;
  display: grid;
  padding-left: 0;
  margin: 0;
  grid-row: 2 / 2;

  justify-content: center;
  justify-items: center;
  row-gap: 5px;
  grid-auto-rows: auto;
  grid-template-columns: 360px;
}

#novidade {
  justify-content: center;
  text-align: center;
  align-items: center;

}

#novidade img {
  width: 300px;
  height: 300px;
  border-radius: 20px;

}

#bebidas {
  justify-content: center;
  text-align: center;
  align-items: center;

}

.mais_pedidos {
  width: 90%;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.mais_pedidos:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.estilo_titulo2 {
  margin: 0;
  color: #4b0082;
  /* roxo açaí */
}

h4.estilo_titulo2 {
  font-size: 18px;
  margin-bottom: 6px;
}

p.estilo_titulo2 {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.estilo_paragrafo2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.estilo_paragrafo2 span {
  display: inline-block;
  margin-bottom: 4px;
}

.btns2 {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #6a0dad, #8a2be2);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

.btns2:hover {
  opacity: 0.9;
}

.btns2:active {
  transform: scale(0.98);
}

/* CONTAINER */
.category {
  max-width: 340px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* TÍTULO */
.titulo_shake {
  font-size: 20px;
  font-weight: bold;
  color: #4b0082;
  margin-bottom: 5px;
}

/* SUBTEXTO */
.paragrafo_shake {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

/* SELECT ESTILIZADO */
.select_shake {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #f9f9f9;

  font-size: 15px;
  font-weight: 500;
  color: #333;

  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

/* HOVER / FOCO */
.select_shake:hover,
.select_shake:focus {
  border-color: #8a2be2;
  background: #fff;
}

/* BOTÃO */
.btn_escolha_shake {
  margin-top: 15px;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;

  background: linear-gradient(135deg, #6a0dad, #8a2be2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.2s;
}

/* HOVER */
.btn_escolha_shake:hover {
  opacity: 0.9;
}

/* CLICK */
.btn_escolha_shake:active {
  transform: scale(0.98);
}


/* SELECT ESTILIZADO */
.select_salada {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #f9f9f9;

  font-size: 15px;
  font-weight: 500;
  color: #333;

  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

/* HOVER / FOCO */
.select_salada:hover,
.select_salada:focus {
  border-color: #8a2be2;
  background: #fff;
}

/* SELECT ESTILIZADO */
.select_copo {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #f9f9f9;

  font-size: 15px;
  font-weight: 500;
  color: #333;

  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

/* HOVER / FOCO */
.select_copo:hover,
.select_copo:focus {
  border-color: #8a2be2;
  background: #fff;
}

/* SELECT ESTILIZADO */
.select_marmita {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 2px solid #ddd;
  background: #f9f9f9;

  font-size: 15px;
  font-weight: 500;
  color: #333;

  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

/* HOVER / FOCO */
.select_marmita:hover,
.select_marmita:focus {
  border-color: #8a2be2;
  background: #fff;
}

.btns3 {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #6a0dad, #8a2be2);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btns3:hover {
  opacity: 0.9;
}

.btns3:active {
  transform: scale(0.98);
}

/* ========================= */
/* TELA FINAL - RESUMO PEDIDO */
/* ========================= */

#final {
  display: none;
  grid-row: 2;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  padding: 20px;
  border-radius: 20px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* TÍTULOS */
#final h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

#final h5 {
  text-align: center;
  font-size: 12px;
  color: #ddd;
}

/* BOTÃO PAGAMENTO */
#imprimir {
  width: 100%;
  height: 50px;
  margin: 15px 0;

  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #2afc00, #00c800);
  color: #000;

  font-size: 16px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

#imprimir:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px #2afc00;
}

/* SEÇÃO DADOS */
.seus_dados {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  border-radius: 12px;
  margin-top: 10px;
}

.seus_dados ul {
  padding-left: 15px;
}

.seus_dados li {
  margin-bottom: 5px;
  font-size: 14px;
}

/* CARRINHO */
#carrinho {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  border-radius: 12px;
  margin-top: 10px;
}

#carrinho ul {
  padding-left: 15px;
}

#carrinho li {
  margin-bottom: 5px;
  font-size: 14px;
}

/* BOTÃO CANCELAR */
#home_page {
  width: 100%;
  height: 50px;
  margin-top: 15px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #ff4d4d, #cc0000);
  color: #fff;

  font-size: 15px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

#home_page:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px red;
}

/* DIVISÃO VISUAL */
#final h2:not(:first-child) {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

/* ========================= */
/* TELA PAGAMENTO */
/* ========================= */

.pagamento {
  display: none;
  grid-row: 2;
  width: 340px;
  padding: 20px;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  border-radius: 20px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* TÍTULO */
.pagamento h1 {
  text-align: center;
  color: #fff;
}

#valor_pagamentos {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
  color: #2afc00;
}

/* BOTÕES DE PAGAMENTO */
.grid_pgto {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.grid_pgto button {
  flex: 1;
  height: 45px;

  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #c800ff, #ff00aa);
  color: #fff;

  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.grid_pgto button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #c800ff;
}

/* CARDS DE RESPOSTA */
.res_pix,
.res_cartao,
.res_dinheiro {
  display: none;

  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 15px;

  margin-top: 10px;
  text-align: center;
}

/* PIX */
.res_pix h3 {
  color: #2afc00;
}

.cliqueaqui {
  cursor: pointer;
  text-decoration: underline;
  color: #ddd;
}

/* QR CODE */
#qrcode {
  margin-top: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

/* TEXTAREA PIX */
#pixCopyPaste {
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  border: none;
  padding: 5px;
  text-align: center;
}

/* BOTÕES PIX */
.res_btn_pix {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.res_btn_pix .btns {
  flex: 1;
}

/* BOTÕES GERAIS */
.btns {
  border-radius: 12px;
  border: none;

  background: linear-gradient(145deg, #2afc00, #00c800);
  color: #000;

  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btns:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #2afc00;
}

/* DINHEIRO INPUT */
#troco {
  width: 100%;
  height: 40px;
  margin-top: 10px;

  border-radius: 10px;
  border: none;

  padding-left: 10px;
}

/* LISTA INSTRUÇÕES */
.pagamento ul {
  margin-top: 15px;
  padding-left: 15px;
  font-size: 13px;
  color: #ccc;
}

/* ALERTA */
.alerta_pgto {
  margin-top: 10px;
  color: #ffcc00;
  font-weight: bold;
}

/* ========================= */
/* CABEÇALHO MODERNO */
/* ========================= */

#oct_header {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 110px;
}

/* CONTAINER */
.cabecalho {
  width: 340px;

  display: flex;
  align-items: center;
  justify-content: space-between;


  padding: 10px;

  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* LOGO */

.imgcabeca img {
  object-fit: contain;
}

/* TEXTOS */
.imgcabeca {
  background: #fff;
  padding: 2px;
    /* diminui o espaço */
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.imgcabeca img {
  width: 100px;
    /* aumenta o tamanho */
  height: 70px;

}

.cabecaendereco,
.cabecacidade,
.cabecatelefone {
  font-size: 14px;
  color: #ddd;
}

/* ÍCONE LOCAL */
#local {
  cursor: pointer;
  margin-left: 5px;
}

#local:hover {
  color: #2afc00;
}

/* LADO DIREITO (ÍCONE CARRINHO E LOGIN) */
.canto_tela {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* CAIXA DOS ÍCONES */
#mostrar_carrinho,
#mostrar_login {
  position: relative;

  width: 50px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
#mostrar_carrinho:hover,
#mostrar_login:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #c800ff;
}

/* ÍCONES */
#logCarrinho,
#logLogin {
  font-size: 18px;
  color: #fff;
}

/* CONTADOR (BOLINHA) */
/* BASE (IMPORTANTE) */
.count_login,
.count_carrinho {
  position: relative;
  align-items: center;
  gap: 5px;
}

.icone-moeda {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.icone-moeda_troca {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

/* TOOLTIP PADRÃO */
.count_login::after,
.count_carrinho::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);

  background: #000;
  color: #fff;

  padding: 6px 10px;
  border-radius: 8px;

  font-size: 11px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;

  transition: all 0.25s ease;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

/* SETINHA */
.count_login::before,
.count_carrinho::before {
  content: "";
  position: absolute;

  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);

  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;

  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

/* TEXTO */
.count_login::after {
  content: 'Pontos Tio-chico';
}

.count_carrinho::after {
  content: 'Pedidos no carrinho de compras';
}

/* HOVER */
.count_login:hover::after,
.count_login:hover::before,
.count_carrinho:hover::after,
.count_carrinho:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: -10px;
}

/* ========================= */
/* ULTRA COMPACTO */
/* ========================= */

#oct_hora {
  width: 340px;
  margin: 6px auto;

  background: linear-gradient(145deg, #2a0033, #4b0066);
  border-radius: 10px;

  padding: 3px 10px;
  display: none;

  align-items: center;
  justify-content: center;
  gap: 1px;

  font-size: 9px;
  color: #ddd;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* STATUS */
#infAtend {
  font-weight: bold;
}

/* CORES */
.aberto {
  color: #2afc00;
}

.fechado {
  color: #ff4d4d;
}

/* TEMPERATURA */
#temp {
  font-weight: bold;
  color: #2afc00;
}

/* REMOVE QUEBRAS ANTIGAS */
#oct_hora br {
  display: none;
}

.sabores4bolas {
  display: none;
  grid-row: 2;
}

#btn_sabores_4bolas {
  display: none;
}

#massa4bolas img {
  display: inline-flex;
  width: 300px;
  height: 260px;
  margin-top: 10px;
  border-radius: 20px;
}

#salada img {
  display: inline-flex;
  width: 300px;
  height: 260px;
  margin-top: 10px;
  border-radius: 20px;
}

.img_monjarim {
  width: 300px;
  border-radius: 20px;
}

/*---PICOLES-----*/

.img_picole {
  object-fit: cover;
  padding: 0 10px 0 0;

  border-radius: 20px;
  margin-right: 5px;
}

.info_picole {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.descricao_picole h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
}
.valor_total_picole {
  color: black;
}

.descricao_picole p {
  margin: 5px 0 0 0;
  color: #d7b7e0;
  font-size: 13px;
}

.controle_picole {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 12px;
}

.controle_picole span {
  width: 40px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #1a001f;
  color: white;

  border-radius: 8px;
  font-weight: bold;
}

.controle_picole button {
  width: 35px;
  height: 35px;

  border: none;
  border-radius: 50%;

  background: linear-gradient(145deg, #c800ff, #ff00aa);
  color: white;

  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
}

.controle_picole button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #c800ff;
}


/*==========PONTOS=====================*/
.box_pontos {
  display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    margin: 10px 0;
    background: #fff;
    border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    width: 90%;
}

#imagem_pontos img {
  width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.info_pontos {
  display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.text_pontos {
  font-size: 18px;
    font-weight: bold;
    color: #333;
}

.btn_pontos {
  padding: 10px;
    border: none;
    border-radius: 8px;
    background: #7b1fa2;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn_pontos:hover {
  background: #6a1b9a;
}

.footer {

  padding: 35px 20px;
    text-align: center;
    border-top: 2px solid #8e24aa;
    border-radius: 20px;
}

.footer-redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
}

.footer-redes a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .35);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(5px);
  transition: .35s;
}

.footer-redes a:hover {
  transform: translateY(-6px) scale(1.08);
  box-shadow: 0 0 18px rgba(255, 255, 255, .45);
}

/* WhatsApp */
.footer-redes .whatsapp:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  box-shadow: 0 0 25px #25D366;
}

/* YouTube */
.footer-redes .youtube:hover {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
  box-shadow: 0 0 25px #FF0000;
}

/* Instagram */
.footer-redes .instagram:hover {
  background: linear-gradient(45deg,
      #FEDA75,
      #FA7E1E,
      #D62976,
      #962FBF,
      #4F5BD5);
        border-color: #fff;
        color: #fff;
        box-shadow: 0 0 25px #D62976;
}

/* TikTok */
.footer-redes .tiktok:hover {
  background: #000;
  border-color: #fff;
  color: #25F4EE;
  text-shadow:
    -2px 0 #FE2C55,
    2px 0 #25F4EE;
  box-shadow: 0 0 25px #25F4EE;
}

.footer p {
  color: #ffffffcc;
  font-size: 12px;
  margin: 0;
  letter-spacing: .5px;
}


/* Celulares e tablets */
@media (hover: none) and (pointer: coarse) {
  .footer-redes .youtube {
      background: #FF0000;
      border-color: #FF0000;
      color: #fff;
      box-shadow: 0 0 20px #FF0000;
    }
.footer-redes .whatsapp {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
  box-shadow: 0 0 20px #25D366;
}

                                                                                                                                                                                                                                                                .footer-redes .instagram {
                                                                                                                                                                                                                                                                  background: linear-gradient(45deg,
                                                                                                                                                                                                                                                                      #FEDA75,
                                                                                                                                                                                                                                                                      #FA7E1E,
                                                                                                                                                                                                                                                                      #D62976,
                                                                                                                                                                                                                                                                      #962FBF,
        #4F5BD5);
          border-color: #fff;
          color: #fff;
          box-shadow: 0 0 20px #D62976;
        }

                                                                                                                                                                                                                                                                .footer-redes .tiktok {
                                                                                                                                                                                                                                                                  background: #000;
                                                                                                                                                                                                                                                                  border-color: #fff;
                                                                                                                                                                                                                                                                  color: #25F4EE;
                                                                                                                                                                                                                                                                  text-shadow:
            -2px 0 #FE2C55,
            2px 0 #25F4EE;
    box-shadow: 0 0 20px #25F4EE;
    }

}

.cupom-box {
  width: 100%;
  margin: 15px 0;
}

.cupom-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #5b2db3;
}

.cupom-input {
  display: flex;
  gap: 10px;
}

.cupom-input input {
  flex: 1;
  height: 45px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 16px;
  transition: .3s;
}

.cupom-input input:focus {
  outline: none;
  border-color: #6d28d9;
}

.cupom-input button {

  width: 120px;
    border: none;
    border-radius: 10px;
    background: #6d28d9;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;

}

.cupom-input button:hover {

  background: #551cb5;

}

#mensagemCupom {

  display: block;
    margin-top: 10px;
    font-weight: bold;

}

.cupom-sucesso {
  color: #0a9b36;
}

.cupom-erro {
  color: #d11a2a;
}

.resumo_desconto {
  display: none;
}

/* PLAYER */

#playerMusica {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 99999;
}

/* BOTÃO */

#btnMusica {

  display: flex;
    align-items: center;
    gap: 10px;

  padding: 12px 18px;

  border: none;
    border-radius: 60px;

  cursor: pointer;

  color: #FFF;

  background: linear-gradient(135deg, #4B006E, #7A00B8, #A020F0);

  box-shadow:
    0 0 15px rgba(122, 0, 184, .4),
      0 0 30px rgba(122, 0, 184, .2);

  transition: .35s;

  font-size: 15px;
    font-weight: bold;

  user-select: none;
}

/* Hover */

#btnMusica:hover {

  transform: translateY(-3px) scale(1.05);

}

/* Ícone */

#iconeMusica {

  font-size: 22px;

}

/* Tocando */

.tocando {

  animation: brilho 2s infinite;

}

/* Nota musical girando */

.tocando #iconeMusica {

  animation: girar 2.5s linear infinite;

}

/* Pausado */

.pausado {

  background: #555 !important;

  box-shadow: none;

}

/* RESPONSIVO */

@media(max-width:768px) {
  #playerMusica {
    bottom: 15px;
    right: 15px;
  }
                #btnMusica {
                  padding: 10px 16px;
                  font-size: 14px;
    }
                #iconeMusica {
                  font-size: 20px;
                }
                                                                @keyframes brilho {
                                                                  0% {
                                                                    box-shadow: 0 0 10px #7A00B8, 0 0 20px #7A00B8;
                                                                  }
                                                                                                50% {
                                                                                                  box-shadow: 0 0 25px #C04CFF, 0 0 45px #C04CFF;
                                                                                                }
                                                                                                100% {
                                                                                                  box-shadow: 0 0 10px #7A00B8, 0 0 20px #7A00B8;
                                                                                                }
                                }
                                                                @keyframes girar {
                                                                  from {
                                                                    transform: rotate(0deg);
                                    to {
                                        transform: rotate(360deg);
                                    
                                      }
                                                                }
}

.cabecalho_bebidas {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 12px 15px;
  border-radius: 0 0 15px 15px;
}