.point-price {
    display: none !important;
}

.product_prices {
    justify-content: center !important;
}

@media (max-width: 978px) {
    .product-icon img {
        max-height: 200px;
    }
    
    .product-icon .label_icons {
        bottom: -8px;
    }
    
    .product_wrapper .product_wrapper_sub {
        padding: 5px;
    }
}