/**** BOTÕES DE NAVEGACAO DOS PRODUTOS ***************************************/
.swiper { width: 100%; padding: 10px; }
.swiper-slide { text-align: left; background: #fff; border: 1px solid #ddd; padding: 10px; }
.swiper-slide img { max-width: 100%; height: auto; }


/* Estiliza os botões de navegação */
.swiper-button-next, .swiper-button-prev {
background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
color: white; /* Cor do ícone */
border-bottom: 3px solid #fff; /* Borda leve na parte inferior */
width: 50px;
height: 50px;
border-radius: 50%; /* Botão circular */
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease;
}

/* Muda a cor ao passar o mouse */
.swiper-button-next:hover, .swiper-button-prev:hover {
background-color: #ff1e40;
}

/* Personaliza o ícone da seta */
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 22px; /* Tamanho inicial da seta */
font-weight: bold;
color: #fff;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6); /* Efeito leve de brilho */

}





/* Estiliza o botão acima do carrossel */
.botao-deslize {
float:left;
width:100%;
text-align:left;
padding-left:12px;
font-family:'Poppins';
color: #D2007E; /* Texto branco */
font-size: 1.6rem;
font-weight: bold;
padding: 8px 15px;
white-space: nowrap; /* Evita quebra de linha */
}


.link_produto{font-family:'Poppins'; font-size:1.2rem; color:#000000; font-weight:bold; text-decoration:none;}
.link_produto:hover {color: #9B1598; text-decoration:underline;}
/**** /BOTÕES DE NAVEGACAO DOS PRODUTOS ***************************************/



/* Apenas no Firefox */
@-moz-document url-prefix() {
    .link_produto{font-family:'Poppins'; font-size:1.2rem; color:#000000;  text-decoration:none;}
  
  
  }