/* Fallback selectors for the retired contact reminders. The hooks are removed in PHP. */
.neige-tawk-contact-notice,
.neige-tawk-cart-reminder {
    display: none !important;
}

/* Desktop implementation of the approved NEIGE Header prototype. */
@media (min-width: 1051px) {
    #header.ct-header,
    #header.ct-header > [data-device="desktop"],
    #header.ct-header > [data-device="desktop"] > [data-row="middle"],
    #header.ct-header > [data-device="desktop"] .ct-container-fluid,
    #header.ct-header > [data-device="desktop"] [data-column="middle"],
    #header.ct-header > [data-device="desktop"] [data-items] {
        width: 100%;
        max-width: none;
        min-height: 0;
        height: 75px;
        margin: 0;
        padding: 0;
        background: #fff8f0;
    }

    #header.ct-header {
        border-top: 1px solid rgba(6, 54, 107, 0.025);
        border-bottom: 1px solid rgba(6, 54, 107, 0.055);
    }

    #header .neige-global-header,
    #header .neige-global-header * {
        box-sizing: border-box;
    }

    #header .neige-global-header {
        --orange: #ff5312;
        --navy: #06366b;
        --account-blue: #0877cf;
        --warm-white: #fff8f0;
        --divider: #ebe7e2;

        display: block;
        width: 100%;
        height: 75px;
        color: var(--navy);
        background: var(--warm-white);
    }

    #header .neige-header__inner {
        display: grid;
        grid-template-columns: 190px minmax(420px, 1fr) 220px;
        align-items: center;
        width: min(1440px, 100%);
        height: 75px;
        margin: 0 auto;
        padding-inline: 28px;
    }

    #header .neige-brand {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: 190px;
        height: 75px;
    }

    #header .neige-brand img {
        display: block;
        width: 182px;
        height: 58px;
        max-width: none;
        object-fit: contain;
    }

    #header .neige-nav {
        display: flex;
        align-items: stretch;
        justify-content: center;
        height: 75px;
        gap: 40px;
    }

    #header .neige-nav > a {
        position: relative;
        display: inline-flex;
        align-items: center;
        color: var(--navy);
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        transition: color 150ms ease, transform 120ms ease;
    }

    #header .neige-nav > a:hover,
    #header .neige-nav > a.is-active,
    #header .neige-nav > a[aria-current="page"] {
        color: var(--orange);
    }

    #header .neige-nav > a.is-active::after,
    #header .neige-nav > a[aria-current="page"]::after {
        position: absolute;
        right: 0;
        bottom: 12px;
        left: 0;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        content: "";
    }

    #header .neige-actions {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 75px;
    }

    #header .divider {
        display: block;
        flex: 0 0 1px;
        width: 1px;
        height: 34px;
        background: var(--divider);
    }

    #header .account-link,
    #header .neige-global-header__account {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-left: 28px;
        color: var(--account-blue);
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        transition: color 150ms ease, transform 120ms ease;
    }

    #header .neige-global-header__icon,
    #header .neige-global-header__icon svg {
        display: block;
        width: 29px;
        height: 29px;
    }

    #header .neige-global-header__icon svg {
        color: var(--navy);
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 2.15;
    }

    #header .account-link:hover,
    #header .account-link:hover .neige-global-header__icon svg,
    #header .neige-global-header__account:hover,
    #header .neige-global-header__account:hover .neige-global-header__icon svg,
    #header .cart-link:hover,
    #header .neige-global-header__cart:hover {
        color: var(--orange);
    }

    #header .divider--second {
        margin-left: 20px;
    }

    #header .cart-link,
    #header .neige-global-header__cart {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 42px;
        margin-left: 23px;
        color: var(--navy);
        text-decoration: none;
        transition: color 150ms ease, transform 120ms ease;
    }

    #header .neige-global-header__cart-icon {
        display: block;
        width: 32px;
        height: 30px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.15;
    }

    #header .badge,
    #header .neige-global-header__cart-badge {
        position: absolute;
        top: 0;
        right: -4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 19px;
        height: 19px;
        padding-inline: 5px;
        border-radius: 999px;
        background: var(--orange);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
    }

    #header .neige-global-header a:focus {
        outline: none;
    }

    #header .neige-global-header a:focus-visible {
        outline: 2px solid var(--orange);
        outline-offset: 4px;
        border-radius: 3px;
    }

    #header .neige-global-header a:active {
        transform: translateY(1px);
    }
}

/* Mobile layout for legacy tools that render the shared Header themselves. */
@media (max-width: 1050px) {
    #header.ct-header.neige-standalone-shared-header,
    #header.neige-standalone-shared-header .neige-global-header {
        position: relative;
        width: 100%;
        max-width: none;
        height: 106px;
        margin: 0;
        padding: 0;
        border: 0;
        background: #fff8f0;
        color: #06366b;
    }

    #header.neige-standalone-shared-header,
    #header.neige-standalone-shared-header * {
        box-sizing: border-box;
    }

    #header.neige-standalone-shared-header .neige-header__inner {
        display: grid;
        grid-template-areas:
            "brand actions"
            "nav nav";
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: 62px 44px;
        align-items: center;
        width: 100%;
        height: 106px;
        margin: 0;
        padding: 0 16px;
        border-bottom: 1px solid rgba(6, 54, 107, 0.08);
    }

    #header.neige-standalone-shared-header .neige-brand {
        grid-area: brand;
        display: inline-flex;
        align-items: center;
        width: 138px;
        height: 62px;
    }

    #header.neige-standalone-shared-header .neige-brand img {
        display: block;
        width: 132px;
        height: 43px;
        max-width: none;
        object-fit: contain;
    }

    #header.neige-standalone-shared-header .neige-nav {
        grid-area: nav;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        height: 44px;
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    #header.neige-standalone-shared-header .neige-nav::-webkit-scrollbar {
        display: none;
    }

    #header.neige-standalone-shared-header .neige-nav > a {
        position: relative;
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        color: #06366b;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
    }

    #header.neige-standalone-shared-header .neige-nav > a.is-active,
    #header.neige-standalone-shared-header .neige-nav > a[aria-current="page"] {
        color: #ff5312;
    }

    #header.neige-standalone-shared-header .neige-nav > a.is-active::after,
    #header.neige-standalone-shared-header .neige-nav > a[aria-current="page"]::after {
        position: absolute;
        right: 0;
        bottom: 4px;
        left: 0;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        content: "";
    }

    #header.neige-standalone-shared-header .neige-actions {
        grid-area: actions;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 62px;
        gap: 12px;
    }

    #header.neige-standalone-shared-header .divider--first {
        display: none;
    }

    #header.neige-standalone-shared-header .divider--second {
        display: block;
        width: 1px;
        height: 28px;
        margin: 0;
        background: #ebe7e2;
    }

    #header.neige-standalone-shared-header .account-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 42px;
        margin: 0;
        color: #0877cf;
        text-decoration: none;
    }

    #header.neige-standalone-shared-header .account-link > span:last-child {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    #header.neige-standalone-shared-header .neige-global-header__icon,
    #header.neige-standalone-shared-header .neige-global-header__icon svg {
        display: block;
        width: 27px;
        height: 27px;
    }

    #header.neige-standalone-shared-header .neige-global-header__icon svg {
        fill: none;
        stroke: #06366b;
        stroke-linecap: round;
        stroke-width: 2.15;
    }

    #header.neige-standalone-shared-header .neige-global-header__cart {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 42px;
        margin: 0;
        color: #06366b;
        text-decoration: none;
    }

    #header.neige-standalone-shared-header .neige-global-header__cart-icon {
        display: block;
        width: 29px;
        height: 28px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.15;
    }

    #header.neige-standalone-shared-header .neige-global-header__cart-badge {
        position: absolute;
        top: 1px;
        right: -3px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        border-radius: 999px;
        background: #ff5312;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
    }
}

footer.ct-footer .ct-footer-copyright,
footer.ct-footer .ct-footer-copyright * {
    box-sizing: border-box;
}

footer.ct-footer .ct-container:has(.ct-footer-copyright) {
    width: min(1440px, calc(100% - 48px));
    max-width: 1440px;
    margin-inline: auto;
}

footer.ct-footer .ct-footer-copyright {
    width: 100%;
}

footer.ct-footer .neige-footer-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    min-height: 86px;
    color: #27456b;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
}

footer.ct-footer .neige-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

footer.ct-footer .neige-footer-brand img {
    display: block;
    width: 190px !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

footer.ct-footer .neige-footer-divider {
    flex: 0 0 1px;
    width: 1px;
    height: 22px;
    background: #9aa8ba;
    opacity: 0.8;
}

footer.ct-footer .neige-footer-item,
footer.ct-footer .neige-footer-social {
    color: #27456b;
    text-decoration: none;
}

footer.ct-footer .neige-footer-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

footer.ct-footer .neige-footer-social-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    line-height: 1;
}

footer.ct-footer .neige-footer-social-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: currentColor;
}

footer.ct-footer .neige-footer-social--discord .neige-footer-social-icon {
    background: #8e78e8;
    color: #fff;
}

footer.ct-footer .neige-footer-social--facebook .neige-footer-social-icon {
    border: 2px solid #ff7a4a;
    background: #fffdfa;
    color: #ff7a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
}

footer.ct-footer .neige-footer-copy {
    color: #27456b;
}

footer.ct-footer .neige-footer-strip a {
    transition: color 150ms ease, transform 120ms ease;
}

footer.ct-footer .neige-footer-strip a:hover {
    color: #ff5312;
}

footer.ct-footer .neige-footer-strip a:active {
    transform: translateY(1px);
}

footer.ct-footer .neige-footer-strip a:focus {
    outline: none;
}

footer.ct-footer .neige-footer-strip a:focus-visible {
    outline: 2px solid #ff5312;
    outline-offset: 4px;
    border-radius: 4px;
}

.neige-unified-footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 122, 74, 0.42);
    background:
        linear-gradient(
            180deg,
            rgba(255, 251, 247, 0.98) 0%,
            rgba(255, 246, 236, 0.94) 100%
        );
}

.neige-unified-footer .neige-footer-strip,
.neige-unified-footer .neige-footer-strip * {
    box-sizing: border-box;
}

.neige-unified-footer .neige-footer-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: min(1440px, calc(100% - 48px));
    min-height: 86px;
    margin-inline: auto;
    color: #27456b;
    font-size: 15px;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
}

.neige-unified-footer .neige-footer-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.neige-unified-footer .neige-footer-brand img {
    display: block;
    width: 190px !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

.neige-unified-footer .neige-footer-divider {
    flex: 0 0 1px;
    width: 1px;
    height: 22px;
    background: #9aa8ba;
    opacity: 0.8;
}

.neige-unified-footer .neige-footer-item,
.neige-unified-footer .neige-footer-social {
    color: #27456b;
    text-decoration: none;
}

.neige-unified-footer .neige-footer-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.neige-unified-footer .neige-footer-social-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    line-height: 1;
}

.neige-unified-footer .neige-footer-social-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.neige-unified-footer .neige-footer-social--discord .neige-footer-social-icon {
    background: #8e78e8;
    color: #fff;
}

.neige-unified-footer .neige-footer-social--facebook .neige-footer-social-icon {
    border: 2px solid #ff7a4a;
    background: #fffdfa;
    color: #ff7a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.neige-unified-footer .neige-footer-copy {
    color: #27456b;
}

.neige-unified-footer .neige-footer-strip a {
    transition: color 150ms ease, transform 120ms ease;
}

.neige-unified-footer .neige-footer-strip a:hover {
    color: #ff5312;
}

.neige-unified-footer .neige-footer-strip a:active {
    transform: translateY(1px);
}

.neige-unified-footer .neige-footer-strip a:focus {
    outline: none;
}

.neige-unified-footer .neige-footer-strip a:focus-visible {
    outline: 2px solid #ff5312;
    outline-offset: 4px;
    border-radius: 4px;
}

@media (max-width: 1120px) {
    footer.ct-footer .neige-footer-strip,
    .neige-unified-footer .neige-footer-strip {
        flex-wrap: wrap;
        gap: 18px 22px;
        padding-block: 22px;
        white-space: normal;
    }
}

@media (max-width: 620px) {
    footer.ct-footer .ct-container:has(.ct-footer-copyright) {
        width: min(100% - 32px, 420px);
    }

    footer.ct-footer .neige-footer-strip,
    .neige-unified-footer .neige-footer-strip {
        flex-direction: column;
        gap: 12px;
        min-height: 0;
        text-align: center;
        width: min(100% - 32px, 420px);
    }

    footer.ct-footer .neige-footer-brand img,
    .neige-unified-footer .neige-footer-brand img {
        width: 150px !important;
    }

    footer.ct-footer .neige-footer-divider,
    .neige-unified-footer .neige-footer-divider {
        display: none;
    }
}

/* Keep the real Blocksy footer visually identical to the standalone home footer. */
footer.ct-footer {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 122, 74, 0.42) !important;
    background:
        linear-gradient(
            180deg,
            rgba(255, 251, 247, 0.98) 0%,
            rgba(255, 246, 236, 0.94) 100%
        ) !important;
}

footer.ct-footer [data-row],
footer.ct-footer [data-row] > div,
footer.ct-footer [data-column],
footer.ct-footer .ct-container,
footer.ct-footer .ct-container-fluid,
footer.ct-footer .ct-footer-copyright {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

footer.ct-footer .ct-container:has(.ct-footer-copyright) {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}

footer.ct-footer .ct-footer-copyright > p {
    display: none !important;
}

footer.ct-footer .ct-footer-copyright .neige-footer-strip {
    width: min(1440px, calc(100% - 48px));
    min-height: 86px;
    margin-inline: auto;
}

@media (max-width: 620px) {
    footer.ct-footer .ct-footer-copyright .neige-footer-strip {
        width: min(100% - 32px, 420px);
    }
}

/* Mobile application navigation. The account page has its own approved header
   and is excluded server-side from this navigation. */
.neige-mobile-nav {
    display: none;
}

@media (max-width: 767px) {
    footer.ct-footer {
        display: block !important;
        visibility: visible !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header > [data-device="mobile"] {
        display: none !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header > [data-device="desktop"] {
        display: block !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header,
    body.has-neige-mobile-nav:not(.page-id-41070) #header > [data-device="desktop"],
    body.has-neige-mobile-nav:not(.page-id-41070) #header [data-row="middle"],
    body.has-neige-mobile-nav:not(.page-id-41070) #header [data-row="middle"] > div,
    body.has-neige-mobile-nav:not(.page-id-41070) #header [data-column="middle"],
    body.has-neige-mobile-nav:not(.page-id-41070) #header [data-items] {
        width: 100% !important;
        max-width: none !important;
        min-height: 64px !important;
        height: 64px !important;
        margin: 0 !important;
        padding-block: 0 !important;
        justify-content: flex-start !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header {
        border-bottom: 1px solid rgba(226, 213, 202, 0.88) !important;
        background: #fffdfa !important;
        box-shadow: 0 5px 16px rgba(45, 39, 31, 0.055) !important;
    }

    body.has-neige-mobile-nav {
        padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-global-header,
    .neige-demo-shared-header .neige-global-header {
        height: 64px !important;
        min-height: 64px !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-header__inner,
    .neige-demo-shared-header .neige-header__inner {
        display: flex !important;
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        justify-content: flex-start !important;
        padding: 6px 16px !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-brand,
    .neige-demo-shared-header .neige-brand {
        width: 154px !important;
        height: 50px !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-brand img,
    .neige-demo-shared-header .neige-brand img {
        width: 154px !important;
        height: 50px !important;
        object-fit: contain !important;
    }

    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-nav,
    body.has-neige-mobile-nav:not(.page-id-41070) #header .neige-actions,
    .neige-demo-shared-header .neige-nav,
    .neige-demo-shared-header .neige-actions {
        display: none !important;
    }

    .neige-mobile-nav {
        position: fixed;
        z-index: 2147482000;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        height: calc(68px + env(safe-area-inset-bottom));
        padding: 5px 6px env(safe-area-inset-bottom);
        border-top: 1px solid rgba(226, 213, 202, 0.9);
        background: rgba(255, 253, 250, 0.98);
        box-shadow: 0 -8px 26px rgba(45, 39, 31, 0.09);
        backdrop-filter: blur(14px);
    }

    .neige-mobile-nav__item {
        position: relative;
        display: flex;
        min-width: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        border-radius: 8px;
        color: #687184;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.15;
        text-decoration: none;
        transition: color 160ms ease, background-color 160ms ease, transform 120ms ease;
    }

    .neige-mobile-nav__item:active {
        transform: translateY(1px);
        background: rgba(255, 83, 18, 0.06);
    }

    .neige-mobile-nav__item.is-active {
        color: #ff5312;
    }

    .neige-mobile-nav__icon {
        position: relative;
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
    }

    .neige-mobile-nav__icon svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .neige-mobile-nav__item.is-active .neige-mobile-nav__icon svg {
        fill: currentColor;
        stroke: currentColor;
    }

    .neige-mobile-nav__badge {
        position: absolute;
        top: -3px;
        right: -5px;
        display: grid;
        min-width: 18px;
        height: 18px;
        padding-inline: 4px;
        place-items: center;
        border: 2px solid #fffdfa;
        border-radius: 999px;
        background: #ff5312;
        color: #fff;
        font-size: 9px;
        font-weight: 900;
        line-height: 1;
    }

    .neige-mobile-nav__badge[hidden] {
        display: none !important;
    }

    body.has-neige-mobile-nav .neige-chat__launcher {
        display: none !important;
    }

    footer.ct-footer .neige-footer-strip,
    .neige-unified-footer .neige-footer-strip {
        flex-direction: row !important;
        justify-content: center;
        gap: 8px 12px !important;
        width: calc(100% - 24px) !important;
        min-height: 72px !important;
        padding-block: 10px !important;
        font-size: 10px !important;
    }

    footer.ct-footer .neige-footer-brand img,
    .neige-unified-footer .neige-footer-brand img {
        width: 94px !important;
    }

    footer.ct-footer .neige-footer-social,
    footer.ct-footer .neige-footer-item,
    .neige-unified-footer .neige-footer-social,
    .neige-unified-footer .neige-footer-item {
        display: none !important;
    }

    footer.ct-footer .neige-footer-copy,
    .neige-unified-footer .neige-footer-copy {
        font-size: 10px !important;
    }
}

/* Dedicated full-page chat. The existing widget remains the single UI and
   data client; this page simply gives it the whole usable mobile viewport. */
.neige-chat-page-shell {
    min-height: 60vh;
    background: #fffaf5;
}

.neige-chat-page-shell__loading {
    display: grid;
    min-height: 55vh;
    place-items: center;
    color: #8b6d58;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.neige-chat-page-active,
    body.neige-chat-scroll-lock {
        overflow: hidden !important;
        padding-bottom: 0 !important;
    }

    body.neige-chat-page-active .neige-chat-page-shell {
        min-height: 100dvh;
    }

    body.neige-chat-page-active .neige-chat-page-shell__loading {
        visibility: hidden;
    }

    body.neige-chat-page-active .neige-mobile-nav,
    body.neige-chat-scroll-lock .neige-mobile-nav {
        display: none !important;
    }

    body.neige-chat-page-active .neige-chat {
        position: fixed !important;
        z-index: 2147481000 !important;
        inset: auto !important;
        top: var(--neige-viewport-top, 0px) !important;
        left: var(--neige-viewport-left, 0px) !important;
        width: var(--neige-viewport-width, 100vw) !important;
        height: var(--neige-viewport-height, 100dvh) !important;
    }

    body.neige-chat-page-active .neige-chat__window {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}
