@media screen and (max-width: 768px) {
    .sticky-product {
        left: 1.25rem;
        display: none !important;
    }
}