[data-brand-list] {
  padding: 50px;
}
[data-brand-list]::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #007ea3;
  border-color: #007ea3 transparent #007ea3 transparent;
  animation: brand-list-loader-spin 0.8s linear infinite;
  margin: 0 auto 14px;
}
[data-brand-list]::after {
  content: "Loading Brands...";
  display: block;
  text-align: center;
  font-size: 18px;
  color: #999;
}

.brand-list.loaded {
  padding: 0;
}
.brand-list.loaded::before, .brand-list.loaded::after {
  display: none;
}

.brand-list {
  margin: 30px 0;
}
.brand-list .no-results {
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 30px;
}

@keyframes brand-list-loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.featured-brands {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 30px;
}
.featured-brands .title {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 200;
  margin: 0 0 20px;
}
.featured-brands .items .col {
  max-width: 305px;
}
.featured-brands .item {
  display: block;
  margin: 0 0 15px;
}
.featured-brands .item .image {
  background: #F2F2F2;
  aspect-ratio: 203/123;
  width: 100%;
  max-height: 140px;
  margin: 0 0 5px;
  transition: background 0.2s ease-out;
}
.featured-brands .item .image img {
  mix-blend-mode: multiply;
}
.featured-brands .item .text {
  width: 100%;
  height: 100%;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
}
.featured-brands .item .link {
  display: block;
  background: #F2F2F2;
  font-size: 10px;
  font-weight: 500;
  padding: 13px 20px;
  transition: background 0.2s ease-out;
}
.featured-brands .item .link::after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L10 4.5L7 8' stroke='%230E163D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 4.5H0.5' stroke='%230E163D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 9px;
  display: inline-block;
  margin: 0 0 0 9px;
}
.featured-brands .item:hover .image, .featured-brands .item:hover .link {
  background: #eaeaea;
}
@media (min-width: 576px) {
  .featured-brands .item {
    margin: 0 0 10px;
  }
  .featured-brands .item .image {
    margin: 0 0 10px;
  }
}
.featured-brands.cols-3 .items {
  max-width: 920px;
  margin: 0 auto;
}

.brand-index {
  border-top: 1px solid rgba(0, 0, 0, 0.28);
  padding: 40px 0;
}
.brand-index header {
  display: flex;
  flex-wrap: nowrap;
  position: sticky;
  z-index: 2;
  top: 65px;
  background: #fff;
  padding: 5px 0;
}
.brand-index header .search {
  position: relative;
  flex: 1;
}
.brand-index header .search input {
  border: 1px solid rgba(0, 0, 0, 0.18);
  outline: none;
  width: 100%;
  height: 44px;
  padding: 0 14px 0 40px;
  transition: border 0.2s ease-out;
}
.brand-index header .search input:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
.brand-index header .search::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.5' r='5.65' stroke='black' stroke-width='1.7'/%3E%3Cpath d='M15.0645 14.6283L10.6628 10.6668' stroke='black' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 14px;
  margin: -8px 0 0;
}
.brand-index header nav {
  display: none;
  flex: 1;
  padding: 0 0 0 12px;
}
.brand-index header nav ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.brand-index header nav li {
  flex: 1;
  margin: 0;
  padding: 0;
}
.brand-index header nav a {
  display: block;
  cursor: pointer;
  background: #fff;
  color: inherit;
  width: 100%;
  height: 44px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  padding: 14px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  transition: 0.2s border-color ease-out, 0.2s background ease-out, 0.2s color ease-out;
}
.brand-index header nav li:last-child a {
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
.brand-index header nav li.empty a {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
  border-top-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.brand-index header nav li.empty:first-child a {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.brand-index header nav li.empty:last-child a {
  border-right-color: rgba(0, 0, 0, 0.05);
}
.brand-index header nav li.empty + li.empty a {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.brand-index header nav li.has-results:hover a {
  border-color: rgba(0, 0, 0, 0.85);
}
.brand-index header nav li.has-results:hover + li a {
  border-left-color: rgba(0, 0, 0, 0.85);
}
.brand-index header nav li.active a {
  background: #007ea3;
  border-color: #007ea3 !important;
  color: #fff;
}
.brand-index header nav li.active + li a {
  border-left-color: #007ea3 !important;
}
@media (min-width: 920px) {
  .brand-index header nav {
    display: block;
  }
  .brand-index header .search {
    flex: initial;
  }
}
@media (min-width: 1025px) {
  .brand-index header {
    top: 100px;
  }
}
.brand-index .results {
  margin: 36px 0;
}
.brand-index .group-marker {
  position: relative;
  top: -166px;
}
.brand-index .group {
  margin: 0 0 36px;
}
.brand-index .group .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
}