/**
 * Undersider: ingen streg over logo, 1 px under menuen.
 */
html body:not([data-page="home"]) .top-bar,
html body:not([data-page="home"]) [data-theme-topbanner-mount] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

html body:not([data-page="home"]) {
    --zilenzo-topbar-h: 0px;
}

html body:not([data-page="home"]) .navbar,
html body:not([data-page="home"]) .navbar.is-stuck,
html body:not([data-page="home"]) .navbar.is-solid {
    position: sticky !important;
    top: 0 !important;
    z-index: 1300 !important;
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px var(--zilenzo-chrome-edge, 24px) !important;
    background: #ffffff !important;
    color: #111111 !important;
    border: 0 none !important;
    border-top: 0 none !important;
    border-top-width: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
    box-shadow: none !important;
    outline: none !important;
    background-image: none !important;
}

html body:not([data-page="home"]) .navbar > .logo,
html body:not([data-page="home"]) .navbar-brand-row,
html body:not([data-page="home"]) .navbar-brand-row .logo,
html body:not([data-page="home"]) .nav-links,
html body:not([data-page="home"]) .nav-actions,
html body:not([data-page="home"]) #siteSearchForm {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: auto !important;
}

html body:not([data-page="home"]) .navbar > .logo,
html body:not([data-page="home"]) .navbar-brand-row .logo {
    display: flex !important;
    align-items: center !important;
    height: 48px !important;
    margin: 0 8px 0 0 !important;
    border: 0 none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    background: none !important;
    overflow: visible !important;
}

html body:not([data-page="home"]) .navbar > .logo img,
html body:not([data-page="home"]) .navbar-brand-row .logo img {
    height: 40px !important;
    width: auto !important;
    max-width: none !important;
    border: 0 none !important;
    box-shadow: none !important;
    outline: none !important;
    clip-path: inset(1px 0 0 0);
}

html body:not([data-page="home"]) .navbar > .logo::before,
html body:not([data-page="home"]) .navbar > .logo::after,
html body:not([data-page="home"]) .navbar-brand-row .logo::before,
html body:not([data-page="home"]) .navbar-brand-row .logo::after,
html body:not([data-page="home"]) .cart-icon::before,
html body:not([data-page="home"]) .cart-icon::after {
    display: none !important;
    content: none !important;
    border: 0 none !important;
    box-shadow: none !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
}

html body:not([data-page="home"]) .nav-links {
    display: flex !important;
    flex: 0 1 auto !important;
    width: auto !important;
    margin: 0 !important;
    gap: 8px !important;
}

html body:not([data-page="home"]) .nav-links > a,
html body:not([data-page="home"]) .nav-links .nav-dropdown-toggle,
html body:not([data-page="home"]) .nav-links .nav-dropdown-toggle span,
html body:not([data-page="home"]) .nav-link-no-underline {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: lowercase !important;
    color: #111111 !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body:not([data-page="home"]) .nav-links > a > span::first-letter,
html body:not([data-page="home"]) .nav-links .nav-dropdown-toggle > span::first-letter {
    text-transform: uppercase !important;
}

html body:not([data-page="home"]) #siteSearchForm,
html body:not([data-page="home"]) .search-container {
    flex: 0 1 280px !important;
    width: min(280px, 28vw) !important;
    min-width: 180px !important;
    max-width: 280px !important;
    margin-left: auto !important;
    border: 1px solid rgba(18, 18, 18, 0.14) !important;
    border-top: 1px solid rgba(18, 18, 18, 0.14) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

html body:not([data-page="home"]) #siteSearchInput,
html body:not([data-page="home"]) .search-container input {
    font-size: 16px !important;
    height: 38px !important;
    min-height: 38px !important;
}

html body:not([data-page="home"]) .nav-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 8px !important;
    justify-content: flex-end !important;
}

html body:not([data-page="home"]) .nav-dropdown-panel a {
    text-transform: lowercase !important;
}

html body:not([data-page="home"]) .nav-dropdown-panel a::first-letter {
    text-transform: uppercase !important;
}

html body:not([data-page="home"]) .nav-dropdown-panel {
    background: #ffffff !important;
    border: 1px solid rgba(18, 18, 18, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px rgba(13, 15, 44, 0.12) !important;
    padding: 10px !important;
    gap: 4px !important;
    min-width: 240px !important;
    margin-top: 8px !important;
}

html body:not([data-page="home"]) .nav-dropdown-panel a {
    display: block !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

html body:not([data-page="home"]) .nav-dropdown-panel a:hover {
    background: rgba(17, 17, 17, 0.05) !important;
}

@media (max-width: 900px) {
    html body:not([data-page="home"]) #siteSearchForm,
    html body:not([data-page="home"]) .search-container {
        margin-left: 0 !important;
        width: auto !important;
        max-width: none !important;
    }
}
