.quantity-selector{align-items:center;gap:12px;display:flex}.quantity-selector__label{color:#1f2937;font-size:14px;font-weight:500}.quantity-selector__controls{border:2px solid #e5e7eb;border-radius:8px;align-items:center;display:flex;overflow:hidden}.quantity-selector__button{color:#3b82f6;cursor:pointer;background:#fff;border:none;outline:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:600;transition:all .2s;display:flex}.quantity-selector__button:hover:not(:disabled){background:#eff6ff}.quantity-selector__button:active:not(:disabled){background:#dbeafe}.quantity-selector__button:disabled{color:#d1d5db;cursor:not-allowed}.quantity-selector__input{text-align:center;color:#1f2937;-moz-appearance:textfield;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;outline:none;width:50px;height:36px;font-size:14px;font-weight:600}.quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
