/* WMF desktop eyebrow refinement — v150 */

@media (min-width: 992px) {
  #clients .wmf-clients-v146__eyebrow,
  #mobile-selector-roi .wmf-msr-eyebrow,
  #business-solutions .business-eyebrow,
  #about-company .about-eyebrow,
  #why-wmf .why-eyebrow,
  #guarantees .g24-eyebrow,
  #service .svc-eyebrow,
  #coffeeconnect .cc-eyebrow,
  #full-catalog > .catalog-shell > .catalog-head > div > span,
  #catalog-compare > header > span,
  #catalog-addons > header > div > span,
  #quiz .quiz-hero-copy > span,
  #roi .roi-head > div > span,
  #implementation .imp-hero .imp-eyebrow,
  #faq .faq-eyebrow,
  #contacts .contact-eyebrow {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #d4a078 !important;
    font-size: clamp(11px, .82vw, 13px) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: .14em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  #clients .wmf-clients-v146__eyebrow::before,
  #mobile-selector-roi .wmf-msr-eyebrow::before,
  #business-solutions .business-eyebrow::before,
  #about-company .about-eyebrow::before,
  #why-wmf .why-eyebrow::before,
  #guarantees .g24-eyebrow::before,
  #service .svc-eyebrow::before,
  #coffeeconnect .cc-eyebrow::before,
  #full-catalog > .catalog-shell > .catalog-head > div > span::before,
  #catalog-compare > header > span::before,
  #catalog-addons > header > div > span::before,
  #quiz .quiz-hero-copy > span::before,
  #roi .roi-head > div > span::before,
  #implementation .imp-hero .imp-eyebrow::before,
  #faq .faq-eyebrow::before,
  #contacts .contact-eyebrow::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  #clients .wmf-clients-v146__eyebrow::after,
  #mobile-selector-roi .wmf-msr-eyebrow::after,
  #business-solutions .business-eyebrow::after,
  #about-company .about-eyebrow::after,
  #why-wmf .why-eyebrow::after,
  #guarantees .g24-eyebrow::after,
  #service .svc-eyebrow::after,
  #coffeeconnect .cc-eyebrow::after,
  #full-catalog > .catalog-shell > .catalog-head > div > span::after,
  #catalog-compare > header > span::after,
  #catalog-addons > header > div > span::after,
  #quiz .quiz-hero-copy > span::after,
  #roi .roi-head > div > span::after,
  #implementation .imp-hero .imp-eyebrow::after,
  #faq .faq-eyebrow::after,
  #contacts .contact-eyebrow::after {
    content: "" !important;
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 88px !important;
    height: 2px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(
      90deg,
      #d4a078 0%,
      #d4a078 38%,
      rgba(212, 160, 120, .72) 68%,
      rgba(212, 160, 120, 0) 100%
    ) !important;
    box-shadow: 0 0 14px rgba(212, 160, 120, .2) !important;
    transform: none !important;
  }

  #quick-assortment .qa-copy > .qa-accent,
  #about-company .about-copy > .about-accent,
  #why-wmf .why-hero-copy > .why-accent,
  #service .svc-hero-copy > .svc-accent,
  #coffeeconnect .cc-intro > .cc-accent {
    display: none !important;
  }
}
