/* COLOR INVERSION AND TRANSPARENCY */
.template-index .Header--transparent,
.template-index .Header--transparent a, 
.template-index .Header--transparent .Header__CartCount,
.template-index .Header--transparent .swiper .Heading,
.template-index .Header--transparent .Header__SecondaryNav .HorizontalList__Item a.Link {
  color: #fff !important;
}

#cart-drawer-wiser {
  padding-top:20px;
}

.Heading.u-h6.Header__CartCount {
  font-size: 12px;
  padding-left: 2px;
   vertical-align: top; 
}
.desktop-announcement {
display: none;
}
.mobile-announcement {
display: block;
}
@media screen and (min-width: 1008px) {  
.desktop-announcement {
display: block;
}
.mobile-announcement {
display: none;
}
  
.Heading.u-h6.Header__CartCount {
  font-size: 12px;
     vertical-align: top !important; 
  }
}

.Header .Header__LogoImage,
.Header svg.Icon {
  filter: none;
  transition: filter 500ms; 
}
.template-index .Header--transparent .Header__LogoImage {
  filter: invert(1);
}

.template-product .Header--transparent nav.Header__MainNav {
  display: none;
}

.supports-sticky .Header--transparent {
  background: transparent;

  /* These styles allow you to have a different logo to be used when the header is transparent */
  .Header__Logo img.Header__LogoImage--primary:not(:only-child) {
    opacity: 0;
  }
  .Header__LogoImage--primary:not(:only-child) {
    opacity: 0;
  }
  .Header__Logo img.Header__LogoImage--transparent {
    opacity: 1;
  }

  .Header__Icon svg {
    -webkit-filter: drop-shadow(0 1px rgba(#000000,0.25));
    filter: drop-shadow(0 1px rgba(#000000,0.25));
  }

  .Header__Icon,
  .Header__CurrencySelector,
  .HorizontalList__Item > .Heading,
  .Header__LogoLink > .Heading,
  .Text--subdued {
    color: #fff;
  }
}

/* MEGA MENU */

.Mega.Link.Link--secondary {
  font-family: 'Mulish';
  font-size: 11.5px;
  color: #666;
}
@media screen and (min-width: 1340px) {   
.Mega.Link.Link--secondary {
  font-size: 12.5px;
  }
}
@media screen and (min-width: 1440px) {   
.Mega.Link.Link--secondary {
  font-size: 13.5px;
  }
}
.MegaMenu__Item {
    margin: 20px 0px;
    position: relative;
}

.MegaMenu__Item img {
    width: 360px;
}

.HorizontalList__Item.menu_2 .MegaMenu__Inner {
  padding: 0 10px 0 30px;
}

.HorizontalList__Item.menu_2 .MegaMenu__Item img {
    width: 350px;
}

header#section-header .MegaMenu__Item:first-child ul {
  display: flex;
  flex-direction: column;
  max-height: 220px;
}


.MegaMenu__Item  {
  position: relative;
}
.MegaMenu__PushHeading.Heading.u-h6 {
  position: absolute;
  color: #ffffff;
  font-size: 24px;
  left: 135px;
  width: 284px;
  margin-top: -55%;
}

@media screen and (min-width: 1003px) {   
 
  .Header.Header--inline.Header--initialized * {
    vertical-align: bottom;
  }
  .HorizontalList.HorizontalList--spacingExtraLoose {
	margin-top: 1px;
  }
  .Header__SecondaryNav {
    margin-top: 7px;
    text-transform: uppercase;
  }
}



