:not(.no-js) .has-sticky-header-group .shopify-section-announcement-bar {
  position: sticky;
  top: 0;
}

.shopify-section-announcement-bar {
  z-index: 999;
}

.announcement-bar__container {
  background-color: #dc0e23;
  color: white;
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
