/** Shopify CDN: Minification failed

Line 17:19 Expected identifier but found whitespace
Line 17:21 Unexpected "{"
Line 17:29 Expected ":"

**/
.announcement-swiper {
  overflow: hidden;
  width: 100%;
  height: 43px;
}
.announcement-bar a:hover {
  text-decoration: none;
}
.announcement-bar.utility-bar.gradient{
  background-color: {{section.settings.bgcolor_annoucement_bar}};
}
.announcement-bar__message.announcement-bar-custom {
  font-weight: 500 !important;
}
.announcement-bar__message {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17.07px;
  min-height: unset;
  font-weight: 500;
  font-family: 'Montserrat-Medium';
}
.announcement-bar-section {
  z-index: 3;
}
.announcement-swiper {
  height: 34px;
  position: fixed;
  background: rgb(21, 45, 97);
}
.header-wrapper{
  top:34px;
}
@media screen and (max-width: 768px) {
  
  

  .announcement-bar__message {
    font-size: 12px;
    line-height: clamp(24px, calc(26 * (100vw / var(--viewportDesktop))), 27px);
  }
}

@media screen and (max-width: 320px) {
  .announcement-bar__message {
    font-size: 12px;
    line-height: 26px;
  }
}
