/*
Theme Name: Serenza
Theme URI: https://serenzajoias.com.br
Description: Elegência que brilha.
Author: Kaio Brandão
Author URI: https://jettdev.com.br
Template: hello-elementor
Version: 1.0.0
*/

/* Personalizar Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5; /* Fundo da barra */
}

::-webkit-scrollbar-thumb {
  background-color: #C8758D; /* Cor da barra */
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a85e73; /* Hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #C8758D #f5f5f5;
}