/* Boreham Wood FC Club Shop - per-store overrides
   ------------------------------------------------------------------ */

/* 1. The Epic bundle title-cases every heading, which turns a fixture into
      "Boreham Wood V Carlisle United". Club copy reads in sentence case.
      Scope is `.epic` rather than `.epic-control` because event_schedule and
      the hero carousel use `.epic .epic-section` / `.epic .slider-area`; the
      service strip and the footer are outside `.epic` entirely. */
.epic :where(h1, h2, h3, h4, h5, h6),
.epic :where(.efs-title, .fws-es-title, .fws-es-heading, .evt-title,
             .epic-hero__title, .fw-semibold),
.service-icons-ctrl :where(h1, h2, h3, h4, h5, h6, .fw-semibold),
.widget-fotter-title :where(h1, h2, h3, h4, h5, h6) {
  text-transform: none !important;
}

/* 2. No sale-style "NEW" ribbons over official club kit. */
.aqua-ribbon { display: none !important; }

