/** Shopify CDN: Minification failed

Line 18:14 Expected ")" to end URL token
Line 19:14 Expected ")" to end URL token
Line 20:14 Expected ")" to end URL token
Line 21:14 Expected ")" to end URL token
Line 22:14 Expected ")" to end URL token
Line 29:14 Expected ")" to end URL token
Line 30:14 Expected ")" to end URL token
Line 31:14 Expected ")" to end URL token
Line 32:14 Expected ")" to end URL token
Line 33:14 Expected ")" to end URL token
... and 5 more hidden warnings

**/
@font-face {
  font-family: 'boysen';
  src: url({{ 'font-Boysen.eot' | asset_url }});
  src: url({{ 'font-Boysen.eot?' | asset_url }}) format('embedded-opentype'),
       url({{ 'font-Boysen.woff' | asset_url }}) format('woff'),
       url({{ 'font-Boysen.ttf' | asset_url }}) format('truetype'),
       url({{ 'font-Boysen.svg' | asset_url }}) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'boysen';
  src: url({{ 'font-Boysen-Light.eot' | asset_url }});
  src: url({{ 'font-Boysen-Light.eot?' | asset_url }}) format('embedded-opentype'),
       url({{ 'font-Boysen-Light.woff' | asset_url }}) format('woff'),
       url({{ 'font-Boysen-Light.ttf' | asset_url }}) format('truetype'),
       url({{ 'font-Boysen-Light.svg' | asset_url }}) format('svg');
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'boysen';
  src: url({{ 'font-Boysen-Bold.eot' | asset_url }});
  src: url({{ 'font-Boysen-Bold.eot?' | asset_url }}) format('embedded-opentype'),
       url({{ 'font-Boysen-Bold.woff' | asset_url }}) format('woff'),
       url({{ 'font-Boysen-Bold.ttf' | asset_url }}) format('truetype'),
       url({{ 'font-Boysen-Bold.svg' | asset_url }}) format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'boysen';
}

.nav--desktop .main-menu>.nav__item>a,
.h1, .h2, .h3, .h4, .h5, .h6, .password__hero, .product-form label, .title, h1, h2, h3, h4, h5, h6 {
  font-family: 'boysen';
  font-style: normal;
}


/* COLLETION */
.banner-box--collection {
  .banner-box__wrap,
  .banner-box__triangle {
    display: none;
  }
}


/* PRODUCT */
.value-props__item:nth-of-type(1) svg,
.value-props__item:nth-of-type(2) svg,
.value-props__item:nth-of-type(3) svg,
.value-props__item:nth-of-type(4) svg {
  fill: #1ca884;
}

.product__upsell__list>.active:nth-of-type(1)>span,
.product__upsell__list>.active:nth-of-type(2)>span,
.product__upsell__list>.active:nth-of-type(3)>span {
  color: #1ca884;
  svg {
    fill: currentColor;
  }
}

.value-props__title {
  color: #1ca884 !important;
}
.site-footer {
  .footer__newsletter {
    background-color: #1ca884;
    color: #fff;
  }
  .footer__block__title {
    color: #1ca884;
  }
  .footer__social .social-icons li svg path {
    fill: #1ca884;
  }
}

.sticker--sale {
  width: 100px;
  height: 74px;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  justify-content: center;
  padding: 0 10px 8px 0 !important;
  line-height: 1 !important;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 46' style='enable-background:new 0 0 64 46;' xml:space='preserve'%3E%3Cpath style='fill:%231DA682;' d='M6.9,12.7c-0.3,0.9-1.3,1.3-2.1,1c-0.9-0.3-1.3-1.3-1-2.1c0.3-0.9,1.3-1.3,2.1-1 C6.8,10.9,7.2,11.8,6.9,12.7 M63.5,16.9L17.6,0.2l-15.2,8L0.5,13l6.6,16.1L53,45.8L63.5,16.9z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: unset;
  background-color: transparent !important;

  > .sticker__inner {
    transform: rotate(25deg);
    transform-origin: center;
    line-height: 1;
    text-align: right;
    font-family: boysen;
    font-style: normal;
    font-weight: normal;
    padding: 15px;
    font-size: 30px;

    &:before {
      display: content;
      content: "-";
      font-weight: bold;
    }
  }

  @media only screen and (max-width: 767px) {
    width: 80px;
    height: 60px;
    > .sticker__inner {
      padding: 8px;
      font-size: 24px;
    }
  }
}

.sticker:not(.sticker--sale) {
  font-family: Lato, sans-serif !important;
  font-weight: normal !important;
  padding: 0;
  width: auto;
  height: auto;
  display: flex;
  width: 120px;
  height: 60px;
  clip-path: unset;
  align-items: flex-end;
  justify-content: center;
  transform: rotate(-45deg) translateY(-20%);
  transform-origin: 50% 50%;
  top: 0px;
  left: -30px;

  > span {
    position: relative;
    padding-bottom: 5px;
    transform: none;
    transform-origin: unset;
    font-size: .8rem;
  }
}

.sticker.sticker--new {
  > span {
    max-width: 50px;
    line-height: 1;
  }
}

.gf-option-block-swatch ul.gf-option-box {
    display: block !Important;
}

.product__percent-off {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid;
  border-radius: 50px;
  color: #eb6752;
  text-align: center;
  line-height: normal;

  > div {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
  }

  strong {
    font-size: 1.4em;
  }

  @media only screen and (min-width: 768px) {
    width: 80px;
    height: 80px;
    strong {
      font-size: 1.8em;
    }
  }
}

.product__price.on-sale {
  [data-compare-price] {
    text-decoration: none !important;
    font-style: normal;
    &:before {
      content: "WAS ";
    }
  }

  [data-product-price] {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #eb6752;
  }
}

.product__countdown-timer {
  .eapps-countdown-timer-has-background {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-left: -10px;
  }
  .eapps-countdown-timer-header-title-text {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
  }
  .eapps-countdown-timer-item-container {
    margin-top: 0 !important;
  }
  .eapps-countdown-timer-item-group-label {
    margin-top: 0 !important;
  }
}


.nav__link--all-sale {
  color: #da705a !important;
}
