.pshs-category-data {
    justify-content: flex-start !important;
    position: absolute !important;
    bottom: 85px;
    margin: 0px !important;
}  

.productName.detailUrl {
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    .productItem .productName a {
        line-height: 15px !important;
        margin-top: 14px !important;
    }
.pshs-category-data {
    bottom: 60px !important;
}
}