@media (min-width: 901px) {
  .nav-links {
    gap: 15px;
    font-family: Quicksand, Arial, sans-serif;
    font-size: 16px;
    font-weight: 650;
    text-transform: uppercase;
  }
}

@media (min-width: 1181px) {
  .product-mega-menu {
    top: 118px;
  }

  .nav-links .product-mega-dropdown .product-mega-menu {
    width: min(1110px, calc(100vw - 48px));
    min-height: 344px;
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 18px;
    padding: 16px;
    overflow: hidden;
    background: #fff;
  }

  .product-mega-dropdown .product-mega-visual {
    width: 238px;
    height: 312px;
    min-height: 312px;
    max-height: 312px;
  }

  .product-mega-dropdown .product-mega-visual img {
    width: 238px;
    height: 312px;
    min-height: 312px;
    max-height: 312px;
    object-fit: cover;
    object-position: center;
  }

  .nav-links .service-mega-dropdown .product-mega-category-grid a {
    min-height: 1px;
  }

  .nav-links .service-mega-dropdown .product-mega-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 26px;
  }

  .nav-links .product-mega-category-grid a {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 40px;
    padding: 4px 1px 8px 17px;
    align-items: center;
    border-bottom: 1px solid #dfe7ef;
    border-radius: 0;
    color: #285083;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
  }
}
