/** Shopify CDN: Minification failed

Line 158:10 Expected identifier but found whitespace
Line 158:12 Unexpected "{"
Line 158:19 Expected ":"
Line 158:63 Expected ":"

**/
@media screen and (min-width: 990px) {
  div.shopify-section.section-header {
    z-index: 900;
    height: 60px;
  }
  
  div.shopify-section.announcement-bar-section {
    z-index: 800;
  }
  
  div.shopify-section.section-header .header-wrapper {
    height: 60px;
  }
  
  div.shopify-section.section-header .header-wrapper img, 
  div.shopify-section.section-header .header-wrapper nav {
    top: -30px;
    position: relative;
  }
  div.shopify-section.section-header.scrolled-past-header .header-wrapper nav{
      position: relative;
      top: 0px;
  }
  
  div.shopify-section.section-header.scrolled-past-header .header-wrapper {

  }
  
  div.shopify-section.section-header.scrolled-past-header .header-wrapper img, 
  div.shopify-section.section-header.scrolled-past-header .header-wrapper nav{
    top: 0px;
    position: relative;
  }
  div.shopify-section.section-header.scrolled-past-header .header-wrapper img.motion-reduce {
    width: 80px;
}

  div.shopify-section.section-header.scrolled-past-header .header-wrapper nav{
      position: relative;
      top: 0px;
  }
}

svg.icon.icon-account {
    fill: rgb(var(--color-foreground));
}
a#HeaderMenu-collections {}

ul.list-menu.list-menu--inline a {
    text-transform: uppercase;
    font-weight: 900;
    padding: 3px 17px;
}

a#HeaderMenu-sale {
    background-color: #000000;
    color: #000000;
    border-radius: 19px;
    box-shadow: #000000 4px 4px;
    /* border: solid 2px #e6ff52; */
    top: -1px;
    position: relative;
}
.header__icon.header__icon--cart .icon {
    height: 2rem;
    width: 2rem;
}
.header-localization{
    top: -25px;
    position: relative;
}
.scrolled-past-header .header-localization {
    top: 0px;
}
.scrolled-past-header sticky-header.header-wrapper{
}


.slideshow__additional-image {
  position: absolute;
  z-index: 2;
}

.slideshow__additional-image--top-left {
  top: 0;
  left: 0;
}

.slideshow__additional-image--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow__additional-image--top-right {
  top: 0;
  right: 0;
}

.slideshow__additional-image--middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slideshow__additional-image--middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow__additional-image--middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.slideshow__additional-image--bottom-left {
  bottom: 0;
  left: 0;
}

.slideshow__additional-image--bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow__additional-image--bottom-right {
  bottom: 0;
  right: 0;
}
.slideshow__additional-image img {
    width: 100%;
}

a#HeaderMenu-sale.focus-inset {
    background-color: #ffffff;
}

.collection-hero__text-wrapper {
    font-weight: 100;
    padding: 20px 0 20px 0;
}
.collection-hero__text-wrapper p{
    font-size:16px;
}
@media (max-width: 749px) {
  .slideshow__additional-image {
    width: {{ block.settings.additional_image_width_mobile }}px;
  }
}