.product-card__actions div button {
    align-items: center;
    background: #ffffff00;
    border: 0;
    border-radius: 50%;
    color: #111;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px;
}
.product-card__actions div button.s-button-icon {
    color: #f50000;
    margin: 0;
}