:root{--mmf-top:0px;--mmf-gap:50px}

.mm-flyout{
  box-sizing:border-box;
  height:calc(100dvh - var(--mmf-top) - var(--mmf-gap));
  overflow:hidden;
  padding:16px 0 20px;
}

.aditional-wrapper{
  height:calc(100dvh - var(--mmf-top) - var(--mmf-gap));
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}

.mm-wrap{
  height:100%;
  min-height:0;
  width:1140px !important;
  display:grid;
  grid-template-columns:260px 1fr 300px;
  gap:24px;
  font-size:18px;
  font-weight:500;
  color:#000;
}

.mm-col{
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding-right:8px;
}








.mm-col {
  scrollbar-width: thin;
  scrollbar-color: #6AB3E6 #dfdfdf;
  margin-bottom: 60px !important;
}

.mm-col::-webkit-scrollbar {
  width: 8px;
}

.mm-col::-webkit-scrollbar-track {
  background: #6AB3E6;
  border-radius: 8px;
}

.mm-col::-webkit-scrollbar-thumb {
  background: #013B5B;
  border-radius: 8px;
}

.mm-col::-webkit-scrollbar-thumb:hover {
  background: #012a44;
}

.mm-col::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}







.mm-anchor {
    position: relative;
    overflow: visible;
  }
  
  .mm-flyout {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
    z-index: 9999;
    padding: 16px 0 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }
  
  .mm-flyout.is-open {
    display: block;
  }

  .aditional-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

  }
  
  .mm-wrap {
    width: 1140px !important;
    display: grid;
    grid-template-columns: 260px 1fr 300px;
    gap: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }
  
  .mm-col { min-height: 320px; }
  
  .mm-main-cats {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .mm-main-cats li { margin: 6px 0; }
  
  .mm-main-cats li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    color: #000;
    position: relative;
    font-size: 18px;
  }
  
  .mm-main-cats li a::after {
    content: "›";
    font-size: 18px;
    line-height: 1;
    opacity: .6;
  }
  
  .mm-main-cats li.is-active a {
    border-color: #0078C0;
    color: #000;
  }
  
  .mm-panel { display: none; }
  .mm-panel.is-active { display: block; }
  
  .mm-mid-head {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 24px;
    margin-bottom: 8px;
  }
  
  .mm-title,
  .mm-title--brands {
    font-size: 24px;
    color: #0078C0;
    font-weight: 400;
    margin: 0;
  }
  
  .mm-mid-grid {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 24px;
  }
  
  .mm-subcats,
  .mm-brands {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .mm-subcats {
    display: flex;
    flex-direction: column;
   gap: 20px;
   margin-top: 24px;
  }
  
  .mm-brands {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
  
  .mm-subcats a,
  .mm-brands a {
    text-decoration: none;
    font-size: 18px;
    color: #858585;
    font-weight: 400;
  }
  
  .mm-subcats a:hover,
  .mm-brands a:hover {
    color: #0078C0;
  }
  
  .mm-banners {
    display: grid;
    gap: 16px;
  }
  
  .mm-banner {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .mm-banner img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .mm-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.6) 100%);
  }
  
  .mm-banner-copy {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    color: #fff;
    display: grid;
    gap: 2px;
  }
  
  .mm-banner-title { font-weight: 600; }
  .mm-banner-desc  { font-weight: 400; }


  


  #mobile-header-subcontainer .mmv .mm-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
  }
  #mobile-header-subcontainer .mmv .mm-list > li{
    float:none !important;
    width:100%;
    display:block;
  }
  #mobile-header-subcontainer .mmv .menu-link,
  #mobile-header-subcontainer .mmv .mm-open-cats{
    display:block;
    padding:12px 0;
  }
  


  html.mmenu-lock, body.mmenu-lock{overflow:hidden;overscroll-behavior:none;height:100%}

 
  @media (max-width: 767px) {
    :root{--mm-top:0px}

#mobile-header-subcontainer{
  position: fixed;
  left: 0; right: 0;
  top: var(--mm-top, 0px);
  height: calc(100svh - var(--mm-top, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: none;
  flex-direction: column;
  background-color: white !important;
  z-index: 9999;
  padding-top: 30px !important;
  flex-wrap: nowrap;
}

body.mmenu-lock{overflow:hidden}


    #mobile-header-subcontainer .mmv .mm-list{
      display:flex;
      flex-direction:column;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    #mobile-header-subcontainer .mmv .mm-list > li{
      float:none !important;
      width:100%;
      display:block;
    }
    #mobile-header-subcontainer .mmv .menu-link,
    #mobile-header-subcontainer .mmv .mm-open-cats{
      display:block;
      padding:12px 0;
    }
  
    #mobile-header-subcontainer .mmv{display:block !important}

    .mmv {
      width: 100%;
      box-sizing: border-box;
      font-size: 14px;
      color: #000;
     padding-inline: 5vw !important;
     min-height: 100svh !important;
      padding-bottom: 30px !important;
      overflow-y: scroll !important;
    }
  
    .mmv * {
      font-size: 14px;
      color: #000;
    }
  
    .mmv [hidden] {
      display: none !important;
    }
  
    .mmv .mm-list,
    .mmv .mm-cats,
    .mmv .mm-subcats,
    .mmv .mm-brands {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px !important;
      text-transform: capitalize !important;
    }
  
    .mmv li,
    .mmv li > a,
    .mmv li > button {
      box-sizing: border-box;
    }
  
    .mmv .mm-item,
    .mmv .menu-item,
    .mmv .mm-cats li,
    .mmv .mm-subcats li,
    .mmv .mm-brands li {
      margin: 0;
      padding: 0 !important;
      border: 0 !important;
    }
  
    .mmv .mm-cats li, .mmv .mm-subcats li, .mmv .mm-brands li {
      border-bottom: 1px solid #E0E0E0 !important;
    }
  
    .mmv .mm-item {
      border-bottom: 1px solid #E0E0E0 !important;
    }
  
    .mmv a {
      text-decoration: none;
      color: inherit;
    }
  
    .mmv button {
      background: none !important;
      border: none !important;
      padding: 0;
      margin: 0;
      color: inherit;
      font: inherit;
      line-height: 1.2;
      text-decoration: none;
      cursor: pointer;
    }
  
    .mmv .mm-list > li > a,
    .mmv .mm-cats li > a,
    .mmv .mm-subcats li > a,
    .mmv .mm-brands li > a,
    .mmv .mm-brands li span {
      display: block !important;
      padding: 12px 0 !important;
      border-bottom: 1px solid #E0E0E0 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
    }
  
    .mmv .mm-list > li > button,
    .mmv .mm-cats li > button {
      display: block !important;
      padding: 12px 0 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
    }
  
    .mmv button {
      border: none !important;
    }
  
    .mmv .mm-back-to-main,
    .mmv .mm-back-to-cats {
      display: inline-block;
      padding: 12px 0 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      text-decoration: none;
      color: #0078C0 !important;
    }
  
    .mmv .mm-title-subcats,
    .mmv .mm-title-brands {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin: 16px 0 8px 0 !important;
      color: #0078C0 !important;
    }
  
    .mmv .mm-title-brands {
      margin-top: 24px !important;
    }
  
    .mmv .mm-banners {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin: 24px 0;
    }
  
    .mmv .mm-banners img {
      width: 100%;
      height: auto;
      display: block;
    }

    .mmv .mm-banners .mm-banner-copy {
     color: white !important;
    }

    .mmv .mm-banners .mm-banner-title {
      font-weight: 600 !important;
      font-size: 18px !important;
      color: white !important;
    }

    .mmv .mm-banners .mm-banner-desc {
      font-weight: 400 !important;
      font-size: 14px !important;
      color: white !important;
    }
  }
  
  @media (max-width: 767px) {
    .mmv { display: none; }
    .mmv.is-open {
      display: block;
      position: relative;
      background: #fff;
      z-index: 10000;
     
    }


   
@media (max-width: 767px){
  .mmv{ min-height:0 !important; } 

  .mmv.is-open{
   
    height: calc(100svh - var(--mmv-top, 0px)) !important; 
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
                                 
  }
}


    html.mmv-lock,
    body.mmv-lock { overflow: hidden; height: 100%; }
    .is-hidden,
    .display-none { display: none !important; }
    .mmv-open #open-menu-mobile { display: none !important; }
    .mmv-open #close-menu-mobile { display: block !important; }
  }
  

  .close-menu-mobile {
    display: none !important;
  }