.natural-badge {
    max-width: 90px;
    max-height: 90px;
    width: 100%;
    height: 100%;
}
.product-labels {
    flex-direction: row !important;
}
.product-labels .onsale {
    min-width: 70px;
}
@media (max-width: 768px) {
    .natural-badge {
        max-width: 60px;
        max-height: 60px;
        min-width: 40px;
        min-height: 40px;
    }
}
.natural-badge img {
    border-radius: 50% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
}