.cr-qty-native {
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:6px;
}
.cr-qty-native .qty {
  width:56px;
  text-align:center;
}
.cr-qty-native .qib-button {
  background:#f5f5f5;
  border:1px solid #ccc;
  width:28px;
  height:28px;
  line-height:26px;
  text-align:center;
  cursor:pointer;
  font-size:16px;
  font-weight:600;
  border-radius:4px;
}
