/* Force burger appears from screen size 991px to 1300px */
@media screen and (min-width:991px) and (max-width:1300px) {
/* Force burger on desktop */
.header-burger {
display: flex !important
}
.header--menu-open .header-menu {
opacity: 1 !important;
visibility: visible !important
}
.header-nav,.header-actions {
visibility: hidden !important
}}