/* line 6, ../../app/assets/stylesheets/brands.scss */
.re__brands-page .brand-initial-list ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 10, ../../app/assets/stylesheets/brands.scss */
.re__brands-page .brand-initial-list ul li {
  width: 16.6666666667%;
}
/* line 15, ../../app/assets/stylesheets/brands.scss */
.re__brands-page .brand-initial-list h2 {
  text-align: center;
}
/* line 20, ../../app/assets/stylesheets/brands.scss */
.re__brands-page .re__brands-list-wrapper {
  font-family: Helvetica Neue, "Helvetica", Arial, sans-serif;
}
@media (max-width: 767px) {
  /* line 27, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial {
    margin-top: 20px;
  }
  /* line 31, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial a:focus {
    color: black;
  }
  /* line 36, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial h2 {
    pointer-events: none;
    margin-top: -60px;
    padding-top: 60px;
    font-weight: bold;
  }
  /* line 44, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial ul li {
    font-size: 1.5rem;
    margin-bottom: 7.5px;
  }
  /* line 53, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 59, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 li {
    width: 100%;
  }
  /* line 62, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 li > a {
    display: inline-block;
  }
  /* line 65, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 li > a:focus, .re__brands-page .nav.level1 li > a:hover {
    background-color: unset;
  }
  /* line 71, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 .sorter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    position: relative;
    z-index: 20;
    border-left: solid #bfbfbf;
    border-left-width: 0.5px;
  }
  /* line 81, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .nav.level1 .sorter-btn.active {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  /* line 91, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-heading h2 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  /* line 99, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-nav {
    margin-bottom: 45px;
  }
  /* line 102, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-nav ul.nav {
    background-color: #f9f9f9;
  }
  /* line 105, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-nav ul.nav li {
    width: 50%;
    height: 43px;
    margin-top: 11px;
    margin-bottom: 11px;
    float: left;
    color: #bfbfbf;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 119, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-nav ul.nav li.active {
    color: #000;
  }
  /* line 124, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-nav ul.nav li:first-child {
    border-right: 0.5px solid #000;
  }
  /* line 130, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper {
    max-width: 1030px;
    margin: 0 auto;
  }
  /* line 134, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brandsLine {
    width: 17%;
    float: left;
    min-width: 185px;
    margin-right: 10px;
  }
  /* line 142, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial h3 {
    height: 15px;
    margin-bottom: 9px;
    width: 100%;
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
  }
  /* line 151, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial ul {
    float: left;
    margin-bottom: 48px;
  }
  /* line 156, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial li {
    padding-bottom: 12px;
    float: left;
    width: 100%;
    min-width: 185px;
  }
  /* line 162, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial li a {
    font-size: 1.2rem;
    line-height: 100%;
    display: block;
    color: #000;
  }
  /* line 168, ../../app/assets/stylesheets/brands.scss */
  .re__brands-page .re__brands-list-wrapper .brand-initial li a:hover {
    color: #808080;
  }
}
