
.navegacao-responsivo {
  display: none;
}

.navegacao-responsivo.show-menu {
  display: block;
}

/* ################## PAGINA GELATOS  ############# */

.catalogo-section {
  background: #f3eee8;
  padding: 32px 20px 55px;
}

.catalogo-section {
  background: #f3eee8;
  padding: 38px 20px 70px;
}

.filtro-gelatos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 35px 0 45px;
}

.filtro-gelatos input {
  width: min(100%, 440px);
  padding: 13px 18px;
  border: 1px solid rgba(183, 139, 53, 0.45);
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: rgba(255, 255, 255, 0.75);
  color: #5a352b;
  outline: none;
  transition: 0.25s ease;
}

.filtro-gelatos input:focus {
  border-color: #b78b35;
  box-shadow: 0 0 0 3px rgba(183, 139, 53, 0.15);
}

.categoria-bloco {
  max-width: 1120px;
  margin: 0 auto 70px;
}

.categoria-bloco h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: clamp(30px, 4vw, 42px);
  font-family: 'Playfair Display', serif;
  color: #5a352b;
  font-weight: 800;
  position: relative;
}

.categoria-bloco h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background: #d8a84f;
  margin: 14px auto 0;
}

.catalogo-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: space-between;
  gap: 38px;
}

.produto-card {
  width: 220px;
  min-height: 300px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(90, 53, 43, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(90, 53, 43, 0.10);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.produto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(90, 53, 43, 0.18);
}

.produto-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  background: #fffaf3;
}

.produto-info {
  padding: 18px 16px 22px;
}

.produto-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: #5a352b;
  margin: 0 0 8px;
}

.produto-info p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #7d5f57;
  margin: 0;
}

/* Quando estiver pesquisando */
.catalogo-section.pesquisando .categoria-bloco {
  margin-bottom: 0;
}

.catalogo-section.pesquisando .categoria-bloco h2 {
  display: none;
}

.catalogo-section.pesquisando .categoria-bloco.sem-resultados {
  display: none;
}

.catalogo-section.pesquisando .catalogo-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.catalogo-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  gap: 22px;
}

.filtro-gelatos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 30px;
}

.filtro-gelatos input {
  width: min(100%, 420px);
  padding: 12px 16px;

  border: 1px solid #d8c7a1;
  border-radius: 8px; /* 🔥 agora não fica redondo */

  font-size: 15px;
  font-family: inherit;

  background: #fff;
  outline: none;

  transition: all 0.25s ease;
}

/* foco mais elegante */
.filtro-gelatos input:focus {
  border-color: #b78b35;
  box-shadow: 0 0 0 2px rgba(183, 139, 53, 0.15);
}

.produto-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(90, 53, 43, 0.14);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(90, 53, 43, 0.08);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.produto-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.produto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(90, 53, 43, 0.18);
}

.produto-card {
  width: 220px;
}

.produto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(90, 53, 43, 0.18);
}



.produto-info {
  padding: 18px 16px 20px;
}

.produto-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: #5a352b;
  margin-bottom: 6px;
}

.produto-info p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #7d5f57;
}

.categoria-bloco {
  margin-bottom: 50px;
}

.categoria-bloco h2 {
  text-align: center;
  margin: 35px 0 25px;
  font-size: clamp(24px, 3vw, 34px);
  font-family: 'Playfair Display', serif;
  color: #5b2b18;
}

.catalogo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 2fr));
  gap: 24px;
  justify-items: center;
}




/* ################## PAGINA ACAITERIA ############# */
/* CARD MENOR PARA ACOMPANHAMENTOS */

/* =========================================================
   ACOMPANHAMENTOS
========================================================= */

.acompanhamentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 18px;
  justify-items: center;
}

.acompanhamentos-grid .produto-card {
  width: 105px;
  min-height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.acompanhamentos-grid .produto-card img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}

.acompanhamentos-grid .produto-info {
  padding: 10px 8px 12px;
  text-align: center;
}

.acompanhamentos-grid .produto-info h3 {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1.3;
}

.acompanhamentos-grid .produto-info p {
  display: none;
}

.acompanhamentos-grid .produto-card:hover {
  transform: translateY(-3px);
}





/* ################## PAGINA PICOLES ############# */

/* ################## PAGINA PALETAS ############# */

/* ################## PAGINA OUTROS ############# */

.card-slider {
  position: relative;
  width: 100%;
  height: 175px;
  overflow: hidden;
  background: #fffaf3;
}

.card-slider-track {
  display: flex;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.card-slider-track::-webkit-scrollbar {
  display: none;
}

.card-slider-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 175px;
  object-fit: cover;
  scroll-snap-align: start;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid rgba(247, 217, 130, 0.35);
  border-radius: 50%;
  background: rgba(90, 53, 43, 0.35);
  color: #f7d982;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}

.card-slider:hover .slider-btn {
  opacity: 1;
}

.slider-btn.prev {
  left: 8px;
}

.slider-btn.next {
  right: 8px;
}

.slider-btn:hover {
  background: rgba(90, 53, 43, 0.65);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 3;
}

.slider-dots button {
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.slider-dots button.active {
  background: #f7d982;
}

@media (max-width: 560px) {
  .card-slider,
  .card-slider-track img {
    height: 185px;
  }

  .slider-btn {
    display: none;
  }

  .slider-dots {
    bottom: 8px;
  }
}
/* ################## PAGINA CARDAPIO ############# */

.cardapio-hero {
  background: #5a352b;
  padding: 62px 20px 38px;
  text-align: center;
}

.cardapio-titulo {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 7vw, 72px);
  color: #f7d982;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}

.cardapio-titulo em {
  font-style: italic;
  font-weight: 500;
}

.cardapio-linha {
  width: 62px;
  height: 2px;
  background: rgba(247, 217, 130, 0.55);
  margin: 0 auto 20px;
}

.cardapio-descricao {
  max-width: 850px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  color: rgba(247, 217, 130, 0.68);
}

/* Mobile */
@media (max-width: 560px) {
  

  .cardapio-linha {
    margin-bottom: 18px;
  }
}

.menu-digital {
  background: #f3eee8;
  padding: 35px 20px 55px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.menu-item {
  max-width: 940px;
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(90, 53, 43, 0.13);
  border-radius: 8px;
  overflow: hidden;
}

.menu-toggle {
  width: 100%;
  min-height: 72px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.menu-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-icon {
  width: 45px;
  height: 45px;
  background: #5a352b;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 13px;
}

.menu-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.menu-info strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #5a352b;
  margin-bottom: 4px;
}

.menu-info small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #9a766c;
}

.menu-action {
  width: 28px;
  height: 28px;
  background: #5a352b;
  color: #f7d982;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(90, 53, 43, 0.04);
}

.menu-toggle:focus-visible {
  outline: 3px solid rgba(247, 217, 130, 0.9);
  outline-offset: -3px;
}

.menu-toggle[aria-expanded="true"] .menu-action {
  transform: rotate(180deg);
}

.menu-content {
  padding: 0 22px 28px 22px;
  animation: abrirMenu 0.35s ease;
}

@keyframes abrirMenu {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

.menu-alerta {
  background: rgba(90, 53, 43, 0.06);
  color: #9a766c;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px;
  border-radius: 5px;
  margin: 0 0 22px;
}

.menu-preco,
.produto-linha {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(90, 53, 43, 0.11);
}

.menu-content h3,
.produto-linha h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #5a352b;
  margin-bottom: 4px;
}

.menu-content h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #5a352b;
  margin: 22px 0 12px;
}

.menu-content h5 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-style: underline;
  font-family: 600;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 16px 0 6px;
}

.menu-content p,
.menu-content li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #8b5e52;
  line-height: 1.7;
}

.menu-content strong {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #5a352b;
  white-space: nowrap;
}

.categoria p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}


/* =========================================================
   TITULO + LINK
========================================================= */

.menu-titulo-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;

  margin: 26px 0 20px;
  padding-bottom: 10px;

  border-bottom: 1px solid rgba(90, 53, 43, 0.12);
}

.menu-titulo-link h4 {
  margin: 0;
}

.menu-titulo-link a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #9a766c;
  text-decoration: none;
  letter-spacing: 0.5px;

  border-bottom: 1px solid rgba(154, 118, 108, 0.35);
  padding-bottom: 2px;

  transition: 0.3s ease;
}

.menu-titulo-link a:hover {
  color: #5a352b;
  border-color: #5a352b;
}


/* =========================================================
   GRID DAS CATEGORIAS
========================================================= */

.categorias-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 18px;
}


/* =========================================================
   CATEGORIA
========================================================= */

.categoria {
  position: relative;
  padding-right: 18px;
}

/* linha vertical separando */
.categoria::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 100%;

  background: rgba(90, 53, 43, 0.12);
}

/* remove a última barra */
.categoria:last-child::after {
  display: none;
}

.categoria h5 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  color: #2f1a14;

  margin: 0 0 14px;
}


/* =========================================================
   LISTA DOS SABORES
========================================================= */

.lista-sabores {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-sabores li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #8b5e52;
  line-height: 1.8;

  position: relative;
  padding-left: 12px;
}

/* bolinha elegante */
.lista-sabores li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #b78b35;
}

.lista-sabores li span {
  font-size: 10px;
  color: rgba(139, 94, 82, 0.58);
  letter-spacing: 1px;
  margin-left: 5px;
  font-style: italic;
}


/* =========================================================
   RESPONSIVO
========================================================= */






.menu-observacao {
  max-width: 940px;
  margin: 25px auto 0;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(90, 53, 43, 0.12);
  border-radius: 6px;
  padding: 18px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #9a766c;
}



/* ################## revenda  ############# */

.revenda-section {
  background: #f3eee8;
  padding: 55px 20px 40px;
  text-align: center;
}

.revenda-subtitulo {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 12px;
  color: #9a766c;
  margin-bottom: 16px;
}

.revenda-titulo {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 7vw, 68px);
  color: #5a352b;
  line-height: 1;
  margin-bottom: 14px;
}

.revenda-titulo em {
  font-style: italic;
  font-weight: 500;
}

.revenda-frase {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(18px, 2.5vw, 26px);
  color: #9a766c;
}

.revenda-linha {
  width: 58px;
  height: 2px;
  background: #d8a84f;
  margin: 28px auto;
}

.revenda-texto {
  max-width: 680px;
  margin: 0 auto 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #9a766c;
}

.revenda-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  padding: 42px;
  text-align: left;
}

.revenda-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 36px);
  color: #5a352b;
  margin-bottom: 8px;
}

.revenda-card > p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #9a766c;
  margin-bottom: 28px;
}

.sabores-grid {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sabores-grid label {
  background: #f3eee8;
  border: 1px solid rgba(90, 53, 43, 0.18);
  border-radius: 6px;
  padding: 14px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #5a352b;
  cursor: pointer;
  transition: 0.25s ease;
}

.sabores-grid input {
  position: absolute;
  opacity: 0;
}

.sabores-grid label:hover {
  border-color: #d8a84f;
  background: #faf6ef;
}

.sabores-grid label:has(input:checked) {
  background: #5a352b;
  color: #f7d982;
  border-color: #5a352b;
}

.pedido-box {
  margin-top: 38px;
  text-align: center;
}

#status-sabores {
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: #9a766c;
  margin-bottom: 14px;
}

#texto-pedido {
  width: 100%;
  min-height: 95px;
  resize: vertical;
  border: 1px solid rgba(90, 53, 43, 0.14);
  border-radius: 6px;
  padding: 14px;
  margin-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #5a352b;
  background: #f8f5f1;
}

.btn-whatsapp {
  border: 0;
  background: #5a352b;
  color: #f7d982;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 18px 38px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: #4b2b24;
  transform: translateY(-2px);
}

#aviso-copia {
  display: block;
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #9a766c;
}

.voltar-link {
  margin-top: 28px;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  color: #9a766c;
  text-decoration: none;
}

.voltar-link:hover {
  color: #5a352b;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}


/* ################## animatiom  ############# */

/* ===== CARDÁPIO DIGITAL - ANIMAÇÕES ===== */

.cardapio-titulo,
.cardapio-linha,
.cardapio-descricao,
.menu-item {
  opacity: 0;
}

/* NÃO deixe .categoria invisível aqui */
.menu-alerta,
.menu-preco,
.menu-titulo-link,
.menu-content > h4,
.menu-content > p,
.produto-linha,
.categoria {
  opacity: 0;
  transform: translateY(22px);
}

.cardapio-titulo.ativo,
.cardapio-linha.ativo,
.cardapio-descricao.ativo {
  animation: descerCardapio 0.85s ease forwards;
}

.cardapio-linha.ativo {
  animation-delay: 0.15s;
}

.cardapio-descricao.ativo {
  animation-delay: 0.3s;
}

.menu-item.ativo {
  animation: subirCardapio 0.85s ease forwards;
}

.menu-alerta.ativo,
.menu-preco.ativo,
.menu-titulo-link.ativo,
.menu-content > h4.ativo,
.menu-content > p.ativo,
.produto-linha.ativo,
.categoria.ativo {
  animation: itemMenuSobe 0.55s ease forwards;
}

@keyframes itemMenuSobe {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

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

@keyframes descerCardapio {
  from {
    opacity: 0;
    transform: translateY(-35px);
  }

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

@keyframes subirCardapio {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

/* ===== REVENDA - ANIMAÇÕES ===== */

.revenda-subtitulo,
.revenda-titulo,
.revenda-frase,
.revenda-linha,
.revenda-texto,
.revenda-card,
.sabores-grid label,
.pedido-box,
.voltar-link {
  opacity: 0;
}

/* TOPO */

.revenda-subtitulo.ativo,
.revenda-titulo.ativo,
.revenda-frase.ativo,
.revenda-linha.ativo,
.revenda-texto.ativo {
  animation: descerRevenda 0.85s ease forwards;
}

.revenda-titulo.ativo { animation-delay: 0.15s; }
.revenda-frase.ativo { animation-delay: 0.3s; }
.revenda-linha.ativo { animation-delay: 0.45s; }
.revenda-texto.ativo { animation-delay: 0.6s; }

/* CARD */

.revenda-card.ativo {
  animation: subirRevenda 0.9s ease forwards;
}

/* SABORES */

.sabores-grid label.ativo {
  animation: subirRevenda 0.55s ease forwards;
}

/* PEDIDO */

.pedido-box.ativo,
.voltar-link.ativo {
  animation: subirRevenda 0.75s ease forwards;
}

/* ANIMAÇÕES */

@keyframes descerRevenda {
  from {
    opacity: 0;
    transform: translateY(-32px);
  }

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

@keyframes subirRevenda {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

/* ===== REVEAL GLOBAL ===== */

/* ===== ANIMAÇÃO PÁGINA GELATOS ===== */

.filtro-gelatos,
.catalogo-grid .produto-card {
  opacity: 0;
  transform: translateY(35px);
}

.filtro-gelatos.ativo {
  animation: gelatoSobe 0.75s ease forwards;
}

.catalogo-grid .produto-card.ativo {
  animation: gelatoSobe 0.8s ease forwards;
}


@keyframes gelatoSobe {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

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

/* ===== CATEGORIA BLOCO ===== */

.categoria-bloco h2 {
  opacity: 0;
  transform: translateX(-45px);
}

.categoria-bloco h2.ativo {
  animation: categoriaEsquerda 0.9s ease forwards;
}

@keyframes categoriaEsquerda {
  from {
    opacity: 0;
    transform: translateX(-45px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
