@media print, screen and (min-width: 1101px) {
  .gNav-product-category {
    border-bottom: solid 1px #b2b2b2;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .gNav-product-category:first-child {
    border-top: solid 1px #b2b2b2;
    margin-top: 178px;
  }
  .gNav-product-category-item:hover .gNav-product-category-header a {
    background-color: #005bac;
    color: #fff;
  }
  .gNav-product-category-item:hover .gNav-product-category-header a::after {
    border-color: #fff;
  }
  .gNav-product-category-item:hover .gNav-product-subcategories {
    opacity: 1;
    visibility: visible;
  }
  .gNav-product-category-header > a {
    font-size: 108%;
    padding: 20px;
    transition: all 0.2s;
  }
  .gNav-product-category-header > a::before {
    display: none;
  }
  .gNav-product-category-header > a::after {
    border-color: #b2b2b2;
    left: auto;
    right: 20px;
  }
  .gNav-product-category-header.gNav-category-top > a::after {
    left: auto;
    right: 20px;
  }
  .gNav-product-category-subheader {
    border-color: #b2b2b2;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .gNav-product-category-subheader + ul li {
    border-bottom: solid 1px #b2b2b2;
    margin-bottom: 0;
  }
  .gNav-product-category-subheader + ul a {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 10px 10px 0;
  }
  .gNav-product-category-subheader + ul a img {
    width: 67.5px;
  }
  .gNav-product-category-subheader + ul a::before {
    margin-right: 0;
    top: calc(50% - 4px);
    left: auto;
    right: 0;
  }
  .gNav-product-categories__inner {
    background-color: #fff;
    width: 260px;
    height: 100%;
    overflow-y: scroll;
  }
  .gNav-product-subcategory {
    margin-top: 0;
    margin-right: 25px;
    width: calc((100% - 50px) / 3);
  }
  .gNav-product-subcategory:nth-child(2n) {
    margin-right: 25px;
  }
  .gNav-product-subcategory:nth-child(3n) {
    margin-right: 0;
  }
  .gNav-product-subcategories {
    background-color: #f5f5f5;
    align-content: flex-start;
    row-gap: 100px;
    width: calc(100vw - 520px);
    height: 100vh;
    overflow-y: scroll;
    padding: 140px min(5.16vw, 80px);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 520px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .gNav-category > a {
    padding: 20px;
    line-height: 1.5;
  }
  .gNav-category > a::after {
    transition: all 0.2s;
  }
  .gNav-category.open > a > span::before {
    display: inline;
    border-color: #fff;
  }
  .gNav-categories {
    border-right: solid 1px #b2b2b2;
    padding: 0;
  }
  .gNav-categories::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 9px 0px 10px -5px rgba(0, 0, 0, 0.15);
  }
  .gNav-categories .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .gNav-categories::before {
    display: none;
  }
  .gNav-categories .gNav-category-top {
    margin-top: 178px;
    margin-bottom: 0;
  }
  .gNav-categories .gNav-category-top > a {
    background-color: inherit;
    border-top: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    height: auto;
    padding: 20px;
  }

  .close {
    right: auto;
    left: 200px;
  }
  .close::before {
    color: #b2b2b2;
  }
}
@media print, screen and (max-width: 1200px) {
  .gNav-product-subcategory {
    width: calc((100% - 25px) / 2);
  }
  .gNav-product-subcategory:nth-child(2n) {
    margin-right: 0;
  }
  .gNav-product-subcategory:nth-child(3n) {
    margin-right: initial;
  }
}
