/* assets/css/fs-navbar.css
   Definitive storefront header layer. Keep this file responsible for header,
   navbar, topbar actions and the legacy AJAX action triggers. */

:root{
    --fs-nav-bg: #fff;
    --fs-nav-bg-soft: rgba(255,255,255,.94);
    --fs-nav-ink: var(--ink,#3D3D3D);
    --fs-nav-muted: rgba(61,61,61,.66);
    --fs-nav-brand: var(--brand,#275D38);
    --fs-nav-brand-2: var(--brand-2,#21492f);
    --fs-nav-accent: var(--accent,#DC4405);
    --fs-nav-accent-rgb: var(--accent-rgb,220,68,5);
    --fs-nav-brand-rgb: var(--brand-rgb,39,93,56);
    --fs-nav-line: rgba(14,24,39,.08);
    --fs-nav-line-strong: rgba(14,24,39,.13);
    --fs-nav-shadow: 0 12px 30px rgba(11,18,32,.06);
    --fs-nav-shadow-hover: 0 16px 38px rgba(11,18,32,.10);
    --fs-nav-radius: 14px;
    --fs-nav-action-size: 38px;
    --fs-nav-sticky-top: 0;
}

#js-header.fs-header{
    position: sticky;
    top: var(--fs-nav-sticky-top);
    z-index: 1030;
    background: var(--fs-nav-bg);
    color: var(--fs-nav-ink);
    box-shadow: 0 1px 0 rgba(14,24,39,.06);
}

#js-header .u-header__section{
    border-bottom: 1px solid var(--fs-nav-line) !important;
}

#js-header .u-header__section:first-child{
    background: var(--fs-nav-bg-soft);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#js-header .u-header__section .container{
    position: relative;
}

#js-header .fs-header-shell{
    width: calc(100% - 32px);
    max-width: 1500px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Topbar: brand/status, search, actions. */
#js-header .fs-topbar-row{
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 64px;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
}

#js-header .fs-brand{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 132px;
    height: 50px;
    padding: 0;
    text-decoration: none;
}

#js-header .fs-brand__wrap{
    display: inline-flex;
    align-items: center;
    min-width: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#js-header .fs-brand__logo{
    display: block;
    width: auto;
    max-width: 160px;
    height: 36px;
    object-fit: contain;
    transition: opacity .14s ease;
}

#js-header .fs-brand:hover .fs-brand__logo{
    opacity: .86;
}

#js-header .fs-brand:focus{
    outline: none;
}

#js-header .fs-brand:focus-visible{
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgba(var(--fs-nav-accent-rgb),.16);
}

#js-header .fs-admin-takeover-col{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    max-width: none;
    padding: 0 !important;
}

#js-header .fs-admin-takeover{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--fs-nav-accent-rgb),.08);
    border: 1px solid rgba(var(--fs-nav-accent-rgb),.25);
    color: #c2410c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

#js-header .fs-admin-takeover__back{
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(var(--fs-nav-accent-rgb),.22);
    color: #9a3412;
    font-size: 11px;
    font-weight: 950;
    text-decoration: none;
}

#js-header .fs-admin-takeover__back:hover,
#js-header .fs-admin-takeover__back:focus{
    background: #fff;
    color: #7c2d12;
    text-decoration: none;
}

#js-header .fs-admin-takeover__text{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

#js-header .fs-admin-takeover__nr{
    color: rgba(124,45,18,.72);
    font-size: 11px;
    font-weight: 950;
}

#js-header .fs-admin-dot{
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--fs-nav-accent);
    box-shadow: 0 0 0 3px rgba(var(--fs-nav-accent-rgb),.15);
}

#js-header .fs-search-col{
    position: relative;
    flex: 1 1 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 340px;
    max-width: none;
    padding: 0 !important;
}

#js-header .fs-search{
    width: min(100%, 920px);
    height: 50px;
    border: 1px solid rgba(14,24,39,.10);
    border-radius: 999px !important;
    background: #fff;
    box-shadow: 0 10px 26px rgba(11,18,32,.07) !important;
    overflow: hidden;
    transition: border-color .14s ease, box-shadow .14s ease;
}

#js-header .fs-search:focus-within{
    border-color: rgba(var(--fs-nav-brand-rgb),.32);
    box-shadow: 0 0 0 4px rgba(var(--fs-nav-brand-rgb),.09), 0 14px 34px rgba(11,18,32,.10) !important;
}

#js-header .fs-search__input{
    height: 48px;
    min-width: 0;
    border: 0 !important;
    background: #fff !important;
    color: var(--fs-nav-ink);
    box-shadow: none !important;
    font-weight: 750;
    font-size: 16px !important;
}

#js-header .fs-search__input::placeholder{
    color: rgba(61,61,61,.48);
    font-weight: 750;
}

#js-header .fs-search__btn{
    width: 58px;
    min-width: 58px;
    justify-content: center;
    background: var(--fs-nav-brand) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
}

#js-header .fs-search__btn:hover,
#js-header .fs-search__btn:focus{
    background: var(--fs-nav-brand-2) !important;
}

#js-header .fs-user-actions-col{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    margin-left: auto;
    padding: 0 !important;
}

#js-header .fs-user-actions{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
}

#js-header .fs-actionlink{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: var(--fs-nav-action-size);
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(var(--fs-nav-brand-rgb),.18);
    background: rgba(var(--fs-nav-brand-rgb),.07);
    color: var(--fs-nav-brand);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .08s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease, color .14s ease;
}

#js-header .fs-actionlink:hover,
#js-header .fs-actionlink:focus{
    transform: translateY(-1px);
    border-color: rgba(var(--fs-nav-brand-rgb),.30);
    background: rgba(var(--fs-nav-brand-rgb),.10);
    color: var(--fs-nav-brand-2);
    box-shadow: var(--fs-nav-shadow-hover);
}

#js-header .fs-actionlink i{
    font-size: 13px;
}

#js-header .fs-slot{
    position: relative;
    display: inline-flex;
    align-items: center;
}

#js-header .fs-iconbtn,
#js-header #snellijsten #list-bar-invoker,
#js-header #winkelwagentje #basket-bar-invoker{
    position: relative;
    width: var(--fs-nav-action-size);
    height: var(--fs-nav-action-size);
    border-radius: var(--fs-nav-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(14,24,39,.10);
    background: #fff;
    color: rgba(61,61,61,.82);
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    transition: transform .08s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease, color .14s ease;
}

#js-header .fs-iconbtn i,
#js-header #snellijsten #list-bar-invoker i,
#js-header #winkelwagentje #basket-bar-invoker i{
    font-size: 18px;
    line-height: 1;
}

#js-header .fs-iconbtn:hover,
#js-header .fs-iconbtn:focus,
#js-header #snellijsten #list-bar-invoker:hover,
#js-header #snellijsten #list-bar-invoker:focus,
#js-header #winkelwagentje #basket-bar-invoker:hover,
#js-header #winkelwagentje #basket-bar-invoker:focus{
    transform: translateY(-1px);
    border-color: rgba(var(--fs-nav-accent-rgb),.25);
    background: #fff;
    color: var(--fs-nav-ink);
    box-shadow: var(--fs-nav-shadow-hover);
}

#js-header #winkelwagentje #basket-bar-invoker{
    border-color: rgba(var(--fs-nav-accent-rgb),.22);
    background: rgba(var(--fs-nav-accent-rgb),.07);
}

#js-header .fs-iconbtn--ghost{
    opacity: .72;
    background: rgba(255,255,255,.72);
}

#js-header .fs-iconbtn--ghost:hover,
#js-header .fs-iconbtn--ghost:focus{
    opacity: 1;
}

#js-header .fs-badge,
#js-header #snellijsten .fs-badge,
#js-header #winkelwagentje .fs-badge{
    position: absolute;
    top: -7px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--fs-nav-accent);
    border: 2px solid #fff;
    color: #fff;
    font-size: 10.5px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(var(--fs-nav-accent-rgb),.20);
}

#js-header .fs-pillbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: var(--fs-nav-action-size);
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(var(--fs-nav-accent-rgb),.08);
    border: 1px solid rgba(var(--fs-nav-accent-rgb),.25);
    color: var(--fs-nav-ink);
    font-weight: 950;
    white-space: nowrap;
    text-decoration: none;
    transition: transform .08s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
}

#js-header .fs-pillbtn:hover,
#js-header .fs-pillbtn:focus{
    transform: translateY(-1px);
    background: rgba(var(--fs-nav-accent-rgb),.12);
    border-color: rgba(var(--fs-nav-accent-rgb),.34);
    box-shadow: var(--fs-nav-shadow-hover);
}

#js-header .fs-pillbtn.is-active{
    background: rgba(var(--fs-nav-accent-rgb),.14);
    border-color: rgba(var(--fs-nav-accent-rgb),.38);
    box-shadow: inset 0 0 0 1px rgba(var(--fs-nav-accent-rgb),.10);
}

#search_formgroup{
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    width: min(100%, 760px);
    transform: translateX(-50%);
    margin: 0 !important;
    z-index: 1050;
}

#js-header .fs-search-panel{
    pointer-events: none;
}

#js-header .fs-search-panel > *{
    pointer-events: auto;
}

/* Main nav row. */
#js-header .fs-topbar{
    background: #fff;
    border-bottom: 2px solid rgba(var(--fs-nav-accent-rgb),.16) !important;
}

#js-header .navbar{
    min-height: 46px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#js-header .navbar-nav{
    align-items: center;
    gap: 7px;
}

#js-header .navbar-nav .nav-link{
    border-radius: 999px;
    padding: 8px 12px !important;
    color: rgba(61,61,61,.84) !important;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: background .14s ease, color .14s ease, transform .08s ease, box-shadow .14s ease;
}

#js-header .navbar-nav .nav-link:hover,
#js-header .navbar-nav .nav-link:focus{
    transform: translateY(-1px);
    background: rgba(var(--fs-nav-accent-rgb),.08);
    color: var(--fs-nav-ink) !important;
}

#js-header .navbar-nav .fs-nav-action{
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

#js-header .navbar-nav .active > .nav-link,
#js-header .navbar-nav .nav-link.active{
    background: rgba(var(--fs-nav-accent-rgb),.10);
    box-shadow: inset 0 0 0 1px rgba(var(--fs-nav-accent-rgb),.20);
    color: var(--fs-nav-ink) !important;
}

#js-header .navbar-nav .fs-nav-mode-active > .nav-link{
    background: rgba(var(--fs-nav-brand-rgb),.10);
    box-shadow: inset 0 0 0 1px rgba(var(--fs-nav-brand-rgb),.22);
}

#js-header .navbar-nav .active > .nav-link::after,
#js-header .navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 3px;
    height: 2px;
    border-radius: 999px;
    background: var(--fs-nav-accent);
}

#js-header .navbar-toggler{
    width: 42px;
    height: 42px;
    border-radius: var(--fs-nav-radius);
    border: 1px solid rgba(14,24,39,.10);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(11,18,32,.06);
}

#js-header .fs-mobile-menu-toggle__label{
    display: none;
}

#js-header .fs-mobile-nav-head,
#js-header .fs-mobile-nav-foot,
#js-header .fs-mobile-account-links,
#js-header .fs-mobile-catalog,
#js-header .fs-mobile-site-title,
#js-header .fs-mobile-menu-btn{
    display: none;
}

body.fs-mobile-nav-open,
body.fs-mobile-cart-open{
    overflow: hidden;
}

body.fs-mobile-nav-open #js-header.fs-header{
    z-index: 1040;
}

body.fs-mobile-cart-open #js-header.fs-header{
    z-index: 1080;
}

body.fs-mobile-nav-open::before,
body.fs-mobile-cart-open::before{
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(11,18,32,.34);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

body.fs-mobile-nav-open #js-header .fs-mobile-menu-btn{
    border-color: rgba(var(--fs-nav-brand-rgb),.28);
    background: rgba(var(--fs-nav-brand-rgb),.08);
    color: var(--fs-nav-brand-2);
}

body.fs-mobile-nav-open #js-header #navBar{
    z-index: 1090;
}

body.fs-mobile-nav-open .fs-mobile-nav-drawer{
    z-index: 1090;
}

body.fs-mobile-cart-open #js-header #winkelwagentje #basket-bar-invoker{
    border-color: rgba(var(--fs-nav-accent-rgb),.32);
    background: rgba(var(--fs-nav-accent-rgb),.12);
    color: var(--fs-nav-ink);
}

#js-header .navbar-toggler:hover,
#js-header .navbar-toggler:focus{
    border-color: rgba(var(--fs-nav-accent-rgb),.25);
}

@media (min-width: 992px){
    #js-header .fs-topbar-row{
        flex-wrap: nowrap;
    }

    #js-header .navbar .navbar-toggler{
        display: none !important;
    }

    #js-header .navbar .navbar-collapse{
        display: flex !important;
        flex-basis: auto !important;
        height: auto !important;
        visibility: visible !important;
    }

    #js-header .navbar .navbar-nav{
        flex-direction: row !important;
        width: auto !important;
    }
}

@media (max-width: 1199.98px){
    #js-header .fs-header-shell{
        width: calc(100% - 28px);
    }

    #js-header .fs-brand{
        min-width: 120px;
    }

    #js-header .fs-brand__logo{
        max-width: 150px;
        height: 36px;
    }

    #js-header .fs-search-col{
        flex-basis: 320px;
    }
}

@media (max-width: 991.98px){
    #js-header.fs-header{
        position: sticky;
    }

    #js-header .u-header__section:first-child .container,
    #js-header .fs-topbar .container{
        max-width: none;
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    #js-header .fs-topbar-row{
        min-height: auto;
        padding: 9px 0 10px;
        gap: 9px 10px;
    }

    #js-header .fs-brand{
        order: 1;
        flex: 0 1 auto;
        min-width: 0;
        height: 40px;
    }

    #js-header .fs-brand__logo{
        max-width: 146px;
        height: 32px;
    }

    #js-header .fs-user-actions-col{
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
    }

    #js-header .fs-user-actions{
        gap: 7px;
    }

    #js-header .fs-mobile-menu-btn{
        display: inline-flex;
    }

    #js-header .fs-search-col{
        order: 3;
        grid-column: 1 / -1;
        flex: 0 0 100%;
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    #search_formgroup{
        width: 100%;
        top: calc(100% + 8px);
    }

    #js-header .fs-search{
        width: 100%;
    }

    #js-header .fs-admin-takeover-col{
        order: 4;
        grid-column: 1 / -1;
        flex: 0 0 100%;
    }

    #js-header .fs-admin-takeover{
        width: 100%;
        justify-content: center;
        border-radius: 12px;
    }

    #js-header .fs-navrow-menu-toggle{
        display: none !important;
    }

    #js-header .fs-mobile-menu-toggle__label{
        display: inline-flex;
        color: var(--fs-nav-ink);
        font-size: 12px;
        font-weight: 950;
        line-height: 1;
    }

    #js-header .navbar{
        min-height: 0;
        padding: 0;
    }

    #js-header .fs-topbar{
        background: transparent;
        border-bottom: 0 !important;
        height: 0;
        min-height: 0;
        overflow: visible;
    }

    #js-header .navbar .navbar-collapse{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: min(92vw, 430px);
        max-height: none;
        padding: 0;
        border-radius: 0;
        border: 0;
        border-right: 1px solid rgba(14,24,39,.10);
        background: #fff;
        box-shadow: 24px 0 60px rgba(11,18,32,.24);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1090;
        display: flex !important;
        flex-direction: column;
        transform: translateX(-102%);
        opacity: 0;
        visibility: hidden;
        transition: transform .22s cubic-bezier(.2,.8,.2,1);
    }

    body > .fs-mobile-nav-drawer{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: min(92vw, 430px);
        max-height: none;
        height: 100vh;
        height: 100dvh;
        padding: 0;
        border-radius: 0;
        border: 0;
        border-right: 1px solid rgba(14,24,39,.10);
        background: #fff;
        box-shadow: 24px 0 60px rgba(11,18,32,.24);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1090;
        display: flex !important;
        flex-direction: column;
        transform: translateX(-102%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .22s cubic-bezier(.2,.8,.2,1), opacity .18s ease;
    }

    body > .fs-mobile-nav-drawer.show{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #js-header .navbar .navbar-collapse:not(.show){
        pointer-events: none;
    }

    #js-header .navbar .navbar-collapse.show{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #js-header .fs-mobile-nav-head,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        min-height: 70px;
        padding: 14px 18px;
        border-bottom: 1px solid rgba(14,24,39,.08);
        background: linear-gradient(135deg, var(--fs-nav-brand-2), var(--fs-nav-brand));
    }

    #js-header .fs-mobile-nav-head__eyebrow,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-head__eyebrow{
        color: rgba(255,255,255,.75);
        font-size: 11px;
        font-weight: 950;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    #js-header .fs-mobile-nav-head__title,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-head__title{
        margin-top: 3px;
        color: #fff;
        font-size: 21px;
        font-weight: 950;
        line-height: 1.14;
    }

    #js-header .fs-mobile-nav-close,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-close{
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 12px;
        background: rgba(255,255,255,.12);
        color: #fff;
        cursor: pointer;
        transition: background .16s ease, border-color .16s ease, color .16s ease;
    }

    #js-header .fs-mobile-nav-close:hover,
    #js-header .fs-mobile-nav-close:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-close:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-close:focus{
        border-color: rgba(255,255,255,.42);
        background: rgba(255,255,255,.18);
        color: #fff;
    }

    #js-header .fs-mobile-section-title,
    body > .fs-mobile-nav-drawer .fs-mobile-section-title{
        display: block;
        padding: 18px 18px 8px;
        color: rgba(var(--fs-nav-brand-rgb),.82);
        font-size: 11px;
        font-weight: 950;
        letter-spacing: .035em;
        text-transform: uppercase;
    }

    #js-header .fs-mobile-catalog,
    body > .fs-mobile-nav-drawer .fs-mobile-catalog{
        display: block;
        padding: 0 0 8px;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    #js-header .fs-mobile-menu-row,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row{
        display: flex;
        align-items: center;
        gap: 14px;
        min-height: 70px;
        padding: 10px 18px;
        border-top: 1px solid rgba(14,24,39,.08);
        background: #fff;
        color: var(--fs-nav-ink);
        text-decoration: none;
        transition: background .16s ease, color .16s ease;
    }

    #js-header .fs-mobile-menu-row:hover,
    #js-header .fs-mobile-menu-row:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row:focus{
        background: rgba(var(--fs-nav-brand-rgb),.045);
        color: var(--fs-nav-ink);
    }

    #js-header .fs-mobile-menu-row__media,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__media{
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(var(--fs-nav-brand-rgb),.10), rgba(var(--fs-nav-accent-rgb),.10));
        color: var(--fs-nav-brand-2);
        font-size: 14px;
        font-weight: 950;
    }

    #js-header .fs-mobile-menu-row--all .fs-mobile-menu-row__media,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row--all .fs-mobile-menu-row__media{
        background: rgba(var(--fs-nav-brand-rgb),.12);
    }

    #js-header .fs-mobile-menu-row__body,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__body{
        min-width: 0;
        flex: 1 1 auto;
        display: grid;
        gap: 3px;
    }

    #js-header .fs-mobile-menu-row__title,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__title{
        color: var(--fs-nav-ink);
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
    }

    #js-header .fs-mobile-menu-row__meta,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__meta{
        color: rgba(61,61,61,.58);
        font-size: 11.5px;
        font-weight: 750;
    }

    #js-header .fs-mobile-menu-row__chevron,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__chevron{
        margin-left: auto;
        color: rgba(14,24,39,.42);
        font-size: 14px;
    }

    #js-header .navbar .navbar-nav,
    body > .fs-mobile-nav-drawer .navbar-nav{
        width: 100%;
        flex-direction: column !important;
        align-items: stretch;
        gap: 0;
        padding: 0 0 8px;
        margin: 0;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    #js-header .navbar-nav .nav-link,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
        width: 100%;
        min-height: 54px;
        padding: 14px 18px !important;
        white-space: normal;
        line-height: 1.2;
        border: 0;
        border-top: 1px solid rgba(14,24,39,.08);
        border-radius: 0 !important;
        box-shadow: none;
        background: #fff;
        text-align: left;
        transition: background .16s ease, border-color .16s ease, color .16s ease;
    }

    #js-header .navbar-nav .nav-link::before,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link::before{
        display: none;
    }

    #js-header .navbar-nav .nav-link::after,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link::after{
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: rgba(14,24,39,.35);
        font-size: 12px;
        margin-left: auto;
    }

    #js-header .navbar-nav .nav-link .hs-icon,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link .hs-icon{
        margin-left: auto;
    }

    #js-header .navbar-nav .active > .nav-link::before,
    #js-header .navbar-nav .nav-link.active::before,
    body > .fs-mobile-nav-drawer .navbar-nav .active > .nav-link::before,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link.active::before{
        background: var(--fs-nav-accent);
    }

    #js-header .navbar-nav .active > .nav-link,
    #js-header .navbar-nav .nav-link.active,
    body > .fs-mobile-nav-drawer .navbar-nav .active > .nav-link,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link.active{
        background: rgba(var(--fs-nav-accent-rgb),.07);
        border-color: rgba(14,24,39,.08);
        box-shadow: none;
    }

    #js-header .navbar-nav .nav-link:hover,
    #js-header .navbar-nav .nav-link:focus,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link:hover,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link:focus{
        background: rgba(var(--fs-nav-brand-rgb),.055);
        border-color: rgba(14,24,39,.08);
        color: var(--fs-nav-brand-2);
        text-decoration: none;
    }

    #js-header .navbar-nav .active > .nav-link::after,
    #js-header .navbar-nav .nav-link.active::after,
    body > .fs-mobile-nav-drawer .navbar-nav .active > .nav-link::after,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link.active::after{
        display: inline-block;
        color: var(--fs-nav-accent);
    }

    #js-header .fs-mobile-account-links,
    body > .fs-mobile-nav-drawer .fs-mobile-account-links{
        display: grid;
        gap: 0;
        padding: 0 0 8px;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    #js-header .fs-mobile-account-link,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link{
        display: flex;
        align-items: center;
        gap: 14px;
        min-height: 54px;
        padding: 14px 18px;
        border-radius: 0;
        border: 0;
        border-top: 1px solid rgba(14,24,39,.08);
        background: #fff;
        color: rgba(31,41,55,.82);
        font-size: 14px;
        font-weight: 900;
        text-decoration: none;
        transition: background .16s ease, border-color .16s ease, color .16s ease;
    }

    #js-header .fs-mobile-account-link i,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link i{
        width: 18px;
        color: var(--fs-nav-brand);
        text-align: center;
    }

    #js-header .fs-mobile-account-link::after,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link::after{
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: rgba(14,24,39,.35);
        font-size: 12px;
        margin-left: auto;
    }

    #js-header .fs-mobile-account-link--primary,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link--primary{
        color: var(--fs-nav-brand-2);
        background: rgba(var(--fs-nav-brand-rgb),.055);
    }

    #js-header .fs-mobile-account-link:hover,
    #js-header .fs-mobile-account-link:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link:focus,
    #js-header .fs-mobile-account-link.is-active,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link.is-active{
        border-color: rgba(var(--fs-nav-brand-rgb),.18);
        background: rgba(var(--fs-nav-brand-rgb),.055);
        color: var(--fs-nav-brand-2);
        text-decoration: none;
    }

    #js-header .fs-mobile-nav-foot,
    body > .fs-mobile-nav-drawer .fs-mobile-nav-foot{
        display: flex;
        margin-top: auto;
        padding: 14px 18px 18px;
        border-top: 1px solid rgba(14,24,39,.08);
    }

    #js-header .fs-mobile-logout,
    body > .fs-mobile-nav-drawer .fs-mobile-logout{
        display: inline-flex;
        align-items: center;
        gap: 9px;
        min-height: 42px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(14,24,39,.03);
        color: rgba(61,61,61,.78);
        font-size: 12px;
        font-weight: 900;
        text-decoration: none;
    }

    #js-header .fs-mobile-logout:hover,
    #js-header .fs-mobile-logout:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-logout:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-logout:focus{
        background: rgba(14,24,39,.055);
        color: var(--fs-nav-ink);
        text-decoration: none;
    }
}

@media (max-width: 575.98px){
    #js-header .fs-header-shell{
        width: 100%;
    }

    #js-header .u-header__section:first-child .container,
    #js-header .fs-topbar .container{
        padding-left: 10px;
        padding-right: 10px;
    }

    #js-header .fs-topbar-row{
        display: grid;
        grid-template-columns: minmax(92px, 1fr) auto;
        align-items: center;
        gap: 8px;
    }

    #js-header .fs-user-actions{
        gap: 6px;
    }

    #js-header .fs-brand{
        width: 100%;
        height: 38px;
        min-width: 0;
    }

    #js-header .fs-brand__logo{
        max-width: 132px;
        height: 30px;
    }

    #js-header .fs-user-actions-col{
        width: auto;
        min-width: 0;
    }

    #js-header .fs-actionlink,
    #js-header .fs-user-actions > a[aria-label="Favorieten"],
    #js-header #snellijsten{
        display: none !important;
    }

    #js-header .fs-iconbtn,
    #js-header #snellijsten #list-bar-invoker,
    #js-header #winkelwagentje #basket-bar-invoker{
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    #js-header .fs-pillbtn{
        height: 38px;
        max-width: 116px;
        padding: 0 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11.5px;
    }

    #js-header .fs-logoutbtn{
        display: none;
    }

    #js-header .fs-search{
        height: 44px;
        border-radius: 12px !important;
    }

    #js-header .fs-search__input{
        height: 42px;
        font-size: 14px !important;
        padding-left: 14px !important;
    }

    #js-header .fs-search__btn{
        width: 46px;
        min-width: 46px;
    }

    #js-header .fs-admin-takeover{
        min-height: 34px;
        padding: 7px 10px;
        font-size: 11px;
        white-space: normal;
    }

    #js-header .navbar-nav .nav-link,
    body > .fs-mobile-nav-drawer .navbar-nav .nav-link{
        min-height: 52px;
        font-size: 14px;
    }
}

@media (max-width: 374.98px){
    #js-header .fs-brand__logo{
        max-width: 118px;
    }

    #js-header .fs-pillbtn{
        max-width: 96px;
    }

    #js-header .fs-user-actions{
        gap: 5px;
    }
}

/* Mobile commerce drawer v2. This intentionally resets the old mobile navbar layer. */
@media (max-width: 991.98px){
    body.fs-mobile-nav-open{
        overflow: hidden !important;
        touch-action: none;
    }

    body.fs-mobile-nav-open::before{
        content: "";
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(9,16,27,.58);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }

    body > .fs-mobile-nav-drawer{
        position: fixed !important;
        top: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1050 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: min(92vw, 430px) !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 22px 22px 0 !important;
        background: #fff !important;
        box-shadow: 24px 0 70px rgba(9,16,27,.28) !important;
        overflow: hidden !important;
        transform: translateX(-106%);
        transition: transform .24s cubic-bezier(.22,.61,.36,1) !important;
    }

    body > .fs-mobile-nav-drawer.show{
        transform: translateX(0);
    }

    body > .fs-mobile-nav-drawer.collapsing{
        height: 100dvh !important;
        transition: transform .24s cubic-bezier(.22,.61,.36,1) !important;
    }

    body > .fs-mobile-nav-drawer .fs-desktop-nav,
    body > .fs-mobile-nav-drawer .hs-has-mega-menu,
    #js-header .fs-desktop-nav{
        display: none !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-nav-head{
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 auto;
        width: 100%;
        min-height: 78px;
        padding: 18px 20px 16px;
        background: linear-gradient(135deg, var(--fs-nav-brand), #183927);
        color: #fff;
        border: 0;
    }

    body > .fs-mobile-nav-drawer.has-subpanel .fs-mobile-nav-head{
        display: none !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-nav-head__eyebrow{
        color: rgba(255,255,255,.72);
        font-size: 11px;
        font-weight: 950;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-nav-head__title{
        margin-top: 4px;
        color: #fff;
        font-size: 23px;
        font-weight: 950;
        line-height: 1.05;
        letter-spacing: 0;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-nav-close,
    body > .fs-mobile-nav-drawer .fs-mobile-back{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        border: 1px solid rgba(255,255,255,.32);
        border-radius: 14px;
        background: rgba(255,255,255,.12);
        color: #fff;
        box-shadow: none;
        cursor: pointer;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead{
        position: sticky;
        top: 0;
        z-index: 2;
        display: grid;
        grid-template-columns: 44px minmax(0,1fr) 44px;
        align-items: center;
        gap: 12px;
        min-height: 78px;
        padding: 16px;
        border-bottom: 1px solid rgba(14,24,39,.10);
        background: #fff;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead .fs-mobile-nav-close,
    body > .fs-mobile-nav-drawer .fs-mobile-subhead .fs-mobile-back{
        border-color: rgba(14,24,39,.12);
        background: #fff;
        color: var(--fs-nav-brand);
        box-shadow: 0 8px 22px rgba(9,16,27,.08);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead .fs-mobile-back{
        color: #fff;
        background: var(--fs-nav-brand);
        border-color: var(--fs-nav-brand);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead__body{
        min-width: 0;
        text-align: center;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead__body span{
        display: block;
        color: rgba(31,41,55,.56);
        font-size: 11px;
        font-weight: 950;
        text-transform: uppercase;
        line-height: 1.1;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-subhead__body strong{
        display: block;
        margin-top: 3px;
        color: var(--fs-nav-ink);
        font-size: 18px;
        font-weight: 950;
        line-height: 1.15;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-drawer-stage{
        position: relative;
        display: block !important;
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
        overflow: hidden;
        background: #fff;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-panel{
        position: absolute;
        inset: 0;
        display: flex !important;
        flex-direction: column;
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .24s cubic-bezier(.22,.61,.36,1), opacity .18s ease;
        will-change: transform, opacity;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-panel.is-active{
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-panel.is-previous{
        opacity: 0;
        pointer-events: none;
        transform: translateX(-22%);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-section-title{
        display: block;
        padding: 18px 18px 8px;
        color: var(--fs-nav-brand);
        font-size: 11px;
        font-weight: 950;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-catalog{
        display: block !important;
        padding: 0 0 8px !important;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-catalog--sub{
        border-bottom: 0;
        padding-bottom: 24px !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row,
    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link{
        position: relative;
        display: flex !important;
        align-items: center;
        width: 100%;
        min-height: 62px;
        margin: 0 !important;
        padding: 13px 18px !important;
        border: 0 !important;
        border-top: 1px solid rgba(14,24,39,.08) !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: rgba(17,24,39,.88) !important;
        font-size: 15px !important;
        font-weight: 850 !important;
        line-height: 1.25 !important;
        text-align: left;
        text-decoration: none !important;
        box-shadow: none !important;
        appearance: none;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-menu-row:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link:focus,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link:focus{
        background: rgba(var(--fs-nav-brand-rgb),.045) !important;
        color: var(--fs-nav-brand-2) !important;
        outline: none;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__media{
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
        margin-right: 14px;
        overflow: hidden;
        border: 1px solid rgba(14,24,39,.08);
        border-radius: 14px;
        background:
            linear-gradient(135deg, rgba(var(--fs-nav-brand-rgb),.08), rgba(233,71,0,.06)),
            #f8f8f5;
        color: rgba(var(--fs-nav-brand-rgb),.88);
        font-size: 14px;
        font-weight: 950;
        letter-spacing: 0;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__media img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 6px;
        background: #fff;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__body{
        display: block;
        min-width: 0;
        flex: 1 1 auto;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__title{
        display: block;
        color: inherit;
        font-size: 15px;
        font-weight: 950;
        line-height: 1.18;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__meta{
        display: block;
        margin-top: 3px;
        color: rgba(61,61,61,.58);
        font-size: 12px;
        font-weight: 750;
        line-height: 1.15;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-menu-row__chevron,
    body > .fs-mobile-nav-drawer .fs-mobile-account-link::after,
    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link::after{
        margin-left: auto;
        color: rgba(31,41,55,.42);
        font-size: 13px;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav{
        display: block !important;
        width: 100%;
        padding: 0 0 8px !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-item{
        width: 100%;
        margin: 0 !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link::before{
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 12px;
        border-radius: 999px;
        background: rgba(var(--fs-nav-brand-rgb),.18);
        flex: 0 0 auto;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .active > .nav-link{
        color: var(--fs-nav-accent) !important;
        background: rgba(var(--fs-nav-accent-rgb),.07) !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .active > .nav-link::before{
        background: var(--fs-nav-accent);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-site-nav .nav-link::after{
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-account-links{
        display: block !important;
        padding: 0 0 8px !important;
        border-bottom: 1px solid rgba(14,24,39,.08);
    }

    body > .fs-mobile-nav-drawer .fs-mobile-account-link i{
        width: 20px;
        margin-right: 12px;
        color: var(--fs-nav-brand);
        text-align: center;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-account-link::after{
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-account-link--primary{
        color: var(--fs-nav-brand-2) !important;
        background: rgba(var(--fs-nav-brand-rgb),.06) !important;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-nav-foot{
        display: flex !important;
        margin-top: auto;
        padding: 18px;
        background: #fff;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-logout{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 14px;
        background: rgba(14,24,39,.04);
        color: rgba(61,61,61,.78);
        font-size: 13px;
        font-weight: 900;
        text-decoration: none;
    }

    body > .fs-mobile-nav-drawer .fs-mobile-logout:hover,
    body > .fs-mobile-nav-drawer .fs-mobile-logout:focus{
        background: rgba(14,24,39,.07);
        color: var(--fs-nav-ink);
        text-decoration: none;
    }
}

@media (max-width: 480px){
    body > .fs-mobile-nav-drawer{
        width: min(96vw, 410px) !important;
        border-radius: 0 18px 18px 0 !important;
    }
}

@media (prefers-reduced-motion: reduce){
    #js-header *,
    #js-header *::before,
    #js-header *::after{
        transition: none !important;
    }
}
