@charset "utf-8";

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

#shopify-section-sections--19140125065371__announcement-bar { --heading-color: 255, 255, 255; --text-color: 255, 255, 255; --primary-button-background: 40, 40, 40; --primary-button-text-color: 255, 255, 255; --section-background: 255, 152, 0; position: sticky; top: 0px; z-index: 5; }

@media screen and (min-width: 741px) {
  :root { --enable-sticky-announcement-bar: 1; }
  #shopify-section-sections--19140125065371__announcement-bar { position: sticky; top: 0px; z-index: 5; }
}