.top-tabs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 53px;
}

.tab-links {
  display: flex;
  align-items: stretch;
}

.top-tabs button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.active-store-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  padding-left: 28px;
  border-left: 1px solid #edf0ee;
}

.active-store-brand img {
  display: block;
  width: 172px;
  height: 30px;
  object-fit: contain;
  object-position: right center;
}

.active-store-brand img[data-store="folders"] {
  transform: scale(1.08);
  transform-origin: right center;
}

.active-store-brand > strong {
  color: #244b3e;
  font-size: 13px;
  letter-spacing: .01em;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .active-store-brand {
    gap: 0;
    padding-left: 14px;
  }

  .active-store-brand img {
    width: 118px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .active-store-brand img {
    width: 88px;
  }

  .top-tabs button {
    margin-right: 14px;
  }
}
