
                        #sel-hamburger-btn {
                            display: inline-flex !important;
                            align-items: center;
                            justify-content: center;
                            width: 44px;
                            height: 44px;
                            margin-left: 4px;
                            padding: 0;
                            background: transparent;
                            border: 0;
                            color: var(--text-primary, #000);
                            cursor: pointer;
                            position: relative;
                            z-index: 100;
                        }
                        @media (min-width: 1024px) {
                            #sel-hamburger-btn { display: none !important; }
                        }
                    