header.style-1 .nav-right .mobile-menu-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}
header.style-1 .nav-right .mobile-menu-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
header.style-1 .nav-right .mobile-menu-btn span {
    top: calc(50% - 1.5px);
    right: 4px;
}
