*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.app{width:100%;max-width:760px;margin:0 auto;background:#fff;min-height:100vh;overflow:hidden}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:3px 20px 2px 27px;background:#fff}.brand{display:flex;align-items:center;height:100%}.brand img{display:block;width:61px;height:67px;object-fit:contain}.top-actions{display:flex;gap:22px;align-items:center}.icon-btn{width:35px;height:35px;padding:0;border:0;background:transparent;color:#000;display:grid;place-items:center}.icon-btn svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.top-actions .icon-btn:last-child{width:37px;height:37px}.search-panel{height:50px;padding:6px 14px;display:flex;gap:8px;border-top:1px solid #eee;border-bottom:1px solid #eee}.search-panel[hidden]{display:none}.search-panel input{flex:1;border:1px solid #ccc;border-radius:18px;padding:0 14px;font-size:16px}.search-panel button{width:38px;border:0;background:#fff;font-size:28px}.hero{width:100%;aspect-ratio:746/354;background:url('hero.jpg') center/cover no-repeat}.cats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:7px 9px 5px}.cats button{min-width:0;height:84px;border:0;background:linear-gradient(#1c1c1c,#101010);color:#fff;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5px 2px;overflow:hidden}.cats b{font-family:Georgia,serif;font-size:34px;font-weight:400;line-height:.9}.cats small{width:100%;font-size:8px;letter-spacing:.55px;margin-top:8px;white-space:nowrap}.cats small:after{content:"";display:block;width:35px;border-bottom:3px solid #f5c400;margin:7px auto 0}.cat-icon{height:30px;width:36px;display:flex;align-items:center;justify-content:center}.cat-icon svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cable{width:39px}main{padding:4px 14px 34px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-title h2{font-size:20px;letter-spacing:3px;margin:10px 0 15px;white-space:nowrap}.section-title h2:after{content:"";display:block;width:48px;border-bottom:3px solid #f5c400;margin-top:7px}.section-title button{border:0;background:none;color:#111;letter-spacing:1.5px;font-size:13px;white-space:nowrap;padding:8px 0}.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 14px}.card{min-width:0;display:block;color:#111;text-decoration:none;background:#fff;overflow:hidden}.card[hidden]{display:none}.pic{width:100%;aspect-ratio:1/1;overflow:hidden;background:#fff}.pic img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.card h3{font-size:13px;line-height:1.18;letter-spacing:1.3px;margin:8px 7px 4px;min-height:31px}.card p{font-size:11px;letter-spacing:2px;margin:0 7px 5px}.card strong{display:block;font-size:17px;margin:0 7px 12px;white-space:nowrap}.empty{text-align:center;padding:25px 10px;color:#555}.product-page{padding:18px 18px 35px}.back{color:#111;text-decoration:none;font-weight:bold}.product-page img{width:100%;margin-top:18px}.product-page h1{font-size:25px;margin-bottom:8px}.product-page .meta{letter-spacing:2px}.buy{display:block;background:#111;color:#fff;text-decoration:none;text-align:center;padding:16px;margin-top:20px;font-weight:bold}@media(min-width:600px){.topbar{height:92px}.brand img{width:75px;height:81px}.cats button{height:94px}.card h3{font-size:16px}.card p{font-size:14px}.card strong{font-size:21px}}
/* v12 precision fixes */
.cats button[data-filter="4"] b,.cats button[data-filter="5"] b,.cats button[data-filter="6"] b{transform:translateY(-4px)}
.cats button[data-filter="history"] small{font-size:7.2px;letter-spacing:.15px}
.cats button[data-filter="accessories"] small{font-size:7.6px;letter-spacing:.2px}
.whatsapp-btn svg{width:37px!important;height:37px!important;display:block;overflow:visible}
.whatsapp-btn .wa-bubble{fill:none;stroke:#000;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-btn .wa-phone{fill:none;stroke:#000;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.cable svg{fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* v22: ajuste exclusivo do alinhamento visual do número 6 */
.cats button[data-filter="6"] b{transform:translateY(-4px)}

/* v24: correção exclusiva — número 6 desce 3px em relação à v23 */
.cats button[data-filter="6"] b{transform:translateY(-1px)}

/* v25: estrutura interna uniforme das 5 caixas — alinhamento por container, não baseline */
.cats button{justify-content:flex-start;padding:8px 2px 5px}
.cats .cat-top{height:39px;width:100%;display:flex;align-items:center;justify-content:center;flex:0 0 39px}
.cats .cat-top b{display:block;font-family:Georgia,serif;font-size:34px;font-weight:400;line-height:1;transform:none!important;margin:0;padding:0}
.cats .cat-top .cat-icon{margin:0}
.cats small{height:12px;line-height:12px;margin-top:2px;flex:0 0 12px}
.cats small:after{margin:7px auto 0}

/* v26: ajuste FINAL e exclusivo — mantém o 6 da v25 e sobe apenas 4 e 5 */
.cats button[data-filter="4"] .cat-top,
.cats button[data-filter="5"] .cat-top{transform:translateY(-4px)}
.cats button[data-filter="6"] .cat-top{transform:none}

/* v27: ajuste único solicitado — desce SOMENTE o algarismo 6 em 2px; nenhum outro elemento */
.cats button[data-filter="6"] .cat-top b{transform:translateY(2px)!important}

/* v28: ÚNICA alteração — ícones superiores menores e redesenhados; restante preservado da v27 */
.top-actions{gap:20px}
.top-actions .icon-btn,.top-actions .icon-btn:last-child{width:27px;height:27px}
.top-actions .icon-btn svg,.whatsapp-btn svg{width:27px!important;height:27px!important}
.top-actions #searchBtn svg{stroke-width:1.9}
.whatsapp-btn .wa-bubble{stroke-width:1.8}
.whatsapp-btn .wa-phone{stroke-width:1.7}

/* v33: única alteração sobre a v32 — reduzir apenas os SVGs do topo */
.top-actions #searchBtn svg,.top-actions .whatsapp-btn svg{width:23px!important;height:23px!important}

.product-gallery{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}.product-gallery img{width:100%;margin:0;display:block}

.product-main{width:100%;display:block;margin-top:18px}.description-section,.photos-section{margin-top:26px}.description-section h3,.photos-section h3{font-size:15px;letter-spacing:1.8px}.description-image{width:100%;height:auto;object-fit:contain;background:#fff}.product-gallery{margin-top:10px}

/* v40 — página de produto premium, mobile-first, fotos integrais e sem repetição da capa */
.product-page{padding:14px 0 40px}.product-page>.back{display:inline-block;margin:0 18px 12px;font-size:13px;letter-spacing:.4px}.product-hero{width:100%;background:#f6f6f4;border-top:1px solid #eee;border-bottom:1px solid #eee}.product-main{width:100%;height:auto;max-height:none;object-fit:contain;display:block;margin:0!important}.product-info{padding:22px 20px 6px}.product-info .eyebrow{display:block;font-size:9px;letter-spacing:1.7px;color:#777;margin-bottom:10px}.product-info h1{font-family:Georgia,serif;font-size:27px;line-height:1.08;font-weight:400;margin:0 0 9px}.product-info .meta{font-size:10px;letter-spacing:2.3px;color:#666;margin:0 0 8px}.product-info h2{font-size:24px;margin:0 0 17px}.rule{width:42px;border-top:3px solid #f5c400;margin:0 0 22px}.product-info h3,.photos-section .section-head span{font-size:12px;letter-spacing:2px;font-weight:700}.editorial-copy{font-family:Georgia,serif;font-size:16px;line-height:1.62;color:#333;margin:12px 0 16px}.highlights{padding:0;margin:0 0 18px;list-style:none;border-top:1px solid #e8e8e8}.highlights li{font-size:12px;letter-spacing:.35px;padding:11px 0;border-bottom:1px solid #e8e8e8}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 4px}.trust-row span{font-size:10px;letter-spacing:.3px;border:1px solid #ddd;padding:8px 9px;border-radius:2px}.photos-section{margin-top:25px!important}.section-head{display:flex;justify-content:space-between;align-items:end;padding:0 20px 12px}.section-head small{font-size:10px;color:#777}.product-gallery{display:block!important;margin:0!important}.gallery-item{margin:0 0 10px;background:#f6f6f4}.gallery-item img{display:block;width:100%!important;height:auto!important;margin:0!important;object-fit:contain}.closing{padding-top:22px}.buy{border-radius:2px;letter-spacing:1.2px;font-size:12px;margin-top:16px}
@media(min-width:600px){.product-info{padding-left:28px;padding-right:28px}.section-head{padding-left:28px;padding-right:28px}.product-info h1{font-size:34px}.editorial-copy{font-size:17px}}

/* v46 REBUILD */
.grid{align-items:stretch}.card{display:grid;grid-template-rows:auto 58px 18px 30px;align-content:start;height:100%}.pic{width:100%;aspect-ratio:1/1;overflow:hidden;background:#fff}.pic img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;margin:0!important}.card h3{height:58px;min-height:58px;margin:8px 7px 0;display:flex;align-items:flex-start;overflow:hidden}.card p{height:18px;margin:0 7px}.card strong{height:30px;margin:0 7px 12px}.product-hero{display:flex;justify-content:center;align-items:center;padding:14px 0;background:#f6f6f4}.product-main,.gallery-item img,.description-card img{width:65vw!important;max-width:65vw!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:0 auto!important;cursor:zoom-in}.gallery-item{display:flex;justify-content:center;align-items:center;padding:14px 0;margin:0 0 10px!important;background:#f6f6f4}.kb-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.94);display:flex;align-items:center;justify-content:center;padding:18px;cursor:zoom-out}.kb-lightbox[hidden]{display:none}.kb-lightbox img{display:block;max-width:96vw!important;max-height:94vh!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0!important}.kb-lightbox button{position:fixed;top:12px;right:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:28px;line-height:44px;cursor:pointer}@media(min-width:600px){.card{grid-template-rows:auto 66px 22px 34px}.card h3{height:66px;min-height:66px}.card p{height:22px}.card strong{height:34px}}

/* V49: somente limpeza das legendas dos cards no mobile.
   Oculta a linha 4/5/6 CORDAS, mas PRESERVA o espaço dela.
   O nome pode crescer sem invadir preço/linha reservada. */
@media(max-width:599px){
  .card{grid-template-rows:auto minmax(72px,auto) 18px 30px;height:100%}
  .card h3{height:auto;min-height:72px;overflow:visible;display:block;margin:8px 7px 4px}
  .card p{height:18px;min-height:18px;margin:0 7px 5px;visibility:hidden}
  .card strong{height:30px;min-height:30px;margin:0 7px 12px}
}

/* V50: aproxima o preço do produto e fecha visualmente cada card no mobile.
   Mantém o espaço reservado da antiga linha 4/5/6 cordas. */
@media(max-width:599px){
  .grid{align-items:start;row-gap:18px}
  .card{height:auto;align-self:start;align-content:start;padding-bottom:10px;border-bottom:1px solid #e2e2e2}
  .card h3{min-height:72px;margin-bottom:0}
  .card p{height:12px;min-height:12px;margin:0 7px;visibility:hidden}
  .card strong{height:auto;min-height:30px;margin:0 7px 2px;align-self:start}
}

/* V51: refinamento mobile — aproxima o preço do nome sem alterar fotos/colunas. */
@media(max-width:599px){
  .card{grid-template-rows:auto minmax(64px,auto) 8px auto}
  .card h3{min-height:64px}
  .card p{height:8px;min-height:8px}
  .card strong{margin-top:0;margin-bottom:2px}
}

/* V51: navegação da lightbox */
.kb-lightbox .kb-prev,.kb-lightbox .kb-next{position:fixed;top:50%;transform:translateY(-50%);z-index:10001;width:46px;height:58px;border:0;border-radius:23px;background:rgba(255,255,255,.88);font-size:34px;line-height:52px;color:#111;cursor:pointer}
.kb-lightbox .kb-prev{left:10px}.kb-lightbox .kb-next{right:10px}
.kb-lightbox .kb-close{top:12px;right:14px;transform:none;width:44px;height:44px;border-radius:50%;font-size:28px;line-height:44px}


/* PATCH HOME — bloco institucional inferior (23-09-2026).
   Adição isolada: não altera cards, filtros, fotos ou páginas de produto. */
.kb-home-story{position:relative;width:100%;margin:0;background:#f5f1e8;line-height:0}
.kb-home-story img{display:block;width:100%;height:auto;margin:0}
.kb-story-whatsapp{position:absolute;left:8.2%;top:81.7%;width:42%;height:6.2%;display:block;border-radius:999px}
@media(min-width:761px){.kb-home-story{max-width:760px;margin:0 auto}}

/* Admin v7: enquadramento editável e textos sempre contidos no card */
.pic{overflow:hidden!important}.pic img{transform-origin:center}.card h3{max-width:100%;overflow-wrap:anywhere;word-break:normal}

/* Busca tradicional no topo: só executa ao clicar na lupa ou pressionar Enter. */
.top-actions{gap:16px}.top-search{width:250px;height:36px;border:1px solid #d8d8d8;border-radius:19px;display:flex;align-items:center;background:#fff;overflow:hidden}.top-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 5px 0 14px;font-size:14px;color:#333}.top-search input::-webkit-search-cancel-button{display:none}.search-clear,.search-submit{flex:0 0 auto;border:0;background:transparent;color:#555;display:grid;place-items:center;padding:0}.search-clear{width:28px;height:34px;font-size:20px;line-height:1}.search-submit{width:38px;height:34px;cursor:pointer}.search-submit svg{width:22px!important;height:22px!important}.hero[hidden],.cats[hidden]{display:none!important}@media(max-width:599px){.topbar{padding-left:14px;padding-right:12px}.top-actions{gap:9px}.top-search{width:min(250px,58vw)}.brand img{width:55px}.whatsapp-btn{width:32px!important;height:32px!important}}

/* Cursor consistente em todas as áreas clicáveis da home */
.cats button,
.section-title button,
.card,
.brand,
.icon-btn,
.top-search button,
.kb-story-whatsapp { cursor: pointer; }

/* V52 DESKTOP ONLY — amplia a experiência no computador sem alterar mobile/tablet. */
@media (min-width: 1024px){
  html,body{background:#f1f0ec}
  body{padding:0 0 48px}
  .app{max-width:1280px;min-height:100vh;background:#faf9f6;box-shadow:0 0 42px rgba(0,0,0,.07)}

  .topbar{height:104px;padding:8px 42px;background:#faf9f6}
  .brand img{width:82px;height:88px}
  .top-actions{gap:22px}
  .top-search{width:360px;height:40px;border-color:#d2d0ca;background:#fff}
  .top-search input{font-size:14px;padding-left:16px}

  .hero{aspect-ratio:1280/470;background-size:cover;background-position:center}

  .cats{gap:12px;padding:18px 34px 12px}
  .cats button{height:106px;border-radius:4px;padding-top:12px}
  .cats .cat-top{height:45px;flex-basis:45px}
  .cats .cat-top b{font-size:39px}
  .cats small{font-size:9px;letter-spacing:.75px;margin-top:4px}
  .cats button[data-filter="history"] small{font-size:8.5px;letter-spacing:.35px}
  .cats button[data-filter="accessories"] small{font-size:8.5px;letter-spacing:.4px}

  main{padding:12px 34px 54px}
  .section-title h2{font-size:23px;letter-spacing:3.5px;margin:16px 0 22px}
  .section-title button{font-size:13px;padding:12px 0}

  .grid{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:22px;row-gap:28px}
  .card{grid-template-rows:auto 58px 0 auto;padding-bottom:14px;border-bottom:1px solid #ddd9d1;background:transparent}
  .pic{aspect-ratio:1/1;background:#eeece6;border-radius:2px;padding:10px}
  .pic img{object-fit:contain!important}
  .card h3{height:58px;min-height:58px;font-size:14px;line-height:1.25;letter-spacing:1.15px;margin:11px 6px 0}
  .card p{display:none}
  .card strong{height:auto;font-size:19px;margin:0 6px 0}

  .kb-home-story{max-width:1280px;background:#eee9df}

  /* Produto aberto: imagem grande o bastante para leitura, sem estourar no monitor. */
  .product-page{max-width:1280px;margin:0 auto;padding-top:22px;background:#faf9f6}
  .product-page>.back{margin-left:42px;margin-bottom:18px}
  .product-hero,.gallery-item{background:#eeece6;padding:28px 0}
  .product-main,.gallery-item img,.description-card img{width:auto!important;max-width:min(720px,62vw)!important;max-height:78vh!important;height:auto!important}
  .product-info{max-width:860px;margin:0 auto;padding:34px 42px 14px}
  .product-info h1{font-size:38px}
  .editorial-copy{font-size:18px;line-height:1.7}
  .photos-section{margin-top:34px!important}
  .section-head{max-width:860px;margin:0 auto;padding:0 42px 16px}
  .gallery-item{margin-bottom:18px!important}

  /* Feedback visual uniforme para mouse. */
  .cats button,.section-title button,.card,.brand,.icon-btn,.top-search button,.kb-story-whatsapp,.back,.buy{cursor:pointer}
  .card,.cats button,.section-title button,.icon-btn{transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}
  .card:hover{transform:translateY(-2px)}
  .cats button:hover{box-shadow:0 5px 16px rgba(0,0,0,.14)}
  .section-title button:hover,.icon-btn:hover{opacity:.65}
}

/* V53 DESKTOP ONLY — refinamentos após revisão visual. */
@media (min-width: 1024px){
  /* Logo maior e mais presente no cabeçalho. */
  .topbar{height:122px;padding-top:7px;padding-bottom:7px}
  .brand img{width:112px;height:108px}

  /* Evita qualquer recorte vertical do preço nos cards. */
  .card{grid-template-rows:auto minmax(64px,auto) 0 minmax(36px,auto);overflow:visible;padding-bottom:20px}
  .card h3{height:auto;min-height:64px;margin-bottom:2px;overflow:visible}
  .card strong{display:block;height:auto!important;min-height:36px;line-height:1.35;overflow:visible;padding:2px 0 4px;margin:0 6px}

  /* Mantém o hero nítido dentro do limite da imagem-fonte, sem filtros/efeitos. */
  .hero{filter:none;image-rendering:auto}
}

/* V54 DESKTOP ONLY — melhora a leitura das legendas dos cinco botões. */
@media (min-width: 1024px){
  .cats small{font-size:12px;letter-spacing:.85px;font-weight:600;margin-top:6px}
  .cats button[data-filter="history"] small{font-size:11px;letter-spacing:.45px}
  .cats button[data-filter="accessories"] small{font-size:11px;letter-spacing:.5px}
}

/* V56 DESKTOP ONLY — correção visual real: uma superfície contínua, hero mais limpo e produto sem foto isolada. */
@media (min-width:1024px){
  :root{--kb-desk-bg:#b3b2ae;--kb-desk-panel:rgba(255,255,255,.14)}
  html,body,.app,.product-page{
    background-color:var(--kb-desk-bg)!important;
    background-image:
      radial-gradient(circle at 20% 0%,rgba(255,255,255,.28),transparent 31%),
      radial-gradient(circle at 82% 18%,rgba(0,0,0,.028),transparent 35%),
      repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 1px,rgba(0,0,0,.012) 1px 2px)!important;
  }
  html,body{min-height:100%;}
  body{padding-bottom:0!important}
  .app{max-width:none!important;width:100%!important;box-shadow:none!important;overflow:visible}
  .topbar{max-width:1440px;margin:0 auto;background:rgba(247,246,242,.86)!important}

  /* Hero: não deforma a arte; ocupa a largura mantendo exatamente a proporção original. */
  .hero{
    width:min(1440px,100%)!important;
    margin:0 auto!important;
    aspect-ratio:746/354!important;
    background-image:url('hero.jpeg')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-color:var(--kb-desk-bg)!important;
  }

  /* Da borda inferior do hero em diante não existe troca para branco/cinza diferente. */
  .cats,main,.section-title,.grid,.card,.pic,.kb-home-story,
  .product-hero,.photos-section,.gallery-item,.description-section,.description-card{
    background-color:transparent!important;
  }
  .cats,main,.kb-home-story{max-width:1280px;margin-left:auto;margin-right:auto}
  .pic{background:var(--kb-desk-panel)!important}

  /* Anúncio aberto: a fotografia participa do layout em vez de ficar pequena/solta no centro. */
  .product-page{max-width:none!important;width:100%!important;margin:0!important;padding-top:24px!important}
  .product-page>.back{display:block;max-width:1180px;margin:0 auto 18px!important;padding:0 34px}
  .product-hero{
    width:min(1180px,calc(100% - 68px));
    margin:0 auto!important;
    padding:18px!important;
    border:0!important;
    border-radius:3px;
    background:rgba(255,255,255,.13)!important;
  }
  .product-main{
    display:block!important;
    width:auto!important;
    max-width:min(900px,78vw)!important;
    max-height:82vh!important;
    height:auto!important;
    margin:0 auto!important;
    object-fit:contain!important;
  }
  .product-info{max-width:980px!important}
  .photos-section{max-width:1180px;margin-left:auto!important;margin-right:auto!important}
  .gallery-item{
    width:100%!important;
    padding:18px!important;
    margin:0 auto 18px!important;
    background:rgba(255,255,255,.13)!important;
  }
  .gallery-item img,.description-card img{
    width:auto!important;
    max-width:min(900px,78vw)!important;
    max-height:82vh!important;
    height:auto!important;
    margin:0 auto!important;
  }
}

/* V57 DESKTOP ONLY — acabamento contínuo do fundo + hero desktop dedicado.
   Mobile/tablet permanecem intocados. */
@media (min-width:1024px){
  :root{
    --kb-desk-bg:#b5b3ad;
    --kb-desk-panel:transparent;
  }

  html,body,.app,.product-page{
    background-color:var(--kb-desk-bg)!important;
    background-image:
      radial-gradient(circle at 18% 8%,rgba(255,255,255,.055),transparent 34%),
      radial-gradient(circle at 84% 28%,rgba(0,0,0,.025),transparent 38%)!important;
    background-attachment:fixed;
  }

  /* Cabeçalho integrado à mesma paleta, sem criar uma faixa de outra cor. */
  .topbar{background:rgba(181,179,173,.92)!important}

  /* Usa a arte preparada especificamente para desktop, em resolução maior. */
  .hero{
    aspect-ratio:2560/1215!important;
    background-image:url('hero-desktop.jpeg')!important;
    background-color:var(--kb-desk-bg)!important;
  }

  /* Remove o "retângulo" mais claro atrás das fotos: página e área da foto
     passam a compartilhar exatamente a mesma superfície. */
  .cats,main,.section-title,.grid,.card,.pic,.kb-home-story,
  .product-hero,.photos-section,.gallery-item,.description-section,.description-card{
    background-color:transparent!important;
  }
  .pic,.product-hero,.gallery-item{background:transparent!important}
}
