/**
 * GLOBAL FUNCTIONS
 */
/* cookie notification */
/* account popover */
/* minicart popover */
/* cookie notification */
/* Search Results Page */
/*

// 1.1 Desktop
@include media-breakpoint-up(ls) {
    // desktop styles | 1024px and up
}

// 1.2 Mobile
@include media-breakpoint-down(md) {
    // mobile styles | 1023.98px and down
}

//
// 2. Wide mobile view (used in Global Header)
//

// 2.1 Desktop
@include media-breakpoint-up(lg) {
    // desktop styles | 1200px and up
}

// 2.2 Mobile
@include media-breakpoint-down(ls) {
    // mobile styles | 1200px and down
}

*/
/*
 * Set up a screen-wide ::before element behind its parent, to apply a colored background on a block.
 *
 * Usage :
 * .block {
 *    @include full-screen-background;
 *
 *    position: relative;
 * }
 */
/*
Usage

.block {
    @include arrow(right,red,5px,auto,auto,0,0,auto,-5px);

    width: 50px;
    height: 50px;
    position: relative;
}
*/
/*
Usage
    @include ratio-holder(364/300)
    Height/Width
*/
/* Mixin to cut off the rest of one-line text with dots */
/* stylelint-disable */
.brands-page__banner {
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.625rem;
  background: #fbecf1; }
  @media (min-width: 1024px) {
    .brands-page__banner {
      padding-top: 2.5rem;
      padding-bottom: 1.875rem; } }

.brands-page__title {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .brands-page__title {
      margin-bottom: 1.25rem;
      font-size: 3.625rem; } }

.brands-page__description {
  max-width: 37.5rem;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 1.4; }
  @media (min-width: 1024px) {
    .brands-page__description {
      font-size: 0.875rem; } }

.brands-page__carousel .h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem; }
  @media (min-width: 1024px) {
    .brands-page__carousel .h1 {
      margin-bottom: 3.125rem; } }

.brands-page__carousel .btn-link {
  display: none; }

.brands-page__carousel .grid-blocks-container::before {
  display: none; }

.brands-page__alphabet {
  -ms-flex-order: 0;
      order: 0;
  width: 1.875rem;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 8.5rem;
  max-height: calc(100vh - 136px);
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.375rem;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  @media (min-width: 768px) {
    .brands-page__alphabet {
      text-align: center;
      width: auto;
      margin-bottom: 3.125rem;
      position: static;
      display: block;
      overflow-y: visible; } }
  .brands-page__alphabet-link {
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .brands-page__alphabet-link {
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 0 0.3125rem;
        margin: 0 0.3125rem;
        display: inline-block; } }

.brands-wrapper {
  border-top: 0.0625rem solid #000;
  padding-top: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (min-width: 768px) {
    .brands-wrapper {
      display: block; } }

.brands-list__wrapper {
  column-count: 1;
  column-gap: 1rem;
  margin: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .brands-list__wrapper {
      column-count: 3; } }

.brands-list__item {
  padding: 1.25rem;
  border: 0.0625rem solid #9b9b9b;
  margin-bottom: 0.9375rem;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media (min-width: 768px) {
    .brands-list__item {
      margin-bottom: 1rem;
      display: inline-block;
      height: 100%;
      width: 100%; } }
  .brands-list__item-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-right: 1.25rem; }
    @media (min-width: 768px) {
      .brands-list__item-title {
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .brands-list__item-title {
        margin-bottom: 1.25rem; } }
  .brands-list__item-link {
    display: inline-block;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4; }
  .brands-list__item .brands-item .product-badge {
    vertical-align: middle;
    margin-left: 0.1875rem; }

/*# sourceMappingURL=brands.css.map*/