@media only screen and (max-width: 1200px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    ::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    * {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .LoginSliderParent {
        display: none !important;
    }

    .LoginDivParent {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100vh;
    }

    .LoginDiv {
    }

    .Login {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .LoginAuthLogo {
        display: block;
        margin: 0 auto 35px;
        width: 300px;
        height: 130px;
    }

    .HomeCategoryItem {
        width: 30%;
    }

    .HeaderTabs {
        display: none;
    }

    nav {
        display: block;
    }

    .NavInner {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: fit-content;
        background: #ffffff;
        z-index: 9999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 1px 1px 52px -11px var(--dark);
    }

    .NavInner button {
        display: block;
        margin: 0 0;
        width: 25%;
        background: none;
        border: none;
        position: relative;
        padding: 17px 0;
    }

    .NavInner button .setbg {
        display: block;
        margin: 0 auto;
        width: auto;
        height: 30px;
        aspect-ratio: 1/1;
        position: relative;
        overflow: hidden;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .NavInner button span {
        position: absolute;
        right: 35%;
        top: 8px;
        width: auto;
        height: fit-content;
        min-width: 20px;
        aspect-ratio: 1/1;
        background: var(--theme);
        color: white;
        border-radius: 1000px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        font-size: 13px;
    }

    .WhyUsItem {
        width: 50%;
        border: 0;
    }

    .container, .container-md, .container-sm {
        max-width: 100%;
    }

    .NotificationPopUpInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        max-height: unset;
        float: unset;
        box-shadow: none;
        z-index: 999;
    }

    .NotificationPopUpDiv {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .NotificationPopUpDivInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: unset;
        box-shadow: none;
        float: unset;
        padding: 25px;
        padding-bottom: 86px;
        border-radius: 0;

        /* 👇 Add these critical lines */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }

    .NavInner #NavNotificationTrigger span {
        background: #5e955e;
    }

    .NotificationPopUpItem {
        margin: 20px auto;
    }

    .SideMenuInner {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999999;
    }

    .SideMenuFade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: var(--dark);
        opacity: 0.5;
    }

    .SideMenuDiv {
        position: fixed;
        right: 0;
        top: 0;
        width: 310px;
        height: 100%;
        background: #ffffff;
        padding: 20px;
        box-shadow: -20px 1px 34px -31px #0000002e;
    }

    .SideMenuDiv .LangSwitch {
        display: flex;
        margin: 20px auto 0;
        width: 100%;
        background: #e5dcca;
        color: var(--dark);
        border-radius: 10px;
        border: 0;
        opacity: 0.8;
    }

    .SideMenuDiv .AuthPopUpDivInner {
        float: unset;
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 20px auto;
        border-radius: 0;
    }

    .SideMenuLogo {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .SideMenu .SideMenuList {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    .SideMenu .SideMenuList li {
        display: block;
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
        padding: 10px 8px;
        border-bottom: solid 1px #eae3d5;
        font-weight: 600;
        color: var(--dark);
        cursor: pointer;
        position: relative;
    }

    .SideMenu .SideMenuList li:last-child {
        border: 0;
    }

    .HeaderInside {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0;
    }

    .HeaderLogo .setbg {
        width: 110px;
        height: 50px;
    }

    header {
        padding: 5px 0;
    }

    .ProfileTabs {
        display: block;
        margin: 0 auto 25px;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .ProfileTabs ul {
        display: flex;
        justify-content: start;
        align-items: center;
        width: max-content;
        max-width: unset;
        padding: 0;
    }
    .ProfileTabs ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
    }

    .ProfileViewsParent {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .WhyUsItem {
        border: 0!important;
    }

    body {
        padding-bottom: 65px;
    }

    .ShopFiltrationTrigger {
        display: flex;
        justify-content: end;
        margin: 0 auto 25px;
        width: 95%;
    }
    .ShopFiltrationTrigger button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        text-transform: uppercase;
        color: var(--dark);
        background: none;
        border: solid 2px;
        padding: 5px 15px;
        padding-left: 40px;
        position: relative;
        border-radius: 10px;
        font-weight: 600;
    }
    .ShopFiltrationTrigger button i {}

    .ShopFiltration {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        margin: 0;
        z-index: 999999999999;
        width: 50%;
        border-radius: 0;
        height: 100%;
        box-shadow: 1px 1px 80px 10px #00000073;
    }

    .ShopFiltrationTrigger button i {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1 / 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
    }

    .ShopProducts {
        margin: 0 auto;
        width: 100%;
    }

    .ShopProductsGH {
        margin: 0 auto;
        width: 100%;
    }

    .ShopProductsGH .ProductCard {
        width: 46%;
        margin: 10px 2%;
    }

    .FooterSection {
        margin: 10px auto;
        width: 100%;
        max-width: unset;
    }

    .FooterMain {
        margin: 0 auto;
        width: 100%;
    }

    .FooterSection ul li {
        margin: 10px 0;
        width: fit-content;
    }

    .ProductShowNotes label {
        margin: 5px auto;
        font-size: 12px;
    }

    .ProductShowLeft {
        padding-right: 10px;
    }

    .ArabicBody .ProductShowLeft {
        padding-left: 10px;
    }

    .ProductCard {
        width: 49%;
    }

    .ShopFiltrationCloser {
        display: flex;
        margin: 0 auto 20px;
        width: 100%;
        padding: 10px 0;
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        position: relative;
        color: #e57474;
        border: solid 2px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
    }
    .ShopFiltrationCloser i {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .CountryChanger {
        margin-left: 20px;
    }

    .ProdShowTitle {
        font-size: 17px;
    }

    .ProdShowTitle u {
        font-size: 12px;
    }

    .MyCartInner {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .MyCartProducts {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .MyCartNumbersParent {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .WalletItem {
        width: 48%;
    }

    .JoinUsRow {
        margin: 10px 1%;
        min-width: unset;
        max-width: unset;
        width: 46%;
    }
}
