.point-price {
    display: none !important;
}

.product_prices {
    justify-content: center !important;
}

@media (max-width: 978px) {
    .product-icon img {
        max-height: 214px;
    }
    
    .product-icon {
        height: 226px;
    }
    
    .product_wrapper .product_wrapper_sub {
        padding: 2px;
        padding-bottom: 10px;
    }
    
    #search .product_wrapper .product_wrapper_sub {
        padding: 2px;
        padding-bottom: 10px;
    }
}