.ajax-cart-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ajax-cart-buttons button {
  padding: 4px 10px;
  font-size: 18px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.ajax-cart-buttons .ajax-qty {
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}
