/* ===== Banquinha Brindes - Redesign geral (inspirado em drinkjoyrush.com, cores da marca) ===== */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap');

@keyframes bq-fadein{from{opacity:0;transform:translateY(26px);}to{opacity:1;transform:translateY(0);}}
@keyframes bq-pulse{0%{box-shadow:0 0 0 0 rgba(0,181,241,.45);}70%{box-shadow:0 0 0 10px rgba(0,181,241,0);}100%{box-shadow:0 0 0 0 rgba(0,181,241,0);}}

/* ---------- Tipografia global ---------- */
body{
  font-family:'Montserrat', Roboto, sans-serif !important;
}
h1, h2, h3, h4,
.titulo, .titulo-secao, .nome-produto{
  font-family:'Baloo 2', 'Montserrat', sans-serif !important;
  font-weight:800 !important;
}

/* ---------- Revelação ao rolar ---------- */
.bq-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
}
.bq-reveal.bq-visible{
  opacity:1;
  transform:translateY(0);
}

/* ---------- Botões (comprar, ações, formulários) ---------- */
.botao,
.botao-comprar,
button[type="submit"],
.acoes-produto a{
  border-radius:999px !important;
  font-family:'Baloo 2','Montserrat',sans-serif !important;
  font-weight:700 !important;
  letter-spacing:.3px;
  text-transform:uppercase;
  font-size:13px !important;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
  border:none !important;
}
.botao-comprar,
.acoes-produto .botao{
  background:#00B5F1 !important;
  color:#fff !important;
  box-shadow:0 6px 14px rgba(0,181,241,.35);
}
.botao-comprar:hover,
.acoes-produto .botao:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 12px 22px rgba(0,181,241,.5);
  filter:brightness(1.05);
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs{
  background:#F2FAFE;
  border-radius:999px;
  padding:8px 18px !important;
  display:inline-flex;
  border:none !important;
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:12px;
}
.breadcrumbs a{color:#00B5F1 !important;}

/* ---------- Grade de produtos ---------- */
.listagem-item{
  border-radius:22px !important;
  overflow:hidden;
  background:#fff;
  box-shadow:0 6px 18px rgba(17,17,17,.08);
  transition:transform .35s ease, box-shadow .35s ease;
  position:relative;
}
.listagem-item:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 30px rgba(0,181,241,.28);
}
.listagem-item .imagem-produto{
  border-radius:22px 22px 0 0 !important;
  overflow:hidden;
  background:#F2FAFE;
  transition:background .3s ease;
}
li:nth-child(3n+2) .listagem-item .imagem-produto{background:#FFF8E1;}
li:nth-child(3n+3) .listagem-item .imagem-produto{background:#F2F2F2;}
.listagem-item .imagem-produto img{
  transition:transform .5s ease;
}
.listagem-item:hover .imagem-produto img{
  transform:scale(1.08);
}
.listagem-item .info-produto{
  padding:14px 16px 4px !important;
}
.listagem-item .nome-produto{
  font-size:14px !important;
  color:#111111 !important;
  line-height:1.3;
}
.listagem-item .preco-produto .titulo{
  display:inline-block;
  background:#FFF3CE;
  color:#7A5B00;
  font-weight:700;
  font-size:12px;
  padding:4px 10px;
  border-radius:999px;
  margin-top:4px;
}
.listagem-item .acoes-produto{
  padding:8px 16px 16px !important;
}
.listagem-item .acoes-produto .botao{
  width:100%;
  text-align:center;
  padding:10px 0 !important;
}
.add-wishlist{
  background:#fff !important;
  border-radius:50% !important;
  width:34px;height:34px;
  display:flex !important;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(17,17,17,.18);
  transition:transform .25s ease;
  z-index:5;
}
.add-wishlist:hover{
  transform:scale(1.15);
}
.add-wishlist .fa-heart-o{color:#00B5F1 !important;}

/* ---------- Título de seção (ex: "Produtos") ---------- */
h1.titulo, h2.titulo, .titulo-listagem, h1, h2{
  position:relative;
}

/* ---------- Newsletter ---------- */
.newsletter-cadastro{
  background:linear-gradient(135deg, #00B5F1, #0090C4) !important;
  border-radius:26px !important;
  padding:8px !important;
  box-shadow:0 10px 26px rgba(0,181,241,.35);
}
.newsletter-cadastro input{
  border-radius:999px !important;
  border:none !important;
  padding:12px 20px !important;
}
.newsletter-cadastro button,
.newsletter-cadastro .botao{
  background:#FFD75E !important;
  color:#111111 !important;
  box-shadow:none !important;
}

/* ---------- Rodapé ---------- */
.institucional.fundo-secundario{
  background:#111111 !important;
  color:#fff !important;
  padding-top:44px !important;
  padding-bottom:24px !important;
}
.institucional.fundo-secundario h3,
.institucional.fundo-secundario h4,
.institucional.fundo-secundario h5,
.institucional.fundo-secundario h6{
  color:#FFD75E !important;
  font-family:'Baloo 2',sans-serif !important;
  margin-bottom:14px !important;
}
.institucional.fundo-secundario a{
  color:#e8e8e8 !important;
  transition:color .2s ease;
}
.institucional.fundo-secundario a:hover{
  color:#00B5F1 !important;
}

/* ---------- Header ---------- */
header{
  box-shadow:0 2px 14px rgba(17,17,17,.06);
}

/* ===== Carrossel de 6 categorias (já publicado antes, mantido aqui) ===== */
@keyframes bq-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}

.bq-cat-row{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  gap:16px !important;
  padding:16px 6px 30px !important;
  margin:0 !important;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:#00B5F1 #FFF3CE;
}
.bq-cat-row::-webkit-scrollbar{height:8px;}
.bq-cat-row::-webkit-scrollbar-track{background:#FFF3CE;border-radius:10px;}
.bq-cat-row::-webkit-scrollbar-thumb{background:#00B5F1;border-radius:10px;}

.bq-cat-card{
  flex:0 0 auto !important;
  width:150px !important;
  scroll-snap-align:start;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px;
  padding:26px 14px;
  border-radius:20px;
  text-decoration:none !important;
  font-family:'Baloo 2', cursive, sans-serif;
  font-weight:800;
  font-size:14px;
  text-align:center;
  line-height:1.25;
  box-shadow:0 8px 18px rgba(17,17,17,.18);
  transition:transform .3s ease, box-shadow .3s ease;
  animation:bq-fadein .6s ease both;
  position:relative;
  overflow:hidden;
}
.bq-cat-card:hover{
  transform:translateY(-8px) scale(1.05);
  box-shadow:0 16px 30px rgba(0,181,241,.4);
}
.bq-cat-icon{
  font-size:34px;
  line-height:1;
  animation:bq-bounce 2.4s ease-in-out infinite;
}
.bq-cat-card:nth-child(odd) .bq-cat-icon{animation-delay:.3s;}
.bq-cat-card::after{
  content:"";
  position:absolute;
  top:8px;
  right:10px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  animation:bq-pulse 2.4s infinite;
}

@media (max-width:640px){
  .bq-cat-card{width:120px !important;padding:20px 10px;font-size:12px;}
  .bq-cat-icon{font-size:28px;}
}


/* Produtos relacionados: fundo branco (sem cores alternadas) */
.aproveite-tambem .listagem-item .imagem-produto,
.aproveite-tambem li:nth-child(3n+2) .listagem-item .imagem-produto,
.aproveite-tambem li:nth-child(3n+3) .listagem-item .imagem-produto{
  background:#FFFFFF !important;
}


/* Fundo do site em amarelo Banquinha, com blocos em destaque contrastando */
body{
  background:#FFD75E !important;
}
#barraNewsletter{
  background:#FFFFFF !important;
  border-radius:20px;
  margin:20px auto;
  max-width:1360px;
}
header{
  background:#FFD75E !important;
}


/* Efeito hover estilo drinkjoyrush: blob suave atras do produto + leve inclinacao */
.listagem-item .imagem-produto{
  position:relative;
}
.listagem-item .imagem-produto::before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:75%;
  height:75%;
  background:rgba(0,181,241,.35);
  border-radius:63% 37% 30% 70% / 55% 45% 55% 45%;
  transform:translate(-50%,-50%) scale(.5) rotate(0deg);
  opacity:0;
  transition:opacity .4s ease, transform .5s ease;
  z-index:0;
  pointer-events:none;
}
.listagem-item:hover .imagem-produto::before{
  opacity:1;
  transform:translate(-50%,-50%) scale(1) rotate(8deg);
}
.listagem-item .imagem-produto img{
  position:relative;
  z-index:1;
}
.listagem-item:hover .imagem-produto img{
  transform:rotate(-6deg) scale(1.1) !important;
}
.destaques-home .card{
  position:relative;
  overflow:hidden;
}
.destaques-home .card::before{
  content:'';
  position:absolute;
  top:38%;
  left:50%;
  width:65%;
  height:65%;
  background:rgba(0,181,241,.3);
  border-radius:63% 37% 30% 70% / 55% 45% 55% 45%;
  transform:translate(-50%,-50%) scale(.5) rotate(0deg);
  opacity:0;
  transition:opacity .4s ease, transform .5s ease;
  z-index:0;
  pointer-events:none;
}
.destaques-home .card:hover::before{
  opacity:1;
  transform:translate(-50%,-50%) scale(1) rotate(8deg);
}
.destaques-home .card img{
  position:relative;
  z-index:1;
  transition:transform .4s ease;
}
.destaques-home .card:hover img{
  transform:rotate(-6deg) scale(1.08);
}


/* Barra de busca do cabecalho: azul Banquinha, cantos arredondados */
.search-desktop-container #search-form form{
  display:flex;
  align-items:center;
  background:#00B5F1;
  border-radius:999px;
  padding:2px 2px 2px 16px;
  height:40px;
  overflow:hidden;
}
#search-form input.ui-autocomplete-input{
  background:transparent !important;
  border:none !important;
  color:#fff !important;
  flex:1;
  outline:none;
}
#search-form input.ui-autocomplete-input::placeholder{
  color:rgba(255,255,255,.85);
}
/* Esconder barra de rolagem do carrossel de categorias */
.bq-cat-row{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.bq-cat-row::-webkit-scrollbar{
  display:none;
  height:0;
}

/* Remover secao de newsletter (Receba nossas ofertas por e-mail) */
.componente.newsletter.borda-principal{
  display:none !important;
}


/* Cabecalho inteiro azul Banquinha; campo de busca branco */
header{
  background:#00B5F1 !important;
}
.search-desktop-container #search-form form{
  background:#fff !important;
}
#search-form input.ui-autocomplete-input{
  color:#111 !important;
}
#search-form input.ui-autocomplete-input::placeholder{
  color:#888 !important;
}
/* Corrige recorte branco ao lado do botao de busca */
/* Botao de busca - fundo amarelo e cantos arredondados para combinar com o pill */
/* Rodape - texto e icones em branco */
#rodape .institucional p{
  color:#ffffff !important;
}
#rodape .institucional .g_atendimento i,
#rodape .institucional #g_social i{
  color:#ffffff !important;
}


/* ===== Pagina de Produto - tema escuro (paleta Banquinha) ===== */
body.pagina-produto{
  background:#111111 !important;
}
body.pagina-produto .conteiner-principal,
body.pagina-produto .secao-principal,
body.pagina-produto .span12.produto,
body.pagina-produto #corpo{
  background:#111111 !important;
}
body.pagina-produto,
body.pagina-produto p,
body.pagina-produto span,
body.pagina-produto li,
body.pagina-produto label,
body.pagina-produto td,
body.pagina-produto th{
  color:#ffffff !important;
}
body.pagina-produto h1,
body.pagina-produto h2,
body.pagina-produto h3,
body.pagina-produto .nome-produto,
body.pagina-produto .titulo-secao{
  color:#FFD75E !important;
}
body.pagina-produto a{
  color:#00B5F1 !important;
}
body.pagina-produto .breadcrumbs,
body.pagina-produto .breadcrumbs a{
  color:#ffffff !important;
}
body.pagina-produto .preco-produto .botao.principal{
  background:#00B5F1 !important;
  border-color:#00B5F1 !important;
  color:#ffffff !important;
}
/* Area da foto do produto sempre com fundo branco */
body.pagina-produto .conteiner-imagem,
body.pagina-produto .thumbs-vertical,
body.pagina-produto .produto-thumbs{
  background:#ffffff !important;
  border-radius:16px;
}
/* Cartao de descricao */
body.pagina-produto .descricao-produto,
body.pagina-produto div[class*="descricao"]{
  background:#1c1c1c !important;
  border-radius:12px;
  padding:24px;
}
/* Selos/formas de pagamento - mantem fundo branco para legibilidade dos icones */
body.pagina-produto .pagamento-selos{
  background:#ffffff !important;
  border-radius:12px;
  padding:8px;
}


/* ===== Rolagem automatica (marquee infinito) das categorias na home ===== */
.secao-banners{
  overflow:hidden !important;
}
div.row-fluid.banner.mini-banner.hidden-phone.bq-cat-row{
  width:max-content !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  animation:bq-cat-scroll 26s linear infinite !important;
  scroll-snap-type:none !important;
}

.bq-cat-row:hover{
  animation-play-state:paused !important;
}
@keyframes bq-cat-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}


/* ===== Layout responsivo para telas maiores (ajusta a qualquer tamanho de monitor) ===== */
@media (min-width: 1200px){
  .conteiner{
    max-width:1320px !important;
    width:95% !important;
  }
}
@media (min-width: 1600px){
  .conteiner{
    max-width:1600px !important;
  }
}

/* Imagens sempre responsivas, sem estourar o container */
img{
  max-width:100% !important;
  height:auto !important;
}

/* Banner principal sempre ocupando 100% da largura do bloco */
.secao-banners .cheio,
.secao-banners .cheio img{
  width:100% !important;
  max-width:100% !important;
}


/* Fotos de produto quadradas na listagem (todos os dispositivos) */
.listagem-item .imagem-produto{
  aspect-ratio: 1 / 1 !important;
}
.listagem-item .imagem-produto img.imagem-principal{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Texto do breadcrumb (tarja branca) em preto para legibilidade */
#corpo .breadcrumbs.borda-alpha,
#corpo .breadcrumbs.borda-alpha a,
#corpo .breadcrumbs.borda-alpha li,
#corpo .breadcrumbs.borda-alpha span{
  color: #111111 !important;
}

/* Descricao do produto e Produtos relacionados: texto branco, fonte maior, titulos em negrito (fundo escuro da pagina de produto) */
.span12.produto > div:nth-child(4):before{
  color: #FFFFFF !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}
#corpo .abas-custom .tab-pane p{
  color: #FFFFFF !important;
  font-size: 17px !important;
}
.listagem.aproveite-tambem.borda-alpha .g_title{
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

/* Produtos relacionados: imagem preenchendo o quadrado do card (estava pequena, sobrando espaco em branco) */
#corpo .listagem.aproveite-tambem.borda-alpha .imagem-produto{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}
#corpo .listagem.aproveite-tambem.borda-alpha .imagem-produto img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Produtos relacionados: fundo azul na area do texto (nome e preco) */
#corpo .listagem.aproveite-tambem.borda-alpha .info-produto{
  background-color: #00B5F1 !important;
}

/* Selo "Preco sob consulta": texto branco sobre fundo creme ficava ilegivel (em toda a loja) */
#corpo .preco-produto .titulo{
  color: #111111 !important;
}

/* Produtos relacionados: card com altura fixa cortava a area de texto apos aumentar a imagem */
#corpo .listagem.aproveite-tambem.borda-alpha .listagem-item{
  height: auto !important;
}

/* Remover o botao/efeito "Ver Mais" que aparecia ao passar o mouse sobre a imagem do produto */
#corpo .listagem-item .acoes-produto{
  display: none !important;
}
#corpo .imagem-produto:before{
  display: none !important;
}

/* Nome do produto e fundo do selo de preco no mesmo amarelo forte da marca */
#corpo .preco-produto .titulo{
  background-color: #FFD75E !important;
}

/* Icone do Instagram no rodape em azul da marca (estava branco sobre fundo quase branco) */
.icon-instagram,
.icon-instagram:before{
  color: #00B5F1 !important;
  -webkit-text-fill-color: #00B5F1 !important;
}

/* Rodape: secao branca (Pague com / Selos / copyright) com texto branco, ficava invisivel */
#rodape .pagamento-selos,
#rodape .pagamento-selos *,
#rodape > div:nth-child(3),
#rodape > div:nth-child(3) *{
  color: #111111 !important;
}

/* Rodape mais compacto (reduz espacamentos verticais excessivos) */
#rodape .institucional.fundo-secundario{
  padding: 28px 0 20px !important;
}
#rodape .pagamento-selos{
  padding: 28px 0 !important;
}
#rodape > div:nth-child(3){
  padding: 20px 0 16px !important;
}

/* Rolagem de categorias da home infinita: impedir que a pagina "estique" na horizontal, para a faixa de categorias nunca mostrar um fim, mantendo sempre o efeito cortado nas bordas */
html, body{
  overflow-x: hidden !important;
}
.secao-banners{
  overflow-x: hidden !important;
}
.bq-cat-row{
  overflow: hidden !important;
}

/* Botao de busca do cabecalho: circulo amarelo com icone de lupa proprio (substitui as regras antigas conflitantes) */
#search-form .botao-busca{
  background-color: #FFD75E !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23111111%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%227%22%3E%3C/circle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C/line%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 16px 16px !important;
  border: none !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border-radius: 50% !important;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  margin: 0 3px 0 0 !important;
  flex-shrink: 0 !important;
}
