@media screen and (max-width: 767px) {
    .product-type {
        display: none;
    }
}