@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@500;700;800&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

/*
  JH Eletrônico — Loja Integrada Design Adapter v2.7
  Escopo realista: CSS global + snippet HTML/JS na Home via painel Loja Integrada.
  Não altera checkout. Mantém compra/carrinho nativos. Não depende de React. Não remove produtos/assets.
*/

:root {
  --jh-ink-950: #020716;
  --jh-ink-900: #071022;
  --jh-ink-850: #0a1430;
  --jh-blue-700: #0036f7;
  --jh-blue-500: #235cff;
  --jh-blue-300: #72a6ff;
  --jh-cyan-300: #8be8ff;
  --jh-ice-50: #f7faff;
  --jh-ice-100: #eef5ff;
  --jh-text: #071022;
  --jh-muted: #63718b;
  --jh-shell: 1180px;
  --cor-principal: var(--jh-blue-700) !important;
  --cor-secundaria: var(--jh-text) !important;
  --cor-botao: var(--jh-blue-700) !important;
  --cor-menu: var(--jh-text) !important;
  --cor-tituloVitrine: var(--jh-text) !important;
  --cor-barraSuperior: #020716 !important;
  --cor-textoBarraSuperior: #e8f1ff !important;
  --cor-nomeProduto: var(--jh-text) !important;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; background: var(--jh-ice-50); }
body:not(.pagina-checkout):not(.pagina-carrinho) {
  color: var(--jh-text);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 54, 247, 0.10), transparent 28rem),
    radial-gradient(circle at 88% 44%, rgba(0, 54, 247, 0.07), transparent 32rem),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 58%, #f9fbff 100%) !important;
  font-family: Inter, Poppins, Raleway, Arial, sans-serif !important;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
a { text-decoration: none !important; }
body:not(.pagina-checkout):not(.pagina-carrinho) .conteiner-principal,
body:not(.pagina-checkout):not(.pagina-carrinho) #corpo,
body:not(.pagina-checkout):not(.pagina-carrinho) #corpo > .conteiner {
  background: transparent !important;
}
.jh-li-shell { width: min(var(--jh-shell), calc(100% - 40px)); margin-inline: auto; }

/* Top system bar */
.barra-frase {
  background: linear-gradient(90deg, #020716, #071331 52%, #001e83) !important;
  color: #dbe8ff !important;
  border: 0 !important;
  box-shadow: none !important;
}
.barra-frase .conteiner {
  min-height: 34px !important;
  height: auto !important;
  max-width: var(--jh-shell) !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px;
  background: transparent !important;
  color: #dbe8ff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.barra-frase span {
  line-height: 34px !important;
  font-size: 0 !important;
}
.barra-frase span::after {
  content: "Pix com desconto • atendimento técnico • envio para todo Brasil";
  font-size: 12px !important;
}
.barra-frase i { width: 20px !important; height: 20px !important; margin: 0 6px !important; filter: drop-shadow(0 0 10px rgba(139,232,255,.62)); }

/* Header / native LI */
#cabecalho {
  position: relative;
  background: rgba(250, 252, 255, .92) !important;
  color: var(--jh-text) !important;
  border-bottom: 1px solid rgba(3, 14, 40, .07);
  box-shadow: 0 14px 42px rgba(7, 20, 46, .055);
  backdrop-filter: blur(18px);
}
#cabecalho::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,54,247,.24), transparent);
  pointer-events: none;
}
#cabecalho .conteiner { max-width: 100% !important; padding: 0 !important; }
#cabecalho > .conteiner > .row-fluid {
  max-width: var(--jh-shell) !important;
  min-height: 76px;
  margin: 0 auto !important;
  padding: 0 20px;
  display: flex !important;
  align-items: center;
  gap: 28px;
}
#cabecalho .logo,
#cabecalho .logo a {
  margin: 0 !important;
  width: 170px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  background-image: url("assets/logo-jh-transparent.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 88px auto !important;
  box-shadow: none !important;
  overflow: visible !important;
}
#cabecalho .logo img {
  max-width: 88px !important;
  max-height: 56px !important;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 13px 24px rgba(0,54,247,.16));
  opacity: 0 !important;
}
#cabecalho .conteudo-topo { flex: 1; min-width: 0; }
#cabecalho .conteudo-topo .superior { display: none !important; }
#cabecalho .inferior.row-fluid { display: flex !important; align-items: center; gap: 22px; margin: 0 !important; }
#cabecalho .busca-mobile { flex: 1; width: auto !important; margin: 0 !important; min-width: 260px; }
#cabecalho .busca {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  line-height: normal !important;
  border: 1px solid rgba(0,54,247,.13) !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
  box-shadow: 0 18px 42px rgba(9, 28, 68, .09) !important;
}
#cabecalho .busca form { display: flex !important; align-items: center; width: 100%; margin: 0 !important; }
#cabecalho .busca input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--jh-text) !important;
  padding: 0 22px !important;
  font-size: 15px !important;
  box-shadow: none !important;
}
#cabecalho .busca input::placeholder { color: #6d7890; }
#cabecalho .botao-busca {
  position: static !important;
  inset: auto !important;
  flex: 0 0 92px;
  width: 92px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 54px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important;
  font-size: 0 !important;
  text-shadow: none !important;
}
#cabecalho .botao-busca::after { content: "Buscar"; font-size: 14px; font-weight: 900; letter-spacing: -.01em; }
#cabecalho .span4.hidden-phone {
  width: auto !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
#cabecalho .contato-top,
#cabecalho .rastreio-btn,
#cabecalho .minha-conta,
#cabecalho .carrinho {
  width: 46px;
  height: 46px;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0,54,247,.13) !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 12px 24px rgba(7,20,46,.055) !important;
}
#cabecalho .carrinho {
  border: 0 !important;
  background: #06122c !important;
  box-shadow: 0 16px 32px rgba(7,20,46,.16) !important;
}
#cabecalho .carrinho a>i.icon-shopping-cart,
#cabecalho .minha-conta i,
#cabecalho .rastreio-topo i,
#cabecalho .contato-evtop i {
  display: none !important;
}
#cabecalho .carrinho > a,
#cabecalho .minha-conta > a,
#cabecalho .minha-conta .btn-group > a,
#cabecalho .rastreio-topo,
#cabecalho .contato-evtop {
  position: relative;
  font-size: 0 !important;
}
#cabecalho .carrinho > a::before,
#cabecalho .minha-conta > a::before,
#cabecalho .minha-conta .btn-group > a::before,
#cabecalho .rastreio-topo::before,
#cabecalho .contato-evtop::before {
  font-family: FontAwesome, FontAwesome-v4, Icons;
  color: var(--jh-blue-700) !important;
  font-size: 20px;
  line-height: 1;
}
#cabecalho .carrinho > a::before { color: #fff !important; }
#cabecalho .carrinho > a::before { content: "\f07a"; }
#cabecalho .minha-conta > a::before,
#cabecalho .minha-conta .btn-group > a::before { content: "\f007"; }
#cabecalho .rastreio-topo::before { content: "\f0d1"; }
#cabecalho .contato-evtop::before { content: "\f086"; }
#cabecalho .carrinho .vazio-text,
#cabecalho .rastreio-topo span,
#cabecalho .minha-conta span { display: none !important; }

.menu.superior {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(0,91,255,.16), transparent 24rem),
    linear-gradient(90deg, #020716, #071331 56%, #031140) !important;
  border-top: 1px solid rgba(139,232,255,.10);
  border-bottom: 1px solid rgba(139,232,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.menu.superior ul.nivel-um {
  max-width: var(--jh-shell);
  min-height: 48px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.menu.superior .nivel-um > li { border: 0 !important; margin: 0 !important; padding: 0 !important; }
.menu.superior .nivel-um > li > a { padding: 10px 14px !important; border-radius: 999px; }
.menu.superior .nivel-um > li.jh-li-about-tab > a {
  background: rgba(139,232,255,.10) !important;
  box-shadow: inset 0 0 0 1px rgba(139,232,255,.14);
}
.menu.superior .nivel-um > li a strong,
.menu.superior .nivel-um > li .titulo {
  color: #dbe8ff !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.menu.superior .nivel-um > li:hover > a { background: rgba(139,232,255,.10) !important; }
.menu.superior .nivel-um > li:hover a strong { color: #fff !important; }
.menu.superior .nivel-dois,
.menu.superior .nivel-tres,
.menu.superior .nivel-um > li:hover > ul,
.menu.superior .nivel-um > li:hover > .nivel-dois {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.menu.superior .nivel-dois a { color: #263b5a !important; }

/* Home custom shell */
#jh-li-home-shell { display: none; }
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell { display: block; }
body.jh-li-enhanced.pagina-inicial .secao-banners,
body.jh-li-enhanced.pagina-inicial .marcas,
body.jh-li-enhanced.pagina-inicial #menuinsta { display: none !important; }

.jh-li-hero-v2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 535px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 91, 255, .38), transparent 28rem),
    radial-gradient(circle at 15% 86%, rgba(45, 107, 255, .30), transparent 25rem),
    linear-gradient(135deg, #020716 0%, #07142e 48%, #031140 100%);
}
.jh-li-hero-v2::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, transparent, rgba(248, 251, 255, .98));
  z-index: -1;
}
.jh-li-hero-v2__grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(rgba(118,174,255,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,174,255,.065) 1px, transparent 1px),
    linear-gradient(120deg, rgba(118,174,255,.07), transparent 42%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.66), rgba(0,0,0,.96));
}
.jh-li-hero-v2__scan {
  position: absolute;
  left: 0;
  right: 0;
  top: 57%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,232,255,.42), transparent);
  z-index: -2;
}
.jh-li-hero-v2__orb { position: absolute; width: 470px; height: 470px; border-radius: 999px; filter: blur(34px); opacity: .38; z-index: -3; }
.jh-li-hero-v2__orb--a { right: 6%; top: 4%; background: rgba(0,54,247,.58); }
.jh-li-hero-v2__orb--b { left: -10%; bottom: -8%; background: rgba(0,180,255,.28); }
.jh-li-hero-v2__inner {
  min-height: 485px;
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(430px,1.14fr);
  align-items: center;
  gap: 34px;
}
.jh-li-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--jh-blue-300);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.jh-li-eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--jh-cyan-300)); }
.jh-li-hero-v2 h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.7vw, 68px);
  line-height: .93;
  letter-spacing: -.066em;
  font-weight: 950;
  text-wrap: balance;
}
.jh-li-hero-v2__lead { max-width: 540px; margin: 18px 0 0; color: #cad8f4; font-size: 17px; line-height: 1.55; }
.jh-li-hero-v2__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.jh-li-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 950; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease; }
.jh-li-btn:hover { transform: translateY(-2px); }
.jh-li-btn--primary { color: #fff !important; background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)); box-shadow: 0 18px 42px rgba(0,54,247,.34); }
.jh-li-btn--ghost { color: #e5eeff !important; background: rgba(255,255,255,.075); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.jh-li-hero-v2__visual { position: relative; min-height: 420px; display: grid; place-items: center; overflow: visible; }
.jh-li-hero-v2__code { position: absolute; top: 26px; right: 4%; margin: 0; color: rgba(139,232,255,.82); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.jh-li-hero-v2__halo {
  position: absolute;
  left: 51%;
  top: 54%;
  width: min(540px, 88%);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45,107,255,.28), rgba(45,107,255,.10) 34%, transparent 68%), conic-gradient(from 210deg, transparent, rgba(139,232,255,.16), transparent 38%, rgba(45,107,255,.14), transparent 74%);
  opacity: .82;
}
.jh-li-hero-v2__halo::before,
.jh-li-hero-v2__halo::after { content: ""; position: absolute; inset: 11%; border-radius: inherit; border: 1px solid rgba(139,232,255,.12); }
.jh-li-hero-v2__halo::after { inset: 26%; border-color: rgba(139,232,255,.08); }
.jh-li-hero-v2__composite { position: relative; z-index: 2; display: block; width: min(760px, 112%); margin: 8px auto 0; filter: drop-shadow(0 38px 58px rgba(0,0,0,.34)); }
.jh-li-hero-v2__composite img { display: block; width: 100%; height: auto; object-fit: contain; }
.jh-li-hero-v2__seal {
  position: absolute;
  z-index: 3;
  left: 4%;
  bottom: 44px;
  max-width: 300px;
  padding: 11px 14px;
  border-radius: 999px;
  color: #f7fbff;
  background: rgba(2,7,22,.58);
  box-shadow: inset 0 0 0 1px rgba(139,232,255,.22), 0 16px 38px rgba(0,0,0,.20);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jh-li-stat-rail {
  position: relative;
  z-index: 3;
  margin-top: -46px;
  padding: 22px 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.jh-li-stat-rail div { padding: 0 22px 0 0; margin-right: 22px; border-right: 1px solid rgba(0,54,247,.14); }
.jh-li-stat-rail div:last-child { margin-right: 0; border-right: 0; }
.jh-li-stat-rail strong { display: block; color: #06122c; font-size: 19px; font-weight: 950; letter-spacing: -.035em; }
.jh-li-stat-rail span { display: block; margin-top: 6px; color: #5d6d87; line-height: 1.38; font-size: 13.5px; }

@media (prefers-reduced-motion: no-preference) {
  .jh-li-hero-v2__scan {
    animation: jh-li-scan 7s ease-in-out infinite;
  }
  .jh-li-hero-v2__halo {
    animation: jh-li-pulse 8s ease-in-out infinite;
  }
  .jh-li-hero-v2__composite {
    animation: jh-li-float 7.5s ease-in-out infinite;
  }
  .titulo-categoria:not(.vitrine-lancamento)::before,
  .titulo-categoria:not(.vitrine-lancamento)::after {
    background-size: 220% 100% !important;
    animation: jh-li-line 6s linear infinite;
  }
}

@keyframes jh-li-scan {
  0%, 100% { transform: translateY(-8px); opacity: .38; }
  50% { transform: translateY(16px); opacity: .72; }
}
@keyframes jh-li-pulse {
  0%, 100% { opacity: .72; transform: translate(-50%,-50%) scale(.98); }
  50% { opacity: .9; transform: translate(-50%,-50%) scale(1.035); }
}
@keyframes jh-li-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}
@keyframes jh-li-line {
  from { background-position: 0% 50%; }
  to { background-position: 220% 50%; }
}

/* Native product vitrines — commerce cards are functional, so cards are appropriate here. */
.pagina-inicial #listagemProdutos { max-width: var(--jh-shell); margin: 0 auto; padding: 28px 20px 88px; }
.listagem .titulo-categoria,
.titulo-categoria { display: flex !important; align-items: center; gap: 18px; margin: 58px 0 30px !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.titulo-categoria:not(.vitrine-lancamento)::before,
.titulo-categoria:not(.vitrine-lancamento)::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(0,54,247,.20), transparent) !important; margin: 0 !important; }
.titulo-categoria strong,
.titulo-categoria .titulo { padding: 0 !important; color: #06122c !important; background: transparent !important; border: 0 !important; font-size: clamp(24px, 3vw, 38px) !important; line-height: 1.05; font-weight: 950 !important; letter-spacing: .13em !important; text-transform: uppercase !important; }
body.pagina-inicial #listagemProdutos > ul.produtos-carrossel { width: 100% !important; max-width: 100% !important; margin: 0 0 62px !important; padding: 0 !important; overflow: visible !important; list-style: none !important; }
body.pagina-inicial #listagemProdutos > ul.produtos-carrossel > li.listagem-linha { width: 100% !important; margin: 0 !important; padding: 0 !important; float: none !important; overflow: visible !important; }
body.pagina-inicial #listagemProdutos .flex-viewport { width: 100% !important; height: auto !important; overflow: visible !important; }
body.pagina-inicial #listagemProdutos .flex-viewport > ul { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; transform: none !important; list-style: none !important; }
body.pagina-inicial #listagemProdutos .flex-viewport > ul > li { width: auto !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; float: none !important; display: block !important; }
body.pagina-inicial #listagemProdutos .flex-viewport > ul > li:nth-child(n+5) { display: none !important; }
body.pagina-inicial #listagemProdutos .flex-direction-nav,
body.pagina-inicial #listagemProdutos .flex-control-nav { display: none !important; }
.listagem .listagem-item { position: relative; overflow: hidden; min-height: 0 !important; padding: 14px 14px 18px !important; border: 0 !important; border-radius: 22px !important; background: rgba(255,255,255,.96) !important; box-shadow: 0 22px 50px rgba(7,20,46,.09), inset 0 0 0 1px rgba(3,14,40,.065) !important; transition: transform .22s ease, box-shadow .22s ease; }
.listagem .listagem-item:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(0,30,110,.14), inset 0 0 0 1px rgba(0,54,247,.16) !important; }
.listagem .listagem-item .imagem-produto { width: 100% !important; height: 220px !important; display: flex !important; align-items: center; justify-content: center; padding: 18px !important; border: 0 !important; border-radius: 18px !important; background: radial-gradient(circle at 50% 45%, rgba(0,54,247,.12), transparent 12rem), linear-gradient(180deg, #fbfdff, #eef5ff) !important; }
.listagem .listagem-item .imagem-produto img { max-width: 92% !important; max-height: 180px !important; object-fit: contain !important; mix-blend-mode: multiply; filter: drop-shadow(0 18px 24px rgba(3,14,40,.13)); }
.listagem .listagem-item .info-produto { width: 100% !important; padding: 18px 6px 0 !important; margin: 0 !important; border: 0 !important; text-align: left !important; }
.listagem .listagem-item .nome-produto { min-height: 44px; margin: 0 0 10px !important; color: #08142e !important; font-size: 14px !important; line-height: 1.18 !important; font-weight: 900 !important; letter-spacing: -.03em; text-transform: none !important; }
.listagem .preco-venda { color: #7b879b !important; font-size: 12px !important; }
.listagem .preco-promocional,
.preco-produto .preco-promocional { color: #06122c !important; font-size: 22px !important; font-weight: 950 !important; letter-spacing: -.045em; }
.desconto-a-vista { color: #63718b !important; font-size: 12px !important; }
.desconto-a-vista strong { color: var(--jh-blue-700) !important; }
.bandeira-promocao { border-radius: 999px !important; background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important; color: #fff !important; box-shadow: 0 10px 26px rgba(0,54,247,.22); }

/* Category/product pages: cleaner light premium, not a full redesign yet. */
body:not(.pagina-inicial):not(.pagina-checkout):not(.pagina-carrinho) .secao-banners { display: none !important; }
.pagina-categoria #corpo .conteiner,
.pagina-produto #corpo .conteiner { max-width: var(--jh-shell); }
.pagina-categoria .secao-principal,
.pagina-produto .secao-principal { padding-top: 34px; }
.pagina-categoria .breadcrumbs,
.pagina-produto .breadcrumbs { color: #60708b; border-color: rgba(0,54,247,.10) !important; }
.pagina-categoria .coluna.span3 { padding: 18px !important; border: 0 !important; border-radius: 26px; background: rgba(255,255,255,.70); box-shadow: inset 0 0 0 1px rgba(0,54,247,.10); }
.pagina-categoria .coluna .menu.lateral,
.pagina-categoria .filtro { border: 0 !important; background: transparent !important; }
.pagina-categoria .coluna .menu.lateral > ul { margin: 0 0 18px !important; padding: 16px 18px !important; border: 1px solid rgba(0,54,247,.10) !important; border-radius: 22px; background: #fff !important; }
.pagina-categoria .coluna .menu.lateral li { border: 0 !important; background: transparent !important; }
.pagina-categoria .coluna .menu.lateral li a { display: block; padding: 9px 0 !important; color: #263b5a !important; background: transparent !important; }
.pagina-categoria .coluna .menu.lateral li.ativo > a,
.pagina-categoria .coluna .menu.lateral li a:hover { color: var(--jh-blue-700) !important; }
.pagina-categoria .faceta-codigo-universal-de-produto { display: none !important; }
.pagina-categoria .filtro h4,
.pagina-categoria .filtro .titulo,
.pagina-categoria .menu.lateral .titulo,
.pagina-categoria .coluna strong { color: #06122c !important; }
.pagina-categoria .filtro ul { max-height: 170px; overflow: auto; border: 1px solid rgba(0,54,247,.10) !important; border-radius: 16px; background: #fff; }
.pagina-categoria .filtro li a,
.pagina-categoria .menu.lateral a { color: #263b5a !important; }
.pagina-categoria .ordenar-listagem { border: 0 !important; border-radius: 20px; background: rgba(255,255,255,.84) !important; padding: 14px !important; box-shadow: inset 0 0 0 1px rgba(0,54,247,.10); }
.pagina-categoria h1.titulo,
.pagina-categoria .conteudo h1,
.pagina-produto h1.nome-produto { color: #06122c !important; font-size: clamp(32px, 3vw, 46px) !important; line-height: 1.05; letter-spacing: -.055em; font-weight: 900 !important; text-transform: none !important; }
.pagina-produto .produto .codigo-produto,
.pagina-produto .produto .codigo-produto span,
.pagina-produto .produto .marca-produto,
.pagina-produto .produto .marca-produto a { color: #63718b !important; }
.pagina-produto .produto .acoes-produto { border: 0 !important; border-radius: 28px; background: rgba(255,255,255,.94) !important; padding: 24px !important; box-shadow: 0 24px 62px rgba(7,20,46,.10), inset 0 0 0 1px rgba(0,54,247,.10); }
.pagina-produto .produto div.principal .acoes-produto .comprar { display: grid !important; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: center; text-align: left !important; margin-top: 22px !important; }
.pagina-produto .produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho { grid-column: 1; width: 92px !important; margin: 0 !important; float: none !important; display: block !important; position: relative !important; }
.pagina-produto .produto div.principal .acoes-produto .comprar .qtde-carrinho { width: 92px !important; height: 56px !important; padding: 0 !important; border: 0 !important; border-radius: 999px !important; background: #eef4ff !important; color: #06122c !important; text-align: center !important; font-weight: 950 !important; box-shadow: inset 0 0 0 1px rgba(0,54,247,.10) !important; }
.pagina-produto .produto div.principal .acoes-produto .quantity-nav { display: none !important; }
.pagina-produto .produto div.principal .acoes-produto .botao-comprar,
.pagina-produto .produto div.principal .acoes-produto .botao-comprar.principal.grande,
.pagina-produto .produto div.principal .acoes-produto .comprar a.botao.botao-comprar.principal.grande.botao-comprar-ajax {
  grid-column: 2;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  border: 0 !important;
  background-color: var(--jh-blue-700) !important;
  background-image: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important;
  box-shadow: 0 18px 48px rgba(0,54,247,.28) !important;
  color: #fff !important;
  text-shadow: none !important;
  text-transform: none !important;
  font-size: 0 !important;
  font-weight: 950 !important;
  line-height: 56px !important;
}
.pagina-produto .produto div.principal .acoes-produto .botao-comprar::after { content: "Comprar agora"; color: #fff !important; font-size: 18px; font-weight: 950; letter-spacing: -.02em; }
.pagina-produto .produto div.principal .acoes-produto .botao-comprar i { display: none !important; }
.pagina-produto .produto div.principal .acoes-produto .botao-comprar *,
.pagina-produto .produto .botao-comprar * { color: #fff !important; }
.pagina-produto .produto div.principal .acoes-produto .comprar .disponibilidade-produto { grid-column: 1 / -1; width: 100% !important; margin: 2px 0 0 !important; float: none !important; text-align: left !important; color: #63718b !important; }
.pagina-produto .produto .preco-promocional { color: #06122c !important; font-size: 36px !important; font-weight: 950 !important; }
.pagina-produto .produto .imagem-principal img,
.pagina-produto .produto .apresentacao img { border-radius: 18px; }
.pagina-produto .produto-thumbs .flex-viewport { width: 100% !important; overflow: hidden !important; }
.pagina-produto .produto-thumbs .slides,
.pagina-produto .produto-thumbs .miniaturas { width: 100% !important; max-width: 100% !important; transform: none !important; display: flex !important; align-items: center; gap: 12px; overflow-x: auto !important; padding: 0 2px 8px !important; list-style: none !important; }
.pagina-produto .produto-thumbs .slides > li,
.pagina-produto .produto-thumbs .miniaturas > li { flex: 0 0 68px !important; width: 68px !important; margin: 0 !important; float: none !important; }
.pagina-produto .produto-thumbs .flex-direction-nav,
.pagina-produto .produto-thumbs .flex-prev,
.pagina-produto .produto-thumbs .flex-next { display: none !important; }
.pagina-produto .parcelas-produto,
.pagina-produto .abas-custom,
.pagina-produto .descricao-produto,
.pagina-produto .produto-descricao { border-color: rgba(0,54,247,.10) !important; background: rgba(255,255,255,.72) !important; color: #263b5a !important; border-radius: 22px; }

/* Footer */
#rodape .institucional { background: #020716 !important; border-top: 1px solid rgba(0,54,247,.18); color: #aab9d6 !important; }
#rodape .titulo { color: #f7faff !important; letter-spacing: .08em; }
#rodape a { color: #aab9d6 !important; }
#rodape a:hover { color: var(--jh-cyan-300) !important; }
#rodape .pagamento-selos { background: #020716 !important; color: #aab9d6 !important; border-top: 1px solid rgba(0,54,247,.18); }

@media (max-width: 980px) {
  #cabecalho > .conteiner > .row-fluid { display: block !important; min-height: 0; padding: 14px 20px 16px; }
  #cabecalho .logo, #cabecalho .logo a { width: 100% !important; justify-content: center; height: 54px !important; background-position: center !important; background-size: 76px auto !important; }
  #cabecalho .inferior.row-fluid { display: flex !important; gap: 12px; }
  #cabecalho .span4.hidden-phone { display: none !important; }
  #cabecalho .busca-mobile { min-width: 0; }
  #cabecalho .botao-busca { flex-basis: 58px; width: 58px !important; font-size: 0 !important; }
  #cabecalho .botao-busca::after { content: ""; }
  #cabecalho .botao-busca::before { content: "\f002"; font-family: FontAwesome, FontAwesome-v4, Icons; font-size: 18px; color: #fff; }
  .menu.superior { overflow-x: auto; }
  .menu.superior ul.nivel-um { width: max-content; min-width: 100%; flex-wrap: nowrap; }
  .jh-li-hero-v2 { min-height: auto; }
  .jh-li-hero-v2__inner { grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 38px 0 20px; }
  .jh-li-hero-v2 h1 { max-width: 760px; }
  .jh-li-hero-v2__visual { min-height: 330px; }
  .jh-li-hero-v2__composite { width: min(700px, 98%); margin-top: -8px; }
  .jh-li-hero-v2__seal { left: 8%; bottom: 36px; }
  .jh-li-stat-rail { grid-template-columns: repeat(2,1fr); gap: 18px 0; margin-top: -28px; padding-bottom: 46px; }
  .jh-li-stat-rail div:nth-child(2) { border-right: 0; }
  body.pagina-inicial #listagemProdutos .flex-viewport > ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.pagina-inicial #listagemProdutos .flex-viewport > ul > li:nth-child(n+5) { display: block !important; }
  body.pagina-inicial #listagemProdutos .flex-viewport > ul > li:nth-child(n+7) { display: none !important; }
}

@media (max-width: 767px) {
  .jh-li-shell { width: min(100% - 28px, var(--jh-shell)); }
  .barra-frase .conteiner { min-height: 30px !important; font-size: 10px !important; letter-spacing: .10em; }
  .barra-frase span::after { content: "Pix com desconto • suporte técnico"; font-size: 10px !important; }
  #cabecalho .atalhos-mobile.visible-phone { display: block !important; background: linear-gradient(90deg, #020716, #071331 52%, #001e83) !important; border: 0 !important; }
  #cabecalho .atalhos-mobile.visible-phone ul { height: 42px; display: flex !important; justify-content: center; align-items: center; gap: 4px; margin: 0 !important; padding: 0 !important; }
  #cabecalho .atalhos-mobile.visible-phone li { float: none !important; margin: 0 !important; background: transparent !important; }
  #cabecalho .atalhos-mobile.visible-phone > ul > li > a,
  #cabecalho .atalhos-mobile.visible-phone > ul > li > .btn-group > a { width: 38px; height: 38px; display: inline-flex !important; align-items: center; justify-content: center; color: #e8f1ff !important; background: transparent !important; border-radius: 999px; }
  #cabecalho .atalhos-mobile.visible-phone i { color: #e8f1ff !important; background: transparent !important; }
  #cabecalho .atalhos-mobile.visible-phone .dropdown-menu { display: none !important; }
  #cabecalho .atalhos-mobile.visible-phone .btn-group.open .dropdown-menu { display: block !important; }
  #cabecalho { padding-top: 42px !important; }
  #cabecalho .busca { border-radius: 18px !important; }
  #cabecalho .busca input { height: 50px !important; padding-left: 18px !important; }
  #menuinsta { display: none !important; }
  .jh-li-hero-v2__inner { padding-top: 28px; padding-bottom: 8px; }
  .jh-li-hero-v2 h1 { font-size: clamp(30px, 9.8vw, 40px); line-height: .96; letter-spacing: -.058em; }
  .jh-li-hero-v2__lead { max-width: 31rem; margin-top: 14px; font-size: 15px; line-height: 1.5; }
  .jh-li-hero-v2__actions { gap: 9px; margin-top: 20px; }
  .jh-li-btn { min-height: 44px; padding-inline: 17px; font-size: 13px; }
  .jh-li-hero-v2__visual { min-height: 174px; margin-top: -6px; }
  .jh-li-hero-v2__code { display: none; }
  .jh-li-hero-v2__halo { width: 238px; top: 52%; }
  .jh-li-hero-v2__composite { width: min(355px, 110%); margin-top: -18px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.28)); }
  .jh-li-hero-v2__seal { left: 4px; right: 4px; bottom: 14px; max-width: none; width: fit-content; margin: 0 auto; font-size: 9.5px; padding: 8px 10px; letter-spacing: .06em; }
  .jh-li-stat-rail { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0; margin: -12px auto 0; padding: 0 0 18px; overflow: hidden; }
  .jh-li-stat-rail div { min-width: 0; margin: 0; padding: 10px 12px 10px 0; border-right: 1px solid rgba(0,54,247,.14); box-shadow: none; }
  .jh-li-stat-rail div:nth-child(n+3) { display: none; }
  .jh-li-stat-rail div:nth-child(2) { border-right: 0; padding-left: 10px; }
  .jh-li-stat-rail strong { font-size: 16px; }
  .jh-li-stat-rail span { margin-top: 4px; font-size: 12.5px; line-height: 1.32; }
  .pagina-inicial #listagemProdutos { padding: 6px 14px 68px; }
  .titulo-categoria { margin-top: 32px !important; margin-bottom: 20px !important; }
  .titulo-categoria strong,
  .titulo-categoria .titulo { font-size: 20px !important; letter-spacing: .075em !important; }
  .titulo-categoria::before,
  .titulo-categoria::after { display: none; }
  body.pagina-inicial #listagemProdutos .flex-viewport > ul { grid-template-columns: 1fr; gap: 18px; }
  body.pagina-inicial #listagemProdutos .flex-viewport > ul > li:nth-child(n+5) { display: none !important; }
  .listagem .listagem-item { border-radius: 20px !important; }
  .listagem .listagem-item .imagem-produto { height: 220px !important; }
  .listagem .listagem-item .imagem-produto img { max-height: 185px !important; }
  .pagina-categoria .coluna.span3 { display: none !important; }
  .pagina-categoria .conteudo.span9,
  .pagina-categoria .conteudo.span12,
  .pagina-produto .conteudo.span12 { width: 100% !important; margin: 0 !important; }
  .pagina-produto .produto .acoes-produto { padding: 18px !important; }
}

/* v2.3 mobile/header and product purchase refinements */
@media (max-width: 767px) {
  #cabecalho { padding-top: 0 !important; }
  #cabecalho .atalhos-mobile.visible-phone { display: none !important; }
  #cabecalho > .conteiner > .row-fluid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px 14px !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3,
  #cabecalho .conteudo-topo {
    width: 100% !important;
    margin: 0 !important;
  }
  #cabecalho .logo,
  #cabecalho .logo a {
    height: 46px !important;
    justify-content: center !important;
    background-position: center !important;
    background-size: 64px auto !important;
  }
  #cabecalho .logo img {
    max-width: 64px !important;
    max-height: 44px !important;
    border-radius: 0;
  }
  #cabecalho .inferior.row-fluid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    gap: 8px !important;
    margin: 0 !important;
  }
  #cabecalho .busca-mobile {
    grid-column: 1;
    grid-row: 1;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  #cabecalho .atalho-menu.visible-phone {
    order: 1;
    width: 48px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important;
    box-shadow: 0 14px 30px rgba(0,54,247,.24) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }
  #cabecalho .atalho-menu.visible-phone::before {
    content: "\f0c9";
    font-family: FontAwesome, FontAwesome-v4, Icons;
    font-size: 20px;
    color: #fff;
  }
  #cabecalho .busca {
    order: 2;
    height: 50px !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 32px rgba(7,20,46,.08) !important;
  }
  #cabecalho .busca input {
    height: 50px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }
  #cabecalho .botao-busca {
    flex: 0 0 52px;
    width: 52px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone {
    grid-column: 2;
    grid-row: 1;
    width: 48px !important;
    min-width: 48px !important;
    height: 50px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone > *:not(.carrinho) { display: none !important; }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho {
    width: 48px !important;
    height: 50px !important;
    border-radius: 16px !important;
    border: 0 !important;
    background: #06122c !important;
    box-shadow: 0 14px 30px rgba(7,20,46,.16) !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a {
    width: 48px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a::before {
    content: "\f07a";
    font-family: FontAwesome, FontAwesome-v4, Icons;
    color: #fff !important;
    font-size: 20px;
    line-height: 1;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a > i.icon-shopping-cart {
    display: none !important;
  }

  .jh-li-hero-v2__inner { padding-top: 24px; }
  .jh-li-hero-v2 h1 {
    font-size: clamp(30px, 9.8vw, 40px);
    line-height: .96;
    letter-spacing: -.058em;
  }
  .jh-li-hero-v2__lead { font-size: 14.8px; line-height: 1.5; }
  .jh-li-hero-v2__visual { min-height: 174px; }
  .jh-li-hero-v2__halo { width: 220px; height: 220px; top: 52%; }
  .jh-li-hero-v2__composite { width: min(355px, 110%); }

  .pagina-produto h1.nome-produto {
    font-size: clamp(28px, 9vw, 36px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.045em !important;
  }
  .pagina-produto .produto div.principal .acoes-produto .comprar {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .pagina-produto .produto div.principal .acoes-produto .comprar .qtde-adicionar-carrinho,
  .pagina-produto .produto div.principal .acoes-produto .comprar .qtde-carrinho,
  .pagina-produto .produto div.principal .acoes-produto .botao-comprar {
    grid-column: 1 !important;
    width: 100% !important;
  }
}

/* v2.4 header/hero corrections */
@media (min-width: 768px) {
  #cabecalho > .conteiner > .row-fluid {
    max-width: min(calc(100% - 40px), var(--jh-shell)) !important;
    min-height: 62px !important;
    padding: 0 !important;
    gap: 18px !important;
    display: flex !important;
    align-items: center !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3 {
    flex: 0 0 92px !important;
    width: 92px !important;
    min-width: 92px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #cabecalho .logo,
  #cabecalho .logo a {
    width: 86px !important;
    height: 52px !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    background-image: none !important;
    background-size: auto !important;
    background-position: left center !important;
    overflow: visible !important;
  }
  #cabecalho .logo img {
    display: block !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    max-width: 66px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
    filter: drop-shadow(0 10px 18px rgba(0,54,247,.12)) !important;
  }
  #cabecalho .conteudo-topo {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  #cabecalho .inferior.row-fluid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(360px, 720px) auto;
    align-items: center !important;
    justify-content: end !important;
    gap: 18px !important;
    margin: 0 !important;
  }
  #cabecalho .busca-mobile {
    width: 100% !important;
    max-width: 720px !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  #cabecalho .busca {
    height: 42px !important;
    border-radius: 11px !important;
    border-color: rgba(0,54,247,.16) !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(9,28,68,.06) !important;
  }
  #cabecalho .busca input {
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    line-height: 42px !important;
  }
  #cabecalho .botao-busca {
    flex: 0 0 78px !important;
    width: 78px !important;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 0 10px 10px 0 !important;
  }
  #cabecalho .botao-busca::after { font-size: 13px !important; }
  #cabecalho .span4.hidden-phone {
    justify-self: end !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    gap: 8px !important;
  }
  #cabecalho .contato-top,
  #cabecalho .rastreio-btn,
  #cabecalho .minha-conta,
  #cabecalho .carrinho {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 11px !important;
    box-shadow: 0 9px 22px rgba(7,20,46,.055) !important;
  }
  #cabecalho .contato-top { order: 1; }
  #cabecalho .rastreio-btn { order: 2; }
  #cabecalho .minha-conta { order: 3; }
  #cabecalho .carrinho { order: 4; background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important; box-shadow: 0 12px 26px rgba(0,54,247,.20) !important; }
  #cabecalho .carrinho > a,
  #cabecalho .minha-conta > a,
  #cabecalho .minha-conta .btn-group > a,
  #cabecalho .rastreio-topo,
  #cabecalho .contato-evtop {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #cabecalho .carrinho > a::before,
  #cabecalho .minha-conta > a::before,
  #cabecalho .minha-conta .btn-group > a::before,
  #cabecalho .rastreio-topo::before,
  #cabecalho .contato-evtop::before { font-size: 17px !important; }
}

body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2 {
  min-height: 620px;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2::after {
  height: 116px;
  background: linear-gradient(180deg, transparent, rgba(248, 251, 255, .94) 74%, rgba(248, 251, 255, 1));
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__inner {
  min-height: 568px;
  padding: 58px 0 54px;
  grid-template-columns: minmax(0,.96fr) minmax(460px,1.04fr);
  gap: 30px;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__copy {
  position: relative;
  z-index: 4;
}
body.jh-li-enhanced.pagina-inicial .jh-li-eyebrow {
  margin-bottom: 22px;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2 h1 {
  max-width: 720px;
  line-height: 1.015;
  letter-spacing: -.058em;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__lead {
  max-width: 590px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.74;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__actions {
  margin-top: 38px;
  gap: 14px;
}
body.jh-li-enhanced.pagina-inicial .jh-li-btn {
  min-height: 52px;
  padding-inline: 25px;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual {
  min-height: 510px;
  isolation: isolate;
  align-self: stretch;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 3%;
  right: 0;
  bottom: 54px;
  height: 86px;
  border-radius: 999px;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,54,247,.24), rgba(0,180,255,.10) 42%, transparent 72%);
  filter: blur(10px);
  opacity: .82;
  transform: translateX(-7%) perspective(520px) rotateX(64deg);
  pointer-events: none;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__code {
  top: 44px;
  right: 9%;
  opacity: .68;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__halo {
  left: 45%;
  top: 51%;
  width: min(620px, 98%);
  opacity: .74;
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__composite {
  width: min(820px, 118%);
  margin-top: 18px;
  transform: translateX(-7%);
  filter: drop-shadow(0 44px 64px rgba(0,0,0,.34));
}
body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__seal {
  display: none !important;
}

@media (max-width: 980px) {
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2 { min-height: auto; }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 54px 0 34px;
    gap: 26px;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual {
    min-height: 360px;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__halo {
    left: 50%;
    top: 52%;
    width: min(520px, 92%);
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__composite {
    width: min(680px, 104%);
    transform: translateX(-2%);
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  #cabecalho > .conteiner > .row-fluid {
    padding: 9px 14px 12px !important;
    gap: 8px !important;
  }
  #cabecalho .logo,
  #cabecalho .logo a {
    width: 74px !important;
    height: 42px !important;
    justify-content: flex-start !important;
    background-image: none !important;
  }
  #cabecalho .logo img {
    opacity: 1 !important;
    max-width: 54px !important;
    max-height: 40px !important;
    object-fit: contain !important;
  }
  #cabecalho .inferior.row-fluid {
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 8px !important;
  }
  #cabecalho .busca-mobile {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  #cabecalho .atalho-menu.visible-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 11px !important;
  }
  #cabecalho .busca {
    height: 44px !important;
    border-radius: 11px !important;
  }
  #cabecalho .busca input {
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 13px !important;
  }
  #cabecalho .botao-busca {
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 0 10px 10px 0 !important;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__inner {
    padding: 48px 0 28px;
    gap: 24px;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-eyebrow { margin-bottom: 18px; }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2 h1 {
    font-size: clamp(31px, 9.9vw, 43px);
    line-height: 1.045;
    letter-spacing: -.052em;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__lead {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.68;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__actions {
    margin-top: 28px;
    gap: 10px;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-btn {
    min-height: 46px;
    padding-inline: 18px;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual {
    min-height: 252px;
    margin-top: 0;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual::after {
    left: 6%;
    right: 6%;
    bottom: 34px;
    height: 54px;
    transform: perspective(420px) rotateX(64deg);
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__halo {
    width: 310px;
    height: 310px;
    top: 52%;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__composite {
    width: min(430px, 118%);
    margin-top: 0;
    transform: translateX(-2%);
    filter: drop-shadow(0 24px 34px rgba(0,0,0,.30));
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__code { display: none; }
}


/* v2.4.1 header anchoring correction: logo absolute-left, actions absolute-right */
@media (min-width: 768px) {
  #cabecalho > .conteiner > .row-fluid {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    gap: 24px !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3 {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
  }
  #cabecalho .conteudo-topo {
    grid-column: 2 !important;
    align-self: center !important;
    display: block !important;
  }
  #cabecalho .inferior.row-fluid {
    display: grid !important;
    grid-template-columns: minmax(520px, 780px) max-content !important;
    justify-content: end !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
  }
  #cabecalho .inferior.row-fluid > .busca-mobile {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    width: auto !important;
    min-width: max-content !important;
    height: 42px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }
  #cabecalho .contato-top,
  #cabecalho .rastreio-btn,
  #cabecalho .minha-conta,
  #cabecalho .carrinho {
    position: relative !important;
    inset: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
  #cabecalho .contato-evtop,
  #cabecalho .rastreio-topo {
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  #cabecalho .inferior.row-fluid {
    grid-template-columns: minmax(620px, 860px) max-content !important;
  }
}

/* v2.4.2 header height tightening */
@media (min-width: 768px) {
  #cabecalho > .conteiner {
    height: 78px !important;
    min-height: 78px !important;
    overflow: visible !important;
  }
  #cabecalho > .conteiner > .row-fluid {
    height: 78px !important;
    min-height: 78px !important;
  }
}

/* v2.4.3 mobile composition containment */
@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__composite {
    width: min(365px, 100%) !important;
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* v2.5 global commerce system — category/search/product/cart/internal pages */
:root {
  --jh-gradient-hero: radial-gradient(circle at 74% 16%, rgba(0,91,255,.38), transparent 27rem), radial-gradient(circle at 13% 84%, rgba(45,107,255,.28), transparent 25rem), linear-gradient(135deg, #020716 0%, #07142e 47%, #031140 100%);
  --jh-gradient-menu: radial-gradient(circle at 20% 0%, rgba(0,91,255,.16), transparent 24rem), linear-gradient(90deg, #020716, #071331 56%, #031140);
  --jh-line-blue: rgba(118, 174, 255, .13);
  --jh-soft-shadow: 0 24px 70px rgba(7,20,46,.10);
  --jh-card-shadow: 0 22px 54px rgba(7,20,46,.09), inset 0 0 0 1px rgba(3,14,40,.065);
  --jh-radius-soft: 22px;
  --jh-radius-panel: 30px;
}

body.pagina-carrinho,
body.pagina-pagina,
body.pagina-busca,
body.pagina-categoria,
body.pagina-produto {
  color: var(--jh-text);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 54, 247, 0.10), transparent 28rem),
    radial-gradient(circle at 88% 44%, rgba(0, 54, 247, 0.07), transparent 32rem),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 58%, #f9fbff 100%) !important;
  font-family: Inter, Poppins, Raleway, Arial, sans-serif !important;
  overflow-x: hidden;
}
body.pagina-carrinho .conteiner-principal,
body.pagina-carrinho #corpo,
body.pagina-carrinho #corpo > .conteiner,
body.pagina-pagina .conteiner-principal,
body.pagina-pagina #corpo,
body.pagina-pagina #corpo > .conteiner,
body.pagina-busca .conteiner-principal,
body.pagina-busca #corpo,
body.pagina-busca #corpo > .conteiner,
body.pagina-categoria .conteiner-principal,
body.pagina-categoria #corpo,
body.pagina-categoria #corpo > .conteiner,
body.pagina-produto .conteiner-principal,
body.pagina-produto #corpo,
body.pagina-produto #corpo > .conteiner {
  background: transparent !important;
}

.jh-li-page-masthead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--jh-gradient-hero);
  border-top: 1px solid rgba(139,232,255,.20);
  border-bottom: 1px solid rgba(139,232,255,.14);
}
.jh-li-page-masthead::before,
.jh-li-page-masthead::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -2;
}
.jh-li-page-masthead::before {
  width: 440px;
  height: 440px;
  right: 12%;
  top: -210px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,91,255,.42), rgba(0,91,255,.08) 46%, transparent 72%);
  filter: blur(12px);
}
.jh-li-page-masthead::after {
  inset: auto 0 0;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(248,251,255,.16));
}
.jh-li-page-masthead__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(118,174,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,174,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.60), rgba(0,0,0,.96));
}
.jh-li-page-masthead__inner {
  padding: 44px 0 42px;
}
.jh-li-page-masthead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--jh-blue-300);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.jh-li-page-masthead__eyebrow span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--jh-cyan-300));
}
.jh-li-page-masthead h1 {
  max-width: 780px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.058em !important;
  font-weight: 950 !important;
  text-transform: none !important;
}
.jh-li-page-masthead p:not(.jh-li-page-masthead__eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #cbd9f7;
  font-size: 16px;
  line-height: 1.62;
}
.jh-li-page-masthead--product .jh-li-page-masthead__inner,
.jh-li-page-masthead--cart .jh-li-page-masthead__inner {
  padding-block: 30px;
}
.jh-li-page-masthead--product h1,
.jh-li-page-masthead--cart h1 { font-size: clamp(28px, 3vw, 42px) !important; }
.jh-li-page-masthead--product p:not(.jh-li-page-masthead__eyebrow),
.jh-li-page-masthead--cart p:not(.jh-li-page-masthead__eyebrow) { margin-top: 10px; }

/* Listing pages: category + search */
.pagina-categoria #corpo .conteiner,
.pagina-busca #corpo .conteiner,
.pagina-produto #corpo .conteiner,
.pagina-pagina #corpo .conteiner,
.pagina-carrinho #corpo .conteiner {
  max-width: var(--jh-shell) !important;
  padding-inline: 20px !important;
}
.pagina-categoria .secao-principal,
.pagina-busca .secao-principal,
.pagina-produto .secao-principal,
.pagina-pagina .secao-principal,
.pagina-carrinho .secao-principal {
  padding-top: 34px !important;
}
.pagina-categoria .conteudo.span9,
.pagina-busca .conteudo.span9 { width: calc(100% - 300px) !important; margin-left: 24px !important; }
.pagina-categoria .coluna.span3,
.pagina-busca .coluna.span3 {
  width: 276px !important;
  padding: 18px !important;
  border: 0 !important;
  border-radius: var(--jh-radius-panel) !important;
  background: rgba(255,255,255,.76) !important;
  box-shadow: inset 0 0 0 1px rgba(0,54,247,.10), 0 18px 44px rgba(7,20,46,.055) !important;
  backdrop-filter: blur(12px);
}
.pagina-busca #listagemProdutos,
.pagina-categoria #listagemProdutos,
.pagina-busca .listagem.borda-alpha,
.pagina-categoria .listagem.borda-alpha {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.pagina-busca #listagemProdutos > ul,
.pagina-categoria #listagemProdutos > ul,
.pagina-busca #listagemProdutos > ul > li.listagem-linha,
.pagina-categoria #listagemProdutos > ul > li.listagem-linha {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}
.pagina-busca #listagemProdutos .listagem-linha > ul,
.pagina-categoria #listagemProdutos .listagem-linha > ul {
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none !important;
}
.pagina-busca #listagemProdutos .listagem-linha > ul > li,
.pagina-categoria #listagemProdutos .listagem-linha > ul > li {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.pagina-busca .listagem > h1.titulo,
.pagina-categoria .conteudo h1.titulo,
.pagina-categoria .conteudo h1,
.pagina-busca .conteudo h1 {
  margin: 0 0 20px !important;
  color: #06122c !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.052em !important;
  font-weight: 950 !important;
  text-transform: none !important;
}
.pagina-busca .ordenar-listagem,
.pagina-categoria .ordenar-listagem {
  margin-bottom: 22px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.86) !important;
  padding: 13px 16px !important;
  box-shadow: inset 0 0 0 1px rgba(0,54,247,.10), 0 12px 30px rgba(7,20,46,.045) !important;
}
.pagina-busca .pagination ul > li > a,
.pagina-categoria .pagination ul > li > a,
.pagina-busca .btn,
.pagina-categoria .btn {
  border-radius: 12px !important;
  border-color: rgba(0,54,247,.12) !important;
  background: #fff !important;
  color: #263b5a !important;
  box-shadow: none !important;
}
.pagina-busca .pagination ul > li.active > a,
.pagina-categoria .pagination ul > li.active > a {
  background: var(--jh-blue-700) !important;
  color: #fff !important;
}

/* Product page */
.pagina-produto .produto {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: start;
}
.pagina-produto .produto .apresentacao,
.pagina-produto .produto .principal { width: auto !important; margin: 0 !important; float: none !important; }
.pagina-produto .produto .apresentacao {
  border: 0 !important;
  border-radius: var(--jh-radius-panel);
  background: radial-gradient(circle at 50% 38%, rgba(0,54,247,.10), transparent 17rem), rgba(255,255,255,.88) !important;
  box-shadow: var(--jh-soft-shadow), inset 0 0 0 1px rgba(0,54,247,.10) !important;
  padding: 18px;
}
.pagina-produto h1.nome-produto {
  margin: 0 0 16px !important;
  color: #06122c !important;
  font-size: clamp(32px, 3.2vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -.055em !important;
  font-weight: 950 !important;
}
.pagina-produto .produto .acoes-produto {
  margin-top: 20px !important;
  border-radius: var(--jh-radius-panel) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: var(--jh-soft-shadow), inset 0 0 0 1px rgba(0,54,247,.10) !important;
}
.pagina-produto .produto .preco-produto {
  margin: 18px 0 0 !important;
  padding: 0 !important;
}
.pagina-produto .produto .preco-promocional {
  color: #06122c !important;
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: 1 !important;
  letter-spacing: -.058em !important;
}
.pagina-produto .parcelas-produto,
.pagina-produto .abas-custom,
.pagina-produto .descricao-produto,
.pagina-produto .produto-descricao,
.pagina-produto #descricao {
  margin-top: 26px !important;
  border: 0 !important;
  border-radius: var(--jh-radius-panel) !important;
  background: rgba(255,255,255,.84) !important;
  box-shadow: inset 0 0 0 1px rgba(0,54,247,.10), 0 18px 44px rgba(7,20,46,.045) !important;
  color: #263b5a !important;
}
.pagina-produto #descricao h2,
.pagina-produto .descricao-produto h2,
.pagina-produto .produto-descricao h2 { color: #06122c !important; font-weight: 950 !important; letter-spacing: -.035em; }

/* Cart and simple internal pages */
.pagina-carrinho .caixa-destaque,
.pagina-pagina .caixa-sombreada {
  border: 0 !important;
  border-radius: var(--jh-radius-panel) !important;
  background: rgba(255,255,255,.90) !important;
  box-shadow: var(--jh-soft-shadow), inset 0 0 0 1px rgba(0,54,247,.10) !important;
  padding: clamp(24px, 4vw, 48px) !important;
}
.pagina-carrinho .caixa-destaque h1,
.pagina-pagina .caixa-sombreada h1.titulo {
  color: #06122c !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.055em !important;
  font-weight: 950 !important;
  text-transform: none !important;
}
.pagina-pagina .caixa-sombreada p,
.pagina-pagina .caixa-sombreada li {
  color: #263b5a !important;
  font-family: Inter, Poppins, Raleway, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
  background: transparent !important;
}
.pagina-carrinho .botao.principal,
.pagina-carrinho a.botao.principal {
  min-height: 50px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important;
  color: #fff !important;
  font-weight: 950 !important;
  box-shadow: 0 18px 48px rgba(0,54,247,.26) !important;
}
.pagina-carrinho table,
.pagina-carrinho .tabela-carrinho {
  border-radius: var(--jh-radius-panel) !important;
  overflow: hidden;
  background: rgba(255,255,255,.94) !important;
  box-shadow: var(--jh-soft-shadow), inset 0 0 0 1px rgba(0,54,247,.10) !important;
}

/* Footer full-system polish */
#rodape .institucional {
  padding: 54px 0 38px !important;
  background: radial-gradient(circle at 72% 12%, rgba(0,54,247,.22), transparent 22rem), linear-gradient(135deg, #020716, #071331 55%, #031140) !important;
}
#rodape .institucional .conteiner,
#rodape .pagamento-selos .conteiner,
#rodape .odge-rodape .conteiner {
  max-width: var(--jh-shell) !important;
}
#rodape .titulo {
  display: block;
  margin-bottom: 16px !important;
  color: #f7faff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}
#rodape li { border: 0 !important; }
#rodape a { color: #aab9d6 !important; transition: color .18s ease; }
#rodape a:hover { color: var(--jh-cyan-300) !important; }
#rodape .pagamento-selos,
#rodape .odge-rodape {
  background: #020716 !important;
  color: #aab9d6 !important;
  border-top: 1px solid rgba(139,232,255,.10) !important;
}

@media (max-width: 980px) {
  .pagina-categoria .conteudo.span9,
  .pagina-busca .conteudo.span9,
  .pagina-categoria .conteudo.span12,
  .pagina-busca .conteudo.span12 {
    width: 100% !important;
    margin: 0 !important;
  }
  .pagina-categoria .coluna.span3,
  .pagina-busca .coluna.span3 { display: none !important; }
  .pagina-busca #listagemProdutos .listagem-linha > ul,
  .pagina-categoria #listagemProdutos .listagem-linha > ul { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pagina-produto .produto { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 767px) {
  .jh-li-page-masthead__inner { padding: 34px 0 32px; }
  .jh-li-page-masthead h1 { font-size: clamp(30px, 9vw, 40px) !important; }
  .jh-li-page-masthead p:not(.jh-li-page-masthead__eyebrow) { font-size: 15px; line-height: 1.58; }
  .pagina-categoria #corpo .conteiner,
  .pagina-busca #corpo .conteiner,
  .pagina-produto #corpo .conteiner,
  .pagina-pagina #corpo .conteiner,
  .pagina-carrinho #corpo .conteiner { padding-inline: 14px !important; }
  .pagina-busca #listagemProdutos .listagem-linha > ul,
  .pagina-categoria #listagemProdutos .listagem-linha > ul { grid-template-columns: 1fr; gap: 18px; }
  .pagina-produto .produto .apresentacao,
  .pagina-carrinho .caixa-destaque,
  .pagina-pagina .caixa-sombreada { border-radius: 22px !important; }
  .pagina-pagina .caixa-sombreada p,
  .pagina-pagina .caixa-sombreada li { font-size: 15.5px !important; line-height: 1.68 !important; }
}

/* v2.5.1 product page layout correction */
.pagina-produto .produto {
  display: block !important;
}
.pagina-produto .produto > .row-fluid {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: 34px;
  align-items: start;
}
.pagina-produto .produto > .row-fluid > .span6 {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  min-width: 0 !important;
}
.pagina-produto .conteiner-imagem {
  border: 0 !important;
  border-radius: var(--jh-radius-panel) !important;
  background: radial-gradient(circle at 50% 38%, rgba(0,54,247,.11), transparent 17rem), rgba(255,255,255,.90) !important;
  box-shadow: var(--jh-soft-shadow), inset 0 0 0 1px rgba(0,54,247,.10) !important;
  padding: 24px !important;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagina-produto .conteiner-imagem > div,
.pagina-produto .conteiner-imagem img#imagemProduto {
  max-width: 100% !important;
}
.pagina-produto .conteiner-imagem img#imagemProduto {
  width: auto !important;
  height: auto !important;
  max-height: 390px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 34px rgba(7,20,46,.13));
}
.pagina-produto .principal {
  border-radius: var(--jh-radius-panel);
  background: rgba(255,255,255,.70);
  box-shadow: inset 0 0 0 1px rgba(0,54,247,.08);
  padding: 26px !important;
}
.pagina-produto h1.nome-produto {
  font-size: clamp(30px, 2.55vw, 40px) !important;
  line-height: 1.08 !important;
  max-width: 720px;
}
.pagina-produto .produto .acoes-produto {
  padding: 26px !important;
}
.pagina-produto .produto .preco-promocional {
  font-size: clamp(34px, 3vw, 44px) !important;
}
.pagina-produto .produto-compartilhar {
  margin-top: 18px !important;
}
.pagina-produto #descricao,
.pagina-produto .descricao-produto,
.pagina-produto .produto-descricao {
  clear: both;
  max-width: var(--jh-shell);
}

@media (max-width: 980px) {
  .pagina-produto .produto > .row-fluid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pagina-produto .conteiner-imagem { min-height: 0; }
  .pagina-produto .conteiner-imagem img#imagemProduto { max-height: 340px !important; }
}

@media (max-width: 767px) {
  .pagina-produto .principal { padding: 18px !important; border-radius: 22px; }
  .pagina-produto h1.nome-produto {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.12 !important;
  }
  .pagina-produto .conteiner-imagem { padding: 18px !important; border-radius: 22px !important; }
  .pagina-produto .conteiner-imagem img#imagemProduto { max-height: 270px !important; }
}

/* v2.5.2 neutralize Bootstrap clearfix pseudo-items inside product grid */
.pagina-produto .produto > .row-fluid::before,
.pagina-produto .produto > .row-fluid::after {
  content: none !important;
  display: none !important;
}

/* v2.5.3 compact commerce paths below hero */
.jh-li-buy-paths {
  position: relative;
  z-index: 2;
  margin-top: -8px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0,54,247,.12);
  box-shadow: 0 20px 54px rgba(7,20,46,.065), inset 0 0 0 1px rgba(0,54,247,.10);
}
.jh-li-buy-paths a {
  min-height: 116px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255,255,255,.82);
  color: #06122c !important;
  transition: background .2s ease, transform .2s ease;
}
.jh-li-buy-paths a:hover {
  background: #fff;
  transform: translateY(-2px);
}
.jh-li-buy-paths span {
  color: var(--jh-blue-700);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
}
.jh-li-buy-paths strong {
  margin-top: 8px;
  color: #06122c;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.03em;
}
.jh-li-buy-paths em {
  margin-top: 6px;
  color: #63718b;
  font-style: normal;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .jh-li-buy-paths { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 12px; }
}
@media (max-width: 767px) {
  .jh-li-buy-paths {
    width: min(100% - 28px, var(--jh-shell));
    margin-top: 10px;
    margin-bottom: 18px;
    border-radius: 18px;
  }
  .jh-li-buy-paths a { min-height: 104px; padding: 16px 14px; }
  .jh-li-buy-paths strong { font-size: 14px; }
  .jh-li-buy-paths em { font-size: 12px; }
}

/* v2.6 commerce readability + mobile product compression
   Correção intencional: produto/listagem são áreas funcionais, então mantêm superfície.
   O ajuste aqui é de legibilidade, ritmo e primeira dobra mobile — não mexe no checkout. */
.listagem .listagem-item .nome-produto,
.pagina-categoria .listagem .listagem-item .nome-produto,
.pagina-busca .listagem .listagem-item .nome-produto {
  min-height: auto !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.27 !important;
  overflow-wrap: anywhere;
}

.pagina-produto h1.nome-produto,
.pagina-carrinho .caixa-destaque h1,
.pagina-pagina .caixa-sombreada h1.titulo,
.pagina-busca .conteudo h1,
.pagina-categoria .conteudo h1 {
  letter-spacing: -.028em !important;
  text-wrap: balance;
}

.pagina-produto .breadcrumbs {
  float: none !important;
  width: 100% !important;
  display: block !important;
}

.pagina-produto h1.nome-produto {
  clear: both !important;
}

.jh-li-page-masthead h1,
.jh-li-page-masthead--product h1,
.jh-li-page-masthead--cart h1 {
  letter-spacing: -.014em !important;
}

.pagina-produto .principal {
  overflow: visible;
}

.pagina-produto .produto .preco-produto,
.pagina-produto .produto .preco-promocional {
  letter-spacing: -.025em !important;
}

.jh-li-stat-rail strong,
.jh-li-buy-paths strong,
.jh-li-btn {
  letter-spacing: 0 !important;
}

.pagina-carrinho .caixa-destaque h1,
.pagina-carrinho .caixa-destaque h2,
.pagina-carrinho .caixa-destaque p {
  text-wrap: balance;
}

@media (min-width: 768px) {
  .pagina-produto .principal {
    padding: 28px !important;
  }
  .pagina-produto h1.nome-produto {
    font-size: clamp(30px, 2.35vw, 38px) !important;
    line-height: 1.12 !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr) !important;
    gap: 18px !important;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__visual {
    min-width: 0;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__halo {
    width: min(520px, 92%) !important;
    left: 50% !important;
  }
  body.jh-li-enhanced.pagina-inicial .jh-li-hero-v2__composite {
    width: min(640px, 104%) !important;
    transform: translateX(-1%) !important;
  }
}

/* v2.7 structural grid repair
   Causa raiz: o Bootstrap injeta ::before/::after em .row-fluid/listagens.
   Quando esses nós entram em CSS grid, viram "produtos fantasma" e deslocam cards. */
.pagina-categoria #listagemProdutos .listagem-linha > ul::before,
.pagina-categoria #listagemProdutos .listagem-linha > ul::after,
.pagina-busca #listagemProdutos .listagem-linha > ul::before,
.pagina-busca #listagemProdutos .listagem-linha > ul::after,
.pagina-produto .aproveite-tambem .listagem-linha > ul::before,
.pagina-produto .aproveite-tambem .listagem-linha > ul::after,
body.pagina-inicial #listagemProdutos .flex-viewport > ul::before,
body.pagina-inicial #listagemProdutos .flex-viewport > ul::after {
  content: none !important;
  display: none !important;
}

.pagina-produto .produto > .row-fluid {
  display: block !important;
  grid-template-columns: none !important;
}
.pagina-produto .produto > .row-fluid:first-child {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr) !important;
  gap: 34px !important;
  align-items: start !important;
}
.pagina-produto .produto > .row-fluid:first-child::before,
.pagina-produto .produto > .row-fluid:first-child::after {
  content: none !important;
  display: none !important;
}
.pagina-produto .produto > .row-fluid:first-child > .span6 {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.pagina-produto .produto > #buy-together-position1,
.pagina-produto .produto > #buy-together-position2,
.pagina-produto .produto > #comentarios-container.hide {
  display: none !important;
}
.pagina-produto .produto > .row-fluid:not(:first-child) > .span12 {
  width: 100% !important;
  margin-left: 0 !important;
  float: none !important;
}

.pagina-produto .aproveite-tambem {
  width: 100% !important;
  max-width: var(--jh-shell) !important;
  margin: 56px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.pagina-produto .aproveite-tambem > h4.titulo {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #06122c !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.014em !important;
  font-weight: 950 !important;
  text-transform: none !important;
}
.pagina-produto .aproveite-tambem > h4.titulo::before,
.pagina-produto .aproveite-tambem > h4.titulo::after {
  content: none !important;
  display: none !important;
}
.pagina-produto .aproveite-tambem > ul,
.pagina-produto .aproveite-tambem > ul > li.listagem-linha {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}
.pagina-produto .aproveite-tambem .listagem-linha > ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  transform: none !important;
  list-style: none !important;
}
.pagina-produto .aproveite-tambem .listagem-linha > ul > li {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.pagina-produto .aproveite-tambem .preco-produto {
  margin-top: 18px !important;
}
.pagina-produto .aproveite-tambem .preco-promocional,
.pagina-produto .aproveite-tambem .preco-produto strong.titulo {
  font-size: 22px !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  #cabecalho > .conteiner > .row-fluid {
    position: relative !important;
    display: block !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 0 30px !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3 {
    position: absolute !important;
    left: 30px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 92px !important;
    min-width: 92px !important;
    margin: 0 !important;
    z-index: 2;
  }
  #cabecalho .conteudo-topo {
    width: 100% !important;
    height: 78px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  #cabecalho .inferior.row-fluid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(190px, 1fr) minmax(480px, 720px) minmax(190px, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 16px !important;
    margin: 0 !important;
  }
  #cabecalho .inferior.row-fluid > .busca-mobile {
    grid-column: 2 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone {
    grid-column: 3 !important;
    justify-self: end !important;
    width: auto !important;
    min-width: max-content !important;
  }
}

@media (max-width: 980px) {
  .pagina-produto .produto > .row-fluid:first-child {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .pagina-produto .aproveite-tambem .listagem-linha > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .jh-li-page-masthead__inner {
    padding: 30px 0 28px;
  }
  .jh-li-page-masthead h1 {
    letter-spacing: -.014em !important;
    line-height: 1.06 !important;
  }
  .jh-li-page-masthead--product .jh-li-page-masthead__inner,
  .jh-li-page-masthead--cart .jh-li-page-masthead__inner {
    padding: 24px 0 22px;
  }
  .jh-li-page-masthead--product h1,
  .jh-li-page-masthead--cart h1 {
    font-size: clamp(28px, 8.2vw, 34px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.014em !important;
  }
  .jh-li-page-masthead--product p:not(.jh-li-page-masthead__eyebrow),
  .jh-li-page-masthead--cart p:not(.jh-li-page-masthead__eyebrow) {
    margin-top: 8px !important;
    font-size: 14.5px;
    line-height: 1.45;
  }
  .pagina-produto .secao-principal {
    padding-top: 18px !important;
  }
  .pagina-produto .produto > .row-fluid {
    gap: 14px !important;
  }
  .pagina-produto .conteiner-imagem {
    padding: 14px !important;
    border-radius: 20px !important;
    min-height: 0 !important;
  }
  .pagina-produto .conteiner-imagem img#imagemProduto {
    max-height: 210px !important;
  }
  .pagina-produto .produto-thumbs .slides,
  .pagina-produto .produto-thumbs .miniaturas {
    gap: 10px !important;
    padding-bottom: 4px !important;
  }
  .pagina-produto .produto-thumbs .slides > li,
  .pagina-produto .produto-thumbs .miniaturas > li {
    flex-basis: 54px !important;
    width: 54px !important;
  }
  .pagina-produto .produto-compartilhar {
    margin-top: 8px !important;
  }
  .pagina-produto .principal {
    margin-top: 0 !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.82) !important;
  }
  .pagina-produto h1.nome-produto {
    margin-bottom: 10px !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    text-align: left !important;
    text-wrap: wrap;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-weight: 850 !important;
  }
  .pagina-produto .produto .codigo-produto {
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }
  .pagina-produto .produto .acoes-produto {
    margin-top: 12px !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }
  .pagina-produto .produto .preco-promocional {
    font-size: clamp(31px, 9vw, 38px) !important;
    line-height: 1.02 !important;
  }
  .pagina-produto .produto div.principal .acoes-produto .comprar {
    margin-top: 16px !important;
  }
  .pagina-produto .produto div.principal .acoes-produto .comprar .qtde-carrinho,
  .pagina-produto .produto div.principal .acoes-produto .botao-comprar,
  .pagina-produto .produto div.principal .acoes-produto .botao-comprar.principal.grande,
  .pagina-produto .produto div.principal .acoes-produto .comprar a.botao.botao-comprar.principal.grande.botao-comprar-ajax {
    min-height: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
  .listagem .listagem-item .nome-produto,
  .pagina-categoria .listagem .listagem-item .nome-produto,
  .pagina-busca .listagem .listagem-item .nome-produto {
    font-size: 13.8px !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    font-weight: 780 !important;
  }
  .pagina-carrinho .caixa-destaque h1,
  .pagina-pagina .caixa-sombreada h1.titulo {
    letter-spacing: -.018em !important;
    line-height: 1.12 !important;
  }
  .pagina-produto .aproveite-tambem {
    margin-top: 34px !important;
  }
  .pagina-produto .aproveite-tambem .listagem-linha > ul {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* v2.7.1 tablet containment
   A centralização desktop da busca não pode reutilizar colunas mínimas de
   190/480/190 em 768–980px: isso estoura o canvas e cria scroll horizontal.
   Aqui o tablet vira uma barra compacta: logo à esquerda, busca fluida e
   carrinho à direita, preservando a leitura sem margem branca lateral. */
@media (min-width: 768px) and (max-width: 980px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  #cabecalho > .conteiner > .row-fluid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 20px !important;
    gap: 14px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3 {
    position: static !important;
    grid-column: 1 !important;
    width: 86px !important;
    min-width: 86px !important;
    margin: 0 !important;
    transform: none !important;
  }
  #cabecalho .logo,
  #cabecalho .logo a {
    width: 86px !important;
    height: 52px !important;
    justify-content: flex-start !important;
    background-size: 66px auto !important;
    background-position: left center !important;
  }
  #cabecalho .logo img {
    max-width: 66px !important;
    max-height: 50px !important;
  }
  #cabecalho .conteudo-topo {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
  }
  #cabecalho .inferior.row-fluid {
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  #cabecalho .inferior.row-fluid > .busca-mobile {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone {
    grid-column: 2 !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 44px !important;
    justify-self: end !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 0 !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone > *:not(.carrinho) {
    display: none !important;
  }
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a {
    width: 46px !important;
    min-width: 46px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 11px !important;
  }
}

/* v2.8 refinamento institucional: tipografia do site JH, hero sem halo circular, circuito sutil e social color. */
:root {
  --jh-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jh-font-heading: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --jh-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body:not(.pagina-checkout):not(.pagina-carrinho) {
  font-family: var(--jh-font-sans) !important;
}

.jh-li-hero-v2 h1,
.jh-li-page-masthead h1,
.titulo-categoria,
.listagem .titulo-categoria,
.listagem-item .nome-produto,
.pagina-produto h1.nome-produto,
.pagina-carrinho .caixa-destaque h1,
.pagina-pagina .caixa-sombreada h1.titulo,
.jh-li-stat-rail strong,
.jh-li-buy-paths strong {
  font-family: var(--jh-font-heading) !important;
}

.jh-li-eyebrow,
.jh-li-hero-v2__code,
.jh-li-page-masthead__eyebrow,
#rodape .titulo {
  font-family: var(--jh-font-mono) !important;
}

.jh-li-hero-v2__halo {
  display: none !important;
  animation: none !important;
}

.jh-li-hero-v2__copy::after {
  content: "";
  display: block;
  width: min(430px, 86%);
  height: 22px;
  margin-top: 30px;
  opacity: .82;
  background:
    radial-gradient(circle at 0% 50%, rgba(139,232,255,.95) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 50%, rgba(139,232,255,.86) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 50%, rgba(35,92,255,.92) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0 5%, rgba(139,232,255,.84) 5% 38%, transparent 38% 43%, rgba(35,92,255,.72) 43% 72%, transparent 72% 77%, rgba(139,232,255,.62) 77% 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 220% 100%;
  box-shadow: 0 0 22px rgba(35,92,255,.38);
  clip-path: polygon(0 45%, 34% 45%, 38% 10%, 42% 45%, 68% 45%, 72% 86%, 76% 45%, 100% 45%, 100% 58%, 76% 58%, 72% 100%, 68% 58%, 42% 58%, 38% 24%, 34% 58%, 0 58%);
}

@media (prefers-reduced-motion: no-preference) {
  .jh-li-hero-v2__copy::after {
    animation: jh-li-circuit-flow 7.5s linear infinite;
  }
}

@keyframes jh-li-circuit-flow {
  from { background-position: 0 0, 0 0, 0 0, 0% 50%; }
  to { background-position: 0 0, 0 0, 0 0, 220% 50%; }
}

.menu.superior .nivel-um > li.jh-li-about-tab > a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.menu.superior .nivel-um > li.jh-li-about-tab:hover > a {
  background: transparent !important;
}
.menu.superior .nivel-um > li.jh-li-about-tab > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: linear-gradient(90deg, rgba(139,232,255,.0), rgba(139,232,255,.78), rgba(35,92,255,.0));
  transform: scaleX(.72);
  transition: transform .18s ease, opacity .18s ease;
  opacity: .62;
}
.menu.superior .nivel-um > li.jh-li-about-tab:hover > a::after {
  transform: scaleX(1);
  opacity: .95;
}

#rodape a[href*="facebook"] i,
#rodape a[href*="facebook"] i::before { color: #1877F2 !important; }
#rodape a[href*="youtube"] i,
#rodape a[href*="youtu.be"] i,
#rodape a[href*="youtube"] i::before,
#rodape a[href*="youtu.be"] i::before { color: #FF0033 !important; }
#rodape a[href*="whatsapp"] i,
#rodape .tel-whatsapp i,
#rodape a[href*="whatsapp"] i::before,
#rodape .tel-whatsapp i::before { color: #25D366 !important; }
#rodape a[href*="instagram"] i,
#rodape a[href*="instagram"] i::before {
  color: transparent !important;
  background: linear-gradient(135deg, #FEDA75 0%, #FA7E1E 25%, #D62976 52%, #962FBF 74%, #4F5BD5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#rodape a[href*="facebook"] i,
#rodape a[href*="instagram"] i,
#rodape a[href*="youtube"] i,
#rodape a[href*="youtu.be"] i,
#rodape a[href*="whatsapp"] i,
#rodape .tel-whatsapp i {
  filter: drop-shadow(0 0 10px rgba(139,232,255,.16));
}

@media (max-width: 767px) {
  .jh-li-hero-v2__copy::after {
    width: min(300px, 78%);
    height: 16px;
    margin-top: 22px;
    opacity: .58;
  }
}
/* v2.8.1 font specificity repair for Home hero inside LI theme cascade. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-stat-rail strong,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-buy-paths strong {
  font-family: var(--jh-font-heading) !important;
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__code {
  font-family: var(--jh-font-mono) !important;
}

/* v2.8.2 mobile correction + institutional circuit parity. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
  display: block !important;
  position: absolute;
  left: 45%;
  top: 51%;
  width: min(620px, 98%);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(45,107,255,.24), rgba(45,107,255,.10) 34%, transparent 68%),
    conic-gradient(from 210deg, transparent, rgba(139,232,255,.16), transparent 38%, rgba(45,107,255,.14), transparent 74%);
  opacity: .66;
  pointer-events: none;
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo::before,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo::after {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: inherit;
  border: 1px solid rgba(139,232,255,.12);
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo::after {
  inset: 26%;
  border-color: rgba(139,232,255,.08);
}
@media (prefers-reduced-motion: no-preference) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    animation: jh-li-pulse 8s ease-in-out infinite !important;
  }
}

.jh-li-hero-v2__copy::after { display: none !important; }
.jh-li-circuit-divider {
  width: min(430px, 86%);
  height: 40px;
  margin-top: 26px;
  pointer-events: none;
  opacity: .88;
  filter: drop-shadow(0 0 12px rgba(0,54,247,.28));
}
.jh-li-circuit-divider svg { display: block; width: 100%; height: 100%; }
@keyframes current-flow { 0% { stroke-dashoffset: 40; } 100% { stroke-dashoffset: 0; } }
.circuit-trace-animated { stroke-dasharray: 4 6; }
@media (prefers-reduced-motion: no-preference) {
  .circuit-trace-animated { animation: current-flow 2s linear infinite; }
}
@keyframes trace-glow-pulse { 0%, 100% { opacity: .3; filter: blur(0); } 50% { opacity: .8; filter: blur(1px); } }
.trace-glow { animation: trace-glow-pulse 3s ease-in-out infinite; }

@media (max-width: 767px) {
  .barra-frase .conteiner {
    min-height: 38px !important;
    height: 38px !important;
    position: relative !important;
    padding: 0 46px 0 58px !important;
    justify-content: center !important;
  }
  .barra-frase i { display: none !important; }
  .jh-li-mobile-top-logo {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }
  .jh-li-mobile-top-logo img {
    display: block;
    max-width: 34px;
    max-height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(139,232,255,.18));
  }
  .barra-frase span::after { content: "Pix com desconto • suporte técnico"; }

  #cabecalho > .conteiner > .row-fluid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 9px 14px 10px !important;
    gap: 0 !important;
  }
  #cabecalho > .conteiner > .row-fluid > .span3 {
    display: none !important;
  }
  #cabecalho .conteudo-topo {
    width: 100% !important;
    margin: 0 !important;
  }
  #cabecalho .inferior.row-fluid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #cabecalho .busca-mobile {
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 8px !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  #cabecalho .atalho-menu.visible-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a {
    width: 44px !important;
    min-width: 44px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 12px !important;
  }
  #cabecalho .busca,
  #cabecalho .busca input,
  #cabecalho .botao-busca {
    height: 46px !important;
    line-height: 46px !important;
  }
  #cabecalho .busca { border-radius: 12px !important; }
  #cabecalho .botao-busca {
    width: 48px !important;
    flex-basis: 48px !important;
    border-radius: 0 11px 11px 0 !important;
  }

  .menu.superior {
    display: none !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 30 !important;
  }
  body.jh-li-mobile-menu-open .menu.superior {
    display: block !important;
  }
  body.jh-li-mobile-menu-open .menu.superior ul.nivel-um {
    width: min(calc(100% - 28px), 420px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 12px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
  }
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a {
    width: 100% !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.045) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__inner {
    padding-top: 32px !important;
    padding-bottom: 18px !important;
    gap: 10px !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider {
    width: min(310px, 82%);
    height: 34px;
    margin-top: 18px;
    opacity: .74;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual {
    min-height: 220px !important;
    margin-top: -8px !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    display: block !important;
    width: 300px !important;
    height: 300px !important;
    left: 51% !important;
    top: 56% !important;
    opacity: .52;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    width: min(410px, 114%) !important;
    margin-top: -8px !important;
  }
}
/* v2.8.2a mobile topbar logo anchoring fix. */
@media (max-width: 767px) {
  .barra-frase { position: relative !important; }
}
/* v2.8.2b native mobile menu suppression: Aura controls the dropdown. */
@media (max-width: 767px) {
  body.jh-li-mobile-menu-open .menu.superior {
    background: linear-gradient(135deg, #020716, #071331 58%, #031140) !important;
    border-top: 1px solid rgba(139,232,255,.14) !important;
    border-bottom: 1px solid rgba(139,232,255,.14) !important;
  }
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a,
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a strong,
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a .titulo {
    color: #eaf3ff !important;
    opacity: 1 !important;
  }
  .menu.superior .nivel-um > li > a i,
  .menu.superior .nivel-um > li > a .icon-chevron-down {
    display: none !important;
  }
}


.jh-li-mobile-top-logo { display: none !important; }

/* v2.8.3 — mobile header/drawer repair + institutional parity refinements. */
body:not(.pagina-checkout):not(.pagina-carrinho),
#jh-li-home-shell,
#cabecalho,
.menu.superior,
#rodape {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider path.circuit-trace-animated {
  opacity: .15 !important;
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider .trace-glow {
  opacity: .4;
}

#jh-li-mobile-drawer { display: none; }

@media (max-width: 767px) {
  .barra-frase,
  .barra-frase .conteiner {
    min-height: 34px !important;
    height: 34px !important;
  }
  .barra-frase .conteiner {
    padding: 0 14px 0 58px !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    letter-spacing: .13em !important;
  }
  .barra-frase i,
  .barra-frase svg,
  .barra-frase .icon,
  .barra-frase [class*="pix" i] {
    display: none !important;
  }
  .barra-frase span {
    line-height: 34px !important;
    font-size: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .barra-frase span::after {
    content: "Loja oficial JH Eletrônico" !important;
    color: #dbe8ff !important;
    font-family: var(--jh-font-mono) !important;
    font-size: 9.5px !important;
    font-weight: 900 !important;
    letter-spacing: .15em !important;
  }
  .jh-li-mobile-top-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 14px !important;
    width: 36px !important;
    height: 30px !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
  }
  .jh-li-mobile-top-logo img {
    max-width: 36px !important;
    max-height: 30px !important;
  }

  #cabecalho > .conteiner > .row-fluid {
    min-height: 0 !important;
    padding: 7px 14px 8px !important;
  }
  #cabecalho .inferior.row-fluid {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    gap: 8px !important;
  }
  #cabecalho .busca-mobile {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px !important;
  }
  #cabecalho .atalho-menu.visible-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho,
  #cabecalho .inferior.row-fluid > .span4.hidden-phone .carrinho a {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
  }
  #cabecalho .busca,
  #cabecalho .busca input,
  #cabecalho .botao-busca {
    height: 42px !important;
    line-height: 42px !important;
  }
  #cabecalho .busca input {
    font-size: 13px !important;
    padding: 0 12px !important;
  }
  #cabecalho .botao-busca {
    width: 44px !important;
    flex-basis: 44px !important;
  }

  .menu.superior,
  body.jh-li-mobile-menu-open .menu.superior {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #jh-li-mobile-drawer {
    display: none;
    position: relative;
    z-index: 80;
    width: 100%;
    padding: 10px 14px 12px;
    background:
      radial-gradient(circle at 12% 0%, rgba(0,91,255,.26), transparent 18rem),
      linear-gradient(135deg, #020716 0%, #071331 58%, #031140 100%);
    border-top: 1px solid rgba(139,232,255,.13);
    border-bottom: 1px solid rgba(139,232,255,.16);
    box-shadow: 0 24px 44px rgba(2,7,22,.28), inset 0 1px 0 rgba(255,255,255,.05);
  }
  body.jh-li-mobile-menu-open #jh-li-mobile-drawer {
    display: block !important;
  }
  #jh-li-mobile-drawer nav {
    width: min(100%, 420px);
    margin: 0 auto;
    display: grid;
    gap: 6px;
  }
  #jh-li-mobile-drawer a {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #eaf3ff !important;
    background: rgba(255,255,255,.045);
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(139,232,255,.10);
  }
  #jh-li-mobile-drawer a::after {
    content: "›";
    color: var(--jh-cyan-300);
    font-size: 20px;
    line-height: 1;
    opacity: .78;
  }
  #jh-li-mobile-drawer strong {
    display: block;
    color: #fff !important;
    font-family: var(--jh-font-heading) !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.01em;
  }
  #jh-li-mobile-drawer span {
    grid-column: 1;
    display: block;
    margin-top: 3px;
    color: rgba(219,232,255,.68);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.25;
  }
  #jh-li-mobile-drawer .jh-li-mobile-drawer__about {
    background: rgba(139,232,255,.075);
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 {
    min-height: auto !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__inner {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow {
    margin-bottom: 12px !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider {
    margin-top: 16px !important;
  }
}


/* v2.8.4 — halo alignment + institutional typography + mobile sorting toolbar repair. */
:root {
  --jh-font-heading: "Space Grotesk", "Space Grotesk Fallback", "Inter", ui-sans-serif, system-ui, sans-serif;
  --jh-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jh-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1,
body.jh-li-global-enhanced .jh-li-page-masthead h1 {
  font-family: var(--jh-font-heading) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.018em !important;
  line-height: .96 !important;
  font-synthesis-weight: auto;
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__lead,
body.jh-li-global-enhanced .jh-li-page-masthead p:not(.jh-li-page-masthead__eyebrow) {
  font-family: var(--jh-font-sans) !important;
  font-weight: 500 !important;
}
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow,
body.jh-li-global-enhanced .jh-li-page-masthead__eyebrow {
  font-family: var(--jh-font-mono) !important;
  letter-spacing: .22em !important;
}

@media (min-width: 981px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 58% !important;
    top: 53% !important;
    width: min(620px, 98%) !important;
    opacity: .62 !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    transform: translateX(1.5%) !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 55% !important;
    top: 54% !important;
    width: min(460px, 96%) !important;
  }
}
@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1,
  body.jh-li-global-enhanced .jh-li-page-masthead h1 {
    font-size: clamp(36px, 10.4vw, 50.7px) !important;
    letter-spacing: -0.018em !important;
    line-height: .96 !important;
  }
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 54% !important;
    top: 57% !important;
    width: 320px !important;
    height: 320px !important;
  }
}

@media (max-width: 767px) {
  .pagina-categoria .ordenar-listagem.topo,
  .pagina-busca .ordenar-listagem.topo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 24px !important;
    padding: 14px !important;
    border: 1px solid rgba(0,54,247,.10) !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.78) !important;
    box-shadow: 0 18px 42px rgba(7,20,46,.06) !important;
    overflow: visible !important;
  }
  .pagina-categoria .ordenar-listagem.topo > .row-fluid,
  .pagina-busca .ordenar-listagem.topo > .row-fluid,
  .pagina-categoria .ordenar-listagem.topo > .row-fluid::before,
  .pagina-categoria .ordenar-listagem.topo > .row-fluid::after,
  .pagina-busca .ordenar-listagem.topo > .row-fluid::before,
  .pagina-busca .ordenar-listagem.topo > .row-fluid::after {
    content: none !important;
  }
  .pagina-categoria .ordenar-listagem.topo > .row-fluid,
  .pagina-busca .ordenar-listagem.topo > .row-fluid {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin: 0 !important;
  }
  .pagina-categoria .ordenar-listagem.topo .span6,
  .pagina-busca .ordenar-listagem.topo .span6 {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
  }
  .pagina-categoria .ordenar-listagem.topo .span6.clearfix,
  .pagina-busca .ordenar-listagem.topo .span6.clearfix {
    justify-content: flex-start !important;
  }
  .pagina-categoria .ordenar-listagem.topo .span6:not(.clearfix),
  .pagina-busca .ordenar-listagem.topo .span6:not(.clearfix) {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }
  .pagina-categoria .ordenar-listagem.topo .span6.clearfix > div,
  .pagina-busca .ordenar-listagem.topo .span6.clearfix > div,
  .pagina-categoria .ordenar-listagem.topo .input-append,
  .pagina-busca .ordenar-listagem.topo .input-append {
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    display: inline-flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
  .pagina-categoria .ordenar-listagem.topo label[for="botaoOrdenar"],
  .pagina-busca .ordenar-listagem.topo label[for="botaoOrdenar"] {
    width: auto !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    float: none !important;
    color: #06122c !important;
    background: #fff !important;
    border: 1px solid rgba(7,20,46,.16) !important;
    border-right: 0 !important;
    border-radius: 12px 0 0 12px !important;
    font-family: var(--jh-font-sans) !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
  }
  .pagina-categoria .ordenar-listagem.topo .btn-group,
  .pagina-busca .ordenar-listagem.topo .btn-group {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    position: relative !important;
    float: none !important;
  }
  .pagina-categoria .ordenar-listagem.topo #botaoOrdenar,
  .pagina-busca .ordenar-listagem.topo #botaoOrdenar {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 1px solid rgba(7,20,46,.16) !important;
    border-radius: 0 12px 12px 0 !important;
    background: #fff !important;
    color: #263b5a !important;
    box-shadow: none !important;
  }
  .pagina-categoria .ordenar-listagem.topo #botaoOrdenar i,
  .pagina-busca .ordenar-listagem.topo #botaoOrdenar i {
    margin: 0 !important;
    color: #263b5a !important;
  }
  .pagina-categoria .ordenar-listagem.topo .dropdown-menu,
  .pagina-busca .ordenar-listagem.topo .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    top: calc(100% + 6px) !important;
    min-width: 236px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(0,54,247,.12) !important;
    box-shadow: 0 18px 42px rgba(7,20,46,.18) !important;
    z-index: 400 !important;
  }
  .pagina-categoria .ordenar-listagem.topo .pagination,
  .pagina-busca .ordenar-listagem.topo .pagination,
  .pagina-categoria .pagination,
  .pagina-busca .pagination {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  .pagina-categoria .pagination ul,
  .pagina-busca .pagination ul {
    width: max-content !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }
  .pagina-categoria .pagination ul > li,
  .pagina-busca .pagination ul > li {
    width: auto !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .pagina-categoria .pagination ul > li > a,
  .pagina-busca .pagination ul > li > a {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 13px !important;
    border: 1px solid rgba(0,54,247,.10) !important;
    background: rgba(255,255,255,.88) !important;
    color: #263b5a !important;
    font-family: var(--jh-font-sans) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }
  .pagina-categoria .pagination ul > li.active > a,
  .pagina-busca .pagination ul > li.active > a {
    background: linear-gradient(135deg, var(--jh-blue-700), var(--jh-blue-500)) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 12px 24px rgba(0,54,247,.22) !important;
  }
  .pagina-categoria .pagination ul > li.disabled,
  .pagina-busca .pagination ul > li.disabled {
    opacity: .72;
  }
}

/* v2.8.4a — native listing title typography parity. */
.pagina-busca .listagem > h1.titulo,
.pagina-categoria .conteudo h1.titulo,
.pagina-categoria .conteudo > h1,
.pagina-busca .conteudo > h1 {
  font-family: var(--jh-font-heading) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.018em !important;
  line-height: .96 !important;
  color: #06122c !important;
  text-shadow: none !important;
}
@media (max-width: 767px) {
  .pagina-busca .listagem > h1.titulo,
  .pagina-categoria .conteudo h1.titulo,
  .pagina-categoria .conteudo > h1,
  .pagina-busca .conteudo > h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
    margin: 0 0 22px !important;
  }
}

/* v2.9.0 — Home commerce decision field.
   Direção: affordance clara sem “cardificação IA”. As categorias viram uma
   peça editorial de navegação, com linhas e ritmo, não quatro caixas genéricas. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn--primary {
  min-width: 196px;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision {
  position: relative;
  z-index: 5;
  margin-top: -18px;
  padding-top: clamp(26px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(250px, .86fr) minmax(0, 1.48fr);
  gap: clamp(34px, 6vw, 86px);
  color: #06122c;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,54,247,.38), rgba(139,232,255,.34), transparent);
  pointer-events: none;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision::after {
  content: "";
  position: absolute;
  inset: -34px -8% auto;
  height: 210px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 22%, rgba(0,54,247,.13), transparent 36%),
    radial-gradient(ellipse at 78% 0%, rgba(139,232,255,.10), transparent 38%);
  filter: blur(12px);
  pointer-events: none;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--jh-blue-700);
  font-family: var(--jh-font-mono) !important;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__eyebrow span {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--jh-blue-700));
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro h2 {
  max-width: 390px;
  margin: 0;
  color: #06122c;
  font-family: var(--jh-font-heading) !important;
  font-size: clamp(34px, 3.55vw, 58px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -0.024em;
  text-transform: uppercase;
  text-wrap: balance;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro > p:not(.jh-li-decision__eyebrow) {
  max-width: 420px;
  margin: 18px 0 0;
  color: #5d6d87;
  font-family: var(--jh-font-sans) !important;
  font-size: 14.5px;
  font-weight: 520;
  line-height: 1.58;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__help {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: #06122c !important;
  font-family: var(--jh-font-sans) !important;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.01em;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__help span {
  color: var(--jh-blue-700);
  transform: translateX(0);
  transition: transform .22s ease;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__help:hover span {
  transform: translateX(5px);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 4.4vw, 72px);
  row-gap: 0;
  align-self: end;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0,54,247,.18), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a {
  position: relative;
  min-height: 132px;
  padding: 26px 54px 25px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "idx title arrow"
    "idx lead arrow";
  column-gap: 16px;
  align-items: center;
  color: #06122c !important;
  background: transparent !important;
  border-top: 1px solid rgba(0,54,247,.16);
  box-shadow: none !important;
  overflow: visible;
  transform: none;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--jh-blue-700), rgba(139,232,255,.78));
  transition: right .34s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:hover::after,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:focus-visible::after {
  right: 0;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:hover strong,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:focus-visible strong,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:hover b,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:focus-visible b {
  color: var(--jh-blue-700);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:hover b,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:focus-visible b {
  transform: translateX(6px);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths span {
  grid-area: idx;
  align-self: start;
  color: var(--jh-blue-700);
  font-family: var(--jh-font-mono) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths strong {
  grid-area: title;
  margin: 0;
  color: #06122c;
  font-family: var(--jh-font-heading) !important;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: none;
  transition: color .22s ease;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths em {
  grid-area: lead;
  margin-top: 8px;
  color: #63718b;
  font-family: var(--jh-font-sans) !important;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 520;
  line-height: 1.36;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths b {
  grid-area: arrow;
  color: #06122c;
  font-family: var(--jh-font-mono) !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  transition: color .22s ease, transform .22s ease;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-stat-rail {
  margin-top: 30px !important;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
  position: relative;
  z-index: 3;
  margin-top: clamp(44px, 6vw, 74px);
  margin-bottom: 0;
  padding: 0 0 4px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,54,247,.22), transparent);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge p {
  margin: 0 0 8px;
  color: var(--jh-blue-700);
  font-family: var(--jh-font-mono) !important;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge h2 {
  max-width: 620px;
  margin: 0;
  color: #06122c;
  font-family: var(--jh-font-heading) !important;
  font-size: clamp(26px, 2.45vw, 40px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #06122c !important;
  font-family: var(--jh-font-sans) !important;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a span {
  color: var(--jh-blue-700);
  transition: transform .22s ease;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a:hover span {
  transform: translateX(5px);
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos {
  padding-top: 10px !important;
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria {
  margin-top: 42px !important;
}

@media (max-width: 980px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 4px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro h2,
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro > p:not(.jh-li-decision__eyebrow) {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn--primary {
    min-width: 0;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision {
    width: min(100% - 28px, var(--jh-shell));
    margin-top: 0;
    padding-top: 24px;
    gap: 18px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro h2 {
    font-size: clamp(30px, 8.9vw, 40px);
    line-height: .98;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro > p:not(.jh-li-decision__eyebrow) {
    margin-top: 12px;
    font-size: 13.6px;
    line-height: 1.5;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__help {
    margin-top: 16px;
    font-size: 13.5px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths {
    grid-template-columns: 1fr;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths::before {
    content: none;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a {
    min-height: 0;
    padding: 17px 34px 17px 0;
    column-gap: 12px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths strong {
    font-size: 17px;
    line-height: 1.05;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths em {
    margin-top: 5px;
    font-size: 12.6px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-stat-rail {
    margin-top: 20px !important;
    padding-bottom: 16px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
    width: min(100% - 28px, var(--jh-shell));
    margin-top: 38px;
    display: block;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge h2 {
    font-size: clamp(24px, 7.2vw, 32px);
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a {
    margin-top: 14px;
    font-size: 13.5px;
  }

  body.jh-li-enhanced.pagina-inicial #listagemProdutos {
    padding-top: 2px !important;
  }

  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria {
    margin-top: 36px !important;
  }
}

/* v2.9.1 — mobile guard: keep the larger hero art/circular halo without creating sideways drag. */
@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell,
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2,
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual {
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 50% !important;
    top: 56% !important;
    width: min(320px, calc(100vw - 52px)) !important;
    height: min(320px, calc(100vw - 52px)) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    width: min(386px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    transform: translateX(0) !important;
  }
}

/* v2.9.2 — institutional parity: typography, hover language and full-width circuit signature.
   This deliberately mirrors the institutional JH system:
   Space Grotesk headings, Inter body, JetBrains Mono labels/actions, uppercase editorial weight,
   sharp technical buttons and PCB trace motion instead of generic ecommerce typography. */
:root {
  --jh-font-heading: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --jh-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jh-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --jh-ease-spring: cubic-bezier(.16, 1, .3, 1);
}

body:not(.pagina-checkout),
body:not(.pagina-checkout) input,
body:not(.pagina-checkout) button,
body:not(.pagina-checkout) select,
body:not(.pagina-checkout) textarea {
  font-family: var(--jh-font-sans) !important;
  text-rendering: geometricPrecision;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro h2,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge h2,
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria,
body.jh-li-global-enhanced .jh-li-page-masthead h1,
body.jh-li-global-enhanced .conteudo h1,
body.jh-li-global-enhanced .titulo-categoria,
body.jh-li-global-enhanced .listagem-item .nome-produto,
body.jh-li-global-enhanced .pagina-produto h1.nome-produto,
body:not(.pagina-checkout) .listagem-item .nome-produto,
body:not(.pagina-checkout) #rodape .titulo {
  font-family: var(--jh-font-heading) !important;
  font-weight: 900 !important;
  letter-spacing: -0.026em !important;
  text-transform: uppercase;
  font-synthesis-weight: auto;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
  max-width: 11.6ch;
  font-size: clamp(2.5rem, 5.92vw, 6.45rem) !important;
  line-height: .90 !important;
  letter-spacing: -0.035em !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__lead,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__intro > p:not(.jh-li-decision__eyebrow),
body.jh-li-global-enhanced .jh-li-page-masthead p:not(.jh-li-page-masthead__eyebrow),
body:not(.pagina-checkout) .listagem-item .nome-produto,
body:not(.pagina-checkout) .listagem-item .preco-produto {
  font-family: var(--jh-font-sans) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__code,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__eyebrow,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge p,
body.jh-li-global-enhanced .jh-li-page-masthead__eyebrow,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a,
body:not(.pagina-checkout) .jh-li-btn,
body:not(.pagina-checkout) .botao.principal,
body:not(.pagina-checkout) .botao-comprar,
body:not(.pagina-checkout) #rodape .titulo {
  font-family: var(--jh-font-mono) !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a {
  position: relative;
  font-size: 10px !important;
  color: rgba(255,255,255,.78) !important;
  transition: color .28s var(--jh-ease-spring), transform .28s var(--jh-ease-spring);
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8be8ff, #0036f7, transparent);
  opacity: 0;
  transition: left .34s var(--jh-ease-spring), right .34s var(--jh-ease-spring), opacity .28s ease;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li:hover > a,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:hover,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:focus-visible {
  color: #ffffff !important;
  transform: translateY(-1px);
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li:hover > a::after,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:hover::after,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:focus-visible::after {
  left: 18%;
  right: 18%;
  opacity: .86;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn {
  min-height: 52px;
  border-radius: 3px !important;
  padding: 0 28px;
  font-size: 10px !important;
  letter-spacing: .12em !important;
  transition:
    color .28s var(--jh-ease-spring),
    background .28s var(--jh-ease-spring),
    border-color .28s var(--jh-ease-spring),
    transform .28s var(--jh-ease-spring),
    box-shadow .28s var(--jh-ease-spring) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn--primary:hover {
  background: #ffffff !important;
  color: #051226 !important;
  box-shadow: 0 16px 42px rgba(255,255,255,.18), 0 10px 34px rgba(0,54,247,.32) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn--ghost {
  border: 1px solid rgba(255,255,255,.20);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn--ghost:hover {
  border-color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.10) !important;
  color: #ffffff !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider {
  overflow: visible;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy > .jh-li-circuit-divider {
  width: min(540px, 92%) !important;
  height: 42px !important;
  margin-top: 30px !important;
  opacity: .98 !important;
  filter: drop-shadow(0 0 13px rgba(0,54,247,.34)) drop-shadow(0 0 18px rgba(139,232,255,.10)) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy > .jh-li-circuit-divider path.circuit-trace-animated {
  opacity: .36 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy > .jh-li-circuit-divider .trace-glow {
  opacity: .58 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
  position: relative;
  z-index: 5;
  width: min(100% - 72px, 1180px) !important;
  height: 54px !important;
  margin: -28px auto 26px !important;
  opacity: 1 !important;
  filter: drop-shadow(0 0 16px rgba(0,54,247,.26)) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section path.circuit-trace-animated {
  opacity: .42 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a {
  transition:
    color .28s var(--jh-ease-spring),
    transform .28s var(--jh-ease-spring),
    border-color .28s var(--jh-ease-spring),
    opacity .28s ease !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:hover,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-decision__paths a:focus-visible,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a:hover,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge a:focus-visible {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
    max-width: 10.8ch;
    font-size: clamp(2.28rem, 10.2vw, 3.05rem) !important;
    line-height: .91 !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn {
    width: fit-content;
    min-height: 46px;
    padding-inline: 18px;
    font-size: 9px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
    width: calc(100% - 28px) !important;
    height: 38px !important;
    margin: -8px auto 24px !important;
    filter: drop-shadow(0 0 10px rgba(0,54,247,.20)) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy > .jh-li-circuit-divider {
    width: min(340px, 90%) !important;
    height: 34px !important;
    margin-top: 18px !important;
  }

  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a::after {
    bottom: 7px;
  }
}

/* v2.10.0 — commercial focus pass.
   Reduz ansiedade de CTA, corrige herança tipográfica do menu, transforma categorias em rail premium,
   converte credenciais em uma linha editorial e ajusta a arte mobile sem degradar o asset. */
body:not(.pagina-checkout) .menu.superior ul.nivel-um {
  justify-content: center !important;
  gap: 18px !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a strong,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a .titulo {
  font-family: var(--jh-font-mono) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  color: rgba(234,243,255,.78) !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a {
  border-radius: 0 !important;
  padding: 18px 4px 16px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li.jh-li-about-tab > a {
  background: transparent !important;
  box-shadow: none !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li:hover > a,
body:not(.pagina-checkout) .menu.superior .nivel-um > li:hover > a strong,
body:not(.pagina-checkout) .menu.superior .nivel-um > li:hover > a .titulo,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:hover,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:hover strong,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:hover .titulo,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:focus-visible,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:focus-visible strong,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a:focus-visible .titulo {
  color: #ffffff !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__actions {
  gap: 14px !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-btn {
  min-width: 0 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 20px 0 18px;
  border-top: 1px solid rgba(0,54,247,.10);
  border-bottom: 1px solid rgba(0,54,247,.10);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label span {
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0036f7);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label strong {
  font-family: var(--jh-font-mono) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #0036f7;
  white-space: nowrap;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 28px;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 0 7px;
  color: #06122c !important;
  font-family: var(--jh-font-heading) !important;
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 900;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color .28s var(--jh-ease-spring), transform .28s var(--jh-ease-spring);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #0036f7, #8be8ff);
  transition: right .34s var(--jh-ease-spring);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a:hover,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a:focus-visible {
  color: #0036f7 !important;
  transform: translateY(-2px);
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a:hover::after,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a:focus-visible::after {
  right: 0;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 0;
  margin-bottom: 52px;
  color: rgba(6,18,44,.68);
  font-family: var(--jh-font-mono) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  white-space: nowrap;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span + span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0036f7;
  opacity: .62;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
  display: block !important;
  width: min(100% - 72px, var(--jh-shell));
  margin: 0 auto 8px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge p {
  margin: 0 !important;
  color: #0036f7;
  font-family: var(--jh-font-mono) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos {
  padding-top: 0 !important;
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria {
  margin-top: 20px !important;
  margin-bottom: 28px !important;
}

@media (max-width: 980px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body:not(.pagina-checkout) .menu.superior ul.nivel-um {
    justify-content: flex-start !important;
    gap: 0 !important;
  }

  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a,
  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a strong,
  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a .titulo {
    font-size: 10px !important;
    letter-spacing: .13em !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual {
    min-height: 200px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    width: min(270px, calc(100vw - 94px)) !important;
    height: min(270px, calc(100vw - 94px)) !important;
    top: 55% !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    width: min(330px, calc(100vw - 72px)) !important;
    max-width: calc(100vw - 72px) !important;
    margin-top: -4px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
    width: min(100% - 28px, var(--jh-shell));
    margin-top: 8px;
    margin-bottom: 18px;
    padding: 18px 0 16px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line {
    justify-content: flex-start;
    width: min(100% - 28px, var(--jh-shell));
    margin-bottom: 32px;
    font-size: 9px;
    letter-spacing: .11em;
    line-height: 1.55;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span {
    padding: 0 12px 0 0;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span + span::before {
    position: static;
    margin-right: 12px;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
    width: min(100% - 28px, var(--jh-shell));
    margin-bottom: 2px !important;
  }
}

/* v2.10.1 — composition cleanup + Apple-level category controls.
   Centraliza o rail de categorias, mantém apenas um circuito institucional visível
   e remove a sensação de "caixa dentro de caixa" dos filtros segmentados. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label {
  grid-column: 1;
  justify-self: start;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links {
  grid-column: 2;
  justify-content: center !important;
  gap: 8px 34px;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy > .jh-li-circuit-divider {
  display: none !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
  margin-top: -10px !important;
}

.pagina-categoria .coluna.span3,
.pagina-busca .coluna.span3 {
  padding: 24px 22px !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(246,250,255,.68)) !important;
  box-shadow:
    0 30px 80px rgba(7,20,46,.075),
    inset 0 0 0 1px rgba(0,54,247,.09) !important;
  backdrop-filter: blur(18px) saturate(1.12);
}

.pagina-categoria .coluna .menu.lateral,
.pagina-busca .coluna .menu.lateral,
.pagina-categoria .filtro,
.pagina-busca .filtro {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pagina-categoria .coluna .menu.lateral > ul,
.pagina-busca .coluna .menu.lateral > ul {
  margin: 0 0 22px !important;
  padding: 0 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0,54,247,.12) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pagina-categoria .coluna .menu.lateral > ul > li > a,
.pagina-busca .coluna .menu.lateral > ul > li > a {
  min-height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0 !important;
  color: #07142d !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.pagina-categoria .coluna .menu.lateral .titulo,
.pagina-busca .coluna .menu.lateral .titulo {
  font-family: var(--jh-font-heading) !important;
  font-size: 20px !important;
  font-weight: 760 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}

.pagina-categoria .coluna .menu.lateral i,
.pagina-busca .coluna .menu.lateral i {
  color: #0036f7 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pagina-categoria .coluna .menu.lateral .nivel-dois,
.pagina-busca .coluna .menu.lateral .nivel-dois {
  margin: 8px 0 0 !important;
  padding: 6px 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.pagina-categoria .coluna .menu.lateral .nivel-dois a,
.pagina-busca .coluna .menu.lateral .nivel-dois a {
  padding: 8px 0 8px 18px !important;
  color: rgba(7,20,45,.68) !important;
  font-family: var(--jh-font-mono) !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: color .24s var(--jh-ease-spring), transform .24s var(--jh-ease-spring);
}

.pagina-categoria .coluna .menu.lateral .nivel-dois a:hover,
.pagina-busca .coluna .menu.lateral .nivel-dois a:hover {
  color: #0036f7 !important;
  transform: translateX(3px);
}

.pagina-categoria .filtro-coluna,
.pagina-busca .filtro-coluna {
  margin: 0 0 28px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid rgba(0,54,247,.10);
}

.pagina-categoria .filtro-coluna:last-child,
.pagina-busca .filtro-coluna:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.pagina-categoria .filtro h4,
.pagina-busca .filtro h4,
.pagina-categoria .filtro .titulo,
.pagina-busca .filtro .titulo {
  margin: 0 0 12px !important;
  color: #07142d !important;
  font-family: var(--jh-font-heading) !important;
  font-size: 17px !important;
  font-weight: 780 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}

.pagina-categoria .filtro ul,
.pagina-busca .filtro ul {
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.pagina-categoria .filtro li,
.pagina-busca .filtro li {
  border: 0 !important;
  background: transparent !important;
}

.pagina-categoria .filtro li + li,
.pagina-busca .filtro li + li {
  border-top: 1px solid rgba(7,20,45,.065) !important;
}

.pagina-categoria .filtro li a,
.pagina-busca .filtro li a {
  display: block !important;
  padding: 10px 0 !important;
  color: rgba(7,20,45,.72) !important;
  background: transparent !important;
  border: 0 !important;
  transition: color .22s var(--jh-ease-spring), transform .22s var(--jh-ease-spring);
}

.pagina-categoria .filtro li a:hover,
.pagina-busca .filtro li a:hover {
  color: #0036f7 !important;
  transform: translateX(3px);
}

.pagina-categoria .filtro label,
.pagina-busca .filtro label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 !important;
  color: inherit !important;
  font-family: var(--jh-font-sans) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  cursor: pointer;
}

.pagina-categoria .filtro small,
.pagina-busca .filtro small {
  color: rgba(0,54,247,.70) !important;
  font-family: var(--jh-font-mono) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
}

.pagina-categoria .ordenar-listagem.topo,
.pagina-busca .ordenar-listagem.topo {
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.74) !important;
  padding: 9px 12px !important;
  box-shadow:
    0 20px 58px rgba(7,20,46,.07),
    inset 0 0 0 1px rgba(0,54,247,.10) !important;
  backdrop-filter: blur(18px) saturate(1.14);
}

.pagina-categoria .ordenar-listagem.topo label[for="botaoOrdenar"],
.pagina-busca .ordenar-listagem.topo label[for="botaoOrdenar"] {
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
  background: transparent !important;
  color: #07142d !important;
  font-family: var(--jh-font-sans) !important;
  font-weight: 760 !important;
}

.pagina-categoria .ordenar-listagem.topo #botaoOrdenar,
.pagina-busca .ordenar-listagem.topo #botaoOrdenar {
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0036f7 !important;
  box-shadow: inset 0 0 0 1px rgba(0,54,247,.12) !important;
}

@media (max-width: 980px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
    margin-top: -4px !important;
  }

  .pagina-categoria .ordenar-listagem.topo,
  .pagina-busca .ordenar-listagem.topo {
    margin: 18px 0 22px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none;
  }

  .pagina-categoria .ordenar-listagem.topo .input-append,
  .pagina-busca .ordenar-listagem.topo .input-append {
    padding: 4px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.82) !important;
    box-shadow:
      0 16px 38px rgba(7,20,46,.075),
      inset 0 0 0 1px rgba(0,54,247,.11) !important;
    backdrop-filter: blur(14px) saturate(1.12);
  }

  .pagina-categoria .ordenar-listagem.topo label[for="botaoOrdenar"],
  .pagina-busca .ordenar-listagem.topo label[for="botaoOrdenar"] {
    height: 38px !important;
    padding: 0 14px !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
  }

  .pagina-categoria .ordenar-listagem.topo #botaoOrdenar,
  .pagina-busca .ordenar-listagem.topo #botaoOrdenar {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .pagina-categoria .pagination ul > li > a,
  .pagina-busca .pagination ul > li > a {
    border-radius: 999px !important;
  }
}

/* v2.10.2 — multi-device visual QA pass.
   Corrige centralização mobile e controla a escala da hero em desktops largos,
   sem desfazer a direção aprovada no PC. */
@media (min-width: 1180px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__inner {
    grid-template-columns: minmax(0, .90fr) minmax(520px, 1.10fr) !important;
    gap: clamp(46px, 4.6vw, 88px) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
    max-width: 10.4ch !important;
    font-size: clamp(4.7rem, 4.45vw, 5.72rem) !important;
    line-height: .92 !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual {
    transform: translateX(clamp(10px, 2vw, 34px));
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 54% !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    transform: translateX(2%) !important;
  }
}

@media (min-width: 1600px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
    font-size: 5.58rem !important;
  }
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__inner {
    padding-inline: 14px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__copy {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow {
    justify-content: center !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-eyebrow span {
    width: 28px;
    background: linear-gradient(90deg, transparent, #8be8ff, transparent);
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
    max-width: 9.8ch !important;
    margin-inline: auto !important;
    text-align: center !important;
    text-wrap: balance;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__lead {
    max-width: 34ch !important;
    margin-inline: auto !important;
    text-align: center !important;
    text-wrap: pretty;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__actions {
    width: 100%;
    justify-content: center !important;
    align-items: center;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual {
    width: 100%;
    justify-items: center;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__visual::after {
    left: 50% !important;
    right: auto !important;
    width: min(300px, calc(100vw - 56px));
    transform: translateX(-50%) perspective(420px) rotateX(64deg) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__halo {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__composite {
    margin-inline: auto !important;
    transform: none !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
    width: calc(100% - 28px) !important;
    margin-inline: auto !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
    align-items: center !important;
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label {
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__label span {
    background: linear-gradient(90deg, transparent, #0036f7, transparent);
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links {
    justify-items: center !important;
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail__links a {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line {
    justify-content: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span {
    justify-content: center;
    padding-inline: 8px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line span + span::before {
    margin-right: 10px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge,
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge p,
  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria {
    text-align: center !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
    margin-inline: auto !important;
  }

  body.jh-li-global-enhanced .jh-li-page-masthead__inner {
    text-align: center !important;
  }

  body.jh-li-global-enhanced .jh-li-page-masthead__eyebrow {
    justify-content: center !important;
    margin-inline: auto !important;
  }

  body.jh-li-global-enhanced .jh-li-page-masthead__eyebrow span {
    background: linear-gradient(90deg, transparent, #8be8ff, transparent);
  }

  body.jh-li-global-enhanced .jh-li-page-masthead h1,
  body.jh-li-global-enhanced .jh-li-page-masthead p:not(.jh-li-page-masthead__eyebrow) {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .pagina-categoria .breadcrumbs,
  .pagina-busca .breadcrumbs {
    text-align: center !important;
  }

  .pagina-categoria .ordenar-listagem.topo > .row-fluid,
  .pagina-busca .ordenar-listagem.topo > .row-fluid {
    align-items: center !important;
  }

  .pagina-categoria .ordenar-listagem.topo .span6,
  .pagina-busca .ordenar-listagem.topo .span6,
  .pagina-categoria .ordenar-listagem.topo .span6.clearfix,
  .pagina-busca .ordenar-listagem.topo .span6.clearfix,
  .pagina-categoria .ordenar-listagem.topo .span6:not(.clearfix),
  .pagina-busca .ordenar-listagem.topo .span6:not(.clearfix) {
    justify-content: center !important;
  }

  .pagina-categoria .pagination,
  .pagina-busca .pagination {
    display: flex !important;
    justify-content: center !important;
  }

  .pagina-categoria .conteudo h1,
  .pagina-categoria .conteudo h1.titulo,
  .pagina-busca .conteudo h1,
  .pagina-busca .listagem > h1.titulo {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* v2.10.3 — mobile breadcrumb alignment polish. */
@media (max-width: 767px) {
  body.jh-li-global-enhanced .breadcrumbs {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.jh-li-global-enhanced .breadcrumbs ul {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
  }

  body.jh-li-global-enhanced .breadcrumbs li {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }
}

/* v2.10.4 — circuit language system.
   Mantém o circuito principal pós-hero e transforma a assinatura em micro-divisores
   discretos em vitrines e mastheads. A ideia é linguagem de marca, não decoração repetida. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
  opacity: .92 !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail {
  box-shadow:
    inset 0 1px 0 rgba(0,54,247,.08),
    inset 0 -1px 0 rgba(0,54,247,.08) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(360px, 42vw);
  height: 1px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 16% 50%, #0036f7 0 2px, transparent 2.6px),
    radial-gradient(circle at 72% 50%, #8be8ff 0 1.5px, transparent 2.4px),
    linear-gradient(90deg, transparent, rgba(0,54,247,.58) 18%, rgba(139,232,255,.42) 52%, rgba(0,54,247,.58) 82%, transparent);
  opacity: .58;
  filter: drop-shadow(0 0 8px rgba(0,54,247,.20));
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria,
body.jh-li-global-enhanced .titulo-categoria,
body.jh-li-global-enhanced .listagem .titulo-categoria {
  position: relative !important;
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::before,
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::after,
body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::before,
body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::after {
  height: 14px !important;
  opacity: .82;
  background:
    radial-gradient(circle at 18% 50%, #0036f7 0 2px, transparent 2.6px),
    radial-gradient(circle at 72% 50%, rgba(0,54,247,.65) 0 1.5px, transparent 2.5px),
    linear-gradient(90deg,
      transparent 0%,
      transparent 9%,
      rgba(0,54,247,.20) 9.4%,
      rgba(0,54,247,.20) 32%,
      transparent 32.4%,
      transparent 38%,
      rgba(139,232,255,.28) 38.4%,
      rgba(139,232,255,.28) 52%,
      transparent 52.4%,
      transparent 58%,
      rgba(0,54,247,.22) 58.4%,
      rgba(0,54,247,.22) 86%,
      transparent 86.4%) !important;
  background-size: 100% 100%;
  filter: drop-shadow(0 0 8px rgba(0,54,247,.12));
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria strong,
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria .titulo,
body.jh-li-global-enhanced .titulo-categoria strong,
body.jh-li-global-enhanced .titulo-categoria .titulo {
  position: relative;
  z-index: 2;
}

body.jh-li-global-enhanced .jh-li-page-masthead__inner {
  position: relative;
}

body.jh-li-global-enhanced .jh-li-page-masthead__inner::after {
  content: "";
  display: block;
  width: min(560px, 58vw);
  height: 22px;
  margin-top: 24px;
  background:
    radial-gradient(circle at 28% 50%, #8be8ff 0 2px, transparent 2.8px),
    radial-gradient(circle at 64% 50%, #0036f7 0 2px, transparent 2.8px),
    linear-gradient(90deg,
      transparent 0 7%,
      rgba(139,232,255,.20) 7.2% 28%,
      transparent 28.3% 34%,
      rgba(0,54,247,.35) 34.2% 58%,
      transparent 58.3% 64%,
      rgba(139,232,255,.18) 64.2% 91%,
      transparent 91.3%);
  opacity: .66;
  filter: drop-shadow(0 0 12px rgba(0,54,247,.18));
}

body.jh-li-global-enhanced .jh-li-page-masthead--product .jh-li-page-masthead__inner::after,
body.jh-li-global-enhanced .jh-li-page-masthead--cart .jh-li-page-masthead__inner::after {
  width: min(420px, 48vw);
  margin-top: 18px;
  opacity: .46;
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail::after {
    width: min(220px, 70vw);
  }

  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::before,
  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::after,
  body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::before,
  body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::after {
    display: none !important;
  }

  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::after,
  body.jh-li-global-enhanced .conteudo h1.titulo::after,
  body.jh-li-global-enhanced .listagem > h1.titulo::after {
    content: "";
    display: block !important;
    width: 112px;
    height: 14px;
    margin: 10px auto 0;
    background:
      radial-gradient(circle at 18% 50%, #0036f7 0 2px, transparent 2.6px),
      radial-gradient(circle at 76% 50%, #8be8ff 0 1.6px, transparent 2.4px),
      linear-gradient(90deg, transparent, rgba(0,54,247,.40), rgba(139,232,255,.35), transparent) !important;
    opacity: .72;
    filter: drop-shadow(0 0 8px rgba(0,54,247,.14));
  }

  body.jh-li-global-enhanced .jh-li-page-masthead__inner::after {
    width: min(220px, 68vw);
    height: 18px;
    margin: 18px auto 0;
    opacity: .58;
  }
}

/* v2.10.5 — circuit subtlety correction.
   Corrige os microcircuitos para traços finos de 1px com nós, evitando barras grossas. */
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::before,
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::after,
body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::before,
body.jh-li-global-enhanced .titulo-categoria:not(.vitrine-lancamento)::after {
  height: 12px !important;
  opacity: .62 !important;
  background:
    radial-gradient(circle at 18% 50%, #0036f7 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 72% 50%, rgba(0,54,247,.62) 0 1.3px, transparent 2px),
    linear-gradient(90deg,
      transparent 0%,
      transparent 9%,
      rgba(0,54,247,.30) 9.4%,
      rgba(0,54,247,.30) 32%,
      transparent 32.4%,
      transparent 40%,
      rgba(139,232,255,.32) 40.4%,
      rgba(139,232,255,.32) 54%,
      transparent 54.4%,
      transparent 61%,
      rgba(0,54,247,.28) 61.4%,
      rgba(0,54,247,.28) 86%,
      transparent 86.4%) center / 100% 1px no-repeat !important;
  filter: drop-shadow(0 0 5px rgba(0,54,247,.10)) !important;
}

body.jh-li-global-enhanced .jh-li-page-masthead__inner::after {
  height: 18px !important;
  background:
    radial-gradient(circle at 28% 50%, #8be8ff 0 1.7px, transparent 2.4px),
    radial-gradient(circle at 64% 50%, #0036f7 0 1.7px, transparent 2.4px),
    linear-gradient(90deg,
      transparent 0 7%,
      rgba(139,232,255,.28) 7.2% 28%,
      transparent 28.3% 36%,
      rgba(0,54,247,.38) 36.2% 58%,
      transparent 58.3% 66%,
      rgba(139,232,255,.24) 66.2% 91%,
      transparent 91.3%) center / 100% 1px no-repeat !important;
  opacity: .50 !important;
  filter: drop-shadow(0 0 8px rgba(0,54,247,.14)) !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-commerce-rail::after {
  height: 8px !important;
  background:
    radial-gradient(circle at 16% 50%, #0036f7 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 72% 50%, #8be8ff 0 1.2px, transparent 2px),
    linear-gradient(90deg, transparent, rgba(0,54,247,.46) 18%, rgba(139,232,255,.36) 52%, rgba(0,54,247,.46) 82%, transparent) center / 100% 1px no-repeat !important;
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria:not(.vitrine-lancamento)::after,
  body.jh-li-global-enhanced .conteudo h1.titulo::after,
  body.jh-li-global-enhanced .listagem > h1.titulo::after {
    height: 12px !important;
    background:
      radial-gradient(circle at 18% 50%, #0036f7 0 1.6px, transparent 2.2px),
      radial-gradient(circle at 76% 50%, #8be8ff 0 1.2px, transparent 2px),
      linear-gradient(90deg, transparent, rgba(0,54,247,.36), rgba(139,232,255,.30), transparent) center / 100% 1px no-repeat !important;
    opacity: .62 !important;
  }
}

/* v2.10.8 — category rail removal + full-bleed circuit + mobile hero cleanup.
   Remove a navegação intermediária por categoria, preserva a assinatura técnica como
   circuito full-width no desktop, oculta o eyebrow repetido da hero no mobile e mantém
   LANÇAMENTOS sem linhas laterais herdadas do tema base. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
  max-width: none !important;
}

@media (min-width: 768px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-circuit-divider--section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria.vitrine-lancamento::before,
body.jh-li-enhanced.pagina-inicial #listagemProdutos .titulo-categoria.vitrine-lancamento::after {
  content: none !important;
  display: none !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 .jh-li-eyebrow {
    display: none !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__inner {
    padding-top: 26px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2 h1 {
    max-width: 11.15ch !important;
    font-size: clamp(35px, 9.45vw, 45px) !important;
    line-height: .94 !important;
    letter-spacing: -0.026em !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__lead {
    max-width: 35.5ch !important;
    margin-top: 18px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-hero-v2__actions {
    margin-top: 22px !important;
  }
}

/* v2.10.9 — requested final polish.
   Centraliza de fato a frase superior no mobile sem mudar sua copy, aumenta o peso
   da navegação principal/drawer, remove qualquer resíduo do bloco "Pronta entrega JH"
   e devolve legibilidade às métricas abaixo da hero. */
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell #jh-li-store-products,
body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-store-bridge {
  display: none !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a strong,
body:not(.pagina-checkout) .menu.superior .nivel-um > li > a .titulo {
  font-size: 12.5px !important;
  letter-spacing: .16em !important;
}

body:not(.pagina-checkout) .menu.superior .nivel-um > li > a {
  padding-top: 20px !important;
  padding-bottom: 18px !important;
}

body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line {
  font-size: 12px !important;
  letter-spacing: .12em !important;
  line-height: 1.65 !important;
}

@media (max-width: 767px) {
  .barra-frase .conteiner {
    position: relative !important;
    padding: 0 54px !important;
    justify-content: center !important;
  }

  .barra-frase span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    max-width: calc(100vw - 118px) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }

  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a,
  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a strong,
  body:not(.pagina-checkout) .menu.superior .nivel-um > li > a .titulo,
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a,
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a strong,
  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a .titulo {
    font-size: 15px !important;
    letter-spacing: .10em !important;
  }

  body.jh-li-mobile-menu-open .menu.superior .nivel-um > li > a {
    min-height: 48px !important;
    padding: 13px 16px !important;
  }

  body.jh-li-enhanced.pagina-inicial #jh-li-home-shell .jh-li-trust-line {
    justify-content: center !important;
    text-align: center !important;
    font-size: 10.6px !important;
    letter-spacing: .105em !important;
    line-height: 1.75 !important;
    margin-bottom: 30px !important;
  }
}