:root {
  --ui-secondary-hover: #EBF4FF;
  --tx-accent: #3377FF;
  --tx-secondary: #5C5851;
  --tx-over: #FFFFFF;
  --surface-solid-0: #FAF8F5;
}

div[role=group] button[aria-checked=true] {
  background-color: var(--color-ui-primary);
  color: var(--tx-over);
}

div[role=group] button[aria-checked=true] svg path {
  fill: var(--tx-over) !important;
}

div[role=group] button[aria-checked=false] {
  background-color: var(--surface-solid-0);
}

button[role="combobox"] > div:first-of-type {
  background-color: var(--surface-solid-0);
}

.minting-token-card > div.relative {
  background: linear-gradient(180deg, #CCE4FF 0%, #EBF4FF 100%);
}

/* .minting-token-card-footer {
  display: none;
} */

#hero-minting-contracts-badge {
  display: none;
}

.collection-name-and-dropdown img.hero-logo {
  width: 32px;
  height: 32px;
}

.filters-container {
  border: none !important;
}

.filters-title {
  font-weight: normal !important;
}

.currency-value {
  font-weight: normal !important;
}

.primary-pill-button {
  background: linear-gradient(
  72deg,
  var(--Colour-Sophon-Blue-200, #CCE4FF) 12%,
  var(--Colour-Sophon-Blue-100, #EBF4FF) 72.12%
);
  color: var(--color-tx-primary, #122B5C) !important;
  font-weight: normal !important;
}

.primary-pill-button:disabled {
  background: var(--ui-separator) !important;
}

#filter-status-title {
  display: block;
}

.mobile-filters-trigger {
  background: linear-gradient(0deg, #FAF8F5 0%, #FAF8F5 100%), var(--text-icons-tx-over, #FFF);
}

.slider-and-collection-info {
  margin-left: 0px;
  /* Default for small screens */
}

@media (min-width: 1024px) {
  .slider-and-collection-info {
    margin-left: 20px;
  }

  #powered-by-snag {
    margin-left: auto;
  }
}

#token-info-wrapper {
  display: none;
}

#title-bar__loyalty-balance-row {
  display: none;
}