
.bg-navbar {
    background-color: var(--bs-white);
}

.basket-footer-button {
    /* set icon-color to 'white' for white icon, any other value for black icon */
    --icon-color: black;
    background-color: var(--bs-primary);
}

/* these changes to deactivate sidebar */

/*
.sidebar {
    --sidebar-display: none;
}

.container {
    max-width: 100em;
    width: 100%;
    margin: auto;
}

.container-main {
    display: flex;
    justify-content: center;
    margin: 0 1rem;
}

main.with-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100vw - 2rem);
}

@media (min-width: 62em) {
    main.with-sidebar {
        margin: 0 auto;
        width: 60vw;
    }
}

.basket-footer-button  {
    display: block;

    @media (min-width: 48em) {
        display: block;
    }
}
*/
