/*
Theme Name: Storefront Child
Template: storefront
Version: 1.0.0
*/

.storefront-custom-nav {
    display: inline-flex;
    gap: 0.8em;
    margin-left: 1em;
}

.storefront-custom-nav li {
    list-style: none;
}

.storefront-custom-nav a {
    color: #333;
    text-decoration: none;
}