.o-announcement-bar {
  height: var(--announcement-height);
  overflow: hidden;
  /* fix IOS blue top bar in notch */
}
.o-announcement-bar::before {
  content: "";
  display: block;
  height: 0.1rem;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .o-announcement-bar::before {
    display: none;
  }
}
.o-announcement-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.o-announcement-bar__text, .o-announcement-bar__link {
  color: inherit;
  text-decoration: none;
  margin: 0;
  font-size: var(--announcement-bar-fs);
  line-height: var(--announcement-bar-lh);
  letter-spacing: var(--letter-spacing-xs);
}
.o-announcement-bar .o-section__constrict.swiper-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#shopify-section-announcement-bar {
  position: relative;
  z-index: 9999;
}
