/* Fix for product icons getting cut off in CTA section */
.fruit-image img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Ensure the container doesn't cut off images */
.fruit-image {
    overflow: visible !important;
}

/* Optional: Add some breathing room */
.fruit-wrapper {
    overflow: visible !important;
}
