/* Style for the shopping cart icon */
.product-last-items {
    color: green; /* Change to your desired color */
    font-size: 24px; /* Adjust size if needed */
}

/* Default styling for other icons */
.product-available,
.product-unavailable {
    font-size: 24px; /* Adjust size if needed */
    margin-right: 8px; /* Adjust spacing if needed */
}

#product-availability {
    display: flex;
    align-items: center;
}
