﻿.luvanshNewPage .popUpHero {
    position: relative;
    width: 100%;
    min-height: 388px;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}

.luvanshNewPage .popUpHero-bg {
    position: absolute;
    /* inset: 0; */
    background-color: #06323a;
    background-image: url(../images/faq/faqBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 388px;
}

.luvanshNewPage .popUpHero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 533px;
    /* padding: 56px 24px 80px; */
}

.luvanshNewPage .popUpHero-title {
    margin: 0 0 16px;
    margin-top: 144px;
    font-size: 62px;
    font-weight: 400;
    line-height: 107%;
    letter-spacing: -5%;
    color: #f6f4f1;
}

.luvanshNewPage .popUpHero-updated {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    /*  line-height: 100%;*/
    letter-spacing: 0%;
    color: #f6f4f1;
}

@media screen and (max-width: 1024px) {
    .luvanshNewPage .popUpHero-inner {
        position: relative;
        z-index: 1;
        text-align: center;
        width: 345px;
        padding: 0px 24px;
    }

    .luvanshNewPage .popUpHero-title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -5%;
        margin-bottom: 8px;
        margin-top: 160px;
    }

    .luvanshNewPage .popUpHero-updated {
        font-size: 16px;
    }
}

/* map container */

/* Desktop default */
.luvanshNewPage .map-main-container {
    display: flex;
}

.luvanshNewPage .map-main-container-mobile {
    display: none;
}

.luvanshNewPage .map-main-container {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .luvanshNewPage .map-main-container .map-main-bg {
        position: absolute;
        inset: 0;
        /* background-color: #06323a; */
        background-image: url(/v2/images/our-store/mapbg-desktop.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 650px;
    }

        .luvanshNewPage .map-main-container .map-main-bg .map-content {
            display: flex;
            justify-content: center;
            align-items: start;
            flex-direction: column;
            gap: 24px;
            height: 100%;
            padding-left: 80px;
        }

            .luvanshNewPage .map-main-container .map-main-bg .map-content .map-title {
                font-size: 24px;
                font-weight: var(--fw-400);
                color: var(--primary-color);
                line-height: 120%;
                letter-spacing: 4%;
                text-transform: uppercase;
            }

                .luvanshNewPage .map-main-container .map-main-bg .map-content .map-title span {
                    font-weight: var(--fw-700);
                }

            .luvanshNewPage .map-main-container .map-main-bg .map-content .map-description {
                font-size: 32px;
                font-weight: var(--fw-400);
                color: var(--primary-color);
                line-height: 130%;
                letter-spacing: 0%;
                width: 636px;
            }

            .luvanshNewPage .map-main-container .map-main-bg .map-content .map-address-detail {
                display: flex;
                align-items: start;
                gap: 20px;
            }

                .luvanshNewPage .map-main-container .map-main-bg .map-content .map-address-detail .detail-divider {
                    width: 1px;
                    height: 73px;
                    background: #00374333;
                }

                .luvanshNewPage .map-main-container .map-main-bg .map-content .map-address-detail .detail-title {
                    font-size: 14px;
                    font-weight: var(--fw-500);
                    color: #66625e;
                    line-height: 100%;
                    letter-spacing: 0%;
                    padding-bottom: 6px;
                }

                .luvanshNewPage .map-main-container .map-main-bg .map-content .map-address-detail .detail-value {
                    font-size: 12px;
                    font-weight: var(--fw-600);
                    color: #003743;
                    line-height: 130%;
                    letter-spacing: 2%;
                }

            .luvanshNewPage .map-main-container .map-main-bg .map-content .btn-direction {
                height: 42px;
                padding: 0px 32px;
                display: flex;
                justify-content: center;
                align-items: center;
                /*  border-radius: 4px;*/
                background: #002129;
                box-shadow: 0px 4px 20px 0px #0000000d;
                color: #fefefe;
                font-size: 16px;
                font-weight: var(--fw-700);
                line-height: 100%;
                letter-spacing: 0%;
                transition: all 0.3s ease-in;
                cursor: pointer;
            }

                .luvanshNewPage .map-main-container .map-main-bg .map-content .btn-direction:hover {
                    background-color: #044a59;
                }

@media screen and (max-width: 1024px) {
    .luvanshNewPage .map-main-container {
        display: none;
    }

    .luvanshNewPage .map-main-container-mobile {
        display: flex;
    }

    .luvanshNewPage .map-main-container-mobile {
        position: relative;
        width: 100%;
        min-height: 852px;
        display: flex;
        align-items: end;
        justify-content: center;
        overflow: hidden;
    }

        .luvanshNewPage .map-main-container-mobile .map-main-bg {
            position: absolute;
            inset: 0;
            /* background-color: #06323a; */
            background-image: url(/v2/images/our-store/map-bg-mobile.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 852;
        }

            .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content {
                display: flex;
                justify-content: end;
                align-items: start;
                flex-direction: column;
                gap: 20px;
                height: 100%;
                padding: 20px;
            }

                .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-title {
                    font-size: 18px;
                    font-weight: var(--fw-400);
                    color: var(--primary-color);
                    line-height: 120%;
                    letter-spacing: 4%;
                    text-transform: uppercase;
                }

                    .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-title span {
                        font-weight: var(--fw-700);
                    }

                .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-description {
                    font-size: 24px;
                    font-weight: var(--fw-400);
                    color: var(--primary-color);
                    line-height: 130%;
                    letter-spacing: 0%;
                    width: 100%;
                }

                .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-address-detail {
                    display: flex;
                    align-items: start;
                    gap: 18px;
                }

                    .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-address-detail .detail-divider {
                        width: 1px;
                        height: 51px;
                        background: #00374333;
                    }

                    .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-address-detail .detail-title {
                        font-size: 14px;
                        font-weight: var(--fw-500);
                        color: #66625e;
                        line-height: 100%;
                        letter-spacing: 0%;
                        padding-bottom: 6px;
                    }

                    .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .map-address-detail .detail-value {
                        font-size: 10px;
                        font-weight: var(--fw-600);
                        color: #003743;
                        line-height: 130%;
                        letter-spacing: 2%;
                    }

                .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .btn-direction {
                    height: 42px;
                    padding: 0px 32px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    /*   border-radius: 4px;*/
                    background: #002129;
                    box-shadow: 0px 4px 20px 0px #0000000d;
                    color: #fefefe;
                    font-size: 14px;
                    font-weight: var(--fw-700);
                    line-height: 100%;
                    letter-spacing: 0%;
                    transition: all 0.3s ease-in;
                    cursor: pointer;
                }

                    .luvanshNewPage .map-main-container-mobile .map-main-bg .map-content .btn-direction:hover {
                        background-color: #044a59;
                    }
}

/* reason section */

/* Desktop default */
.luvanshNewPage .reason-main-desktop {
    display: flex;
    padding: 20px 20px 20px 80px;
    width: 100%;
    align-items: center;
    gap: 85px;
    justify-content: space-between;
}

    .luvanshNewPage .reason-main-desktop .reason-content {
        width: 40%;
    }

        .luvanshNewPage .reason-main-desktop .reason-content .reason-title {
            font-size: 32px;
            font-weight: var(--fw-400);
            color: #003743;
            line-height: 120%;
            letter-spacing: 4%;
            text-transform: uppercase;
            padding-bottom: 51px;
        }

            .luvanshNewPage .reason-main-desktop .reason-content .reason-title span {
                font-weight: var(--fw-700);
            }

        .luvanshNewPage .reason-main-desktop .reason-content .reason-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

            .luvanshNewPage .reason-main-desktop .reason-content .reason-container .reason-items .reason-item-title {
                font-size: 20px;
                font-weight: var(--fw-600);
                color: #002129;
                line-height: 120%;
                letter-spacing: 4%;
                text-transform: uppercase;
            }

                .luvanshNewPage .reason-main-desktop .reason-content .reason-container .reason-items .reason-item-title span {
                    color: #0021294d;
                }

            .luvanshNewPage .reason-main-desktop .reason-content .reason-container .reason-items .reason-item-description {
                font-size: 16px;
                font-weight: var(--fw-400);
                color: #333333;
                width: 386px;
                padding: 0px 30px;
                padding-top: 20px;
                padding-bottom: 14px;
            }

            .luvanshNewPage .reason-main-desktop .reason-content .reason-container .reason-item-divider {
                height: 1px;
                background: #cccccc99;
                width: 100%;
            }

    .luvanshNewPage .reason-main-desktop .reason-bg {
        width: 60%;
        height: 760px;
        border-radius: 20px;
    }

        .luvanshNewPage .reason-main-desktop .reason-bg img {
            width: 100%;
            height: 760px;
            /*   border-radius: 20px;*/
            object-position: center;
            object-fit: cover;
        }

.luvanshNewPage .reason-main-mobile {
    display: none;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .luvanshNewPage .reason-main-mobile .reason-bg {
        width: 100%;
        height: 500px !important;
    }

        .luvanshNewPage .reason-main-mobile .reason-bg img {
            width: 100%;
            height: 500px !important;
            object-position: center;
            object-fit: cover;
        }
}


@media screen and (max-width: 1200px) {
    .luvanshNewPage .reason-main-desktop {
        display: none;
    }

    .luvanshNewPage .reason-main-mobile {
        display: flex;
        flex-direction: column;
        padding: 32px 20px;
    }

        .luvanshNewPage .reason-main-mobile .reason-title {
            font-size: 22px;
            font-weight: var(--fw-400);
            color: #003743;
            line-height: 120%;
            letter-spacing: 4%;
            text-transform: uppercase;
            padding-bottom: 37px;
            text-align: center;
        }

            .luvanshNewPage .reason-main-mobile .reason-title span {
                font-weight: var(--fw-700);
            }

        .luvanshNewPage .reason-main-mobile .reason-bg {
            width: 100%;
            height: 366px;
            border-radius: 8px;
            padding-bottom: 37px;
        }

            .luvanshNewPage .reason-main-mobile .reason-bg img {
                width: 100%;
                height: 366px;
                /* border-radius: 8px;*/
                object-position: center;
                object-fit: cover;
            }

        .luvanshNewPage .reason-main-mobile .reason-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-top: 37px;
        }

            .luvanshNewPage .reason-main-mobile .reason-container .reason-items .reason-item-title {
                font-size: 14px;
                font-weight: var(--fw-600);
                color: #002129;
                line-height: 120%;
                letter-spacing: 4%;
                text-transform: uppercase;
            }

                .luvanshNewPage .reason-main-mobile .reason-container .reason-items .reason-item-title span {
                    color: #0021294d;
                }

            .luvanshNewPage .reason-main-mobile .reason-container .reason-items .reason-item-description {
                font-size: 12px;
                font-weight: var(--fw-400);
                color: #333333;
                width: 100%;
                padding: 16px 20px;
            }

            .luvanshNewPage .reason-main-mobile .reason-container .reason-item-divider {
                height: 1px;
                background: #cccccc99;
                width: 100%;
            }
}


@media screen and (max-width: 600px) {
    .luvanshNewPage .reason-main-mobile .reason-bg img {
        height: 200px;
    }

    .luvanshNewPage .reason-main-mobile .reason-bg {
        height: 200px;
    }

    .luvanshNewPage .reason-main-mobile .reason-container {
        padding-top: 15px;
    }

    .luvanshNewPage .reason-main-mobile .reason-title {
        padding-bottom: 15px;
    }
}
/* ── Store Booking Section ── */
.store-booking {
    width: 100%;
}

.store-booking-bg {
    position: relative;
    width: 100%;
    min-height: 671px;
    display: flex;
    align-items: flex-end;
}

.bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-mobile {
    display: none;
}

.bg-desktop {
    display: block;
}

.items-mobile {
    display: none !important;
}

.items-desktop {
    display: flex !important;
}

/* Wrapper that spans full width at the bottom */
.store-booking-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* Left side: label + title + button */
.booking-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 529px;
}

.booking-label {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #ffffffcc;
    line-height: 120%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.booking-title {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 130%;
}

.booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 24px;
    background: #f6f4f1;
    box-shadow: 0px 4px 20px 0px #0000000d;
    color: #141414;
    font-size: 16px;
    font-weight: 700;
    /*  border-radius: 4px;*/
    text-decoration: none;
    width: fit-content;
    transition: background 0.2s ease;
    cursor: pointer;
}

    .booking-btn:hover {
        background: #fefefe;
    }

/* Right side: 3 feature items */
.booking-features {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.feature-item {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 130%;
    letter-spacing: 2%;
}

.feature-divider {
    width: 1px;
    height: 36px;
    background: #ffffff99;
    flex-shrink: 0;
}

/* ── Mobile ── */
@media screen and (max-width: 1024px) {
    .bg-desktop {
        display: none;
    }

    .bg-mobile {
        display: block;
    }

    .items-desktop {
        display: none !important;
    }

    .items-mobile {
        display: flex !important;
    }

    .store-booking-bg {
        min-height: 680px;
        align-items: flex-end;
    }

    .booking-left {
        gap: 20px;
    }

    .store-booking-content {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
    }

    .booking-label {
        font-size: 18px;
        font-weight: 400;
    }

        .booking-label span {
            font-weight: 700;
        }

    .booking-title {
        font-size: 24px;
    }

        .booking-title .booking-btn {
            width: 100%;
            font-size: 14px;
            padding: 0px 32px;
        }

    .booking-btn {
        font-size: 14px;
        width: 207px;
        white-space: nowrap;
    }

    .booking-features {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .feature-item {
        font-size: 10px;
    }

    .feature-divider {
        height: 26px;
    }
}

/* space-container */

.space-container {
    padding-bottom: 39px;
    background: var(--bg-secondary);
}

@media screen and (max-width: 1024px) {
    .space-container {
        padding-bottom: 42px;
        background: var(--bg-secondary);
    }
}

/* Pop-up store — FAQ (self-contained; matches faq.css list/accordion, scoped to #popupStoreFaq) */

.luvanshNewPage #popupStoreFaq .faqPage-main.popupStoreFaq-page {
    background: #f6f4f1;
    padding: 52px clamp(20px, 5vw, 80px);
}

.luvanshNewPage #popupStoreFaq .faqList-wrap {
    position: relative;
    background: var(--bg-secondary);
    border: 1px solid #8daaaa66;
    overflow: hidden;
}

.luvanshNewPage #popupStoreFaq .faqPage-empty {
    margin: 0;
    padding: 48px 28px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    background: var(--bg-secondary);
}

.luvanshNewPage #popupStoreFaq .faqAccordion--mock {
    margin: 0;
    border: none;
    border-radius: 0 !important;
}

    .luvanshNewPage #popupStoreFaq .faqAccordion--mock .accordion-item:last-child .faqRow-btn {
        border-bottom: none;
    }

    .luvanshNewPage #popupStoreFaq .faqAccordion--mock .accordion-item:last-child .faqRow-body {
        border-bottom: none;
    }

    .luvanshNewPage #popupStoreFaq .faqAccordion--mock .accordion-item {
        margin: 0;
        border: none;
        border-radius: 0 !important;
        background: #f6f4f1 !important;
    }

    .luvanshNewPage #popupStoreFaq .faqAccordion--mock .faqRow-header {
        margin: 0;
    }

.luvanshNewPage #popupStoreFaq .faqRow-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    padding: 20px 40px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #0d2338;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px solid #8daaaa66;
    border-radius: 0;
    box-shadow: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .luvanshNewPage #popupStoreFaq .faqRow-btn:not(.collapsed) {
        background: #f6f4f1 !important;
        color: #0d2338;
        border-bottom: none;
    }

.luvanshNewPage #popupStoreFaq .faqAccordion-item--closing .faqRow-btn {
    border-bottom-color: transparent !important;
}

.luvanshNewPage #popupStoreFaq .faqRow-btn.collapsed,
.luvanshNewPage #popupStoreFaq .faqRow-btn.collapsed:focus,
.luvanshNewPage #popupStoreFaq .faqRow-btn.collapsed:active {
    border-bottom-color: #8daaaa66;
}

.luvanshNewPage #popupStoreFaq .faqRow-btn:focus {
    box-shadow: none;
    outline-offset: -2px;
}

.luvanshNewPage #popupStoreFaq .faqRow-btn.collapsed:focus {
    border-bottom: 1px solid #8daaaa66;
}

.luvanshNewPage #popupStoreFaq .faqRow-btn:not(.collapsed):focus {
    border-bottom: none;
}

.luvanshNewPage #popupStoreFaq .faqRow-q {
    flex: 1;
    min-width: 0;
}

.luvanshNewPage #popupStoreFaq .faqRow-btn::after {
    display: none !important;
}

.luvanshNewPage #popupStoreFaq .faqRow-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

    .luvanshNewPage #popupStoreFaq .faqRow-icon::before,
    .luvanshNewPage #popupStoreFaq .faqRow-icon::after {
        content: "";
        position: absolute;
        background: #003743;
        border-radius: 1px;
        transition: opacity 0.2s ease;
    }

    .luvanshNewPage #popupStoreFaq .faqRow-icon::before {
        top: 50%;
        left: 2px;
        right: 2px;
        height: 2px;
        margin-top: -1px;
    }

    .luvanshNewPage #popupStoreFaq .faqRow-icon::after {
        left: 50%;
        top: 2px;
        bottom: 2px;
        width: 2px;
        margin-left: -1px;
    }

.luvanshNewPage #popupStoreFaq .faqRow-btn:not(.collapsed) .faqRow-icon::after {
    opacity: 0;
}

.luvanshNewPage #popupStoreFaq .faqRow-body {
    padding: 0 40px 28px;
    padding-right: 100px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    color: #0d2338;
    background: #f6f4f1 !important;
    border-bottom: 1px solid #8daaaa66;
    text-align: left;
}

.luvanshNewPage #popupStoreFaq .faqAccordion-item--last-visible .faqRow-btn,
.luvanshNewPage #popupStoreFaq .faqAccordion-item--last-visible .faqRow-body {
    border-bottom: none !important;
}

.luvanshNewPage #popupStoreFaq .faqAccordion-item[hidden] {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .luvanshNewPage #popupStoreFaq .faqPage-inner {
        padding: 0 24px;
    }
}

@media screen and (max-width: 600px) {
    .luvanshNewPage #popupStoreFaq .faqPage-main.popupStoreFaq-page {
        padding: 40px 20px;
    }

    .luvanshNewPage #popupStoreFaq .faqPage-inner {
        padding: 0;
    }

    .luvanshNewPage #popupStoreFaq .faqRow-btn {
        padding: 20px 26px;
        font-size: 14px;
    }

    .luvanshNewPage #popupStoreFaq .faqRow-body {
        padding: 0 21px 20px 27px;
        font-size: 12px;
        font-weight: 500;
    }
}

@media (prefers-reduced-motion: reduce) {
    .luvanshNewPage #popupStoreFaq .faqRow-icon::after {
        transition: none;
    }
}

.luvanshNewPage .popupStoreFaq-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.luvanshNewPage .popupStoreFaq-kicker {
    margin: 0 0 24px;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    color: #003743;
}

.luvanshNewPage .popupStoreFaq-heading {
    margin: 0 0 53px;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #003743;
    text-transform: uppercase;
}

    .luvanshNewPage .popupStoreFaq-heading span {
        font-weight: 700;
    }

/* Segmented control: full-width track, equal segments; hover off — only .is-active */
.luvanshNewPage .popupStoreFaq-categoryBar {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    width: 314px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 2px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #cccccc33;
    /* border-radius: 2px;*/
    box-shadow: none;
}

    .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn {
        flex: 1 1 0;
        min-width: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        appearance: none;
        cursor: pointer;
        box-sizing: border-box;
        padding: 10px 12px;
        background: transparent;
        color: #002129;
        border: none;
        /* border-radius: 2px;*/
        box-shadow: none;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        text-align: center;
        white-space: nowrap;
    }

        .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn:hover {
            background: transparent !important;
            color: #003743 !important;
            border-color: transparent !important;
        }

@media (hover: none), (pointer: coarse) {
    .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn:hover {
        background: transparent !important;
        color: #003743 !important;
        border: none !important;
        padding: 5px 12px;
    }
}

.luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn.is-active {
    background-color: var(--primary-color) !important;
    color: var(--bg-primary) !important;
    border-color: transparent !important;
}

    .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn.is-active:hover {
        background-color: var(--primary-color) !important;
        color: var(--bg-primary) !important;
    }

@media screen and (max-width: 900px) {
    .luvanshNewPage .popupStoreFaq-categoryBar {
        gap: 14px;
        overflow-x: visible;
        padding-bottom: 0;
        margin-bottom: 20px;
        width: fit-content;
    }

        .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn {
            padding: 9px 10px;
            font-size: 14px;
            white-space: nowrap;
        }
}

.luvanshNewPage .popupStoreFaq-viewAllWrap {
    margin: 20px 0 0;
    text-align: center;
}

.luvanshNewPage .popupStoreFaq-viewAll {
    /* font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #002129;
  text-decoration: underline;
  text-underline-offset: 8px; */
    border-bottom: 1.5px solid #002129;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-weight: var(--fw-700);
    padding: 10px 5px;
    font-size: var(--fz-14);
    color: #002129;
}

    .luvanshNewPage .popupStoreFaq-viewAll:hover {
        background: linear-gradient(180deg, rgba(0, 33, 41, 0) 0%, rgba(0, 115, 143, 0.1) 100%);
        transition: all 0.3s ease-in;
    }

@media screen and (max-width: 600px) {
    .luvanshNewPage .popupStoreFaq-categoryBar .faqCategory-btn {
        padding: 5px 8px;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1.2;
        min-height: 26px;
    }

    .luvanshNewPage .popupStoreFaq-heading {
        margin-bottom: 37px;
    }

    .luvanshNewPage .popupStoreFaq-kicker {
        font-size: 16px;
        margin: 0 0 17px;
    }

    .luvanshNewPage .popupStoreFaq-heading {
        font-size: 22px;
        max-width: 353px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }
}
