/** Shopify CDN: Minification failed

Line 16:26 Unexpected "{"
Line 16:35 Expected ":"
Line 16:42 Unexpected "{"
Line 22:26 Unexpected "{"
Line 22:35 Expected ":"
Line 28:26 Unexpected "{"
Line 28:35 Expected ":"
Line 32:26 Unexpected "{"
Line 32:35 Expected ":"
Line 42:26 Unexpected "{"
... and 33 more hidden warnings

**/
#BrandHighlighterBanners-{{ section.id }} {
  background: #fff;
  padding-top: 0;
  padding-bottom: 12px;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__heading {
  display: none;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__rail {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__rail::-webkit-scrollbar {
  display: none;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__tile {
  flex: 0 0 calc((100% - 8px) / 3);
  display: block;
  text-decoration: none;
  scroll-snap-align: start;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__media {
  position: relative;
  aspect-ratio: 0.72;
  overflow: hidden;
  background: #900404;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__overlay {
  display: none;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: block;
  pointer-events: none;
}

#BrandHighlighterBanners-{{ section.id }} .bhb__label-text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* hide indicators on desktop */
#BrandHighlighterBanners-{{ section.id }} .bhb__dots {
  display: none;
}

@media (max-width: 767px) {
  #BrandHighlighterBanners-{{ section.id }} .bhb__rail {
    gap: 0;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__tile {
    flex: 0 0 100%;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__media {
    aspect-ratio: 0.9;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__label {
    left: 10px;
    bottom: 10px;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__label-text {
    font-size: 12px;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__dot {
    width: 18px;
    height: 6px;
    padding: 0;
    border: 0;
    background: #d9d9d9;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 6px;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__dot::before {
    display: none;
  }

  #BrandHighlighterBanners-{{ section.id }} .bhb__dot.is-active {
    background: #000;
  }
}