.top-shop-menu {
    font-family: Arial, Helvetica, sans-serif;
}

.top-shop-menu .grouped-dropdown {
    min-width: 320px;
    padding: .65rem;
}

.top-shop-menu .grouped-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
}

.top-shop-menu .menu-group {
    padding: .25rem 0;
}

.top-shop-menu .menu-group-title {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #1f2d3d;
    text-transform: none !important;
}

.top-shop-menu .menu-group-title i {
    width: 1rem;
    margin-right: .45rem;
    text-align: center;
}

.top-shop-menu .menu-group-title:hover {
    background-color: #f4f7fb;
    color: #0d6efd;
}

.top-shop-menu .menu-leaf {
    padding-left: calc(1.5rem + 1rem + .45rem);
    font-size: .95rem;
    font-weight: 400 !important;
    font-style: normal;
    text-transform: none !important;
}

.top-shop-menu .nav-link {
    text-transform: none !important;
}

.top-shop-menu .navbar-nav > .nav-item > .nav-link {
    white-space: nowrap;
}

.top-shop-menu .navbar-nav > .nav-item > .nav-link i {
    width: 1rem;
    margin-right: .4rem;
    text-align: center;
}

@media (min-width: 992px) {
    .top-shop-menu .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .top-shop-menu .grouped-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}
