.sn-brand-select {
  position: relative;
  width: 100%;
}

.sn-brand-select__native {
  height: 1px !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 1px !important;
}

html body.sn-page .sn-brand-select__trigger {
  align-items: center;
  background: #050505 !important;
  border: 1px solid rgba(240, 210, 138, 0.48) !important;
  color: var(--sn-gold-bright) !important;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 46px 10px 16px;
  position: relative;
  text-align: left;
  width: 100%;
}

html body.sn-page .sn-brand-select__trigger::after {
  border-bottom: 2px solid var(--sn-blue-soft);
  border-right: 2px solid var(--sn-blue-soft);
  content: "";
  height: 8px;
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  transition: transform 160ms ease;
  width: 8px;
}

html body.sn-page .sn-brand-select__value {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body.sn-page .sn-brand-select.is-open .sn-brand-select__trigger,
html body.sn-page .sn-brand-select__trigger:focus-visible {
  border-color: var(--sn-blue-soft) !important;
  box-shadow: 0 0 0 2px rgba(66, 184, 200, 0.22) !important;
  outline: 0;
}

html body.sn-page .sn-brand-select.is-open .sn-brand-select__trigger::after {
  top: calc(50% - 2px);
  transform: rotate(225deg);
}

html body.sn-page .sn-brand-select__list {
  background: #050505;
  border: 1px solid var(--sn-blue-soft);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.48);
  left: 0;
  max-height: 310px;
  overflow-y: auto;
  padding: 4px;
  position: absolute;
  right: 0;
  scrollbar-color: var(--sn-blue-soft) #050505;
  scrollbar-width: thin;
  top: calc(100% + 4px);
  z-index: 120;
}

html body.sn-page .sn-brand-select__list::-webkit-scrollbar {
  width: 10px;
}

html body.sn-page .sn-brand-select__list::-webkit-scrollbar-track {
  background: #050505;
  border-left: 1px solid rgba(66, 184, 200, 0.28);
}

html body.sn-page .sn-brand-select__list::-webkit-scrollbar-thumb {
  background: var(--sn-blue);
  border: 2px solid #050505;
  box-shadow: inset 0 0 0 1px var(--sn-gold-bright);
}

html body.sn-page .sn-brand-select__list::-webkit-scrollbar-thumb:hover {
  background: var(--sn-blue-soft);
}

html body.sn-page .sn-brand-select__list::-webkit-scrollbar-button {
  background: #050505;
  display: none;
}

html body.sn-page .sn-brand-select__list[hidden] {
  display: none;
}

html body.sn-page .sn-brand-select__option {
  background: #050505 !important;
  border: 0 !important;
  box-sizing: border-box;
  color: var(--sn-gold-bright) !important;
  cursor: pointer;
  display: block;
  font: inherit;
  min-height: 38px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

html body.sn-page .sn-brand-select__option:hover,
html body.sn-page .sn-brand-select__option:focus-visible,
html body.sn-page .sn-brand-select__option[aria-selected="true"] {
  background: var(--sn-blue) !important;
  color: #050505 !important;
  outline: 0;
}

html body.sn-page .sn-brand-select__option:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
