/** Shopify CDN: Minification failed

Line 35:10 Expected identifier but found "{"
Line 35:11 Unexpected "{"
Line 35:20 Expected ":"
Line 68:23 Expected identifier but found whitespace
Line 68:25 Unexpected "{"
Line 68:32 Expected ":"
Line 68:36 Expected ":"
Line 81:21 Expected identifier but found whitespace
Line 81:23 Unexpected "{"
Line 81:32 Expected ":"
... and 4 more hidden warnings

**/
.announcement-slide {
  background: #f4d574;
  color: #29166f;
}
  .announcement-swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
 
  .announcement-swiper .swiper-button-prev, .announcement-swiper .swiper-button-next{
    background: transparent;
    box-shadow: none;
  }
  .announcement-swiper .swiper-button-prev:after, .announcement-swiper .swiper-button-next:after{
    color:{{ section.settings.text }};
    font-size:14px !important;
  }
  .announcement-swiper .rte a{
    color:rgb(var(--color-body-text-rgb));
    /* text-decoration-color:rgba(--color-body-text-rgb, alpha); */
  }
  @media(max-width:749px){

    .announcement-swiper{
      overflow:inherit;
    }
    .announcement-swiper .swiper-button-prev{
      left: -20px;
    }
    .announcement-swiper .swiper-button-next{
      right: -20px;
    }
  }
  .announcement-slide.announcement-single .swiper-button-prev,.announcement-slide.announcement-single .swiper-button-next{
    display:none;
  }
  .announcement-scroll{
    grid: auto / auto-flow max-content;
    justify-content: center;
    display: grid;
    overflow: hidden;
  }
  
  .announcement-item{
    grid: auto / auto-flow auto 10rem;
    place-items: center;
    display: grid;
    animation-duration: {{ speed }}s;
  }
  .announcement-dot {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #29166f;
}
  .announcement-line{
    width:32px;
    height: 1px;
    display: block;
    background-color: {{ section.settings.text }};
  }
  .announcement-item__in .image-content__image{
      width: {{ size_icon }}px;
    }
  .announcement-item__in .link{
    color: rgba(var(--color-body-text-rgb),1);
    text-decoration-color: rgba(var(--color-body-text-rgb),1);
  }