/* ============================= */
/* BRINQUESTORE - ESTILO FINAL   */
/* ============================= */

/* ===== TOPO ===== */
.top-bar,
.header {
    background-color: #FFC107 !important;
}

/* ===== MENU ===== */
.menu {
    background-color: #E53935 !important;
}
/* TEXTO DO MENU PRINCIPAL */
.menu > ul > li > a {
    color: #ffffff !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

/* HOVER */
.menu > ul > li > a:hover {
    color: #ffffff !important;
}

.menu a,
.menu a span {
    font-weight: bold;
    text-shadow: none !important;
}

.menu a:hover,
.menu a:hover span {
    color: #000000 !important;
}
/* ===== TÍTULOS ===== */
h1,
h2,
h3,
.titulo-categoria {
    color: #1E88E5;
    font-weight: bold;
    text-transform: uppercase;
}

/* ===== PRODUTOS ===== */
.listagem .produto {
    border-radius: 12px;
    transition: 0.3s;
}

.listagem .produto:hover {
    transform: scale(1.03);
}

/* ===== PREÇOS ===== */
.preco-promocional,
.product-price {
    color: #E53935 !important;
    font-size: 20px;
    font-weight: bold;
}

.preco-antigo {
    text-decoration: line-through;
    color: #999 !important;
}

/* ===== BOTÕES ===== */
.botao-comprar,
.btn,
button {
    background-color: #E53935 !important;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.botao-comprar:hover,
.btn:hover,
button:hover {
    background-color: #C62828 !important;
}

/* ===== RODAPÉ ===== */
.footer {
    background-color: #E53935 !important;
    color: #ffffff !important;
}

/* ===== CARROSSEL CATEGORIAS ===== */
.carrossel-categorias {
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.carrossel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 10px 40px;
}

.carrossel-container::-webkit-scrollbar {
    display: none;
}

.categoria-item {
    text-align: center;
    min-width: 120px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.categoria-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f2f2f2;
    padding: 10px;
    transition: transform 0.3s;
}

.categoria-item img:hover {
    transform: scale(1.1);
}

.prev,
.next {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 22px;
    padding: 8px 12px;
    border-radius: 50%;
    z-index: 2;
}

.prev { left: 0; }
.next { right: 0; }

/* ===== BANNERS ===== */
.rb-fullbanner,
.rb-banner-unico,
.rb-mini-banners {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    border-radius: 16px;
    overflow: hidden;
}

.rb-fullbanner img,
.rb-banner-unico img,
.rb-mini-banners img {
    width: 100%;
    display: block;
    border-radius: 16px;
    transition: 0.3s;
}

.rb-mini-banners {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.rb-mini-banners a {
    flex: 1;
    min-width: 30%;
}

/* ===== SITE 100% LARGURA ===== */
.container,
.conteiner,
.wrapper,
#corpo,
#corpo .conteiner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* ===== TOPO MOBILE - REMOVER PRETO ===== */
.header-mobile,
.barra-inicial,
.topo-fixo,
.atalhos-mobile {
    background-color: #E53935 !important; /* vermelho */
}
/* ===============================
   MOBILE – AJUSTE LIMPO E FINAL
   =============================== */
@media (max-width: 767px) {

  /* MINI BANNERS */
  .rb-mini-banners {
    display: block !important;
  }

  .rb-mini-banners a {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .rb-mini-banners img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
  }

  /* PRODUTOS – 2 POR LINHA */
  ul[data-produtos-linha] {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  ul[data-produtos-linha] > li {
    width: 50% !important;
    padding: 8px;
    box-sizing: border-box;
    display: flex !important;
  }

  /* CARD DO PRODUTO */
  .listagem-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border-radius: 12px;
  }

  .listagem-item .produto {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* IMAGEM */
  .imagem-produto {
    text-align: center;
    padding: 6px;
  }

  .imagem-produto img {
    max-width: 100%;
    height: auto;
  }

  /* CONTEÚDO */
  .info-produto {
    flex: 1 1 auto !important;
    text-align: center;
    padding: 6px;
  }

  .nome-produto {
    font-size: 14px !important;
    line-height: 1.2;
    min-height: 34px;
  }

  .preco-promocional,
  .preco-venda {
    font-size: 15px !important;
  }

  /* BOTÃO COMPRAR – PADRÃO DESKTOP */
  .acoes-produto {
    margin-top: auto !important;
    padding: 6px;
  }

  .acoes-produto .botao-comprar {
    background-color: #E53935 !important;
    color: #ffffff !important;
    border-radius: 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 38px !important;
    line-height: 38px !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }

  .acoes-produto .botao-comprar i,
  .acoes-produto .botao-comprar svg {
    color: #ffffff !important;
    fill: #ffffff !important;
  }
}
/* AJUSTE FINAL – ALTURA IGUAL DOS PRODUTOS (MOBILE) */
@media (max-width: 767px) {

  /* garante que cada coluna tenha mesma altura */
  ul[data-produtos-linha] > li {
    display: flex !important;
  }

  /* card do produto */
  .listagem-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* área do produto */
  .listagem-item .produto {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* imagem não empurra layout */
  .imagem-produto {
    flex-shrink: 0;
  }

  /* nome do produto com altura fixa */
  .nome-produto {
    min-height: 40px;
    line-height: 1.2;
  }

  /* preços alinhados */
  .preco-produto,
  .preco-promocional,
  .preco-venda {
    min-height: 38px;
  }

  /* botão SEMPRE no fundo */
  .acoes-produto {
    margin-top: auto !important;
  }
}
/* ===============================
   AJUSTE FINO – ALTURA IGUAL DOS CARDS (MOBILE)
   =============================== */
@media (max-width: 767px) {

  /* garante mesma altura para o nome */
  .listagem-item .nome-produto {
    min-height: 42px !important;
    line-height: 1.3 !important;
    overflow: hidden;
  }

  /* bloco de preços alinhado */
  .listagem-item .info-produto {
    display: flex !important;
    flex-direction: column !important;
  }

  /* preço sempre na mesma posição */
  .listagem-item .preco-produto,
  .listagem-item .preco-promocional,
  .listagem-item .preco-venda {
    margin-top: auto !important;
  }
}
/* ===============================
   FIX – BANNER APÓS MAIS VENDIDOS
   NÃO CONFLITA COM NADA EXISTENTE
   =============================== */

#rb-banner-maisvendidos {
  clear: both;
  margin: 30px auto;
  width: 100%;
}

#rb-banner-maisvendidos img {
  width: 100%;
  height: auto;
  display: block;
}
/* ===============================
   FIX – BANNERS FULL WIDTH
   =============================== */

#rb-fullbanner-home,
#rb-banner-maisvendidos {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

#rb-fullbanner-home img,
#rb-banner-maisvendidos img {
  width: 100%;
  height: auto;
  display: block;
}

/* mini banners continuam centralizados */
#rb-mini-lancamentos .rb-mini-banners{
  max-width:1200px;
  margin:30px auto;
}