/* Barbecue Pod product-page refinements. */

body.barbecue-page .barbecue-hero-heading {
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(28px, 2vw, 36px);
}

body.barbecue-page .barbecue-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1vw, 16px);
  max-width: 100%;
  margin: 0 0 clamp(12px, 1vw, 17px);
  color: #6c5a4c;
  font-family: var(--pbt-font-family);
  font-size: clamp(12px, 0.86vw, 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.barbecue-page .barbecue-hero-eyebrow::after {
  flex: 0 0 clamp(42px, 3.2vw, 52px);
  width: clamp(42px, 3.2vw, 52px);
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.55;
}

body.barbecue-page .barbecue-hero-title {
  max-width: 100%;
  margin: 0;
  color: #2d241e;
  font-family: var(--pbt-font-family);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 300;
  font-synthesis: none;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-align: left;
  text-transform: none;
  text-wrap: balance;
}

@media (max-width: 899.98px) {
  body.barbecue-page .barbecue-hero-heading {
    margin-bottom: clamp(28px, 4vw, 34px);
  }
}

@media (max-width: 575.98px) {
  body.barbecue-page .barbecue-hero-heading {
    margin-bottom: 28px;
  }

  body.barbecue-page .barbecue-hero-eyebrow {
    gap: 11px;
    margin-bottom: 12px;
    font-size: clamp(11px, 3.2vw, 12px);
    letter-spacing: 0.14em;
  }

  body.barbecue-page .barbecue-hero-eyebrow::after {
    flex-basis: 42px;
    width: 42px;
  }

  body.barbecue-page .barbecue-hero-title {
    font-size: clamp(38px, 12vw, 48px);
    line-height: 1;
  }
}
