/* Add custom CSS styles below */ 
.index .s-block--best-offers:not(#best-offers-1-slider) .saji_titles {
    display: none;
}
.product-entry__title::before {
    content: "";
    width: 100%;
    background: url("https://i.ibb.co/gZ5VKdxx/Qz-CJDG24-H0kk-Hio-Cxii-YVL5-H4-S0-RP7rk-PIRCkz4j.webp");
    background-size: contain;
    background-position: center;
    height: 45px;
    background-repeat: no-repeat;
    display:block;
    min-width:260px;
}
.product-entry__title{
display:block;
}
@media (max-width:768px){
.product-entry__title::before {
    min-width: 130px;
}
.index .s-slider-block__title .s-slider-block__title-nav {
    display: none !important;
}
}