#tarja-slide ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 20px;
  list-style-type: none !important;
  padding: 0;
}

/* ===== BASE ===== */
body.full {
  background: #f5f7fb !important;
}
/*

.header-tech {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  padding: 22px 0 !important;
  border-bottom: 1px solid #eaf0f8 !important;
  box-shadow: 0 10px 30px rgba(15, 43, 84, 0.06) !important;
  position: relative !important;
  z-index: 30 !important;
}

.header-tech-float {
  padding: 14px 0 !important;
  box-shadow: 0 12px 32px rgba(15, 43, 84, 0.10) !important;
}

.header-tech-row {
  display: flex !important;
  align-items: center !important;
}

.header-logo-area {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.logo,
img.logo,
.navbar-brand img,
#menu_flutuante .logo,
#menu_flutuante img.logo,
.header-logo-img {
  max-height: 62px !important;
  height: auto !important;
  width: auto !important;
}

.header-search-area {
  display: flex !important;
  align-items: center !important;
}

.form_header_busca {
  width: 100% !important;
  margin: 0 !important;
}

.header-search-box {
  display: flex !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #d8e4f2 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 25px rgba(45, 120, 210, 0.08) !important;
  transition: all 0.25s ease !important;
}

.header-search-box:hover {
  border-color: #b8d0ef !important;
  box-shadow: 0 14px 28px rgba(45, 120, 210, 0.10) !important;
}

.header-search-box:focus-within {
  border-color: #8ab8ee !important;
  box-shadow: 0 0 0 4px rgba(58, 141, 222, 0.12) !important;
}

.input-header {
  height: 58px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #16325c !important;
  padding: 0 24px !important;
  border: none !important;
  border-radius: 999px 0 0 999px !important;
  box-shadow: none !important;
  background: transparent !important;
}

.input-header::placeholder {
  color: #6d7d94 !important;
}

.input-header:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-busca,
.btn-header {
  height: 58px !important;
  width: 62px !important;
  border: none !important;
  border-radius: 0 999px 999px 0 !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

.btn-busca:hover,
.btn-header:hover {
  background: #f4f8fe !important;
}

.svg-lupa {
  display: block !important;
}


.header-actions-area {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

#btn-cart {
  margin: 0 !important;
}

.header-actions-list {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-link-btn {
  text-decoration: none !important;
}

.header-action-btn,
.header-login-btn {
  height: 46px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  border: 1px solid #e3ebf6 !important;
  background: #ffffff !important;
  color: #19345b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 8px 18px rgba(15, 43, 84, 0.04) !important;
  transition: all 0.2s ease !important;
}

.header-action-btn:hover,
.header-login-btn:hover {
  background: #f5f9ff !important;
  border-color: #c7daf4 !important;
  color: #0b3d91 !important;
  transform: translateY(-1px) !important;
}

.header-cart-btn {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid #e3ebf6 !important;
  background: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(15, 43, 84, 0.05) !important;
  transition: all 0.2s ease !important;
}

.header-cart-btn:hover {
  background: #f5f9ff !important;
  border-color: #c7daf4 !important;
  transform: translateY(-1px) !important;
}

.header-cart-btn .badge {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  background: linear-gradient(90deg, #0b3d91, #3a8dde) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  min-width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 999px !important;
  padding: 0 6px !important;
  font-weight: 700 !important;
  border: 2px solid #ffffff !important;
}


.menu-desktop .navbar.mega-menu {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: none !important;
  border-top: 1px solid #eaf0f8 !important;
  border-bottom: 1px solid #eaf0f8 !important;
  box-shadow: 0 10px 24px rgba(15, 43, 84, 0.04) !important;
  margin-top: 0 !important;
}

.menu-desktop .navbar.mega-menu .container {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.menu-desktop .navbar.mega-menu li > a,
.menu-desktop .navbar.mega-menu li > span {
  font-weight: 700 !important;
  color: #213654 !important;
  transition: all 0.2s ease !important;
}

.menu-desktop .navbar.mega-menu li > a:hover {
  color: #0b3d91 !important;
}

.link-todas-categorias {
  border-radius: 12px !important;
  padding: 12px 16px !important;
  transition: all 0.2s ease !important;
}

.link-todas-categorias:hover {
  background: #f3f8fe !important;
}


#menu_flutuante {
  background: transparent !important;
}

#menu_flutuante .header-tech {
  border-radius: 0 !important;
}


.site-header {
  background: #ffffff !important;
  padding: 14px 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e8eef7 !important;
}

.header-row-main {
  display: flex !important;
  align-items: center !important;
}

.logo,
img.logo {
  max-height: 48px !important;
  width: auto !important;
}

.header-search-col .form_header_busca {
  width: 100%;
  margin: 0;
}

.input-teste {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #dce6f3 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.input-header {
  height: 46px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 18px !important;
  color: #183153 !important;
  font-size: 15px !important;
}

.input-header::placeholder {
  color: #6e7d95 !important;
}

.btn-busca,
.btn-header,
.input-group-btn .btn {
  height: 46px !important;
  width: 46px !important;
  border: none !important;
  background: #fff !important;
  box-shadow: none !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.header-actions-col {
  display: flex;
  justify-content: flex-end;
}

#btn-cart.header-actions-clean {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  list-style: none !important;
  width: 100% !important;
}

#btn-cart.header-actions-clean > li {
  display: flex !important;
  align-items: center !important;
}

.header-link-btn,
.btn-log,
.cart-button-fixed {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  background: transparent !important;
  border: none !important;
  color: #183153 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.cart-button-fixed {
  position: relative !important;
}

.cart-icon-holder {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
}

.cart-button-fixed .badge {
  position: absolute !important;
  top: -8px !important;
  right: -10px !important;
  min-width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 999px !important;
  background: #0b3d91 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 0 5px !important;
  border: 2px solid #fff !important;
}

.cart-text {
  font-weight: 500;
  color: #183153;
}

.menu_flutuante {
  background: transparent !important;
}

.menu_flutuante .site-header {
  background: #ffffff !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #e8eef7 !important;
}
*/

/* ===== NEWSLETTER MAIS LIMPA ===== */
.newsletter-rebuild {
  background: linear-gradient(90deg, #0b3d91, #3a8dde) !important;
  padding: 32px 0 !important;
  margin: 0 !important;
}

.newsletter-grid {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  box-shadow: none !important;
}

.newsletter-copy {
  text-align: left;
}

.newsletter-tag {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: rgba(255,255,255,0.85);
}

.newsletter-copy h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff !important;
  text-align: left !important;
}

.newsletter-copy p {
  margin: 0;
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px;
  line-height: 1.5;
  text-align: left !important;
}

.newsletter-form-rebuild {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

.newsletter-form-rebuild input {
  height: 44px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-news-rebuild {
  height: 44px !important;
  border-radius: 8px !important;
  border: none !important;
  background: #ffffff !important;
  color: #0b3d91 !important;
  font-weight: 700 !important;
  padding: 0 18px !important;
}

/* ===== FOOTER SEM BURACO ===== */
.footer-rebuild {
  background: #0a2250;
  color: #dfe9ff;
  padding: 48px 0 22px;
  margin-top: 0 !important;
}

.footer-bottom-rebuild {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}

@media (max-width: 991px) {
  .newsletter-form-rebuild {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .topbar-store {
    display: none !important;
  }

  .newsletter-rebuild {
    padding: 26px 0 !important;
  }

  .newsletter-copy h3 {
    font-size: 16px;
  }

  .newsletter-copy p {
    font-size: 13px;
  }
}

footer h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
  line-height: 1.6;
}

footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}

footer a:hover {
  color: #cfe3ff !important;
}

footer .btn {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

footer .btn:hover {
  color: #cfe3ff !important;
}

footer img {
  margin: 5px;
}

/* ===== NEWSLETTER ===== */
.newsletter {
  background: linear-gradient(90deg, #0b3d91, #3a8dde) !important;
  padding: 30px 20px !important;
}

.newsletter span {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.newsletter small {
  font-size: 14px !important;
  color: #e0e0e0 !important;
}

.newsletter input {
  height: 42px !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 12px !important;
}

.newsletter button {
  height: 42px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #0b3d91 !important;
  font-weight: bold !important;
  border: none !important;
  padding: 0 18px !important;
}

.newsletter button:hover {
  background: #f0f4fa !important;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 991px) {
  .header-tech,
  .header-tech-float {
    padding: 16px 0 !important;
  }

  .header-tech-row {
    display: block !important;
  }

  .header-logo-area {
    justify-content: center !important;
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  .header-search-area {
    margin-bottom: 14px !important;
  }

  .header-actions-area {
    justify-content: center !important;
  }

  .header-actions-list {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .input-header,
  .btn-busca,
  .btn-header {
    height: 52px !important;
  }
  
/* FUNDO PRINCIPAL DO HEADER */
header,
.header-tech,
#menu_flutuante header {
  background: linear-gradient(135deg, #0a2f6b 0%, #0b3d91 45%, #2e7dd7 100%) !important;
  padding: 28px 0 !important;
  border-bottom: none !important;
  box-shadow: 0 18px 40px rgba(9, 30, 66, 0.18) !important;
}

/* LOGO */
.logo,
img.logo {
  max-height: 66px !important;
  filter: brightness(0) invert(1);
}

/* ÁREA DA BUSCA */
.input-group.input-teste,
.header-search-box,
.input-teste {
  background: #ffffff !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  overflow: hidden !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
}

.input-header {
  height: 62px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: none !important;
  padding: 0 26px !important;
  color: #16243a !important;
  background: transparent !important;
  box-shadow: none !important;
}

.input-header::placeholder {
  color: #7a8799 !important;
  font-weight: 500 !important;
}

.input-header:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* BOTÃO DA BUSCA */
.btn-busca,
.btn-header,
.input-group-btn .btn {
  background: linear-gradient(135deg, #eef5ff 0%, #dcecff 100%) !important;
  border-radius: 0 999px 999px 0 !important;
  width: 74px !important;
  height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  box-shadow: inset 1px 0 0 rgba(11, 61, 145, 0.08) !important;
}

.btn-busca svg,
.btn-header svg,
.input-group-btn .btn svg,
.svg-lupa {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}

.btn-busca svg path,
.btn-header svg path,
.input-group-btn .btn svg path,
.svg-lupa path {
  stroke: #0b3d91 !important;
  stroke-width: 3.4 !important;
  fill: none !important;
}

/* BOTÕES DA DIREITA */
.btn-default,
.header-action-btn,
.header-login-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10) !important;
}

.btn-default span,
.header-action-btn span,
.header-login-btn span {
  color: #ffffff !important;
}

/* CARRINHO */
#header-cart-button,
.header-cart-btn {
  background: #ffffff !important;
  border-radius: 16px !important;
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
}

#header-cart-button svg path,
.header-cart-btn svg path {
  stroke: #0b3d91 !important;
  stroke-width: 2.1 !important;
}

#header-cart-button .badge,
.header-cart-btn .badge {
  background: #ff4b4b !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  border: 2px solid #ffffff !important;
  min-width: 20px !important;
  height: 20px !important;
  line-height: 18px !important;
  padding: 0 5px !important;
}

/* MENU ABAIXO */
.navbar,
.menu-desktop .navbar,
.menu-desktop .navbar.mega-menu {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 10px 25px rgba(15, 42, 82, 0.08) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.navbar li a,
.navbar li span,
.menu-desktop .navbar li a,
.menu-desktop .navbar li span,
.menu-desktop .navbar.mega-menu li > a,
.menu-desktop .navbar.mega-menu li > span {
  color: #183153 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 14px 16px !important;
}

/* DEPARTAMENTOS MAIS DESTACADO */
.link-todas-categorias,
.navbar .link-todas-categorias {
  background: #eef5ff !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
}

.link-todas-categorias span,
.link-todas-categorias i {
  color: #0b3d91 !important;
  font-weight: 700 !important;
}

/* AJUSTE DE ESTRUTURA */
#btn-cart {
  margin: 0 !important;
  padding: 0 !important;
}

#btn-cart li,
.header-actions-list {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.header-tech-row,
header .row {
  display: flex !important;
  align-items: center !important;
}

.header-logo-area {
  display: flex !important;
  align-items: center !important;
}

.header-search-area {
  display: flex !important;
  align-items: center !important;
}

.form_header_busca {
  width: 100% !important;
  margin: 0 !important;
}

/* MENU FLUTUANTE */
#menu_flutuante {
  background: transparent !important;
}

#menu_flutuante header {
  padding: 18px 0 !important;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  header,
  .header-tech,
  #menu_flutuante header {
    padding: 20px 0 !important;
  }

  .header-tech-row,
  header .row {
    display: block !important;
    text-align: center !important;
  }

  .header-logo-area {
    justify-content: center !important;
    margin-bottom: 14px !important;
  }

  .header-search-area {
    margin-bottom: 14px !important;
  }

  #btn-cart li,
  .header-actions-list {
    justify-content: center !important;
  }

  .input-header,
  .btn-busca,
  .btn-header,
  .input-group-btn .btn {
    height: 56px !important;
  }

  .logo,
  img.logo {
    max-height: 58px !important;
  }
}
/* ===== MELHORIA GERAL DO FUNDO ===== */
body {
  background: #f3f6fb !important;
}

/* ===== PRODUTOS MAIS PROFISSIONAIS ===== */

.thumbnail,
.produto,
.box-produto {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.08) !important;
  padding: 15px !important;
  transition: all 0.2s ease !important;
  border: none !important;
}

/* HOVER (leve, sem exagero) */
.thumbnail:hover,
.produto:hover,
.box-produto:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12) !important;
}

/* IMAGEM DO PRODUTO */
.thumbnail img,
.produto img {
  max-height: 160px !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
}

/* TÍTULO DO PRODUTO */
.thumbnail h3,
.produto h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a355b !important;
  margin: 10px 0 !important;
}

/* PREÇO ANTIGO */
.thumbnail del,
.produto del {
  color: #999 !important;
  font-size: 13px !important;
}

/* PREÇO ATUAL */
.thumbnail strong,
.produto strong {
  font-size: 20px !important;
  color: #0b3d91 !important;
  display: block !important;
  margin: 8px 0 !important;
}

/* BOTÃO COMPRAR */
.thumbnail .btn,
.produto .btn {
  border-radius: 10px !important;
  background: linear-gradient(90deg, #0b3d91, #3a8dde) !important;
  border: none !important;
  font-weight: bold !important;
  padding: 10px !important;
  width: 100% !important;
  color: #fff !important;
}

/* BOTÃO HOVER */
.thumbnail .btn:hover,
.produto .btn:hover {
  background: linear-gradient(90deg, #092e6b, #2f79c9) !important;
}

/* ESTRELAS (AVALIAÇÃO) */
.thumbnail .fa-star,
.produto .fa-star {
  color: #f5b301 !important;
}

/* GRID MAIS LIMPO */
.row {
  margin-bottom: 20px !important;
}
/* =========================================
   CORREÇÃO FINAL: ESCONDE HEADER DESKTOP NO MOBILE
   E MANTÉM SÓ O MOBILE REAL
   ========================================= */
@media (max-width: 768px) {

  /* some com o header desktop que está vazando */
  .header-tech,
  .header-main-content,
  .header-actions-area,
  .header-actions-list,
  .header-search-area,
  .top-login,
  #menu_flutuante,
  .header-link-btn,
  .header-action-btn,
  .header-login-btn,
  #btn-cart,
  #btn-cart li {
    display: none !important;
  }

  /* garante que o mobile real apareça */
  .menu-mobile {
    display: block !important;
    background: #ffffff !important;
    position: relative !important;
    z-index: 50 !important;
  }

  .mobile-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e8eef7 !important;
  }

  .logo-mobile {
    max-height: 34px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
  }

  .barra-pesquisa {
    display: block !important;
    padding: 8px 12px 12px !important;
    background: #ffffff !important;
  }

  .container-busca-mobile {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #dce5f2 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
  }

  .barra-pesquisa .input-header {
    display: block !important;
    height: 42px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    border: none !important;
    background: #ffffff !important;
    color: #1a355b !important;
    box-shadow: none !important;
  }

  .barra-pesquisa .btn-busca,
  .barra-pesquisa .btn-header,
  .barra-pesquisa .input-group-btn .btn {
    display: flex !important;
    width: 44px !important;
    height: 42px !important;
    border: none !important;
    border-left: 1px solid #e7edf5 !important;
    background: #f7faff !important;
    border-radius: 0 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .barra-pesquisa .svg-lupa,
  .barra-pesquisa .btn-busca svg,
  .barra-pesquisa .btn-header svg {
    width: 20px !important;
    height: 20px !important;
  }

  .barra-pesquisa .svg-lupa path,
  .barra-pesquisa .btn-busca svg path,
  .barra-pesquisa .btn-header svg path {
    stroke: #0b3d91 !important;
    stroke-width: 2.4 !important;
    fill: none !important;
  }

  .sacola-link-wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid #dfe7f3 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
  }

  .contador-carrinho {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    min-width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    padding: 0 4px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    background: #0b3d91 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}

/* ===== REBUILD REAL DO TOPO ===== */
.topbar-store {
  background: linear-gradient(90deg, #0a2f73, #0b3d91, #3a8dde);
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
}

.topbar-store-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  text-align: center;
}

.site-header {
  background: #eef4fb;
  padding: 22px 0;
  box-shadow: 0 8px 25px rgba(15, 43, 84, 0.06);
}

.header-row-main {
  display: flex !important;
  align-items: center !important;
}

.header-logo-col {
  display: flex;
  align-items: center;
}

.logo,
img.logo {
  max-height: 62px !important;
  width: auto !important;
}

.header-search-col .form_header_busca {
  width: 100%;
  margin: 0;
}

.input-teste {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #dce6f3 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 22px rgba(15, 43, 84, 0.06) !important;
}

.input-header {
  height: 54px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 20px !important;
  color: #183153 !important;
  font-size: 15px !important;
}

.input-header::placeholder {
  color: #60708a !important;
}

.btn-busca,
.btn-header,
.input-group-btn .btn {
  height: 54px !important;
  width: 54px !important;
  border: none !important;
  background: #fff !important;
  box-shadow: none !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}

.header-actions-col {
  display: flex;
  justify-content: flex-end;
}

#btn-cart.header-actions-clean {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  list-style: none !important;
  width: 100% !important;
}

#btn-cart.header-actions-clean > li {
  display: flex !important;
  align-items: center !important;
}

.header-link-btn,
.btn-log,
.cart-button-fixed {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1px solid #dce6f3 !important;
  color: #183153 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(15, 43, 84, 0.05) !important;
}

.header-link-btn:hover,
.btn-log:hover,
.cart-button-fixed:hover {
  color: #0b3d91 !important;
  text-decoration: none !important;
}

.btn-log {
  border: 1px solid #dce6f3 !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(15, 43, 84, 0.05) !important;
}

.btn-log .caret {
  color: #183153 !important;
}

.cart-button-fixed {
  position: relative !important;
  padding: 0 14px !important;
}

.cart-icon-holder {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
}

.cart-button-fixed .badge {
  position: absolute !important;
  top: -8px !important;
  right: -11px !important;
  min-width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 999px !important;
  background: #0b3d91 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 0 6px !important;
  border: 2px solid #fff !important;
}

.cart-text {
  font-weight: 700;
  color: #183153;
}

.menu_flutuante {
  background: transparent !important;
}

.menu_flutuante .site-header {
  padding: 16px 0;
  background: rgba(238, 244, 251, 0.98);
  backdrop-filter: blur(8px);
}

/* ===== NAVBAR ===== */
.menu-desktop .navbar.mega-menu {
  background: #ffffff !important;
  border: none !important;
  border-top: 1px solid #e7eef8 !important;
  border-bottom: 1px solid #e7eef8 !important;
  box-shadow: 0 10px 24px rgba(15, 43, 84, 0.04) !important;
}

.menu-desktop .navbar.mega-menu li > a,
.menu-desktop .navbar.mega-menu li > span {
  color: #1a355b !important;
  font-weight: 700 !important;
}

.link-todas-categorias,
.navbar .link-todas-categorias {
  background: #eef5ff !important;
  border-radius: 12px !important;
}

/* ===== NEWSLETTER ===== */
.newsletter-rebuild {
  background: #f3f7fd !important;
  padding: 55px 0 !important;
}

.newsletter-grid {
  background: linear-gradient(135deg, #0b3d91, #3a8dde);
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: center;
  box-shadow: 0 18px 35px rgba(11, 61, 145, 0.12);
}

.newsletter-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,0.8);
}

.newsletter-copy h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff !important;
}

.newsletter-copy p {
  margin: 0;
  color: rgba(255,255,255,0.92) !important;
  font-size: 15px;
}

.newsletter-form-rebuild {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}

.newsletter-form-rebuild input {
  height: 50px !important;
  border-radius: 12px !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-news-rebuild {
  height: 50px !important;
  border-radius: 12px !important;
  border: none !important;
  background: #fff !important;
  color: #0b3d91 !important;
  font-weight: 700 !important;
  padding: 0 22px !important;
}

/* ===== FOOTER ===== */
.footer-rebuild {
  background: #0a2250;
  color: #dfe9ff;
  padding: 58px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
}

.footer-rebuild h3,
.footer-rebuild h4 {
  color: #fff !important;
  margin-bottom: 16px;
}

.footer-rebuild p,
.footer-rebuild a,
.footer-rebuild strong {
  color: #dfe9ff !important;
  text-decoration: none !important;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  font-size: 18px;
}

.footer-payments,
.footer-security {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.footer-payments img {
  max-width: 58px;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}

.footer-security img {
  max-height: 44px;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
}

.footer-bottom-rebuild {
  margin-top: 35px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .header-row-main {
    display: block !important;
  }

  .header-logo-col,
  .header-search-col,
  .header-actions-col {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 16px;
  }

  #btn-cart.header-actions-clean {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form-rebuild {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .topbar-store {
    display: none !important;
  }

  .site-header,
  .menu_flutuante {
    display: none !important;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== NEWSLETTER LIMPA ===== */
.newsletter,
.newsletter-rebuild {
  background: linear-gradient(90deg, #0b3d91, #3a8dde) !important;
  padding: 26px 0 !important;
  margin: 0 !important;
}

.newsletter .container,
.newsletter-rebuild .container {
  margin: 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.newsletter .row,
.newsletter-rebuild .row,
.newsletter-grid {
  margin: 0 !important;
}

.newsletter-copy,
.newsletter-tag {
  text-align: left !important;
}

.newsletter-copy h3 {
  margin: 0 0 6px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: #fff !important;
  text-align: left !important;
}

.newsletter-copy p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,0.92) !important;
  text-align: left !important;
}

.newsletter-form-rebuild {
  display: grid !important;
  grid-template-columns: 1fr 1fr auto !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.newsletter-form-rebuild input {
  height: 42px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-news-rebuild {
  height: 42px !important;
  border-radius: 8px !important;
  border: none !important;
  background: #fff !important;
  color: #0b3d91 !important;
  font-weight: 700 !important;
  padding: 0 18px !important;
}

.footer-rebuild,
footer {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .newsletter-form-rebuild {
    grid-template-columns: 1fr !important;
  }

  .newsletter-copy h3 {
    font-size: 17px !important;
  }

  .newsletter-copy p {
    font-size: 13px !important;
  }
}

@media (min-width: 992px) {
  .header-custom-store {
    background: #eef4fb;
    padding: 20px 0 12px;
  }

  .header-custom-top {
    display: grid;
    grid-template-columns: 220px minmax(360px, 1fr) auto;
    align-items: center;
    gap: 24px;
  }

  .header-brand-custom {
    display: flex;
    align-items: center;
  }

  .header-search-custom {
    width: 100%;
  }

  .header-search-custom .form_header_busca {
    width: 100%;
    margin: 0;
  }

  .header-actions-custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .header-custom-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #dbe6f2;
  }

  .nav-links-custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    flex: 1;
  }
}
