@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,800;1,400&display=swap");
body.brand-hub-page--nobull .nobull-hub,
body.brand-hub-page--nobull .nobull-hub h1,
body.brand-hub-page--nobull .nobull-hub h2,
body.brand-hub-page--nobull .nobull-hub h3,
body.brand-hub-page--nobull .nobull-hub p,
body.brand-hub-page--nobull .nobull-hub a,
body.brand-hub-page--nobull .nobull-hub span {
  font-family: "Barlow Condensed", sans-serif;
}

body.brand-hub-page--nobull .nobull-hub {
  flex: 1 0 auto;
  background-color: #a499c0;
  color: #fff;
}

body.brand-hub-page--nobull .nobull-hub__banner {
  width: 100%;
  margin: 0;
  line-height: 0;
  background: #faabbe;
}
body.brand-hub-page--nobull .nobull-hub__banner picture,
body.brand-hub-page--nobull .nobull-hub__banner img {
  display: block;
  width: 100%;
  height: auto;
}

body.brand-hub-page--nobull .nobull-hub p {
  font-size: 1.05rem;
  line-height: 1.55;
}

body.brand-hub-page--nobull .nobull-hub__hero {
  padding: clamp(1.1rem, 2.75vw, 1.6rem) 0 clamp(0.75rem, 2vw, 1.1rem);
}

body.brand-hub-page--nobull .nobull-hub__intro {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

body.brand-hub-page--nobull .nobull-hub__intro-header {
  margin-bottom: 0;
}

body.brand-hub-page--nobull .nobull-hub__intro-copy {
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  text-align: left;
}

body.brand-hub-page--nobull .nobull-hub__hero h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

body.brand-hub-page--nobull .nobull-hub__lede {
  margin: 0;
  font-weight: 600;
}

body.brand-hub-page--nobull .nobull-hub__copy {
  margin: 0;
  font-weight: 400;
}

body.brand-hub-page--nobull .nobull-hub__categories {
  padding: clamp(0.65rem, 1.75vw, 1rem) 0 clamp(1rem, 2.25vw, 1.4rem);
}

body.brand-hub-page--nobull .nobull-hub__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.15rem;
}

body.brand-hub-page--nobull .nobull-hub__btn {
  display: inline-block;
  padding: 0.7rem 2.15rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #eb0d8c;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.brand-hub-page--nobull .nobull-hub__btn:hover,
body.brand-hub-page--nobull .nobull-hub__btn:focus {
  background: #eb0d8c;
  color: #fff;
  text-decoration: none;
}

body.brand-hub-page--nobull .nobull-hub__btn:focus-visible {
  outline: 2px solid #eb0d8c;
  outline-offset: 3px;
}

body.brand-hub-page--nobull .nobull-hub__about {
  padding: clamp(0.5rem, 1.5vw, 0.85rem) 0 28px;
}

body.brand-hub-page--nobull .nobull-hub__about-columns {
  margin-bottom: 1rem;
}

body.brand-hub-page--nobull .nobull-hub__about-columns > [class*=col-] {
  text-align: left;
}

@media (min-width: 768px) {
  body.brand-hub-page--nobull .nobull-hub__cards {
    padding-top: 0.35rem;
  }
}
body.brand-hub-page--nobull .nobull-hub__about a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.brand-hub-page--nobull .nobull-hub__about a:hover,
body.brand-hub-page--nobull .nobull-hub__about a:focus {
  color: #000;
}

body.brand-hub-page--nobull .nobull-hub__vegan {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 16px;
}

body.brand-hub-page--nobull .nobull-hub__about-lede {
  margin: 0 0 1rem;
  font-weight: 600;
}

body.brand-hub-page--nobull .nobull-hub__about p {
  margin: 0 0 1rem;
}

body.brand-hub-page--nobull .nobull-hub__retail-row {
  margin-top: 0.25rem;
}

body.brand-hub-page--nobull .nobull-hub__retail-wrap {
  margin: 0;
  text-align: center;
}

body.brand-hub-page--nobull .nobull-hub__about a.nobull-hub__retail-cta,
body.brand-hub-page--nobull .nobull-hub__retail-cta {
  display: inline-block;
  padding: 0.95rem 2.35rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #eb0d8c;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.brand-hub-page--nobull .nobull-hub__about a.nobull-hub__retail-cta:hover,
body.brand-hub-page--nobull .nobull-hub__about a.nobull-hub__retail-cta:focus,
body.brand-hub-page--nobull .nobull-hub__retail-cta:hover,
body.brand-hub-page--nobull .nobull-hub__retail-cta:focus {
  background: #fff;
  color: #eb0d8c;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

body.brand-hub-page--nobull .nobull-hub__about a.nobull-hub__retail-cta:focus-visible,
body.brand-hub-page--nobull .nobull-hub__retail-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

body.brand-hub-page--nobull .nobull-hub__cards {
  width: 100%;
}

body.brand-hub-page--nobull .nobull-hub__cards-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

body.brand-hub-page--nobull .nobull-hub__about-footer-art {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
