/** Shopify CDN: Minification failed

Line 15:2 Unexpected ".2col-header-col-left"
Line 24:6 Unexpected ".2col-header-col-left"
Line 30:6 Unexpected ".2col-header-col-left"
Line 35:6 Unexpected ".2col-header-col-right"
Line 42:2 Unexpected ".2col-header-col-right-short"
Line 51:2 Unexpected ".2col-header-col-left"
Line 56:2 Unexpected ".2col-header-col-right"
Line 62:2 Unexpected ".2col-header-col-right-short"

**/


  .2col-header-col-left >a{
    text-decoration: none;
  }
  
.split-header-wrapper{
margin-left:32px;

  
}
      .2col-header-col-left{
        margin-left:25px;
        flex: 1;
        Display: none;
    }

      .2col-header-col-left a {
      text-decoration: none !important;
      justify-content: center;
      }

      .2col-header-col-right{
        margin-right: 25px
        text-align: right;
        flex: 1;
        Display: none;
    }

  .2col-header-col-right-short{
    margin-right: 25px;
    flex: 1;
    text-align: center;
    Display: none;
  }

  /* left message */
  @media only screen and (min-width: 700px) {
  .2col-header-col-left{
    display: initial;}
  }

  @media only screen and (min-width: 1300px) {
  .2col-header-col-right{
    display: initial;
  }
  }

  @media only screen and (max-width: 1300px) {
  .2col-header-col-right-short{
    display: initial;
  }
  }



.light-promotion-wrapper {
  display: flex;
  flex-direction:row;
  align-items: center;
  height: 36px;
  text-align: center;
  padding-top:8px;
}

.header-col-left,
.header-col-middle,
.header-col-right,
.header-col-right-short {
  flex: 1;
  text-align: center;
  display: none;
  justify-content: center;
}

.header-col-left a,
.header-col-middle a,
.header-col-right a,
.header-col-right-short a{
        justify-content: center;
}

  .promo_bar__icon{
   margin-right:12px
   max-height:24px;
   max-width:24px;
  padding-bottom:6px;
  }

  .promo_bar__icon,
  .promo_bar__link{
    align-vertical:middle;
    margin-left:8px;
    height: 36px;
  }

  

  /* left message */
  @media only screen and (min-width: 1300px) {
  .header-col-left{
    display: flex;}
  }

  @media only screen and (min-width: 1600px) {
  .header-col-right{
    display: flex;
  }
  }

  @media only screen and (max-width: 1300px) {
  .header-col-right-short{
    display:flex;
  }
  }
