/** Shopify CDN: Minification failed

Line 10:14 Expected identifier but found whitespace
Line 10:16 Unexpected "{"
Line 10:36 Expected ":"
Line 10:40 Expected identifier but found "!"

**/
.t--header-navigation {
  font-family: {{ heading_font_stack }} !important;
}


.header__link-wrapper {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid transparent;
}

.site-header.active .header__link.isSelected .header__link-wrapper,
.site-header.active .header__link:hover .header__link-wrapper {
  border-bottom: 0;
}

.footer__nav-link-span {
  padding-bottom: 0.2rem;
  border-bottom: 0;
}

.footer__nav-link.color--primary-text:hover .footer__nav-link-span {
  border-bottom: 0;
}

.footer__nav-link.color--secondary-text:hover .footer__nav-link-span {
  border-bottom: 0;
}

.footer__nav-link.color--tertiary-text:hover .footer__nav-link-span {
  border-bottom: 0;
}

.link-underline--primary {
  padding-bottom: 0;
}

.link-underline--secondary {
  padding-bottom: 0;
}
.link-underline--tertiary {
  padding-bottom: 0;
}

.header__link-wrapper {
   padding-bottom: 0;
}

@media only screen and (min-width: 750px) {
  .template-product .active.md--up--active-border--primary-text {
    border: 1px solid #E8AB41 !important;
  }
}
