/** Shopify CDN: Minification failed

Line 55:44 Unexpected "/"

**/
/* .swiper-thumbs {
  display: none;
} */

/* .swiper-thumbs {
  display: none;
} */

.nav-menu-columns {
  gap: 40px;
}

@media (max-width: 1350px) {
  .nav-menu-columns {
    gap: 30px;
  }
}

.nav-img-caption {
  display: block;
  font-size: 16px;
  text-align: center;
}

.nav-badge {
  background: rgb(180 200 118 / var(--tw-bg-opacity, 1));
  color: #002799;
  padding: 4px 6px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
}

 /* Remove animated underline from nav level 3 */                                                                      
  a.nav-l3::before,                                                                                                     
  a.nav-l3::after {                                                                                                     
    display: none !important;
  }                                                                                                                     
                  
  a.nav-l3:hover {
    text-decoration: underline !important;
    transition: all 0.2s ease;
    text-underline-offset: 5px;
  }

  If the underline is driven by a background/background-size trick instead of a pseudo-element, add this too:           
   
  a.nav-l3,                                                                                                             
  a.nav-l3:hover {
    background-image: none !important;
    text-decoration: none !important;
  }

   /* reduce padding between items (target the li or container) */                                            
  .nav-l2-container,
  ul.nav-l2-list {                                                                                                      
    gap: 0.1rem; /* adjust as needed */
  }   

.nav-img-caption:hover {
    color: #002799;
    text-decoration: underline;
    transition: color 0.2s ease;
    text-underline-offset: 5px;
  }


#shopify-block-template--21596471230629__how_to_use_AnGPzF__step_mbK9Wf .htu__step-title {
  color: red !important;
}
