header .header-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.admin-bar header .header-section {
    top: 32px;
}

body {
    padding-top: 131px;
}


@media (max-width: 1025px) {
    .admin-bar header .header-section {
        top: 46px;
    }
    body {
        padding-top: 96px;
    }
}