@media only screen and (max-width: 900px) {
    .product-info {
        padding-top: 10px !important
    }

    .product-small .box-image {
        width: 100%;
        height: 150px;
    }
    p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
        display: none;
    }
}
