@media(max-width:768px){
    .headers {
        background-color: #b1a9a4 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .headers {
        position: fixed;
    }
    div[component="module_index.html"],div[component="banner.js"],div[component="product.js"],div[component="article.js"]{
        /* margin-top: 80px; */
        margin-top: 49px;
    }
}

.headers {
    background-color: #b1a9a4 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}