/** Shopify CDN: Minification failed

Line 65:0 Expected "}" to go with "{"

**/
/* ---- nav links ---- */
.navlink.navlink--child,
.mobile-navlink.mobile-navlink--level-2 {
  font-weight: 600;
}

.mobile-nav .mobile-menu__item--level-1:first-child .mobile-nav__sublist
.mobile-menu__item--level-2:first-child a.mobile-navlink--level-3 {
  font-weight: 600;
}
.mobile-navlink--highlight.mobile-navlink--red-highlight,
.mobile-navlink--red-highlight {
 color: #ff0000; 
}

/* desktop */
.navlink--highlight.navlink--red-highlight,
.navlink--red-highlight {
 color: #ff0000; 
}
.header__grandparent__links > .dropdown__family:first-child .navlink.navlink--grandchild {
  font-weight: 600;
}

/* ----- popup chart image container ----- */
.popup-chart__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-chart__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-chart__img-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.popup-chart__content .rte.tabs.no-content {
  margin-bottom: 0;
}


/* ----- titles ----- */
.product__title,
.product-grid-item__title {
  --FONT-WEIGHT-HEADING: 600;
  --FONT-WEIGHT-HEADING-BOLD: 600;
}
.product-grid-item__price {
  --FONT-WEIGHT-BODY-BOLD: 400;

/* ----- footer ----- */
.footer-copyright__powered {
  display: none;
}
