.product-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
}
.product-card-label {
    background-color: #f01212;
    color: var(--main-white-color);
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 0 0 10px;
    white-space: nowrap
}
