/*.product-card{box-sizing: border-box;}*/
/*.product-card.quant-0{border: 1px solid red;}*/
.product-card.quant-0 .button--blue.button--fulfill {
    background-color: #fff;
    color: #0090f0;
}
.product-card.quant-0 .product-card__bottom .button--with-icon.button--blue svg:first-of-type,
.product-card.quant-0 .product-card__bottom .product-card__button.button--with-icon.button--blue svg:first-of-type {
    fill: transparent;
    stroke:#0090f0;
    stroke-width: 2px;
    flex-shrink: 0;
    transition: opacity .25s ease;
}