/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 23:12 Unexpected "{"
Line 23:21 Expected ":"
Line 26:11 Unexpected "{"
Line 26:20 Expected ":"
Line 34:11 Unexpected "{"
Line 34:20 Expected ":"
Line 37:11 Unexpected "{"
Line 37:20 Expected ":"
... and 16 more hidden warnings

**/


/* CSS from section stylesheet tags */
#section-{{ section.id }} .noticeHidden{
    display:none;
  }
  
  #section-{{ section.id }} .show{
    display:block;
  }
 #section-{{ section.id }}  .header-slide-close{
       display:none;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 7px;
        right: 7px;
      }
 #section-{{ section.id }}  .closeShowBtn{
       display:block;
      }
 #section-{{ section.id }}  .header-slide-close .Icon{
        color:#fff;
      }
 #section-{{ section.id }} .ui-header-cupon{
        position: relative;
        background-color: #e22120;
        color: #ffffff;
        background:#000;
        height:40px;
/*     background-image: url(/cdn/shop/files/Black_Halloween_Facebook_Cover_Photo_-_Made_with_PosterMyWall_47a91f08-89e4-4436-b3ef-662a1721168c.jpg?v=1664422346); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
      }
 #section-{{ section.id }}  .ui-flickity-txt{
        width:100%;
        text-align:center;
        height:40px;
        line-height:44px;
        font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
        font-size: 18px;
        letter-spacing: 0px;
display: flex;
    align-items: center;
       justify-content: center;
   
      }
    
 #section-{{ section.id }} .ui-flickity-txt img{
        height:auto;
       vertical-align: baseline;
      }

 #section-{{ section.id }} .ui-flickity-txt a{
      display: flex;
  }
  @media (min-width: 1025px) {
 #section-{{ section.id }} .header-slide-close{
       cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 12px;
        right: 12px;
      }
 #section-{{ section.id }} .ui-header-cupon{
       height:50px;
     }
 #section-{{ section.id }} .ui-flickity-txt{
      height:50px;
        line-height:54px;
    }
 #section-{{ section.id }} .ui-flickity-txt img{
      display: block;
      margin: auto;
      position: relative;
  	}
  }
  .notice-wrap{
     width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    position: sticky;
  }