html[data-theme="dark"] .store-body .software-card:is(:hover, :focus-within) {
  border-color: color-mix(in srgb, var(--store-gold) 78%, var(--store-line));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.48),
    0 0 0 1px color-mix(in srgb, var(--store-gold) 18%, transparent);
}

.store-footer {
  margin: 0 calc(50% - 50vw + 19.5px);
}

.brand-viewport {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.brand-viewport::-webkit-scrollbar {
  display: none;
}

.store-body .product-tabs {
  position: static;
  top: auto;
}

@media (max-width: 680px) {
  .store-footer {
    margin: 0 8px 8px;
  }
}

.store-header {
  overflow: clip;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.store-header.is-scroll-hidden {
  transform: translateY(calc(-100% - 1px));
}

.store-header:has(.nav-dropdown.is-open) {
  overflow: visible;
}

.store-body.page-account .cabinet-sidebar {
  transition: top 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.store-body .legal-sidebar {
  transition: top 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.store-body.page-account:has(.store-header.is-scroll-hidden) .cabinet-sidebar {
  top: 24px;
}

.store-body:has(.store-header.is-scroll-hidden) .legal-sidebar {
  top: 24px;
}

.store-body .legal-contents nav a.is-active {
  border-radius: 0;
  box-shadow: none;
}

.store-body .oauth-buttons {
  display: grid;
  gap: 10px;
}

.store-body .envato-auth-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.store-body .envato-auth-icon img {
  display: block;
  width: auto;
  max-width: none;
  height: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .store-header,
  .store-body.page-account .cabinet-sidebar,
  .store-body .legal-sidebar {
    transition: none;
  }
}
