.product-card-quantities { display: grid; gap: 6px; }
.product-card-quantity { display: flex; align-items: center; background: #f3eaf5; color: #a239a4; }
.product-card-quantity button {
    width: 36px; height: 36px; padding: 0; border: 0;
    background: transparent; color: inherit; font-size: 22px; cursor: pointer;
}
.product-card-quantity button:disabled { opacity: .4; cursor: default; }
.product-card-quantity button:focus-visible { outline: 2px solid currentColor; }
.product-card-quantity output { min-width: 30px; text-align: center; font-weight: 600; }
