﻿@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/200-bbd67c29ca.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/300-1724266c39.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/400-450d518a6b.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/500-e3401d76c1.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/600-29368e1be4.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/700-5323f0c7d9.woff) format('woff')
}

@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2'),url(../fonts/manrope/v13/800-92c36492e3.woff) format('woff')
}

@supports(font-variation-settings:normal) {
    @font-face {
        font-family: Manrope;
        src: url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2 supports variations'),url(../fonts/manrope/v13/manrope-b3dd0ecff8.woff2) format('woff2-variations');
        font-weight: 200 800;
        font-stretch: 25% 151%;
        font-style: normal;
        font-display: swap
    }
}

:root {
    --theme-color: #7d00a0;
    --theme-color-rgb: 125, 0, 160;
    --theme-color-hsl: 288, 100%, 31%;
    --theme-color-light: #8542b3;
    --theme-color-light-rgba: 133, 66, 179;
    --theme-color-light-hsl: 277°, 46%, 48%;
    --header-height: 79px;
}


body,
main,
header #MainHeader {
    font-family: 'Manrope', 'Arial', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.5;
}

body,
main {
    background-color: rgb(247, 247, 247);
    /*    background-color: rgba(236, 236, 237);*/
}

    main h1, main h2, main h3, main h4, main h5, main h6 {
        font-family: inherit;
        font-weight: 600;
        margin: 0;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.75);
    }

    main ul,
    header #MainHeader #HeaderMenu ul,
    footer ul {
        padding: 0;
    }

    main li,
    header #MainHeader #HeaderMenu li,
    footer li {
        list-style-type: none;
        margin-bottom: 0;
    }

    main table,
    main table th,
    main table td {
        font-family: 'Manrope', 'Arial', system-ui, sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.75);
        text-transform: unset;
        border: 0;
    }

button[disabled] {
    opacity: .6 !important;
    cursor: default !important;
}

.nice-toast {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto !important;
}

    .nice-toast .nice-toast-content {
        font-weight: 700;
    }

    .nice-toast .nice-toast-close {
        min-height: unset;
        opacity: .5;
    }

        .nice-toast .nice-toast-close:hover {
            background-color: unset;
            color: currentColor;
        }

/* <!-- ARTICLE HTML STYLE CUSTOMISE CSS START HERE  --!> */
article {
    color: rgba(0 0 0/75%);
}

    article > :first-child {
        margin-block-start: 0;
    }

    article h2 {
        font-weight: 800;
        font-size: 1.5em;
        margin: 2em 0 1em;
    }

    article h3 {
        font-weight: 800;
        font-size: 1.333334em;
        margin: 2em 0 1em;
    }

    article p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: 600;
        line-height: 1.5;
    }

    article ol, article ul {
        margin: 1em 0;
        margin-inline-start: 2em
    }

        article ul > li {
            list-style: disc outside;
            margin: 1em 0
        }

        article ol > li {
            list-style: decimal outside;
            margin: 1em 0
        }

            article ol > li::marker,
            article ul > li::marker {
                color: rgba(0 0 0/50%);
            }

    article a {
        font-weight: 800;
        color: var(--theme-color-light);
    }

        article a:hover {
            text-decoration: underline
        }

    article img {
        vertical-align: top;
        max-width: 100%;
        max-height: 40em;
        width: auto;
        height: auto
    }

    article table {
        width: auto !important;
        vertical-align: top;
        border-collapse: collapse;
        border: none !important;
        text-align: center;
        margin: 2em 0
    }

        article table td,
        article table th {
            border: 1px #ddd solid;
            padding: .5em 1em !important
        }

        article table p {
            margin: 0 !important
        }

    article iframe {
        margin: 1em auto;
        max-width: 60em
    }
/* <!-- ARTICLE HTML STYLE CUSTOMISE CSS END HERE  --!> */

/* <!-- HEADER CSS START HERE  --!> */
header {
    position: relative;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 1em;
    background-color: #301754;
}

    header:not(#OrderPaymentHeader) {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    header #MainHeader {
        display: flex;
        max-width: 120em;
        margin: 0 auto;
        padding: 1.3em 2em;
        box-sizing: border-box;
        position: relative;
        background-color: #301754;
        align-items: center;
        gap: 1.5em;
        justify-content: space-between;
    }

        header #MainHeader #ProductClassificationMenu {
            display: none;
        }

        header #MainHeader #HeaderLogo a {
            display: flex;
            justify-content: center;
            align-items: center;
            max-height: 9em;
            width: 10.5em;
        }

            header #MainHeader #HeaderLogo a img {
                width: 100%;
                height: 100%;
                vertical-align: top;
            }


        header #MainHeader #HeaderMenu {
            display: flex;
            align-items: center;
            border-radius: 3.335em;
            border: 1px solid #ddd;
            box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px 4px 12px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
        }

            header #MainHeader #HeaderMenu ul {
                display: flex;
                align-items: stretch;
                position: relative;
                margin-bottom: 0;
            }

                header #MainHeader #HeaderMenu ul li a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: rgba(0, 0, 0, 0.75);
                    position: relative;
                    overflow: hidden;
                    border-right: 1px solid #ddd;
                    padding: 0.7em 1em;
                    min-width: 10em;
                    height: 100%;
                }

                header #MainHeader #HeaderMenu ul li:last-child a {
                    border-right: none;
                    padding: 0 0 0 0.7em;
                    justify-content: end;
                }

                header #MainHeader #HeaderMenu ul li a span {
                    font-weight: 700;
                    font-size: 1.1em;
                    line-height: 1.5;
                }

                header #MainHeader #HeaderMenu ul li a:hover {
                    background-color: #ebebeb;
                    border-radius: 3em;
                }

            header #MainHeader #HeaderMenu #SearchMenu a {
                display: flex;
                gap: 1.5em;
                justify-content: end;
                align-items: center;
            }

            header #MainHeader #HeaderMenu #SearchMenu #SearchIconDisplay::after {
                content: "\f002";
                font-family: "Font Awesome 6 Free";
                font-size: 0.91em;
                display: flex;
                width: 2.8em;
                height: 2.8em;
                justify-content: center;
                align-items: center;
                border-radius: 100%;
                background-color: var( --theme-color-light);
                color: #fff;
                padding: 0.85em;
                margin: 0.585em 0.585em 0.585em 0;
            }

            header #MainHeader #HeaderMenu #SearchMenu input,
            header #MainHeader #HeaderMenu #SearchMenu[display-mode="search"] a span:not(#SearchIconDisplay) {
                display: none;
            }

            header #MainHeader #HeaderMenu #SearchMenu[display-mode="search"] {
                display: flex;
                border-radius: 0 3em 3em 0;
            }

                header #MainHeader #HeaderMenu #SearchMenu[display-mode="search"] a {
                    min-width: unset;
                }

                header #MainHeader #HeaderMenu #SearchMenu[display-mode="search"] input {
                    all: unset;
                    font-weight: 700;
                    font-size: 1.1em;
                    line-height: 1.5;
                    margin-inline: 1em;
                    max-width: 6em;
                }



    header #HeaderNav {
        display: flex;
        align-items: center;
        gap: 1.5em;
    }

        header #HeaderNav #SearchIcon {
            display: none;
        }

        header #HeaderNav #HeaderCart {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            header #HeaderNav #HeaderCart a,
            header #HeaderNav #SearchIcon a {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                height: 4em;
                width: 4em;
                background-color: rgba(0 0 0 / 5%);
                border-radius: 50%;
            }

                header #HeaderNav #HeaderCart a i,
                header #HeaderNav #SearchIcon a i {
                    font-size: 1.5em;
                    color: #fff;
                }

                header #HeaderNav #HeaderCart a:not(a[data-cart-count=""], a[data-cart-count="0"])::after {
                    content: attr(data-cart-count);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 1.335em;
                    min-width: 1.335em;
                    background-color: var(--theme-color-light);
                    color: #fff;
                    padding: 0 .25em;
                    border-radius: 0.34em;
                    inset-block-start: 0;
                    inset-inline-end: 4px;
                    position: absolute;
                    transform-origin: right top;
                    transform: scale(.777778);
                }

    header #MainHeader #HeaderNav #UserLoginBtn {
        display: none;
    }

    header #HeaderNav #HeaderProfilePreview {
        display: flex;
        background-color: var(--theme-color-light);
        height: 3.5em;
        padding: 0.5em;
        align-items: center;
        gap: 1em;
        border-radius: 2em;
        color: #fff;
        cursor: pointer;
    }


        header #HeaderNav #HeaderProfilePreview .ProfileImage {
            width: 2.5em;
            height: 2.5em;
            overflow: hidden;
            border-radius: 50%;
        }

            header #HeaderNav #HeaderProfilePreview .ProfileImage img {
                vertical-align: top;
                width: 100%;
                height: 100%;
            }

        header #HeaderNav #HeaderProfilePreview i {
            font-size: 1.35em;
            padding-right: 0.5em;
        }

        header #HeaderNav #HeaderProfilePreview #LoginSignUpSection {
            cursor: pointer;
            padding: 0.9em 1em;
            color: #fff;
            font-weight: 800;
        }

    header #HeaderNav #AccountDropDown .WelcomeSection {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1.5em
    }

        header #HeaderNav #AccountDropDown .WelcomeSection::before {
            content: "";
            display: block;
            width: 9.5em;
            height: 12.5em;
            background-image: url(../images/JennxWelcomeVector.webp);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: translateX(1em);
        }


        header #HeaderNav #AccountDropDown .WelcomeSection .T {
            font-size: 1.1em;
            font-weight: 800;
            line-height: 1.3;
        }

    header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper .Action {
        display: flex;
        gap: 0.5em;
    }

        header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper .Action a {
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid var(--theme-color);
            border-radius: 0.5rem;
            padding: 1em 2em;
            text-transform: uppercase;
            font-weight: 800;
            line-height: 1;
            color: var(--theme-color);
            min-width: 9em;
        }

        header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper .Action #HeaderLoginBtn {
            background-color: var(--theme-color);
            color: #fff;
        }


    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection #AccountDropProfileImageSection {
        position: relative;
    }

    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection #AccountDropAccountProfileImage {
        width: 4em;
        height: 4em;
        overflow: hidden;
        border-radius: 1em;
    }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection #AccountDropAccountProfileImage img {
            vertical-align: top;
            width: 100%;
            height: 100%;
        }

    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection #AccountDropProfileImageSection[data-is-verified="true" i]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1.3em;
        height: 1.3em;
        background-image: url(../images/VerifiedBadge.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(25%, 25%);
    }

    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection #AccountDropProfileImageSection[data-is-verified="true" i] #AccountDropAccountProfileImage {
        border: 2px solid var(--theme-color-light);
    }

    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection .AccountName {
        font-weight: 800;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 1.1em;
    }

    header #HeaderNav #ProfileImageSection ul {
        padding: 0.5em 0.8em;
        margin-bottom: 0;
    }

        header #HeaderNav #ProfileImageSection ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.8em 1em;
            border-radius: 1em;
            list-style-type: none;
            margin-bottom: 0;
        }

            header #HeaderNav #ProfileImageSection ul li a {
                text-decoration: none;
                display: grid;
                grid-template-columns: 2em 1fr;
                align-items: center;
                gap: 1em;
                width: 100%;
            }

                header #HeaderNav #ProfileImageSection ul li a::before {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    font-family: "Font Awesome 6 Free";
                    font-weight: 600;
                    font-size: 1.6em;
                    line-height: 1;
                    overflow: visible;
                    width: 1em;
                    height: 1em;
                }

                header #HeaderNav #ProfileImageSection ul li a[icon="JennxProfile" i]::before {
                    content: "\f2bd";
                }

                header #HeaderNav #ProfileImageSection ul li a[icon="Purchases" i]::before {
                    content: "\f022";
                }

                header #HeaderNav #ProfileImageSection ul li a[icon="Cards" i]::before {
                    content: "\f09d";
                }

                header #HeaderNav #ProfileImageSection ul li a[icon="JxCredit" i]::before {
                    content: "\f19c";
                }

                header #HeaderNav #ProfileImageSection ul li a[icon="Logout" i]::before {
                    content: "\f08b";
                }

    header #ProductClassificationMenuList {
        display: none;
    }

@media only screen and (min-width: 1001px) {
    header #HeaderNav #AccountDropDown {
        position: absolute;
        z-index: 1;
        inset-inline-end: 0;
        top: calc(100% + 1em);
        width: 35em;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-1em);
        color: rgba(0, 0, 0, 0.75);
    }

        header #HeaderNav #AccountDropDown[data-display="show" i] {
            opacity: 1;
            visibility: visible;
            transform: none;
            transition: .3s;
        }

    header #HeaderNav #LoginSignUpSection #AccountDropDown {
        width: 25em;
    }

        header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper {
            background: #fff;
            border-radius: 1em;
            box-shadow: rgb(0 0 0 / 7%) 0 1em 1.3em;
            padding: 2.5em 1.5em;
            cursor: default;
        }


    header #HeaderNav #ProfileImageSection #AccountDropDown {
        width: 22.5em;
    }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper {
            background-color: #fff;
            border-radius: 1.5em;
            overflow: hidden;
            box-shadow: rgb(0 0 0 / 7%) 0 1em 2.3em;
            cursor: default;
        }

            header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection {
                display: none;
            }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection {
            display: flex;
            align-items: center;
            gap: .8em;
            padding: 1.2em 1em;
            border-block-end: 1px solid rgba(0 0 0 / 10%);
        }

            header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection .AccountDetails {
                opacity: .8;
            }

    header #HeaderNav #ProfileImageSection .LogoutSection {
        padding: 0.3em 0;
        border-block-start: 1px solid rgba(0 0 0 / 10%);
    }

    header #HeaderNav #ProfileImageSection ul li a {
        color: currentColor;
        opacity: 0.8;
    }


    header #HeaderNav #ProfileImageSection ul li:hover {
        background: rgba(0 0 0/5%);
    }

        header #HeaderNav #ProfileImageSection ul li:hover a {
            opacity: 1;
        }
}

@media only screen and (max-width: 1000px) {


    header #HeaderNav #LoginSignUpSection #AccountDropDown {
        display: flex;
        align-items: end;
        color: rgba(0, 0, 0, 0.75);
    }

    header #HeaderNav #LoginSignUpSection #AccountDropDown,
    header #HeaderNav #ProfileImageSection #AccountDropDown {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: rgba(255 255 255 / 75%);
        visibility: hidden;
        opacity: 0;
    }

        header #HeaderNav #LoginSignUpSection #AccountDropDown[data-display="show" i],
        header #HeaderNav #ProfileImageSection #AccountDropDown[data-display="show" i] {
            visibility: visible;
            opacity: 1;
        }

            header #HeaderNav #LoginSignUpSection #AccountDropDown[data-display="show" i] .exit-overlay,
            header #HeaderNav #ProfileImageSection #AccountDropDown[data-display="show" i] > .exit-overlay {
                position: absolute;
                inset: 0;
                z-index: -1;
            }

            header #HeaderNav #LoginSignUpSection #AccountDropDown[data-display="show" i] .AccountDropDownWrapper {
                width: 100%;
                max-width: 40em;
                max-height: calc(100vh - var(--header-height));
                margin: 0 auto;
                background: #fff;
                box-shadow: rgba(0 0 0 / 13%) 0 0 2em;
                border-radius: 2em 2em 0 0;
                display: flex;
                flex-direction: column;
                overflow: hidden;
                animation: slideUp 0.5s ease-out forwards;
            }

        header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper .Action {
            flex-direction: column;
            width: 100%;
            max-width: 25em;
            gap: 1em;
        }

            header #HeaderNav #LoginSignUpSection #AccountDropDown .AccountDropDownWrapper .Action a {
                font-size: 1.166667em;
                padding: 1em 3em;
            }


    header #HeaderNav #AccountDropDown .WelcomeSection {
        padding: 5em 3em 2em;
    }

        header #HeaderNav #AccountDropDown .WelcomeSection::before {
            width: 14.5em;
            height: 18.5em;
        }

        header #HeaderNav #AccountDropDown .WelcomeSection .T {
            font-size: 1.5em;
        }

    header #HeaderNav #ProfileImageSection #AccountDropDown[data-display="show" i] > .AccountDropDownWrapper {
        display: flex;
        flex-direction: column;
        width: calc(100% - 5em);
        max-width: 25em;
        height: 100%;
        margin-inline-start: auto;
        box-sizing: border-box;
        border-radius: 0;
        background: #301754;
        box-shadow: rgba(0 0 0 / 10%) 0 0 2em;
        position: relative;
        animation: slideIn 0.5s ease forwards;
    }

    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 1.5em;
        padding: 1.66666em;
    }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection .SideBarLogo {
            max-height: 9em;
            width: 10.5em;
        }

            header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection .SideBarLogo img {
                width: 100%;
                height: 100%;
                vertical-align: top;
            }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection .SideBarCloseAction {
            cursor: pointer;
            font-family: "Font Awesome 6 Free";
            font-weight: 800;
            font-size: 1.7em;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection .SideBarCloseAction::after {
                content: "\f00d";
                transition: transform 0.3s ease-in-out;
            }

            header #HeaderNav #ProfileImageSection #AccountDropDown .AccountDropDownWrapper .SideBarLogoSection .SideBarCloseAction[data-display="closed" i]::after {
                content: "\f00d";
                color: var(--theme-color-light);
                transform: rotate(180deg);
            }


    header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection {
        display: flex;
        align-items: center;
        gap: .8em;
        padding: 1.4em 1.2em;
        background-color: #270F48;
        border-radius: 1.8em 0 0 1.8em;
        margin-block-end: 2em;
    }

        header #HeaderNav #ProfileImageSection #AccountDropDown .AccountInfoSection .AccountDetails {
            color: #adb0bc;
        }

    header #HeaderNav #ProfileImageSection ul {
        padding: 0;
    }

        header #HeaderNav #ProfileImageSection ul li {
            padding: 1.2em;
            margin: 0.3em 1em;
        }

            header #HeaderNav #ProfileImageSection ul li a {
                color: #adb0bc;
            }

            header #HeaderNav #ProfileImageSection ul li.ActiveTab {
                background-color: var(--theme-color);
            }

                header #HeaderNav #ProfileImageSection ul li.ActiveTab a {
                    color: #fff;
                }


    body.overlay-content-activated {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        touch-action: none;
    }
}


@media only screen and (max-width: 860.98px) {

    header #MainHeader #HeaderMenu {
        left: 45%;
    }

        header #MainHeader #HeaderMenu ul li a {
            min-width: 9em;
        }

        header #MainHeader #HeaderMenu #SearchMenu span {
            gap: 1.3em;
        }

    header #HeaderNav #HeaderProfilePreview #LoginSignUpSection {
        padding: 0.9em 0.5em;
    }

    header #HeaderNav #HeaderCart a i {
        font-size: 1.75em;
    }
}

@media only screen and (max-width: 795px) {

    header #MainHeader {
        justify-content: unset;
        gap: 0.7em;
        padding: 1em 2em;
    }

        header #MainHeader #HeaderLogo {
            margin-inline-end: auto;
        }

        header #MainHeader #ProductClassificationMenu {
            display: block;
            cursor: pointer;
        }

            header #MainHeader #ProductClassificationMenu::before {
                content: "\f0c9";
                font-family: "Font Awesome 6 Free";
                font-size: 1.8em;
                font-weight: 900;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: transform 0.3s ease-in-out;
                padding-inline: .8em;
                margin-inline-start: -0.5em;
                transition: transform 0.3s ease-in-out;
            }

            header #MainHeader #ProductClassificationMenu[display-mode="show" i]::before {
                content: '\f00d';
                color: var(--theme-color-light);
                transform: rotate(180deg);
            }

        header #MainHeader #HeaderMenu {
            display: none;
        }

        header #MainHeader #HeaderNav {
            gap: 0.5em;
        }

            header #MainHeader #HeaderNav #SearchIcon {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                header #MainHeader #HeaderNav #HeaderCart a,
                header #MainHeader #HeaderNav #SearchIcon a {
                    background-color: transparent;
                }

                    header #MainHeader #HeaderNav #HeaderCart a i,
                    header #MainHeader #HeaderNav #SearchIcon a i {
                        font-size: 1.8em;
                    }

            header #MainHeader #HeaderNav #HeaderProfilePreview {
                margin-inline-start: 1em;
            }

    header #ProductClassificationMenuList[display-mode="show" i] {
        display: block;
    }

        header #ProductClassificationMenuList[display-mode="show" i]::before {
            content: '';
            position: absolute;
            display: block;
            background: #270F48;
            width: 1.5em;
            height: 1.5em;
            z-index: 100;
            margin: -.5em 3.5% 0;
            transform: rotate(45deg);
        }

        header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            overflow: hidden;
            background-color: #270F48;
            color: #fff;
            gap: 0 2.5em;
            padding: 1.5em 2em;
        }

            header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent a {
                display: grid;
                grid-template-columns: auto 1fr;
                gap: .5em;
                align-items: center;
                opacity: unset;
                color: #e6e6e6;
                font-weight: 600;
                font-size: 1.1em;
            }

                header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent a::before {
                    font-family: "Font Awesome 6 Free";
                    font-size: 1.5em;
                    font-weight: 900;
                    color: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 1.4em;
                    width: 1.4em;
                }

            header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent #GiftCardMenu::before {
                content: "\f06b";
            }

            header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent #DirectTopUpMenu::before {
                content: "\f135";
            }
}

@media only screen and (max-width: 580px) {

    header #MainHeader {
        gap: .5em;
    }

        header #MainHeader #ProductClassificationMenu::before {
            padding-inline: .6em;
            margin-inline-start: -0.7em;
        }

        header #MainHeader #ProductClassificationMenu::before,
        header #MainHeader #HeaderNav #HeaderCart a i,
        header #MainHeader #HeaderNav #SearchIcon a i {
            font-size: 1.6em;
        }

        header #MainHeader #HeaderNav #HeaderCart a,
        header #MainHeader #HeaderNav #SearchIcon a {
            height: 3.2em;
            width: 3.2em;
        }


        header #MainHeader #HeaderLogo a {
            max-height: 7em;
            width: 9.9em;
        }

        header #MainHeader #HeaderNav #HeaderProfilePreview {
            margin-inline-start: 0.5em;
        }

    header #ProductClassificationMenuList[display-mode="show" i] > .InnerContent a {
        font-size: 1em;
    }
}

@media only screen and (max-width: 500px) {

    header #MainHeader #HeaderNav #UserLoginBtn {
        display: flex;
        height: 3.2em;
        width: 3.2em;
        justify-content: center;
        align-items: center;
    }

        header #MainHeader #HeaderNav #UserLoginBtn::before {
            content: "\f2be";
            font-family: "Font Awesome 6 Free";
            font-size: 2.1em;
            font-weight: 700;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            box-sizing: border-box;
            cursor: pointer;
            line-height: 1;
        }

    header #MainHeader #ProductClassificationMenu::before,
    header #MainHeader #HeaderNav #HeaderCart a i,
    header #MainHeader #HeaderNav #SearchIcon a i {
        font-size: 1.9em;
    }


    header #MainHeader #HeaderNav #HeaderProfilePreview #ActionInstruction {
        display: none;
    }

    header #MainHeader #HeaderNav #HeaderProfilePreview[is-logged-in="false" i] {
        background-color: transparent;
        margin-inline-start: 0;
        border-radius: unset;
        gap: 0;
        padding: 0;
    }

    header #HeaderNav #HeaderProfilePreview[is-logged-in="false" i] #LoginSignUpSection {
        padding: 0;
    }
}

@media only screen and (max-width: 440px) {

    header #MainHeader {
        padding: 1em 1.5em;
    }

        header #MainHeader #HeaderLogo a {
            width: 9em;
        }

        header #MainHeader #ProductClassificationMenu::before,
        header #MainHeader #HeaderNav #HeaderCart a i,
        header #MainHeader #HeaderNav #SearchIcon a i {
            font-size: 1.5em;
        }

        header #MainHeader #HeaderNav {
            gap: 0.4em;
        }

            header #MainHeader #HeaderNav #HeaderCart a,
            header #MainHeader #HeaderNav #SearchIcon a,
            header #MainHeader #HeaderNav #UserLoginBtn {
                height: 3em;
                width: 3em;
            }

                header #MainHeader #HeaderNav #UserLoginBtn::before {
                    font-size: 1.7em;
                }

        header #MainHeader #ProductClassificationMenu::before {
            padding-inline: .55em;
        }
}

@media only screen and (max-width: 390px) {
    header #HeaderNav #HeaderProfilePreview .ProfileImage {
        width: 2.3em;
        height: 2.3em;
    }

    header #MainHeader #HeaderNav #HeaderProfilePreview {
        margin-inline-start: 0.3em;
        gap: 0.3rem;
        height: 3.3em;
    }

    header #HeaderNav #HeaderProfilePreview .ProfileImage {
        width: 2.3em;
        height: 2.3em;
    }
}


/* <!-- HEADER CSS END HERE  --!> */
/* <!-- FOOTER CSS START HERE  --!> */
footer {
    display: block;
    background-color: #301754;
    border-radius: 4em 4em 0 0;
}

    footer li,
    footer ul,
    footer a,
    footer #MainFooterWrapper,
    footer #FooterCopyRightWrapper {
        font-family: 'Manrope', 'Arial', system-ui, sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #adb0bc;
        line-height: 1.5;
    }

    footer #MainFooterWrapper {
        max-width: 120em;
        display: grid;
        grid-template-columns: 20em 1fr 23em;
        grid-template-areas:
            "BrandIntro FooterNav BusinessInfo"
            "PaymentMethod PaymentMethod SocialMedia";
        gap: 7em 3em;
        align-items: flex-start;
        position: relative;
        margin: 0 auto;
        padding: 7em 2em 2em;
        box-sizing: border-box;
        margin-top: 6em !important;
    }

        footer #MainFooterWrapper #BrandIntroductionSection {
            display: flex;
            flex-direction: column;
            gap: 2em;
            justify-content: center;
            align-items: center;
            grid-area: BrandIntro;
            line-height: 2;
        }

            footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay::before {
                content: '';
                display: inline-block;
                background-repeat: no-repeat;
                background-image: url(../images/Footer/footer-bookmark.svg);
                position: absolute;
                width: 21em;
                height: 27em;
                top: -4em;
                left: 1.6em;
                z-index: 0;
            }

            footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay {
                width: 8em;
            }

                footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay img {
                    vertical-align: top;
                    width: 100%;
                    height: 100%;
                    position: relative;
                    z-index: 1;
                }

        footer #MainFooterWrapper #FooterNavSection {
            grid-area: FooterNav;
            z-index: 10;
        }

            footer #MainFooterWrapper #FooterNavSection #FooterNavList {
                display: flex;
                gap: 2.5em 3.5em;
                flex-wrap: wrap;
            }

            footer #MainFooterWrapper #FooterNavSection .FooterNav {
                display: flex;
                flex-direction: column;
                gap: 0.8em;
                flex: 0 0 auto;
            }

                footer #MainFooterWrapper #FooterNavSection .FooterNav ul {
                    margin-bottom: 0;
                }

                footer #MainFooterWrapper #FooterNavSection .FooterNav .FooterNav-Title {
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: 1.3em;
                    line-height: 2;
                    color: #fff;
                }

                footer #MainFooterWrapper #FooterNavSection .FooterNav li {
                    margin-block-start: 0.6em;
                }

                    footer #MainFooterWrapper #FooterNavSection .FooterNav li a:hover {
                        color: #adb0bc;
                        text-decoration: underline;
                    }


    footer #BusinessInfoSection {
        grid-area: BusinessInfo;
        display: flex;
        flex-direction: column;
        gap: 0.7em;
        margin-top: -3em;
    }

        footer #BusinessInfoSection .BusinessInfo {
            background-color: #270F48;
            border-radius: 1.5em;
            padding: 1em;
        }

            footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper {
                display: grid;
                grid-template-columns: 1em 1fr;
                gap: 0.3em 1em;
                padding: 1em;
                border: 1px dashed #adb0bc;
                border-radius: 1em;
                height: 100%;
            }

                footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .T,
                footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .Icon {
                    display: flex;
                    align-items: center;
                }

                    footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .Icon::after {
                        font-family: "Font Awesome 6 Free";
                        font-size: 1em;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .Icon[footer-businessinfo="Telephone" i]::after {
                        content: "\f095";
                    }

                    footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .Icon[footer-businessinfo="SupportEmail" i]::after {
                        content: "\f0e0";
                    }

                    footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .Icon[footer-businessinfo="BusinessAddress" i]::after {
                        content: "\f1ad";
                    }

                footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .C {
                    color: #e6e6e6;
                    font-weight: 700;
                    grid-column: 2;
                    grid-row: 2;
                }

    footer #PaymentMethodSection {
        grid-area: PaymentMethod;
        overflow: hidden;
    }

        footer #PaymentMethodSection #FooterPaymentDisplayList {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7em;
            margin-bottom: 0;
            flex-wrap: nowrap !important;
            overflow: hidden;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
        }

        footer #PaymentMethodSection #FooterPaymentDisplayWrapper {
            overflow: hidden;
        }

            footer #PaymentMethodSection #FooterPaymentDisplayWrapper #FooterPaymentDisplayList .PaymentMethodLogo {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: rgb(247, 247, 247);
                border: 0;
                /*            border: 1px solid #d5dfff;*/
                overflow: hidden;
                border-radius: 0.5em;
                height: 3.334em;
                width: 5em;
                flex: 0 0 auto;
            }

        footer #PaymentMethodSection #FooterPaymentDisplayList .PaymentMethodLogo img {
            width: 100%;
            object-fit: contain;
        }

    footer #SocialMediaSection {
        grid-area: SocialMedia;
    }

        footer #SocialMediaSection #FooterSocialMediaList {
            display: flex;
            gap: 1em;
            justify-content: end;
            height: 100%;
            align-items: end;
        }

            footer #SocialMediaSection #FooterSocialMediaList span {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 3em;
                height: 3em;
                background-color: #fff;
                border-radius: 0.8em;
            }

                footer #SocialMediaSection #FooterSocialMediaList span::after {
                    content: '';
                    display: inline-block;
                    width: 2.6em;
                    height: 2.6em;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

            footer #SocialMediaSection #FooterSocialMediaList #FooterFacebook::after {
                background-image: url("../images/Footer/SocialMedia/facebook.svg");
            }

            footer #SocialMediaSection #FooterSocialMediaList #FooterInstagram::after {
                background-image: url("../images/Footer/SocialMedia/Instagram.svg");
            }

            footer #SocialMediaSection #FooterSocialMediaList #FooterWhatsapp::after {
                background-image: url("../images/Footer/SocialMedia/whatsapp.svg");
            }

            footer #SocialMediaSection #FooterSocialMediaList #FooterEmail::after {
                background-image: url("../images/Footer/SocialMedia/email.svg");
            }

    footer #FooterCopyRightWrapper {
        background-color: #270F48;
    }

        footer #FooterCopyRightWrapper #Content {
            max-width: 120em;
            position: relative;
            margin: 0 auto;
            padding: 1.67em 2em;
            box-sizing: border-box;
        }

            footer #FooterCopyRightWrapper #Content #WebsiteCopyRight #CompanyName {
                color: #e6e6e6;
                font-weight: 800;
            }


@media only screen and (max-width: 1300px) {

    footer #MainFooterWrapper #FooterNavSection #FooterNavList {
        gap: 2.5em 3em;
    }
}

@media (min-width: 861px) and (max-width: 1050px) {

    footer #MainFooterWrapper {
        grid-template-columns: 20em 1fr 18em;
        grid-template-areas:
            "BrandIntro FooterNav FooterNav"
            "BusinessInfo BusinessInfo SocialMedia"
            "PaymentMethod PaymentMethod PaymentMethod";
        gap: 3em;
    }

    footer #BusinessInfoSection {
        flex-direction: row;
        margin-top: 5em;
    }

        footer #BusinessInfoSection .BusinessInfo {
            max-width: 22em;
            min-width: 15em;
        }

            footer #BusinessInfoSection .BusinessInfo:last-of-type {
                order: -2;
                min-width: 21em;
            }

    footer #SocialMediaSection {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100%;
    }

        footer #SocialMediaSection #FooterSocialMediaList {
            align-items: center;
            margin-top: 5em;
        }
}

@media only screen and (max-width: 860.98px) {

    footer #MainFooterWrapper {
        grid-template-columns: 20em 1fr 23em;
        grid-template-areas:
            "BrandIntro FooterNav FooterNav"
            "BusinessInfo  BusinessInfo Empty"
            "SocialMedia SocialMedia SocialMedia"
            "PaymentMethod PaymentMethod PaymentMethod";
        gap: 1.5em 3em;
    }

    footer #BusinessInfoSection {
        margin-block: 2em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        grid-area: BusinessInfo;
    }


        footer #BusinessInfoSection .BusinessInfo:nth-child(3) {
            grid-column: 1 / -1;
        }

    footer #SocialMediaSection {
        display: flex;
        align-items: flex-start;
        justify-content: start;
        height: 100%;
    }
}

@media only screen and (max-width: 715px) {
    footer #MainFooterWrapper {
        grid-template-columns: 20em 1fr 13em;
    }

    footer #FooterCopyRightWrapper #Content {
        max-width: 80%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    footer #MainFooterWrapper {
        grid-template-columns: 16.5em 1fr;
        grid-template-areas:
            "BrandIntro FooterNav"
            "BusinessInfo  BusinessInfo"
            "SocialMedia SocialMedia"
            "PaymentMethod PaymentMethod";
        gap: 1.5em;
        padding-top: 4em;
    }

        footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay::before {
            width: 19em;
            top: -3.5em;
            left: 0.75em;
        }

        footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay {
            width: 7em;
        }
}

@media only screen and (max-width: 532.98px) {

    footer #MainFooterWrapper #FooterNavSection #FooterNavList {
        all: unset;
        /*z-index: 10;*/
        position: relative;
    }

    footer #MainFooterWrapper #FooterNavSection .FooterNav {
        gap: 0;
        border-top: 1px rgba(255 255 255 / 8%) solid;
    }

        footer #MainFooterWrapper #FooterNavSection .FooterNav:last-of-type {
            border-bottom: 1px rgba(255 255 255 / 8%) solid;
        }

        footer #MainFooterWrapper #FooterNavSection .FooterNav .FooterNav-Title {
            all: unset;
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            text-transform: capitalize;
            margin: 0;
            padding: 1em 0.5em;
            font-weight: 700;
            color: #fff;
        }

            footer #MainFooterWrapper #FooterNavSection .FooterNav .FooterNav-Title::after {
                content: "\2b";
                display: block;
                font-family: "Font Awesome 6 Free";
                font-size: 0.833333em;
                width: 1em;
                height: 1em;
                line-height: 1;
                overflow: hidden;
                transition: transform 0.3s ease-in-out;
            }

        footer #MainFooterWrapper #FooterNavSection .FooterNav li {
            display: none;
            margin: 0;
            padding: .4em 0;
        }

        footer #MainFooterWrapper #FooterNavSection .FooterNav[nav-display="true" i] ul {
            padding: 0 1em .5em;
        }

        footer #MainFooterWrapper #FooterNavSection .FooterNav[nav-display="true" i] li {
            display: block;
        }

        footer #MainFooterWrapper #FooterNavSection .FooterNav[nav-display="true" i] .FooterNav-Title::after {
            content: '\f00d';
            color: #673de6;
            transform: rotate(180deg);
        }
}

@media only screen and (max-width: 480px) {

    footer #MainFooterWrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
            "BrandIntro"
            "FooterNav"
            "BusinessInfo"
            "SocialMedia"
            "PaymentMethod";
        padding-top: 2em;
    }

        footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay::before {
            background-image: url(../images/Footer/footer-bookmark-mobile.svg);
            left: 50%;
            transform: translate(-50%);
        }

        footer #MainFooterWrapper #BrandIntroductionSection .FooterLogoDisplay {
            margin-bottom: 7em;
        }

    footer #SocialMediaSection {
        align-items: center;
        justify-content: center;
    }

    footer #FooterCopyRightWrapper #Content {
        max-width: 100%;
        padding-bottom: 4.3em;
        text-align: center;
    }

    footer #BusinessInfoSection .BusinessInfo .BusinessInfoWrapper .C {
        grid-column: 1 / -1;
    }
}


/* <!-- FOOTER CSS END HERE  --!> */

/* <!-- LIVE CHAT WIDGETS CSS START HERE  --!> */
#LiveChatWidgetSection {
    position: fixed;
    z-index: 999;
    bottom: 0.35em;
    right: 0.4em;
}

    #LiveChatWidgetSection #TriggerLiveChatBtn {
        all: unset;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.6em;
        background-color: #673de6;
        border-radius: 2em;
        color: #fff;
        font-weight: 800;
        font-size: 12px;
        margin: 0.8em;
        line-height: 2;
        padding: 0.7em 1.4em;
    }

        #LiveChatWidgetSection #TriggerLiveChatBtn[action-status=""] #LiveChatIcon::after,
        #LiveChatWidgetSection #TriggerLiveChatBtn[action-status="closed"] #LiveChatIcon::after {
            content: '';
            display: flex;
            justify-content: center;
            align-items: center;
            width: 1.3em;
            height: 1.3em;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/CustomerService.svg);
        }

        #LiveChatWidgetSection #TriggerLiveChatBtn[action-status="opened"] #LiveChatIcon::after {
            content: "\f00d";
            font-family: "Font Awesome 6 Free";
            font-size: 1em;
            display: flex;
            align-items: center;
            justify-content: center;
        }


/* <!-- LIVE CHAT WIDGETS CSS END HERE  --!> */
/* <!-- LOADER LOADING ANIMATION CSS START HERE  --!> */
.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--ct-spinner-width);
    height: var(--ct-spinner-height);
    vertical-align: var(--ct-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--ct-spinner-animation-speed) linear infinite var(--ct-spinner-animation-name);
    animation: var(--ct-spinner-animation-speed) linear infinite var(--ct-spinner-animation-name)
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --ct-spinner-width: 2rem;
    --ct-spinner-height: 2rem;
    --ct-spinner-vertical-align: -0.25em;
    --ct-spinner-animation-speed: 0.75s;
    --ct-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --ct-spinner-width: 1rem;
    --ct-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        --ct-spinner-animation-speed: 1.5s
    }
}
/* <!-- LOADER LOADING ANIMATION CSS END HERE  --!> */
/* <!--  EMPTY RESULT CSS START HERE  --!> */

#EmptyResultDisplay {
    width: 100%;
    max-width: 40em;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    padding: 2em;
}

    #EmptyResultDisplay img {
        height: auto;
        width: 100%;
        max-width: 15em;
        vertical-align: top;
        aspect-ratio: 4 / 3;
        object-fit: contain;
    }

    #EmptyResultDisplay h3 {
        font-size: 1em;
        font-weight: 800;
        margin: 1em 0;
        text-transform: capitalize;
    }
/* <!-- EMPTY RESULT CSS END HERE  --!> */

@keyframes slideIn {
    from {
        left: 100%; /* Start from off-screen (right) */
    }

    to {
        left: 0; /* End at the left edge (in view) */
    }
}

@keyframes slideOut {
    from {
        left: 0; /* Start from the visible position */
    }

    to {
        left: 100%; /* End off-screen (right side) */
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(100%);
        opacity: 0;
    }
}
