/** Shopify CDN: Minification failed

Line 62:0 Comments in CSS use "/* ... */" instead of "//"
Line 92:2 Comments in CSS use "/* ... */" instead of "//"
Line 92:59 Unterminated string token

**/
/* curved text, shadows under headers */
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}

.curve-wrapper {
  font-size: 1em;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 100px;
  padding-bottom: 22%;
  @media screen and (max-width: 989px) {
    padding-bottom: 30%;
  }
  @media screen and (min-width: 990px) {
    min-height: 210px;
  }
  svg {
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 0;
    @media screen and (max-width: 989px) {
      width: 130%;
      left: -15%;
    }
  }
  path {
    fill: transparent;
    margin: 0 auto;
  }
  text {
    fill: #111;
    text-align: center;
    font-size: 3.9rem;
  }
  textpath {
    position: relative;
  }
  .tk-spumante {
    z-index: 2;
  }
  .tk-spumante-shadow {
    z-index: 1;
  }
}

// extra rules for weird titles
.bad-kerning {
  textpath {
    word-spacing: -10px;
  }
}

.short-title {
  svg {
    @media screen and (max-width: 989px) {
      width: 180%;
      left: -40%;
    }
  }
}

.long-title {
  text {
    font-size: 2.5rem;
  }
}

.tk-spumante-shadow {
  color: #e1422c;
  fill: #e1422c;
}

.inventory-header-decoration,
.searching-for,
#filters {
  // position nearby elements on top of header's whitespace
  position: relative;
  z-index: 1;
}

.curve-wrapper-outer {
  .welcome-star {
    display: none;
  }
}

.curve-wrapper-outer.welcome {
  position: relative;
  overflow: hidden;
  img {
    display: none;
  }
  .welcome-star {
    display: block;
  }
  @media screen and (min-width: 990px) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    img {
      display: block;
      max-height: 140px;
    }
    .welcome-text-wrapper {
      min-width: 80%;
      width: 80%;
      flex: 1 1 80%;
    }
    span.welcome-star {
      position: relative;
      z-index: 2;
    }
  }
  @media screen and (min-width: 1090px) {
    overflow: visible;
  }
}

.inventory-header-decoration {
  text-align: center;
  position: relative;
  margin-top: -30px;
  top: 10px;
  img {
    height: auto;
    width: auto;
    max-height: 30px;
  }
}

@media screen and (max-width: 635px) {
  .inventory-header-decoration {
    top: -15px;
    margin-top: -20px;
    img {
      max-height: 40px;
    }
  }
}
@media screen and (min-width: 636px) and (max-width: 768px) {
  .inventory-header-decoration {
    top: -15px;
  }
}
@media screen and (min-width: 769px) {
  .inventory-header-decoration {
    top: -40px;
    img {
      max-height: 50px;
    }
  }
}
