/** Shopify CDN: Minification failed

Line 21:10 Expected identifier but found whitespace
Line 21:12 Unexpected "{"
Line 21:21 Expected ":"
Line 231:0 Expected "}" to go with "{"

**/





/* h2 {
  color: var(--colorhotpink);
} */
#home-cover-content-promo h2 {
  font-size: 80px;
}
#home-cover-content-promo {
    color: {{ section.settings.theme_color }};
    transform: translateY(-60%);
    left: 48%;
    margin-right: 60px;
    text-align: center;
}
#home-cover-button {
    position: relative;
    top: 40px;
    width: max-content;
    transform: scale(1.5);
    padding-right: 80px;
    color: white;
    padding-left: 80px;
}
#home-cover-description {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  width: 620px;
}
#home-cover-subtitle {
  font-size: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: 'JessiNeue-regular', sans-serif;
}
#sale-text {
  position: relative;
  font-size: 20px;
  top: 70px;
}
.wrinkles {
  max-height: 70px;
  position: relative;
  top: 15px;
}

@media screen and (max-width: 992px) {
  .mobile-cover img {
    height: auto !important;
  }
  #home-cover-desktop-streak {
    display: none;
  }
  #home-cover-content-promo h2 {
    font-size: 60px;
    
  }
  #home-cover-content-promo h2 {
    line-height: 0.8;
    font-size: 50px;
  }
  #home-cover-content-promo {
    left: 0%;
    text-align: center;
    transform: translateY(-25%);
    width: 100vw;
    bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #home-cover-description {
    width: 100%;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #home-cover-subtitle {
    font-size: 30px;
    width: 100%;
    margin: auto;
    font-family: 'JessiNeue-regular', sans-serif;
  }
/*   #sale-text {
    display: none;
  } */
}

/*   MOBILE BREAKPOINT */
@media screen and (max-width: 600px) and (max-height: 1000px) {
#home-cover-button {
    position: relative;
    top: 20px;
    padding-right: 80px;
    padding-left: 80px;
    transform: scale(1);
    width: max-content;
}
#home-cover-content-promo {
    transform: translateY(-100%);
    left: 0%;
    text-align: center;
    width: 100vw;
}
#sale-text {
    position: relative;
    font-size: 15px;
    top: 30px;
  }
.wrinkles {
  max-height: 50px;
}
.mobile-cover {
  background-color: var(--colorlightpink)
}
}
@media screen and (max-width: 600px) and (max-height: 860px) {
  #home-cover-content-promo {
    transform: translateY(-85%);
    left: 0%;
    text-align: center;
    width: 100vw;
  }
}
@media screen and (max-width: 600px) and (max-height: 810px) {
  #home-cover-content-promo {
    transform: translateY(-55%);
    left: 0%;
    text-align: center;
    width: 100vw;
  }
}
@media screen and (max-width: 600px) and (max-height: 810px) and (min-height: 775px) {
#home-cover-content-promo {
    transform: translateY(-70%);
    left: 0%;
    text-align: center;
    width: 100vw;
  }
}
@media screen and (max-width: 600px) and (max-height: 760px) {
  #home-cover-content-promo {
    transform: translateY(-45%);
    left: 0%;
    text-align: center;
    width: 100vw;
  }
}
@media screen and (max-width: 600px) and (max-height: 760px) and (min-height: 730px) {

  #home-cover-content-promo {
    transform: translateY(-55%);
    left: 0%;
    text-align: center;
    width: 100vw;
  }
}

@media screen and (max-width: 600px) and (max-height: 700px) {
#home-cover-content-promo {
    transform: translateY(-25%);
/*     bottom: 20px; */
    left: 0%;
    text-align: center;
    width: 100vw;
}


/* #home-cover-desktop-streak {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(0.7, 0.7);
}
.home-cover-content h3 {
  font-size: 30px;
}
.promo-emphasis {
  max-height: 80px;
  position: relative;
  top: 50px;
  right: 70px;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-cover-content-promo {
    text-align: center;
    bottom: 120px !important;
  }
  #home-cover-desktop-streak {
    display: none;
  }
  .home-cover-content h3 {
    font-size: 1.17em;
  }
  .promo-emphasis {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .home-cover-content-promo {
    text-align: center;
    bottom: 70px !important;
  }
} */
  










