.quantity-controls{display:flex;justify-content:space-between;align-items:center;gap:8px}.quantity-controls button.quantity-control-button{padding:1px}.quantity-controls button.quantity-control-add-btn{padding:1px 18px;width:calc(100% - 16px);min-height:32px}.quantity-controls button.quantity-control-add-btn span,.quantity-controls button.quantity-control-add-btn svg{line-height:14px;color:#fff}.quantity-controls button.quantity-control-add-btn,.quantity-controls button.quantity-control-button{border-radius:6px}.quantity-controls button.quantity-control-add-btn:not(:disabled),.quantity-controls button.quantity-control-button:not(:disabled){border-color:rgba(50,208,102,.5);color:#32d066}.quantity-controls button.quantity-control-add-btn:not(:disabled):focus,.quantity-controls button.quantity-control-add-btn:not(:disabled):hover,.quantity-controls button.quantity-control-button:not(:disabled):focus,.quantity-controls button.quantity-control-button:not(:disabled):hover{border-color:#32d066}