/** Shopify CDN: Minification failed

Line 25:24 Expected ":"

**/
.shop-by-brands-v2 {
  background: var(--shop-by-brands-v2-bg);
}

.shop-by-brands-v2__container {
  max-width: var(--shop-by-brands-v2-container-width);
  margin: 0 auto;
  padding-inline: var(--shop-by-brands-v2-container-padding-desktop);
}

.shop-by-brands-v2__header {
  margin-bottom: 36px;
  display: flex;
  justify-content: var(--shop-by-brands-v2-header-justify);
  text-align: var(--shop-by-brands-v2-header-text-align);
}

.shop-by-brands-v2__heading {
  margin: 0;
  display: inline-flex;z
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--shop-by-brands-v2-heading);
  /* font-family: var(--shop-by-brands-v2-heading-font-family);
  font-size: var(--shop-by-brands-v2-heading-size); */
  /* font-weight: 400; */
  /* letter-spacing: var(--shop-by-brands-v2-heading-letter-spacing); */
  /* line-height: 1; */
  text-transform: uppercase;
}

.shop-by-brands-v2__heading::before,
.shop-by-brands-v2__heading::after {
  /* content: ""; */
  width: clamp(44px, 8vw, 108px);
  height: 1px;
  background: var(--shop-by-brands-v2-border);
  opacity: 0.75;
}

.shop-by-brands-v2__grid {
  display: grid;
  gap: var(--shop-by-brands-v2-gap);
}

.shop-by-brands-v2__item {
  min-width: 0;
  height: 100%;
}

.shop-by-brands-v2__card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.shop-by-brands-v2__card-link:focus-visible {
  outline: none;
}

.shop-by-brands-v2__card {
  height: 100%;
  padding: 12px 8px 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  border-radius: var(--shop-by-brands-v2-radius);
  background: transparent;
  box-shadow: none;
  transition: transform var(--shop-by-brands-v2-transition);
}

.shop-by-brands-v2__card-link:hover .shop-by-brands-v2__card,
.shop-by-brands-v2__card-link:focus-visible .shop-by-brands-v2__card {
  transform: translateY(-4px);
}

.shop-by-brands-v2__media-frame {
  position: relative;
  min-height: var(--shop-by-brands-v2-media-height);
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
}

.shop-by-brands-v2__media {
  width: min(100%, var(--shop-by-brands-v2-media-width));
  min-height: var(--shop-by-brands-v2-media-height);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.shop-by-brands-v2__logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 26px rgba(88, 60, 24, 0.14));
}

.shop-by-brands-v2__logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--shop-by-brands-v2-icon);
}

.shop-by-brands-v2__logo-placeholder-svg {
  width: min(100%, calc(var(--shop-by-brands-v2-logo-size) * 3.4));
  height: auto;
}

.shop-by-brands-v2__body {
  display: grid;
  gap: 6px;
  align-content: start;
  justify-items: var(--shop-by-brands-v2-card-content-justify);
  text-align: var(--shop-by-brands-v2-card-content-text-align);
}

.shop-by-brands-v2__title {
  margin: 0;
  color: var(--shop-by-brands-v2-title);
  line-height: 1.2;
  text-wrap: balance;
}

.shop-by-brands-v2__meta {
  margin: 0;
  color: var(--shop-by-brands-v2-text);

  font-size: 0.74rem;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.shop-by-brands-v2__arrow {
  display: none !important;
  width: 42px;
  height: 42px;
  margin-top: auto;
  justify-self: var(--shop-by-brands-v2-card-content-justify);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shop-by-brands-v2-icon);
  border-radius: 999px;
  color: var(--shop-by-brands-v2-icon);
  transition: transform var(--shop-by-brands-v2-transition), background-color var(--shop-by-brands-v2-transition), color var(--shop-by-brands-v2-transition);
}

.shop-by-brands-v2__card-link:hover .shop-by-brands-v2__arrow,
.shop-by-brands-v2__card-link:focus-visible .shop-by-brands-v2__arrow {
  transform: translateX(3px);
  background: var(--shop-by-brands-v2-icon);
  color: var(--shop-by-brands-v2-card-bg);
}

.shop-by-brands-v2__arrow-icon,
.shop-by-brands-v2__button-icon {
  width: 18px;
  height: 18px;
}

.shop-by-brands-v2__footer {
  /* margin-top: 32px; */
  display: flex;
  justify-content: center;
}

.shop-by-brands-v2__button {
  /* min-width: 228px;
  min-height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px; */
  /* border: 1px solid var(--shop-by-brands-v2-button-border);
  border-radius: 5px; */
  background: var(--shop-by-brands-v2-button-bg);
  color: var(--shop-by-brands-v2-button-text);
  /* text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform var(--shop-by-brands-v2-transition), box-shadow var(--shop-by-brands-v2-transition); */
}

.shop-by-brands-v2__button:hover,
.shop-by-brands-v2__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(22, 18, 15, 0.08);
}

.shop-by-brands-v2__button:focus-visible,
.shop-by-brands-v2__card-link:focus-visible .shop-by-brands-v2__card {
  outline: 2px solid var(--shop-by-brands-v2-accent);
  outline-offset: 4px;
}

@media (max-width: 989px) {
  .shop-by-brands-v2__container {
    padding-inline: var(--shop-by-brands-v2-container-padding-mobile);
  }

  .shop-by-brands-v2__card {
    padding: 10px 4px 16px;
  }
}

@media (max-width: 749px) {
  .shop-by-brands-v2__header {
    margin-bottom: 28px;
  }

  .shop-by-brands-v2__heading {
    gap: 14px;
    font-size: var(--shop-by-brands-v2-heading-size-mobile);
  }

  .shop-by-brands-v2__heading::before,
  .shop-by-brands-v2__heading::after {
    width: 42px;
  }

  .shop-by-brands-v2__button {
    width: 100%;
    max-width: 340px;
  }

  .shop-by-brands-v2[data-mobile-columns='2'] .shop-by-brands-v2__card,
  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__card {
    gap: 12px;
    padding: 8px 0 12px;
  }

  .shop-by-brands-v2[data-mobile-columns='2'] .shop-by-brands-v2__media-frame,
  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__media-frame {
    min-height: 146px;
  }

  .shop-by-brands-v2[data-mobile-columns='2'] .shop-by-brands-v2__title,
  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__title {
    font-size: var(--shop-by-brands-v2-title-size-mobile);
  }

  .shop-by-brands-v2[data-mobile-columns='2'] .shop-by-brands-v2__meta,
  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__meta {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .shop-by-brands-v2[data-mobile-columns='2'] .shop-by-brands-v2__arrow,
  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__arrow {
    width: 36px;
    height: 36px;
  }

  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__grid {
    gap: 10px;
  }

  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__media-frame {
    min-height: 122px;
  }

  .shop-by-brands-v2[data-mobile-columns='3'] .shop-by-brands-v2__title {
    font-size: max(12px, calc(var(--shop-by-brands-v2-title-size-mobile) - 2px));
  }
}
