.s-block__title h2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; 
}

.s-block__title h2::before {
    content: "" !important;
    display: block !important;
    
    background-image: url('https://res.cloudinary.com/dxmz52qfa/image/upload/v1761983858/Copy_of_screen_1_bljnm5.png') !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important; 

    width: 40px !important;
    height: 40px !important;
    
    margin-left: 10px !important;
    
    order: -1 !important;
}

/* --- Divider --- */

.store-footer {
    position: relative !important; 
}

.store-footer::before {
    content: "" !important;
    display: block !important;
    
    background-image: url('https://res.cloudinary.com/dxmz52qfa/image/upload/v1762068324/Copy_of_%D9%85%D9%86%D8%B4%D9%88%D8%B1_%D9%81%D9%8A%D8%B3%D8%A8%D9%88%D9%83_%D8%A3%D8%B5%D9%81%D8%B1_%D9%88_%D8%A3%D8%A8%D9%8A%D8%B6_%D8%A8%D8%B3%D9%8A%D8%B7_%D8%A5%D8%B9%D9%84%D8%A7%D9%86_%D8%B9%D9%86_%D9%85%D8%B7%D8%B9%D9%85_%D8%A8%D8%B1%D8%AC%D8%B1_nhpsgq.png') !important; 
    
    background-size: 100% 100% !important; 
    background-repeat: no-repeat !important; 
    background-position: center !important; 

    width: 100% !important; 
    height: 25px !important; 
    
    position: absolute !important; 
    left: 0 !important; 
    
    top: -45px !important; 
    
    z-index: 100 !important; 
}
-------------