body{
font-family:Arial, Helvetica, sans-serif;
background:#f5f5f5;
color:#111111;
margin:0;
padding:0;
}
.vitrine-aximais {
  padding: 40px 20px;
  background: #1DA563;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.carousel {
  display: flex;
  padding: 10px 0;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: slide 30s linear infinite;
}
.carousel-track:hover {
  animation-play-state: paused;
}
@keyframes slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.produto{
min-width:220px;
background:#ffffff;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
padding:15px;
flex-shrink:0;
text-align:center;
transition:0.3s;
color:#111111;
}
.produto:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
.produto a{
text-decoration:none;
color:#111111;
}
.produto img{
width:100%;
height:170px;
object-fit:contain;
border-radius:6px;
}
.produto p{
margin-top:10px;
font-weight:bold;
font-size:15px;
}
.preco{
color:#ff9900;
font-size:18px;
font-weight:bold;
margin-top:5px;
}
.botao-comprar{
background:#ff9900;
color:#000000;
padding:8px 14px;
border-radius:6px;
display:inline-block;
margin-top:8px;
font-size:14px;
font-weight:bold;
}
.botao-comprar:hover{
background:#ffb84d;
}
.mini-banners{
display:flex;
justify-content:center;
gap:20px;
margin:40px auto;
padding:0 20px;
max-width:900px;
flex-wrap:wrap;
}
.mini-banners a{
flex:1;
max-width:280px;
}
.mini-banners img{
width:100%;
height:160px;
object-fit:cover;
border-radius:10px;
transition:0.3s;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}
.mini-banners img:hover{
transform:scale(1.05);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
}
.cor-tituloRodape{
color:#a9a9a9;
font-weight:bold;
margin-bottom:10px;
}
.cor-textoRodape{
color:#ffffff;
font-size:14px;
}
.barra-destaques{
display:flex;
justify-content:center;
gap:40px;
background:#232f3e;
color:#000000;
padding:12px;
font-size:14px;
flex-wrap:wrap;
}
.item-destaque{
font-weight:bold;
}
.whatsapp-float{
position:fixed;
bottom:90px;
right:20px;
z-index:9999;
}
.whatsapp-float img{
width:50px;
}
/* CARROSSEL INFERIOR */
.vitrine-bottom {
  background: #cc00cc;
  overflow: hidden;
  padding: 14px 0;
}
.carousel-bottom {
  overflow: hidden;
}
.carousel-track-bottom {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: slide-bottom 25s linear infinite;
}
.carousel-track-bottom:hover {
  animation-play-state: paused;
}
.produto-mini {
  flex: 0 0 auto;
  width: 110px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #2e3d4f;
  border-radius: 8px;
  padding: 8px;
  transition: 0.3s;
}
.produto-mini:hover {
  background: #ff9900;
  color: #000;
}
.produto-mini img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 4px;
}
.produto-mini p {
  font-size: 11px;
  margin-top: 6px;
  font-weight: bold;
  line-height: 1.3;
}
@keyframes slide-bottom {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* RODAPÉ */
#rodape{
background:#696969;
border-top:none;
}
#rodape .institucional,
#rodape .pagamento-selos,
#rodape .seguranca,
#rodape .links-rodape{
border:none !important;
box-shadow:none !important;
}
#rodape,
#rodape a{
color:#232F3E;
}
#rodape a:hover{
color:#ff6600;
}
/* CATEGORIAS REDONDAS */
.categorias-redondas {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 30px 20px;
  background: #ffffff;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
.categoria-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #111111;
  width: 110px;
}
.categoria-circulo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ff9900;
  transition: 0.3s;
  background: #f5f5f5;
  flex-shrink: 0;
}
.categoria-circulo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.categoria-item p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.categoria-item:hover .categoria-circulo {
  border-color: #ff9900;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(255,153,0,0.4);
}
.categoria-item:hover p {
  color: #ff9900;
}
/* RESPONSIVO */
@media (max-width:384px){
  .carousel{
    animation:none;
    overflow-x:auto;
  }
  .produto{
    min-width:180px;
  }
  .mini-banners img{
    width:90%;
  }
  .whatsapp-float{
    bottom:90px;
    right:20px;
  }
}

/* RODAPÉ ESTILO AMAZON */
#rodape {
  background: #131921 !important;
  border-top: 3px solid #ff9900;
  color: #ffffff !important;
}
#rodape a {
  color: #ffffff;
  text-decoration: none;
}
#rodape a:hover {
  color: #ff9900;
}
.cor-tituloRodape {
  color: #ff9900;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cor-textoRodape {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
}
#rodape .institucional,
#rodape .pagamento-selos,
#rodape .seguranca,
#rodape .links-rodape {
  border: none !important;
  box-shadow: none !important;
}
.logo img {
  max-height: 60px;
}
#rodape,
#rodape .rodape-inferior,
#rodape .rodape-bottom,
footer,
footer .footer-bottom,
.rodape-inferior,
.footer-bottom {
  background: #131921 !important;
  color: #ffffff !important;
}
.facebook-button, .fb-button, .social-facebook, .ns-facebook-button {
  display: none !important;
}
#rodape > div:last-child {
    background-color: #131921 !important;
    color: #ffffff !important;
}

#rodape > div:last-child p,
#rodape > div:last-child a {
    color: #ffffff !important;
}

.institucional.fundo-secundario {
    background-color: #131921 !important;
}
.lista-redes li:first-child {
    display: none !important;
}
/* Área dos selos e pagamento */
#rodape .pagamento-selos {
    background-color: #131921 !important;
}

#rodape .pagamento-selos .titulo,
#rodape .pagamento-selos span {
    color: #ff9900 !important;
}

/* Parte final - Loja Integrada */
#rodape > div:last-child,
#rodape > div:last-child * {
    background-color: #131921 !important;
    color: #cccccc !important;
}
/* Remove borda/retângulo do Social */
#rodape .redes-sociais {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

#rodape .borda-principal {
    border: none !important;
    box-shadow: none !important;
}

/* Remove marcadores das listas do rodapé */
#rodape ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#rodape ul li::before {
    content: none !important;
}

/* BARRA DE CONFIANÇA */
.barra-confianca {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #232f3e;
  padding: 12px 20px;
  flex-wrap: wrap;
  border-bottom: 3px solid #ff9900;
}
.item-confianca {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 24px;
  border-right: 1px solid #3a4d5e;
  color: #ffffff;
}
.item-confianca:last-child {
  border-right: none;
}
.icone-confianca {
  font-size: 24px;
  flex-shrink: 0;
}
.item-confianca strong {
  display: block;
  font-size: 13px;
  color: #ff9900;
  font-weight: bold;
  line-height: 1.3;
}
.item-confianca span {
  font-size: 11px;
  color: #cccccc;
  line-height: 1.3;
}
@media (max-width: 767px){
  .item-confianca {
    padding: 6px 12px;
    border-right: none;
    border-bottom: 1px solid #3a4d5e;
    width: 45%;
    justify-content: center;
  }
  
}
  
.conteiner-principal {
  max-width: 100% !important;
  padding: 0 !important;
}

.conteiner {
  max-width: 1180px !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 auto !important;
}

body {
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden;
}

.conteiner-principal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* OFERTA RELÂMPAGO */
.oferta-relampago {
  background: linear-gradient(135deg, #1a1a2e 0%, #232f3e 60%, #1a1a2e 100%);
  padding: 16px 20px;
  border-top: 3px solid #ff9900;
  border-bottom: 3px solid #ff9900;
}
.oferta-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.oferta-icone {
  font-size: 22px;
  animation: piscar 1s infinite;
}

@keyframes piscar {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.oferta-titulo {
  font-size: 20px;
  font-weight: bold;
  color: #ff9900;
  letter-spacing: 3px;
  font-family: 'Poppins', Arial, sans-serif;
  text-shadow: 0 0 20px rgba(255,153,0,0.5);
}
.oferta-countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.3);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #ff9900;
}
.countdown-label {
  color: #cccccc;
  font-size: 12px;
  margin-right: 4px;
}
.countdown-bloco {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.countdown-bloco span {
  background: #ff9900;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 8px;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  font-family: monospace;
}
.countdown-bloco small {
  color: #ff9900;
  font-size: 11px;
  font-weight: bold;
}
.oferta-produtos {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.oferta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,153,0,0.3);
  border-radius: 10px;
  padding: 10px 14px;
  text-decoration: none;
  transition: 0.3s;
  min-width: 180px;
}
.oferta-item:hover {
  background: rgba(255,153,0,0.15);
  border-color: #ff9900;
  transform: translateY(-2px);
}
.oferta-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
  padding: 4px;
}
.oferta-info p {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
.oferta-desconto {
  background: #ff9900;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .oferta-produtos {
    gap: 8px;
  }
  .oferta-item {
    min-width: 140px;
    padding: 8px 10px;
  }
  .oferta-titulo {
    font-size: 16px;
  }
  .oferta-info p {
  color: #ff9900 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.3 !important;
}
/* Corrigir espaço vazio da vitrine */
.carousel:empty,
.carousel-track:empty {
display:none !important;
}

/* Corrigir possível espaço do slider da Loja Integrada */
.banner-home,
.banner,
.slider-principal {
margin:0 !important;
padding:0 !important;
min-height:0 !important;
}

/* SUBIR PRODUTOS PARA PERTO DO CABEÇALHO */

.conteiner-principal{
margin-top:0 !important;
padding-top:0 !important;
}

.secao-principal{
margin-top:0 !important;
padding-top:0 !important;
}

.listagem{
margin-top:10px !important;
}

/* remove espaço de banners vazios */

.banner-home,
.slider-principal,
.secao-banners{
min-height:0 !important;
margin-bottom:10px !important;
}

/* SUBIR PRODUTOS PARA PERTO DO CABEÇALHO */

.conteiner-principal{
margin-top:0 !important;
padding-top:0 !important;
}

.secao-principal{
margin-top:0 !important;
padding-top:0 !important;
}

.listagem{
margin-top:10px !important;
}

/* remove espaço de banners vazios */

.banner-home,
.slider-principal,
.secao-banners{
min-height:0 !important;
margin-bottom:10px !important;
}

/* remover espaços de carrossel vazio */

.banner-home:empty,
.slider-principal:empty,
.secao-banners:empty{
display:none !important;
height:0 !important;
margin:0 !important;
padding:0 !important;
}

/* impedir espaço fantasma */

.banner-home,
.slider-principal{
min-height:0 !important;
}

/* ===== VITRINE ESTILO AMAZON ===== */

.produto{
min-width:220px;
background:#ffffff;
border-radius:12px;
box-shadow:0 3px 10px rgba(0,0,0,0.10);
padding:15px;
text-align:center;
transition:all .25s ease;
border:1px solid #eee;
}

.produto:hover{
transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* imagem do produto */

.produto .conteiner-imagem{
text-align:center;
margin-bottom:10px;
}

.produto .conteiner-imagem img{
max-width:100%;
height:auto;
transition:transform .3s;
}

.produto:hover .conteiner-imagem img{
transform:scale(1.05);
}

/* título produto */

.produto .nome-produto{
font-size:14px;
font-weight:600;
color:#333;
margin:8px 0;
min-height:38px;
}

/* preço */

.produto .preco-promocional{
font-size:18px;
font-weight:bold;
color:#ff4500;
}

/* botão comprar */

.produto .botao-comprar{
background:#ff9900;
border-radius:6px;
padding:8px 12px;
font-weight:bold;
}

.instagram-float {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.instagram-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

.instagram-float svg {
  width: 34px;
  height: 34px;
}

/* CORRIGE ESPAÇOS NA HOME */

.marcas-aximais{
margin:0;
padding:5px 0;
}

.barra-confianca{
margin:10px auto;
padding:10px 0;
}

.oferta-relampago{
margin:15px auto;
padding:10px;
clear:both;
}

/* evita altura fantasma */

.conteiner-principal{
min-height:auto !important;
}

/* evita quebra na vitrine */

.row-fluid{
display:flex;
flex-wrap:wrap;
}

/* corrige largura dos produtos */

.row-fluid li.span3{
width:23%;
margin-bottom:20px;
}

}