@import url("partials/product_autocomplete_search_widget-IUzf-9T.css");
@import url("partials/location-switcher-71xFY6Z.css");

html:root {
    /*--logo-color: #d28baf;*/
    --logo-color-rgb: 210, 139, 175;
    --bs-body-font-size: 1.125rem;
}

.body-container {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.navbar-brand .logo {
    font-size: 1.4rem;
}

.footer {
    background-color: #333;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.logo-color {
    color: var(--logo-color);
}

.row-breadcrumbs {
    font-size: 1rem;
}

.breadcrumbs {
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li a,
nav .nav-item a.btn-login {
    text-decoration: none;
    color: var(--bs-body-color);

    &:hover {
        text-decoration: underline;
    }
}

.last-container {
    margin-bottom: 6rem;
}

nav .nav-item a.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;

    &:hover {
        text-decoration: underline;
    }
}

nav .nav-item a.nav-link.active {
    text-decoration: underline;
}

nav .nav-item a.btn-login {
    text-decoration: none;
}

nav .navbar-user-info {
 padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
