.product-title {
    transform: translateY(0%) !important;
}

/*Changes the product layout to be 3 columns*/
.category-page-wrapper .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen {
    width: 33%;
}

/*Changes the product layout to be 1 column on mobile view INFIGO*/
@media screen and (max-width: 520px) { .category-page-wrapper .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen {
   width: 100%;
} }