.cart-notification-product__image {
    --border-radius: 0rem;
}

.cart-notification-product__image img {
    border-radius: var(--border-radius);
}
