/** Shopify CDN: Minification failed

Line 26:86 Unexpected "{"

**/
/* Megamick - reduce line spacing between nested links */
.header__nav-sublinks.list-unstyled {
  row-gap: 2px !important;
}

/* Megamenu - two fixed columns with gap */
.header__nav-item.megamenu .header__nav--group-link:has(.has-dropdown) {
  grid-template-columns: repeat(2, 12rem) !important;
  column-gap: 3rem !important;
}

/* Megamenu - uppercase column headers only (Featured, Categories) */
.header__nav-item.megamenu .header__nav-links-item.has-dropdown > .header__nav-dropdown-link {
  text-transform: uppercase !important;
}
@media screen and (max-width: 749px) {
  #shopify-section-template--27046662865171__compare_slider_gP9Ejj .compare-slider__content-group {
    text-align: left;
  }

  #shopify-section-template--27046662865171__compare_slider_gP9Ejj .section__heading, {
    font-size: 2.5rem; /* adjust heading size here */
  }

  #shopify-section-template--27046662865171__compare_slider_gP9Ejj .section__heading em {
    font-size: 3.3rem; /* adjust heading size here */
    line-height: 1.4; /* adjust heading line height here */
  }

  #shopify-section-template--27046662865171__compare_slider_gP9Ejj .section__heading em {
    display: block; /* pushes em to its own line */
  }
  
  #shopify-section-template--27046662865171__compare_slider_gP9Ejj .compare-slider__text {
    font-size: 1.2rem; /* adjust paragraph size here */
    max-width: 80% 
  }
}

