/* ─── TOP BAR ─────────────────────────────────────────────────── */
@import url('base.css');
.transparent-top-bar .parent-top-bar {
    background: unset !important;
    border-bottom: none;
}

    .transparent-top-bar .parent-top-bar * {
        color: var(--Snow, #FBF9FF);
        /* Text Shadow */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
        font-family: Outfit;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.5px */
        letter-spacing: 0.13px;
        
    }

header * {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    font-family: Outfit, Outfit-Medium;
    color: var(--Midnight-Violet, #2C1224);
}
.top-bar {
    height: var(--top-bar-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 0 40px;*/
    /*background: linear-gradient(180deg, rgba(251, 249, 255, 0.80) 0%, rgba(251, 249, 255, 0.80) 100%);*/
}
/* ─── TOP BAR ICONS ───────────────────────────────────────────── */

/* Default — icons stay as-is (dark) */
.top-bar__links img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Transparent top bar pages — flip icons to snow/white to match text */
.transparent-top-bar .top-bar__links img {
    filter: brightness(0) invert(1);
}

/* Also flip the tagline icon if any */
.transparent-top-bar .top-bar__tagline img {
    filter: brightness(0) invert(1);
}
/* Phone icon always stays as-is, never inverted */
.transparent-top-bar .top-bar__phone img {
    filter: none;
}
section.parent-top-bar {
    /*background: linear-gradient(180deg, rgba(251, 249, 255, 0.80) 0%, rgba(251, 249, 255, 0.80) 100%);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(180deg, rgba(251, 249, 255, 0.80) 0%, rgba(251, 249, 255, 0.80) 100%);
    position: relative;
    z-index: 10;
}

    section.parent-top-bar .top-bar{
        /*padding-inline:48px*//*96px;*//*;*/

    }

    .top-bar__tagline {
        color: var(--Midnight-Violet, #2C1224);
        font-family: Outfit, Outfit-Medium;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.5px */
        letter-spacing: 0.13px;
    }

.top-bar__links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
}

    .top-bar__links a {
        display: flex;
        align-items: center;
        gap: 6px;


        text-decoration: none;
        font-weight: 500;
        transition: color .2s;
        color: var(--Midnight-Violet, #2C1224);
        font-family: Outfit, Outfit-Medium;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.5px */
        letter-spacing: 0.13px;
    }

        .top-bar__links a:hover {
            color: var(--vcc-carmine);
        }


        .top-bar__links a icon{
            display:block;
        }

        .top-bar__links svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }

.top-bar__phone a {
    color: var(--vacc-red) !important;
    font-weight: 600;
}

    .top-bar__phone a:hover {
        color: #e83355 !important;
    }

/* ─── MAIN HEADER ─────────────────────────────────────────────── */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /*box-shadow: 0 2px 12px rgba(0,0,0,.12);*/
}

.main-nav {
    background: #fff;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    padding: 0px 0 0 24px;
    gap: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    margin: 16px 0px;
    z-index: 10;
    position: relative;
}

/* ─── LOGO ────────────────────────────────────────────────────── */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 36px;
}

    .nav-logo img{
        width:172px;
        height:32px;
    }

    .nav-logo__icon {
        width: 44px;
        height: 44px;
    }

.nav-logo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .nav-logo__text span:first-child {
        font-size: 18px;
        font-weight: 700;
        color:var(--Midnight-Violet, #2C1224);
        letter-spacing: -.02em;
    }

    .nav-logo__text span:last-child {
        font-size: 9.5px;
        font-weight: 600;
        color: var(--vacc-mid);
        letter-spacing: .14em;
        text-transform: uppercase;
    }

/* ─── MENU LIST ───────────────────────────────────────────────── */
.nav-menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    height: 100%;
    flex: 1;
}

    .nav-menu > li {
        position: relative;
        display: flex;
        align-items: center;
    }

       /* .nav-menu > li:hover > .dropdown {
            display:flex;
        }*/

.nav-menu > li.open > a{
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.05) 0%, rgba(44, 18, 36, 0.05) 100%), #FBF9FF;
}

        .nav-menu > li.open > a {
            border-bottom: 3px solid var(--vcc-carmine) !important;
        }

        .nav-menu > li > a {
            display: GRID;
            GRID-TEMPLATE-COLUMNS: AUTO AUTO;
            height: 100%;
            padding: 0 18px;
            font-size: 16px;
            font-weight: 500;
            color: var(--Midnight-Violet, #2C1224);
            text-decoration: none;
            white-space: nowrap;
            border-bottom: 3px solid transparent;
            transition: color .2s var(--ease), border-color .2s var(--ease);
            gap: 5px;
            align-items: center;
        }

            .nav-menu > li > a:hover,
            .nav-menu > li.is-active > a {
                color: var(--vacc-red);
            }

        .nav-menu > li.is-active > a {
            border-bottom-color: var(--vcc-carmine)
        }
        /* chevron for items with dropdowns */
        .nav-menu > li > a .chev {
            width: 10px;
            height: 10px;
            transition: transform .25s var(--ease);
            flex-shrink: 0;
        }

        .nav-menu > li.open > a .chev {
            transform: rotate(180deg);
        }

        /* vertical dividers */
        .nav-menu > li + li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            height: 20px;
            width: 1px;
            background: #F0F0F0;
            transform:translateY(-50%);
        }

/* ─── DROPDOWN ────────────────────────────────────────────────── */
.dropdown {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.14);
    min-width: 220px;
    display: none;
    border-top: 3px solid var(--vacc-red);
    z-index: 10000;
}

.dropdown--mega {
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.14);
    border-top: 3px solid var(--vacc-red);
    z-index: 10000;
    min-width: 500px;
}

.dropdown a{
    border: 1px solid var(--Snow, #FBF9FF);
}

.nav-menu > li.open > .dropdown,
.nav-menu > li.open > .dropdown--mega {
    display: flex;
}

.dropdown {
    flex-direction: column;
}

    .dropdown a, .dropdown--mega a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px;
        
        font-weight: 500;
        color:var(--Midnight-Violet, #2C1224);
        text-decoration: none;
        transition: background .15s, color .15s;
        white-space: nowrap;
       /* border-left: 3px solid transparent;*/
    }

        .dropdown a:hover, .dropdown--mega a:hover {
            background: var(--vcc-snow);
            color: var(--vcc-carmine);
        }

        .dropdown a.active-sub {
            color: var(--vcc-carmine);
          /*  background: #fdf0f2;*/
           /* border-left-color: var(--vcc-carmine);*/
            background: linear-gradient(0deg, rgba(44, 18, 36, 0.05) 0%, rgba(44, 18, 36, 0.05) 100%), #FBF9FF;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02) inset;
        }
.mega-col--left a.active-sub {
    color: var(--vcc-carmine);
    background: var(--vcc-snow);
    border-left-color: var(--vcc-carmine);
}


.mega-col--right a.active-sub {
    color: var(--vcc-carmine);
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.05) 0%, rgba(44, 18, 36, 0.05) 100%), #FBF9FF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02) inset;
}
/* Hide inactive panels — active ones shown via .is-active */
.cat-panel {
    display: none;
    flex-direction: column;
}

    .cat-panel.is-active {
        display: flex !important;
        flex-direction: column !important;
    }

.mega-col {
    display: flex;
    flex-direction: column;
}

.mega-col--left {
    min-width: 210px;
    border-right: 1px solid #eee;
    background: #fafafa;
}

.mega-col--right {
    min-width: 420px;
}

.mega-col--left a {
    /*font-weight: 600;*/
    gap: 8px;
}

    .mega-col--left a.active-sub {
        color: var(--vcc-carmine);
        background: var(--vcc-snow);
        border-left-color: var(--vcc-carmine);
    }

    .mega-col--left a svg {
        width: 16px !important;
        height: 16px !important;
    }

    .mega-col--left a .chev-r {
        width: 8px;
        height: 8px;
        flex-shrink: 0;
    }

/* ─── RIGHT SIDE ACTIONS ──────────────────────────────────────── */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    height: 100%;
}

.nav-search-btn {
    width: 56px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color:var(--Midnight-Violet, #2C1224);
    border-left: 1px solid #e0e0e0;
    transition: color .2s, background .2s;
}

    .nav-search-btn:hover {
        color: var(--vacc-red);
        background: var(--vacc-gray);
    }

    .nav-search-btn svg {
        width: 18px;
        height: 18px;
    }

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 0 28px;
    background: var(--vcc-carmine);
    color: #fff;
    font-size: 16px;
    line-height:150%;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.32px;
    white-space: nowrap;
    transition: background .2s var(--ease);
    text-decoration:none !important;
}



    .nav-cta:hover {
        background: var(--vcc-midnight-violet);
        color: white;
    }

    .nav-cta svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

/* ─── HAMBURGER ───────────────────────────────────────────────── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 54px;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 0;
}
.nav-actions-mobile{
    display:none;
    height:100%;
   /* padding:8px 14px;*/
    margin-left:auto;
}

.nav-hamburger span {
    display: block;
    height: 2px;
    background: var(--vacc-dark);
    border-radius: 2px;
    transition: all .3s var(--ease);
    transform-origin: center;
}

.nav-hamburger img{
    width:100%;
    height:100%;
object-fit:cover;
}
.nav-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

    .nav-hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

/* ─── MOBILE DRAWER ───────────────────────────────────────────── */
.mobile-call {
    display: grid;
    grid-template-columns: 1fr auto;
}

.mobile-drawer {
    display: none;
    position: fixed;
    top: calc(var(--top-bar-h) + var(--nav-h));
    left: 0;
    width: 100%;
    height: calc(100vh - var(--top-bar-h) - var(--nav-h));
    background: #fff;
    overflow-y: auto;
    z-index: 1;
    transform: translateX(-100%);
    transition: transform .35s var(--ease);
}
.top-bar__phone > a {
    grid-template-columns: 20px 1fr !important;
}

.mobile-drawer.open {
    transform: translateX(0);
}

    .mobile-drawer ul {
        list-style: none;
        padding: 0;
    }

        .mobile-drawer ul li {
            border-bottom: 1px solid #eee;
        }

            .mobile-drawer ul li a,
            .mobile-drawer ul li button {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                padding: 16px 24px;
                font-size: 15px;
                font-weight: 600;
                color:var(--Midnight-Violet, #2C1224);
                text-decoration: none;
                background: none;
                border: none;
                cursor: pointer;
                font-family: var(--font);
                text-align: left;
            }

            .mobile-drawer ul li.active > a,
            .mobile-drawer ul li.active > button {
                color: var(--vacc-red);
            }

.mobile-drawer .sub-list li button.active-sub {
    color: var(--vacc-red);
}


.mobile-drawer .sub-list a.active-sub,
.mobile-drawer .sub-sub-list a.active-sub {
    color: var( --vcc-carmine);
}

    .mobile-drawer .sub-list {
        display: none;
        background: #fafafa;
    }

        .mobile-drawer .sub-list.open {
            display: block;
        }

        .mobile-drawer .sub-list li a {
            padding-left: 36px;
            font-size: 14px;
            font-weight: 500;
        }

    .mobile-drawer .sub-sub-list {
        display: none;
        background: #f0f0f0;
    }

        .mobile-drawer .sub-sub-list.open {
            display: block;
        }


.mobile-cta-wrap {
    /*padding: 20px 24px;*/
    margin-top: auto;
    display:grid;
}

    .mobile-cta-wrap .links {
        color: var(--State-Grey, #748386);
        font-family:Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
        letter-spacing: 1.6px;
        margin-top: 48px;
        text-transform: uppercase;
        padding: 20px 16px;
    }

    .mobile-cta-wrap ul {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0;
        padding: 0;
        justify-items: flex-start;
        padding:0 !important;
    }

        .mobile-cta-wrap ul li{
            background: linear-gradient(0deg, rgba(44, 18, 36, 0.03) 0%, rgba(44, 18, 36, 0.03) 100%), #FBF9FF;
            width:100%;
            margin-bottom:2px;
        }

            .mobile-cta-wrap ul li a {
                display: grid;
                grid-template-columns: 20px 1fr 20px;
                justify-content: flex-start;
                padding: 12px 16px !important;
            }
        .mobile-cta-wrap a {
            display: grid;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 16px;
            background: var(--vcc-carmine);
            color: var(--vcc-light-grey);
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 2px;
        }

/* ─── SEARCH OVERLAY ──────────────────────────────────────────── */
.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 11000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    /*    padding-top: 120px;*/
    margin-top: 0px;
    padding-top: 148px;
    background: var(--White, #FFF);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 1 !important;
}
.search-container{
    position:relative;
}

#search-close {
    position: absolute;
    right: 64px;
    top: 32px;
    border: none;
    width: 32px;
    height: 32px;
    background: none;
    stroke-width: 2.667px;
    stroke: var(--Shadow-Grey, #272932);
}

#search-close svg{
    stroke-width: 2.667px;
    stroke: var(--Shadow-Grey, #272932);
}

    #search-close:hover
    {
        transform:scale(1.2);
        transition:transform .3s ease;
    }
    
    .search-overlay.open {
        display: flex;
    }

.search-box {
    width: 100%;
    max-width: 312px;
    display: flex;
    margin:24px auto;
    /*box-shadow: 0 16px 48px rgba(0,0,0,.25);*/
}

    .search-box input {
        flex: 1;
        border: none;
        outline: none;
        padding: 12px;
        padding-left:40px;
        font-size: 17px;
        font-family: var(--font);
        color:var(--Midnight-Violet, #2C1224);
        border-radius: 24px;
        background: linear-gradient(0deg, rgba(116, 131, 134, 0.10) 0%, rgba(116, 131, 134, 0.10) 100%), #FBF9FF;
        position:relative;
        font-family:Outfit-Regular;
    }

        .search-box .search-icon {
            content: '';
            position: absolute;
            top: 50%;
            left: 12px;
            width: 24px;
            height: 24px;
            background: url(/Files/templates/main-2026/images/icons/icon-search.svg) 50% 50% no-repeat;
            z-index:2;
            transform:translateY(-50%);
        }

        .search-box button {
            width: 60px;
            background: var(--vacc-red);
            border: none;
            cursor: pointer;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-box button svg {
            width: 32px;
            height: 32px;
        }

.search-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
}

/*--------------------------------BREADCRUMBS----*/
section.pw-crumbs {
    border-bottom: 1px solid rgba(116, 131, 134, 0.15);
    background: var(--vcc-snow, #FBF9FF);
    width: 100%;
}


section.pw-crumbs .pw-crumb-container {
    width: 100%;
    padding:16px 48px !important;
    max-width:1440px;
    margin:0px auto;
}

    section.pw-crumbs .pw-crumb-container *{
        color: var(--State-Grey, #748386);
        font-family:Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }

    section.pw-crumbs .pw-crumb-container ul {
        padding: 0 !important;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        list-style-type: none;
        align-items: center;
        align-content: center;
    }

        section.pw-crumbs .pw-crumb-container ul li{
            display:flex;
            gap:8px;
            align-content:center;
            align-items:center;
        }

    section.pw-crumbs .pw-crumb-container ul li:first-of-type svg {
        width:24px;
        height:24px;
    }

        section.pw-crumbs .pw-crumb-container ul li  svg {
            width: 16px;
            height: 16px;
        }

/* ─── REQUEST INFO FORM  ─────────────────────────────────────────── */
.pw-pop-up {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: red;
    display: none;
    place-content: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(7px);
}

    .pw-pop-up.open {
        display: grid;
    }


.main-modal-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(7px);
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

    .main-modal-overlay .modal {
        background: #fff;
        border-radius: 12px;
        max-width: 672px;
        width: 100%;
        padding: 24px;
        position: relative;
        border-radius: 8px;
        background: #FAFAFA;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

        .main-modal-overlay .modal h2 {
            color: #333;
            font-family: ZalandoSansExpanded-Bold;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
            margin-bottom: 24px;
        }

        .main-modal-overlay .modal p {
            color: #000;
            font-family:Outfit, Outfit-Regular;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: 24px;
        }

    .main-modal-overlay form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .main-modal-overlay .form-group {
        border-radius: 4px;
        padding: 12px 20px;
        position: relative;
        border-radius: 4px;
        border: 1px solid var(--Grey, #7E7D82);
        display: grid;
        width: 100%;
    }

        .main-modal-overlay .form-group .field-name {
            position: relative;
            top: 0;
            left: 0;
            color: var(--Shadow-Grey, #272932);
            font-family:Outfit, Outfit-Regular;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 114.286% */
            text-transform: uppercase;
            opacity: 0.4;
        }

    .main-modal-overlay .form-row {
        display: flex;
        gap: 8px;
    }

        .main-modal-overlay .form-row .form-group {
            display: grid;
            width: 100%;
        }

    .main-modal-overlay select, .main-modal-overlay input {
        width: 100%;
        padding: 4px 0 !important;
        border-radius: 6px;
        border: none;
        color: var(--Dark, #333);
        font-family:Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: capitalize;
        outline: none;
        background-color: transparent;
        line-height: 24px;
    }

    /* Hide native arrow */
    .main-modal-overlay select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M5 8L10 13L15 8' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        /*background-size: 12px 8px;*/
        /*padding-left: 12px !important;*/
    }

    .main-modal-overlay option,
    .main-modal-overlay optgroup {
        font-family:Outfit, Outfit-Regular, sans-serif;
    }

    .main-modal-overlay .error-section-modal-request-info {
        display: none;
        height: fit-content;
        position: absolute;
        right: 20px;
        z-index: 22;
        top: -3px;
        padding: 3px 0px;
        transition: none;
        animation: none;
        grid-template-columns: 1fr;
    }

    .main-modal-overlay .error + .error-section-modal-request-info {
        display: grid;
        grid-template-columns: 12px auto;
        align-content: center;
        align-items: center;
        gap: 4px;
    }

        .main-modal-overlay .error + .error-section-modal-request-info img {
            width: 12px;
            height: 12px;
        }

        .main-modal-overlay .error + .error-section-modal-request-info * {
            font-size: 12px !important;
            font-family:Outfit, Outfit-Regular !important;
            margin: 0 !important;
            color: var(--Carmine, #BE1E2D);
        }



    .main-modal-overlay .form-footer {
        color: #333;
        font-family:Outfit, Outfit-Regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin: 24px 0;
    }

    .main-modal-overlay .submit-btn {
        width: 100%;
        background: var(--Carmine, #BE1E2D);
        color: #fff;
        padding: 1rem;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        max-width: 238px;
        color: #FFF;
        font-family:Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
    }

    .main-modal-overlay .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        font-size: 1.75rem;
        cursor: pointer;
        color: #111;
        width: 75px;
        height: 75px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1.37695 22.1652L11.8265 11.7156M11.8265 11.7156L22.276 1.26611M11.8265 11.7156L22.276 22.1652M11.8265 11.7156L1.37695 1.26611' stroke='black' stroke-width='1.99038' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: center;
    }

        .main-modal-overlay .close-btn svg {
            width: 100%;
            height: 100%;
            max-width: 24px;
            max-height: 24px;
        }

/*REQUEST INFO END*/


/* ─── BREAKPOINT 1200 ─────────────────────────────────────────── */
@media (max-width: 1200px) {
    .main-nav {
       /* padding: 0 24px;*/
    }

    .top-bar {
        padding: 0 24px;
    }

   /* .nav-menu > li > a {
        padding: 0 13px;
        font-size: 13.5px;
    }*/

    .nav-logo {
        margin-right: 20px;
    }

    .nav-cta {
        padding: 0 20px;
        font-size: 13px;
    }
}

/* ─── BREAKPOINT 1200 ─────────────────────────────────────────── */
@media (max-width: 1080px) {

    .nav-menu > li > a {
        padding: 0 13px;
        font-size: 13.5px;
    }
}

/* ─── BREAKPOINT 1024 ─────────────────────────────────────────── */
@media (max-width: 1024px) {
    .main-nav {
        /*padding: 0 20px;*/
    }

    .top-bar {
        padding: 0 20px;
    }
    /* hide some top-bar links */
    .top-bar__links li:nth-child(-n+2) {
        display: none;
    }

    .nav-menu > li > a {
        padding: 0 10px;
        font-size: 13px;
    }

    .nav-cta {
        padding: 0 16px;
    }

    :root {
        --top-bar-h: 0px;
        --nav-h: 64px;
    }

    .top-bar {
        display: none;
    }
    .main-nav{
        margin:0;
    }

    .nav-logo img {
        width:173px /*178px*/;
        height: 33px;
    }

    .nav-logo{
        margin:16px 0;
    }

    header#main-nav section.wrapper {
        padding: 0;
    }
    

    .nav-menu, .nav-actions {
        display: none;
    }

    .nav-actions-mobile{
        display:flex;
    }
    .nav-hamburger {
        display: flex;
    }

    .nav-cta {
        font-size: 17px;
    }
    .mobile-drawer ul{
        padding:24px 16px;
        /*padding-bottom:91px;*/
    }

    .mobile-drawer .sub-list li {
        margin-bottom:2px;
    }

    .mobile-drawer > ul > li > button {
        padding: 20px 12px !important;
        padding-right:16px !important;
    }

    .mobile-drawer ul li a, .mobile-drawer ul li button {
        padding: 12px 24px;
        font-family:Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 100% */
    }

    .mobile-drawer .sub-list{
        padding:0;
        background:none;
    }

    .mobile-drawer .sub-list button svg {
        width:16px;
        height:16px;
    }

    .mobile-drawer .sub-list li{
        background:linear-gradient(0deg, rgba(44, 18, 36, 0.03) 0%, rgba(44, 18, 36, 0.03) 100%), #FBF9FF;
    }

        .mobile-drawer .sub-list li a {
            font-family:Outfit, Outfit-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 125% */
            padding: 12px 24px;
            background: linear-gradient(0deg, rgba(44, 18, 36, 0.03) 0%, rgba(44, 18, 36, 0.03) 100%), #FBF9FF;
        }

    .mob-toggle {
        padding: 16px 24px !important;
        padding-right: 20px !important;
    }

    .mobile-drawer {
        display: grid;
    }

        .mobile-drawer .sub-sub-list.open {
            background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
        }
            .mobile-drawer .sub-sub-list.open li, .mobile-drawer .sub-sub-list.open a{
                background: none;
            }

    section.pw-crumbs .pw-crumb-container {
        padding: 16px 24px !important;
    }
}

@media (max-width: 960px) {
    section.pw-crumbs .pw-crumb-container {
        padding: 16px 24px !important;
    }

    .search-overlay {
        padding-top: 80px; 
    }

}
@media (max-width: 375px) {
    .nav-logo img {
        width: 153px;
    
    }
}