.reymu-sticky-menu-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
    width: 100%; /* TAM GENďLK GARANTS */
}

.reymu-sticky-menu-wrapper * {
    box-sizing: border-box;
}

/* Tema mdahalesini engelle */
.reymu-sticky-menu-wrapper ul,
.reymu-sticky-menu-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reymu-sticky-menu-wrapper a {
    text-decoration: none;
}

/* Z-INDEX */
.reymu-sticky-menu-wrapper {
    z-index: 100;
}

.reymu-sticky-menu-wrapper.sticky {
    z-index: 1000;
}

.reymu-sticky-menu-wrapper .hamburger-menu {
    z-index: 1001;
}