.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

#header-cart-btn {
  order: 999;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .top-bar-right {
    width: 100%;
    justify-content: flex-end;
  }
}
