
body::-webkit-scrollbar {
    width: 12px;                
  }
  
  body::-webkit-scrollbar-track {
    background:var(--barra);       
  }
  
  body::-webkit-scrollbar-thumb {
    background-color:var(--orange);     
    border-radius: 20px;      
   } 

   .acessorios::-webkit-scrollbar {
    width: 12px; 
  }
  
  .acessorios::-webkit-scrollbar-track {
    background:var(--barra);   
    
  }
  
  .acessorios::-webkit-scrollbar-thumb {
    background-color:var(--orange);     
    border-radius: 20px;      
   }  

   
.comentarios::-webkit-scrollbar {
  width: 12px;                
}

.comentarios::-webkit-scrollbar-track {
  background:var(--barra);       
}

.comentarios::-webkit-scrollbar-thumb {
  background-color:var(--orange);     
  border-radius: 20px;      
 }  

