/*your custom css goes here*/ 
.special_message:empty {
    display: none;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Ensures equal height */
}