/** Shopify CDN: Minification failed

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

**/
@media screen and (min-width: 768px) {
  .header-item--navigation {
    justify-content: flex-start !important;
  }
  
  .header-navigation-bottom{
    border-top:none !important;
  }
  
  .nxltr1{
    margin-left:-15px;
  }

  .header-layout{
    margin-bottom:24px;
  }

  .header-sticky-wrapper{
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
  }

 .site-header--stuck{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }

  .site-nav__dropdown {
    padding:30px 20px !important;
    padding-right: 40px !important;
     border-radius:8px;
  }

 
  .indepe-text {
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: calc(var(--typeBaseSize) - 1px) !important;

  }


  .logo--force-nxhh {
    display:none;
  }


 
}

@media screen and (min-width: 1375px) {
 .header-navigation-bottom .appear-delay-2 {
    margin-left: -80px !important;
  }

  .header-navigation-bottom .appear-delay-3 {
    margin-left: -40px !important;
  }

 .header-navigation-bottom .appear-delay-4 {
    margin-left: -40px !important;
  }

 .header-navigation-bottom .appear-delay-5 {
    margin-left: -65px !important;
  }
 .header-navigation-bottom .appear-delay-6 {
    margin-left: -65px !important;
  }
}

.drawer--is-open{
     z-index: 999;
}

.mobile-nav__link{
font-weight: 600;
}

@media only screen and (min-width:769px){
  .product-single__sticky{
     position: static !important;
    top:20px;
  }