/** Shopify CDN: Minification failed

Line 39:0 Expected "}" to go with "{"

**/
@media screen and (min-width: 1024px) {
    .m-header__desktop {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .m-header__mobile {
        display: flex !important;
}
@media (min-width: 1280px) {
    .m-menu-customer__wrapper {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .container-fluid {
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
        max-width: -webkit-fill-available !important;
    }
}
.transparent-on-top header:not(.header-drawer-open):hover {
    background-color: #F1EFEC !important;
}
.transparent-on-top header:not(.header-drawer-open):hover .m-header__mobile-right {
    color: black !important;
}
.transparent-on-top header:not(.header-drawer-open):hover .m-hamburger-box__inner {
        mix-blend-mode: difference;
}

