.wpb-navigation { background-color: var(--clr-light); border-bottom: none;
    .wpb-navigation__top { background-color: transparent;
        .wpb-usps { --color: var(--clr-text); font-size: 1.3rem; font-weight: 600;
            li { grid-template-columns: auto 1fr; column-gap: .4rem;
                i { font-size: 1rem; color: var(--clr-text); }
            }
        }
    }
    .wpb-navigation__main { background-color: #fff; border-radius: 2.4rem 2.4rem 0 0;

    }
    .wpb-navigation__bottom { background-color: #fff;

    }

    @media (min-width: 992px) {
        .btn { min-height: 4.6rem; }

        .wpb-navigation__collapse {
            .is-level-2 { border: none; box-shadow: 0 1rem 1rem 0rem rgba(0,0,0,0.025); }

            .menu-item {
                &.menu-item-default-menu .sub-menu { border-top: none; box-shadow: 0 1rem 1rem 0rem rgba(0,0,0,0.025); }
            }

            .wpb-navigation__collapse-footer .btn { position: relative; padding: 0 2rem;
                + .btn::before { content: ''; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); width: .1rem; height: 2.4rem; background-color: var(--clr-border); }
            }
        }
    }

    /* Mobile nav */    
    @media (max-width: 991.98px) {
        .btn--to-shop { display: none; }
    }
}