body.single-product .mobile_product_title {
    display: none;
}

body.single-product .vegan_badge_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
body.single-product .vegan_badge_wrapper img {
    width: 50px;
}

body.single-product #launchGallery {
    display: none !important;
}

body.single-product .tp-side-right .slider-nav {
    display: none !important;
}

body.single-product #vcPlugin.hide-down {
    transform: unset !important;
}



@media screen and (max-width: 768px) {
    body.single-product .product_title:not(.mobile_product_title) {
        display: none !important;
    }
    body.single-product .mobile_product_title {
        max-height: 60px;
        display: block;
    }

    body.single-product .vegan_badge_wrapper {
        top: 100px;
    }


    body.single-product .summary .price {
        width: 100%;
    }

    body.single-product #vcPlugin {
        bottom: 80px !important;
    }

    body.single-product .ccw_plugin.chatbot {
        bottom: 185px !important;
    }

    body.single-product #enable-toolbar-trigger {
        height: 40px !important;
        margin-top: -75px !important;
    }
}