/*
Theme Name: Perfem
Theme URI: https://example.com/
Description: A WordPress theme for a perfume e-commerce store.
Author: M.V.Boiko
Author URI: https://example.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parfen
*/

/* body.admin-bar {
    margin-top: 32px !important;
} */

/* body.admin-bar header {
    top: 32px !important;
} */

body.admin-bar #wpadminbar {
    position: fixed !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }

    /* body.admin-bar header {
        top: 46px !important;
    } */
}