.product-item-name, .product.name a{
    color: #008EA3;
    text-align: center;
    text-decoration: none;
    font-weight: 700;

}

.price-wrapper {
    display: none;
}
.product-item-actions .actions-primary+.actions-secondary[data-role="add-to-links"],.product-item .price-box {
    display: none;
}

.product.actions.product-item-actions {
    text-align: center;
}
/* 
.product.details.product-item-details {
    background: #008EA3;
    position: absolute;
    margin: 0;
    bottom: 0;

} */
.category-image{display: none;}

@media (min-width: 640px) {
    .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
        background: transparent;
        box-shadow: none;
        border: 0;
        margin: -10px;
        padding: 9px;
        position: relative;
        z-index: 9;
    }

    .products-grid .product-item-inner {
        background: transparent;
        box-shadow: none;
        border: 0;
        border-top: none;
        left: 0;
        margin: 10px 0 0 -1px;
        padding: 0;
        position: relative;
        right: 0;
        z-index: 2;
    }
    .page-products .products-grid .product-item-inner:before {
        background: none;
        content: '';
        left: 0;
        position: relative;
        top: 0;
           z-index: -1;
    }
}