
  :root {
    --enable-sticky-announcement-bar: 1;
  }

  #shopify-section-announcement-bar {
    --heading-color: 255, 255, 255;
    --text-color: 255, 255, 255;
    --primary-button-background: 255, 255, 255;
    --primary-button-text-color: 0, 47, 167;
    --section-background: 0, 47, 167;
    z-index: 5; /* Make sure it goes over header */position: -webkit-sticky;
      position: sticky;top: 0;
  }

  @media screen and (min-width: 741px) {
    :root {
      --enable-sticky-announcement-bar: 1;
    }

    #shopify-section-announcement-bar {position: -webkit-sticky;
        position: sticky;}
  }
