.quantity-stepper{display:grid;grid-template-columns:2rem 3rem 2rem;align-items:center}.quantity-stepper>taro-button-core{width:2.2rem;height:2.2rem;margin:0;padding:0;border:.025rem solid var(--app-border);border-radius:.35rem;background:#ffffff;color:var(--app-accent-strong);font-size:.7rem}.quantity-stepper__value{min-width:0;display:flex;align-items:center;justify-content:center}.quantity-stepper__value taro-input-core{width:auto;min-width:.85rem;max-width:1.95rem;padding:0;color:var(--app-ink);font-size:.575rem;font-weight:800;line-height:1.2;text-align:right}.quantity-stepper__value taro-text-core{flex:0 0 auto;font-size:.575rem;font-weight:800}.quantity-stepper--compact{width:100%;grid-template-columns:2.2rem minmax(1.75rem,1fr) 2.2rem;gap:.1rem}.quantity-stepper--compact>taro-button-core{width:2.2rem;height:2.2rem;border-radius:.3rem;font-size:.9rem}.quantity-stepper--compact .quantity-stepper__value taro-input-core{min-width:.75rem;max-width:1.65rem;font-size:.75rem}.quantity-stepper--compact .quantity-stepper__value taro-text-core{font-size:.625rem}
