.ga-mobile-cat-page {
    direction: rtl;
    display: flex;
    width: 100%;
    /*height: calc(100vh - 70px);*/
    height: calc(100dvh - 70px);
    min-height: 0;
    overflow: hidden;
    
    
    background: #fff;
    overflow: hidden;
}

.ga-mobile-cat-right {
    width: 96px;
    flex: 0 0 96px;
    /*background: #f1f1f1;*/
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    /*border-left: 1px solid #e5e5e5;*/
}

.ga-mobile-parent-cat {
    width: 100%;
    min-height: 92px;
    padding: 10px 6px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    color: #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.6;
}

.ga-mobile-parent-cat.active {
    background: #fff;
    color: #d65b83;
    font-weight: 600;
}

.ga-mobile-parent-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(92%) contrast(88%);
    transition: .2s;
}

.ga-mobile-parent-cat.active .ga-mobile-parent-icon img {
    filter: none;
}

.ga-mobile-no-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ddd;
    display: block;
}

.ga-mobile-parent-name {
    text-align: center;
}

.ga-mobile-cat-left {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    background: #fff;
    padding: 12px;
}

.ga-mobile-sub-panel {
    display: none;
}

.ga-mobile-sub-panel.active {
    display: block;
}

.ga-mobile-all-parent {
    display: block;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff5f8;
    color: #d65b83;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ga-mobile-accordion {
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.ga-mobile-accordion-head {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    /*font-size: 14px;*/
    font-size: 13px !important;
    /*font-weight: 700;*/
    font-weight: 600 !important;
    color: #333;
    cursor: pointer;
}

.ga-mobile-arrow {
    font-size: 18px;
    color: #999;
    transition: .2s;
}

.ga-mobile-accordion.open .ga-mobile-arrow {
    transform: rotate(180deg);
    color: #d65b83;
}

.ga-mobile-accordion-body {
    display: none;
    padding: 12px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.ga-mobile-accordion.open .ga-mobile-accordion-body {
    display: block;
}

.ga-mobile-grand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 10px;
}

.ga-mobile-grand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: #444;
    font-size: 11.5px;
    line-height: 1.6;
    text-align: center;
}

.ga-mobile-grand-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ga-mobile-grand-img img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.ga-mobile-grand-name {
    display: block;
}

.ga-mobile-all-icon {
    color: #d65b83;
    font-size: 12px;
    font-weight: 700;
}

.ga-mobile-empty {
    color: #777;
    font-size: 13px;
    padding: 20px 5px;
}

@media (min-width: 769px) {
    .ga-mobile-cat-page {
        display: none;
    }
}

@media (max-width: 380px) {
    .ga-mobile-cat-right {
        width: 86px;
        flex-basis: 86px;
    }

    .ga-mobile-grand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.ga-mobile-sub-simple {
    display: block;
    padding: 12px 14px;
    /*border-radius: 14px;*/
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 10px;
    /*background: #fff5f8;*/
    /*color: #d65b83;*/
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-align: right;
}


/*کدهای استایلی که خودم اضافه کردم*/
.ga-mobile-accordion-head {
  border: none !important;
}
.ga-mobile-accordion-head {
  display: flex !important;
  width: 100% !important;
  color: #000 !important;
}

.ga-mobile-parent-cat {
  border-left: 1px solid #e5e5e5;
}
.ga-mobile-parent-cat.active {
  border: none;
}
.ga-mobile-parent-cat {
  border-radius: 0px;
}

/*کد برای حذف اسکرول بار مرورگر*/
/* مخفی کردن اسکرول بار پیش‌فرض */
.ga-mobile-cat-right::-webkit-scrollbar,
.ga-mobile-cat-left::-webkit-scrollbar,
.ga-mobile-cat-left .ga-mobile-sub-panel::-webkit-scrollbar,
.ga-mobile-cat-right .ga-mobile-parent-cat::-webkit-scrollbar {
    width: 0px;   /* مخفی کردن اسکرول بار */
    background: transparent;
}

/* برای مرورگر فایرفاکس */
.ga-mobile-cat-right,
.ga-mobile-cat-left,
.ga-mobile-cat-left .ga-mobile-sub-panel {
    scrollbar-width: none; /* Firefox */
}

.ga-mobile-cat-right,
.ga-mobile-cat-left {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.ga-mobile-cat-right {
    /*padding-bottom: 90px;*/
     box-sizing: border-box;
    padding-bottom: 120px;
}

.ga-mobile-cat-left {
    /*padding-bottom: 90px;*/
     box-sizing: border-box;
    padding-bottom: 120px;
}
.ga-mobile-cat-page {
    direction: rtl;
    display: flex;
    width: 100%;
    height: calc(100dvh - 70px);
    min-height: 0;
    background: #fff;
    overflow: hidden;
}

.ga-mobile-cat-right {
    width: 96px;
    flex: 0 0 96px;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    background: #f1f1f1;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    border-left: 1px solid #e5e5e5;
    /*padding-bottom: 90px;*/
    padding-bottom: 120px;
}

.ga-mobile-cat-left {
    flex: 1;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    background: #fff;
    /*padding: 12px 12px 90px;*/
    padding: 12px 12px 120px;
}



/*کد اضافه شده برای رنگ نگرفتن پس زمینه دسته فعال به  دلیل مخفی کردن اسکرول بار*/
/* باکس اصلی موبایل */
.ga-mobile-cat-page {
    direction: rtl !important;
    display: flex !important;
    width: 100% !important;
    height: calc(100dvh - 70px) !important; /* ارتفاع کل صفحه */
    min-height: 0 !important;
    background: #fff !important;
    overflow: hidden !important;
}

/* ستون راست - دسته‌های اصلی */
.ga-mobile-cat-right {
    width: 96px !important;
    flex: 0 0 96px !important; 
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    background: #f1f1f1 !important; /* خاکستری برای همه دسته‌ها */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain !important;
    /*border-left: 1px solid #e5e5e5 !important;*/
    border: none !important;
    padding-bottom: 120px !important; /* فضای پایین برای آخرین آیتم */
    box-sizing: border-box !important;
}

/* مخفی کردن اسکرول‌بار */
.ga-mobile-cat-right::-webkit-scrollbar,
.ga-mobile-cat-left::-webkit-scrollbar {
    width: 0px;
    background: transparent !important;
}

.ga-mobile-cat-right,
.ga-mobile-cat-left {
    scrollbar-width: none !important; /* Firefox */
}

/* هر دسته اصلی */
.ga-mobile-parent-cat {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 92px !important;
    padding: 10px 6px !important;
    border-bottom: 1px solid #ddd !important;
    background: #f1f1f1 !important; /* خاکستری پیش‌فرض */
    color: #555 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    box-sizing: border-box !important;
    transition: background .2s, color .2s !important;
}

/* باکس فعال دسته */
.ga-mobile-parent-cat.active {
    background: #fff !important; /* سفید */
    color: #d65b83 !important; /* صورتی */
    font-weight: 600 !important;
}

/* آیکون دسته - فیلتر خاکستری در حالت غیرفعال */
.ga-mobile-parent-icon img {
    width: 26px !important;
    height: 26px !important; 
    object-fit: contain !important;
    display: block !important;
    filter: grayscale(100%) brightness(0) invert(18%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(92%) contrast(88%);
    transition: filter .2s !important;
}

/* آیکون دسته فعال - رنگ اصلی */
.ga-mobile-parent-cat.active .ga-mobile-parent-icon img {
    filter: none !important;
}

/* نام دسته */
.ga-mobile-parent-name {
    text-align: center !important;
}

/* ستون چپ - زیردسته‌ها */
.ga-mobile-cat-left {
    flex: 1 !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior-y: contain !important;
    background: #fff !important; 
    padding: 12px 12px 120px !important; /* padding-bottom برای آخرین آیتم */
    box-sizing: border-box !important;
}

.ga-mobile-cat-right .ga-mobile-parent-cat:last-child{
    border-bottom:none !important;
    margin-bottom:0 !important;
}

.ga-mobile-cat-page {
    padding-bottom: 70px; /* یا همان ارتفاع باکس استیکی */
}