/** Shopify CDN: Minification failed

Line 71:3 Expected "}" to go with "{"

**/
i.page-titleh1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5 {color: #121212;}
.link,.customer a {
  text-decoration: none !important; font-size: 1.1em;
}
h1,.h1 {
  font-size: 1.5em; font-weight: 700;
}
h2,.h2 {
  font-family: Raleway;
  font-size: 1em;
}
.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 10px; 
  font-size: 1em; 
  margin-bottom: -8px;
}
h2.title.h1 {
  font-size: 1.4em; 
  font-weight: 400;
}
.h5 {
  font-size: 0.8em; 
  font-weight:600; 
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground)); 
  text-decoration: none;
}
.link,.customer a {
  text-decoration: none !important;
  font-size: 1.4em;
}
.link,.customer a:hover {
  text-decoration: none !important;
  font-size: 1.4em;
  font-color:#AF3E4C;
  background-color:transparent !important;
}
.list-menu__item {
  display: flex; align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.link,.customer a {
  cursor: pointer; display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 40%; width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
  } 
  .product--large:not(.product--no-media) .product__info-wrapper {
  padding: 0 0 0 4rem; 
    max-width: 60%; width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
  }