.product-card__image-wrapper {
    border-radius: 3.2rem !important;
    overflow: hidden !important
}

.product-card__badge {
    right: 1.6rem;
    top: 1.6rem;
    inset-inline-start: auto;

    span {
        border-radius: 3.2rem;
    }
}

.f-badge--new {
    background: #F9B225;
}