/** Shopify CDN: Minification failed

Line 86:1 Expected "}" to go with "{"

**/
header{
  display: flex !important;
  justify-content: space-between !important;
  max-width: 98% !important;
}

@media (min-width:800px){
  .list-menu--inline {
    justify-content: space-around;
        width: 100%;
  }
  .header__inline-menu{
    width: 56%;
  }
}

.header__icon .svg-wrapper, .header__icon span {
    width: 28px !important;
    height: 30px !important;
}

.header__icon{
  width: 3.4rem;
}
header .small-hide{
  display: flex !important;
}

 .list-menu li a{
   font-weight: 600;
 }

@media (min-width: 1010px){
    header.header.page-width{
      max-width: 88% !important;
    }
  .list-menu li a{
    font-size: 16px;
  }
}

@media (max-width: 1010px){
    header.header.page-width{
      max-width: 97% !important;
    }
}

@media (max-width: 990px){
  .header__icon--menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  header.header.page-width{
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
@media (max-width: 420px) {
  .header__icons {
  .header__icon .svg-wrapper, .header__icon span {
    width: 20px !important;
    height: 20px !important;
  }
  .header__icon {
    width: 2.4rem;
  }
}
header .header__menu-item:hover{
  color: #b8271c;
}

.menu-drawer__account{
     max-width: unset;
    width: 100%;
    gap: 20px; 
}

.cart-count-bubble span{
  color: #000;
}