    *, ::after, ::before {
        box-sizing: border-box;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-Thin.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-Thin.woff') format('woff');
    }
    /*
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-Light.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-Light.woff') format('woff');
    }
    */
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-Regular.woff') format('woff');
    }
    /*
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-SemiBold.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-SemiBold.woff') format('woff');
    }

     */
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-Bold.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-Bold.woff') format('woff');
    }
    /*
    @font-face {
        font-family: 'bym';
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url('../fonts/YekanBakhFaNum-ExtraBold.woff2') format('woff2'),
        url('../fonts/YekanBakhFaNum-ExtraBold.woff') format('woff');
    }
*/
    div,span,a,ul,li,p,button{
        font-family: bym;
    }
    .stop {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    html.ss-noscroll,
    html.ss-noscroll #body,
    #body.stop {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    html.ss-noscroll #body {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    .dig_load_overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        background: rgba(6, 6, 6, 0.8);
        text-align: center;
    }

    .dig_low_overlay .dig_load_overlay {
        display: block;
        z-index: 999 !important;
    }

    .dig_load_overlay::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .dig_load_content {
        display: inline-block;
        vertical-align: middle;
    }

    .dig_spinner {
        width: 64px;
        height: 64px;
        position: relative;
        margin: 100px auto;
    }

    .dig_double-bounce1, .dig_double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }

    .dig_double-bounce1, .dig_double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
        animation-delay: 0s;
    }

    .dig_double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .dig_double-bounce1, .dig_double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out;
    }

    .dig_double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    @-webkit-keyframes sk-bounce {
        0%, 100% {
            -webkit-transform: scale(0.0);
        }
        50% {
            /*! -webkit-transform: scale(1.0) */
        }
    }

    @keyframes sk-bounce {
        0%, 100% {
            transform: scale(0.0);
            -webkit-transform: scale(0.0);
        }
        50% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }




    @media (max-width: 780px) {

        #top {
            display: none;
        }


        .nav_mobile {
            position: fixed;
            width: 100% !important;
            max-width: 100%;
            left: 0;
            right: 0;
            box-sizing: border-box;
            background: linear-gradient(0deg, rgba(153, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 50%, rgba(84, 3, 139, 1) 100%);
            height: 54px;
            direction: rtl;
            color: white;
            z-index: 12;
            top: 0;
            border-bottom-left-radius: 28px;
            border-bottom-right-radius: 28px;

        }

        .nav_mobile.is-search-open {
            z-index: 1001 !important;
            overflow: visible;
        }

        .nav_mobile.is-search-open .search_page {
            overflow: visible;
        }


        .zir-menu-asli {
            display: block;
            width: 288px;
            border-right: none;
            position: fixed;
            right: -300px;
            top: 0;
            padding-bottom: 40px;
            z-index: 1000;
            background: #fafafa;
            overflow-y: auto;
            overflow-x: hidden;
            direction: rtl;
            height: 100%;
            transition: right 0.35s ease;
            box-shadow: -8px 0 28px rgba(40, 10, 60, 0.18);
            -webkit-overflow-scrolling: touch;
            content-visibility: hidden;
        }

        .zir-menu-asli.is-open {
            content-visibility: visible;
        }

        .menu_mobile {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: 4px 0 8px;
            background: #fff;
        }

        .menu_mobile .row {
            font-size: 14px;
            margin: 0;
            float: none;
            color: #444;
            z-index: 3;
            direction: rtl;
            position: relative;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
        }

        .first_menu_mobile_title {
            margin-right: 0;
            font-weight: 700;
            color: #2f2f2f;
        }

        .zir_row {
            padding: 8px 14px 10px 12px;
            margin: 0;
            display: none;
            background: #f6f2f8;
            width: 100%;
            float: none;
        }

        .zir_row > li > a {
            color: #555;
            float: none;
            width: 100%;
            margin-bottom: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 9px 4px;
            font-size: 13px;
        }

        .zir_row > li {
            float: none;
            width: 100%;
            border-bottom: 1px dashed #e6dcec;
        }

        .zir_row > li:last-child {
            border-bottom: none;
        }

        .header-mobile-menu {
            width: 100%;
            min-height: 118px;
            height: auto;
            background: linear-gradient(160deg, #9b2db0 0%, #7a1f96 55%, #5c1578 100%);
            text-align: center;
            color: white;
            padding: 28px 16px 18px;
            z-index: 2;
            direction: rtl;
            position: relative;
            overflow: hidden;
        }

        .header-mobile-menu::before {
            content: "";
            position: absolute;
            width: 140px;
            height: 140px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            top: -50px;
            left: -40px;
            pointer-events: none;
        }

        .header-mobile-menu .menu-brand-logo {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            object-fit: cover;
            margin: 0 auto 8px;
            display: block;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
        }

        .title1_mobile_menu {
            font-size: 13px;
            opacity: 0.92;
        }

        .title1_mobile_menu a,
        .title2_mobile_menu a {
            color: #fff !important;
        }

        .title2_mobile_menu {
            font-size: 18px;
            font-weight: 700;
            margin-top: 2px;
        }

        .header-mobile-menu .menu-en-name {
            font-size: 11px;
            opacity: 0.75;
            margin-top: 4px;
        }

        .menu-all-products-row {
            margin: 0 !important;
            background: #fff;
            border-bottom: 1px solid #eee;
        }

        .menu-all-products-row a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 14px;
            color: #6b1f86 !important;
            font-weight: 700;
            font-size: 13px;
            width: 100%;
        }

        .menu-all-products-row .hepsi_sath_1_title {
            width: 100%;
            height: auto;
            float: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0;
        }

        .menu-all-products-row .first_menu_mobile_title {
            margin: 0;
            color: #6b1f86;
        }

        .down-arr {
            width: 14px;
            height: 16px;
            display: inline-block;
            float: none;
            margin: 0;
            direction: rtl;
            transition: transform 0.25s ease;
            flex-shrink: 0;
        }

        .down-arr2 {
            width: 12px;
            height: 14px;
            display: inline-block;
            float: none;
            margin: 0;
            direction: rtl;
            flex-shrink: 0;
            opacity: 0.65;
        }

        .menu-brands-section {
            padding: 14px 12px 90px;
            background: #fff;
            margin-top: 8px;
            border-top: 1px solid #eee;
        }

        .menu-brands-title {
            font-size: 14px;
            font-weight: 700;
            color: #2f2f2f;
            margin-bottom: 10px;
            padding: 0 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .menu-brands-title span {
            font-size: 11px;
            font-weight: 400;
            color: #999;
        }

        .menu-brands-search {
            position: sticky;
            top: 0;
            z-index: 3;
            background: #fff;
            padding: 0 0 10px;
            margin-bottom: 2px;
        }

        .menu-brands-search-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #f5f2f8;
            border: 1px solid #eadff2;
            border-radius: 12px;
            padding: 0 12px;
            height: 42px;
        }

        .menu-brands-search-wrap svg {
            flex-shrink: 0;
            opacity: 0.55;
        }

        .menu-brand-search-input {
            width: 100%;
            border: 0;
            outline: none;
            background: transparent;
            font-family: bym, sans-serif;
            font-size: 13px;
            color: #333;
            height: 100%;
        }

        .menu-brand-search-input::placeholder {
            color: #9a9a9a;
        }

        .menu-brands-empty {
            display: none;
            text-align: center;
            color: #888;
            font-size: 13px;
            padding: 18px 8px;
        }

        .menu-brands-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .menu-brand-item {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f6fa;
            border: 1px solid #efeaf3;
            border-radius: 12px;
            padding: 10px 6px;
            min-height: 68px;
            transition: background 0.2s ease, border-color 0.2s ease;
        }

        .menu-brand-item.is-hidden {
            display: none;
        }

        .menu-brand-item:active {
            background: #f0e8f6;
            border-color: #d9c6e6;
        }

        .menu-brand-item img {
            width: 100%;
            max-width: 72px;
            height: 44px;
            object-fit: contain;
            display: block;
        }


        #top {
            display: none;
        }

        #body {
            margin: 0;
            overflow-x: hidden !important;


        }


        #navigator {
            display: none;
        }

        .active3 {
            box-shadow: 2px 2px 2px #ddd;
        }

        .ul_sath_2 {
            width: 100%;
            padding: 0 0 4px 0;
            margin: 0;
            display: none;
            color: #444;
            float: none;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
        }

        .ul_sath_2 > li {
            width: 100%;
            height: auto;
            float: none;
            border-bottom: 1px solid #f2f2f2;
        }

        .ul_sath_2 > li:last-child {
            border-bottom: none;
        }

        .ul_sath_2 > li > a {
            color: #666;
            float: none;
            width: 100%;
            height: auto;
            display: block;
            padding: 10px 12px;
            font-size: 12.5px;
        }

        .hepsi_sath_1_title {
            width: 100%;
            float: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: auto;
            min-height: 46px;
            cursor: pointer;
            padding: 10px 14px;
            box-sizing: border-box;
        }

        .hepsi_sath_1_title.open .down-arr {
            transform: rotate(180deg);
        }

        .icon_bar {
            border: 2px solid black;
            margin-bottom: 5px;
            width: 22px;
            border-radius: 5px;
            color: black;
        }

        .icon-menu {
            width: 33px;
            height: 25px;
            padding: 5px;
            float: right;
            margin-top: 12px;
            margin-right: 15px;
            cursor: pointer;

        }

        .gerdali_sabad_mobile {
            font-size: 17px;
            width: 20px;
            height: 20px;
            display: inline-block;
            border-radius: 100%;
            background: #ac05ff;
            position: absolute;
            top: 0;
            right: 7px;
            color: white;
            text-align: center;
            line-height: 23px;
        }

        .ok_sabad_ezafe_shod {
            background: #52de57;
            position: absolute;
            width: 243px;
            height: 40px;
            color: white;
            border-radius: 4px;
            font-size: 13px;
            left: -5px;
            text-align: center;
            line-height: 39px;
            top: 50px;
            display: none;

        }

        .no_sabad_ezafe_shod {
            background: red;
            position: absolute;
            width: 243px;
            height: 40px;
            color: white;
            border-radius: 4px;
            font-size: 13px;
            left: -5px;
            text-align: center;
            line-height: 39px;
            top: 50px;
            display: none;

        }


        .ok_sabad_ezafe_shod::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 11px 22px 11px;
            border-color: transparent transparent #52de57 transparent;
            content: " ";
            display: block;
            position: absolute;
            top: -20px;
            left: 0;

        }


        .under_user_mobile_true {
            position: absolute;
            top: -120px;
            left: 6px;
            color: black;

            font-size: 12px;
            width: 120px;
            background: #f9f9f9;
            padding: 15px 15px 15px 5px;
            border-radius: 4px;
            display: none;
        }


        .checkuser_mobile_ok {
            position: absolute;
            top: -1px;
            left: 41px;
            color: #52de57;
            font-size: 18px !important;
            x;
            z-index: 5;
        }

        .main_telegram {
            position: fixed;
            width: 98%;
            padding: 0 5px;
            bottom: 0;
            height: 34px;
            color: white;
            float: right;

            text-align: center;
            z-index: 5;
            background: #3ca3f4;
            line-height: 34px;
            cursor: pointer;

        }

        .size-telegram-icon {
            font-size: 20px !important;
            margin-left: 10px;
            vertical-align: middle;
        }

        .matn_telegram_mobile {
            font-size: 13px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .zindex_low {
            z-index: 6;
        }

        .zindex_high {
            z-index: 1000;
        }

        .hide_kon {

        }

        .brand {
            display: block;
            position: absolute;
            top: 14px;
            z-index: 2;
            right: 56px;
            direction: rtl;
            color: black;
            width: 72px;
            cursor: pointer;
            height: 35px;

        }


        .bsket_mobile {
            width: 24px;
            height: 24px;
            float: left;
            position: absolute;
            top: 8px;
            left: 63px;
            direction: rtl;
            z-index: 4;
            color: black;
            font-size: 24px;
        }

        .search_mobile {
            width: 24px;
            height: 24px;
            float: left;
            position: absolute;
            top: 8px;
            left: 108px;
            direction: rtl;
            z-index: 4;
            font-size: 24px;
            color: black;
        }

        .user_mobile {
            width: 24px;
            height: 24px;
            float: left;
            font-size: 24px;
            color: black;
            position: absolute;
            top: 8px;
            left: 16px;
            direction: rtl;
            z-index: 4;
            cursor: pointer;

        }


        .input_search {
            width: 100%;
            max-width: 100%;
            height: 42px;
            margin-right: auto;
            margin-left: auto;
            border: 2px solid white;
            background: transparent;
            border-radius: 25px;
            box-sizing: border-box;

            padding-right: 78px;
            padding-left: 42px;
            color: white;
            font-size: 16px !important;
            -webkit-appearance: none;
            appearance: none;
        }

        .input_search::-webkit-search-cancel-button,
        .input_search::-webkit-search-decoration,
        .input_search::-ms-clear {
            -webkit-appearance: none;
            appearance: none;
            display: none;
        }

        .search_page .ss-clear {
            left: 12px;
            background: rgba(255, 255, 255, 0.22);
            color: #fff;
        }

        .search_page .ss-ai-input-badge {
            left: auto;
            right: 44px;
            width: 26px;
            height: 26px;
            padding: 0;
            justify-content: center;
        }

        .search_page .ss-ai-input-badge b {
            display: none;
        }

        .search_page .ss-ai-input-badge svg,
        .search_page .ss-clear svg {
            position: static;
            top: auto;
            right: auto;
            left: auto;
        }

        .search_page .ss-ai-pill {
            display: none;
        }

        .icon_search_actually {
            position: absolute;
            left: 30px;
            top: 17px
        }


        .search_taki {
            padding: 0;
            width: 100%;
            position: relative;
        }

        .dark {
            display: none;
            position: absolute;
            width: 100%;
            height: 500%;
            z-index: 11;
            background: #0e1017;
            opacity: 0.85;
            top: -50px;
            right: 0;

        }

        .vorodi_item {
            display: none;
            width: calc(100% - 12px);
            overflow: hidden;
            position: fixed;
            top: 60px;
            left: 6px;
            right: 6px;
            min-height: 0;
            max-height: min(74vh, 620px);
            margin: 0 auto;
            border-radius: 28px;
            background: #fff;
            padding: 0;
            z-index: 40;
        }

        .matnSearchMobile {
            position: absolute;
            top: 50%;
            right: 78px;
            left: 46px;
            transform: translateY(-50%);
            display: flex;
            align-items: baseline;
            gap: 6px;
            overflow: hidden;
            white-space: nowrap;
            pointer-events: none;
            z-index: 2;
        }

        .matnSearchMobile span:first-child {
            font-size: 12px;
            color: #fff;
            flex: 0 0 auto;
        }

        .matnSearchMobile span:last-child {
            font-size: 20px;
            color: #ff2d2d;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
        }




        #down {
            display: none;
        }

        .MessageDonyasi {
            display: none;

            position: fixed;
            top: 46px;
            width: 98%;
            margin-right: auto;
            margin-left: auto;
            background: green;
            text-align: center;
            right: 0;
            left: 0;
            color: white;
            padding: 8px 0;
            border-radius: 38px;
            box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
            z-index: 16;


        }

        .search_page {
            width: 100%;
            max-width: 100%;
            height: 54px;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
        }

        .div_input_search {
            height: 54px;
            margin-right: auto;
            margin-left: auto;
            padding: 6px;
            width: 97%;
            max-width: 100%;
            position:relative;
            box-sizing: border-box;
        }

        .div_input_search > svg.ss-search-ico {
            position: absolute;
            top: 14px;
            right: 16px;
            pointer-events: none;
        }


        .icon_search_actually {
            position: absolute;
            right: 13px;
            font-size: 20px;
            top: 16px;
        }


        .search_taki {
            padding: 0;
            width: 100%;
            position: relative;
        }

        .search_taki a {
            width: 100%;
            height: auto;
            display: flex;
        }

        .search_taki .titleSearchProduct {
            color: #2a0845 !important;
            font-size: 13px !important;
            font-family: bym;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .download_android {
            position: fixed;
            width: 100%;
            padding: 2px 0;
            text-align: center;
            margin: 0 auto;

            direction: rtl;
            bottom: 62px;
            font-family: "yekan";
            background: #FF9800;
            z-index: 8;
        }

        .title_download_android a {
            color: white;
        }


        .class_asl_download {
            width: 100%;
            text-align: left;
            color: #1E88E5;

        }

        .class_asl_download a {
            margin-left: 10px;
            color: white;
        }

        .fa-android {
            color: white;
            font-size: 52px;
            position: absolute;
            right: 10px;
            top: 20px;
        }


        .favorit_mobile_nav {
            position: absolute;
            font-size: 25px;
            top: 8px;
            left: 155px;
            color: black;

        }

        .favorit_mobile_nav i {
            font-weight: bold;
        }


        .parent_quick_login {
            position: fixed;
            top: 10px;
            right: 0;
            left: 0;
            margin-right: auto;
            margin-left: auto;
            width: 85%;
            height: 567px;
            display: none;
            overflow-y: auto;
            border-radius: 5px;
            border: 1px solid #dedede;
            text-align: right;
            background: white;
            z-index: 11;
            color: #656565;
        }


        .quick_login {
            width: 100%;
            margin-right: auto;
            margin-left: auto;

            height: 200%;
        }

        .title_matn_quick_login {
            padding: 17px;
            border-bottom: 1px solid #ececec;
            font-size: 18px;

        }

        .email_or_mobile_quick_login {
            font-size: 14px;
            width: 95%;
        }

        .form_asli_login {
            padding-top: 12px;
            width: 100%;

        }

        .input_email_or_mobile_quick_login {
            width: 80%;
            position: relative;
            margin-top: 16px;
            margin-right: auto;
            margin-left: auto;

        }

        .input_email_or_mobile_quick_login input {

            border: 1px solid #c8c8c8;
            border-radius: 5px;
            width: 100%;
            padding: 16px 15px 15px 0;

            text-align: right;
            letter-spacing: -0.8px;
            display: block;
            margin-right: auto;
            margin-left: auto;


        }

        .icon_quick_login {
            position: absolute;
            top: 12px;
            left: 10px;
            width: 22px;
            height: 22px;
            display: block;
        }

        .div_pass_quick_login {
            font-size: 15px;
            width: 95%;
            margin-right: auto;
            margin-left: auto;
            margin-top: 10px;
        }

        .left_div_pass_quick_login {
            float: left;
            color: #1ca2bd;
            border-bottom: 1px dashed #1ca2bd;
        }

        .right_div_pass_quick_login {
            float: right;

        }

        .input_pass_quick_login {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
            margin-top: 49px;
            position: relative;
        }

        .input_pass_quick_login input {
            border: 1px solid #c8c8c8;
            border-radius: 5px;
            width: 100%;
            padding: 16px 15px 15px 0;

            text-align: right;
            letter-spacing: -0.8px;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .input_pass_quick_login svg {
            position: absolute;
            top: 12px;
            left: 10px;
            width: 22px;
            height: 22px;
            display: block;
        }

        .button_quick_login {
            width: 80%;
            margin-top: 50px;
            margin-right: auto;
            margin-left: auto;
            text-align: left;

        }

        .button_quick_login button {
            width: 100%;
            border-radius: 7px;
            color: white;
            background: #00bfd6;
            text-align: center;
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 23px;

            letter-spacing: -1.5px;


        }

        .button_quick_login svg {
            vertical-align: middle;
            margin-left: 5px;
            width: 22px;
            height: 22px;
        }

        .new_user_quick_user {
            width: 100%;
            background: rgba(93, 214, 0, .06);
            text-align: center;
            border-top: 1px solid #d7e6bb;
            margin-top: 28px;
            padding-top: 28px;
            padding-bottom: 28px;

        }

        .new_user_quick_login_right {
            color: #515151;
        }

        .new_user_quick_login_left a {
            color: #1ca2bd;
        }

        .parentImageAndText {
            position: absolute;
            top: 15px;
            left: 5px;
            z-index: 30;
            height: 60px;
            width: 400px;
        }


        .ImageCircle {
            height: 55px;
            width: 55px;
            position: absolute;
            border-radius: 50%;
            overflow: hidden;
            left: 0;
        }

        .ImageCircle img {
            width: 100%;
            position: absolute;
            top: -24px;
            left: 0;
            right: 0;
        }

        .textImageCircle {
            position: absolute;
            top: 50%;
            left: 60px;
            transform: translateY(-50%);
            color: white;

            font-size: 12px;

        }

        .lineKhati {
            margin-right: 2px;
            margin-left: 2px;
        }

        .parentTOpDOWNPC {
            display: none;
        }

        .tab_layout > div {
            width: 19.666%;
            text-align: center;
            float: right;
            height: 60px;
        }


    }


    @media (min-width: 780px) {


        .input_search {
            width: 100%;
            height: 100%;
            color: #424750;
            font-family: bym;
            font-weight: 400;
            font-size: 13px;
            line-height: 1.4;
            z-index: 1;
            border-radius: 12px;
            background-color: #f0f0f1;
            border: 1px solid transparent;
            padding: 0 88px 0 40px;
            outline: none;
            transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .input_search::-webkit-search-cancel-button,
        .input_search::-webkit-search-decoration,
        .input_search::-ms-clear {
            -webkit-appearance: none;
            appearance: none;
            display: none;
        }

        .input_search:focus {
            background-color: #fff;
            border-color: rgba(172, 5, 255, 0.35);
            box-shadow: 0 0 0 3px rgba(172, 5, 255, 0.08);
        }

        .input_search::placeholder {
            color: #81858b;
            font-weight: 100;
        }


        .MessageDonyasi {
            display: none;

            position: fixed;
            top: -8px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            background: green;
            z-index: 410;
            text-align: center;
            right: 0;
            left: 0;
            color: white;
            padding: 8px 0;
            border-radius: 5px;
            direction: rtl;

        }

        #down_top {
            position: relative;
        }

        .vorodi_item {
            position: absolute;
            top: calc(100% + 10px);
            left: 0;
            right: 0;
            min-height: 0;
            max-height: min(72vh, 640px);
            overflow: hidden;
            background: #fff;
            z-index: 200;
            display: none;
            border-radius: 26px;
        }

        .search_taki {
            position: relative;
            padding: 0;
            border-radius: 14px;
        }

        .search_taki .titleSearchProduct {
            margin-right: 0;
            color: #2a0845 !important;
        }


        .darks1 {
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(32, 6, 52, 0.38);
            backdrop-filter: blur(7px);
            -webkit-backdrop-filter: blur(7px);
            opacity: 0;
            z-index: 5;
            transition: opacity .3s;
            display: none;
            top: 120px !important;
            right: 0;
        }

        .dark {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            background: #0e1017;
            opacity: 0.5;
            z-index: 5;
            transition: opacity, .3s;
            top: 0;
            right: 0;
        }

        .parent_quick_login {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            margin-right: auto;
            margin-left: auto;
            width: 28%;
            height: 567px;
            z-index: 10;
            display: none;
            overflow-y: auto;
        }


        .quick_login {
            margin-top: 15px;
            margin-bottom: 10px;
            width: 100%;
            height: 150%;
            margin-right: auto;
            margin-left: auto;

            border-radius: 5px;
            border: 1px solid #dedede;
            text-align: right;
            background: white;
            z-index: 10;
            color: #656565;
        }

        .title_matn_quick_login {
            padding: 17px;
            border-bottom: 1px solid #ececec;
            font-size: 18px;

        }

        .email_or_mobile_quick_login {
            font-size: 14px;
            width: 95%;
        }

        .form_asli_login {
            padding-top: 12px;
            width: 100%;

        }

        .input_email_or_mobile_quick_login {
            width: 80%;
            position: relative;
            margin-top: 16px;
            margin-right: auto;
            margin-left: auto;

        }

        .input_email_or_mobile_quick_login input {

            border: 1px solid #c8c8c8;
            border-radius: 5px;
            width: 100%;
            padding: 16px 15px 15px 0;

            text-align: right;
            letter-spacing: -0.8px;
            display: block;
            margin-right: auto;
            margin-left: auto;


        }

        .icon_quick_login {
            position: absolute;
            top: 12px;
            left: 10px;
            width: 22px;
            height: 22px;
            display: block;
        }

        .div_pass_quick_login {
            font-size: 15px;
            width: 95%;
            margin-right: auto;
            margin-left: auto;
            margin-top: 10px;
        }

        .left_div_pass_quick_login {
            float: left;
            color: #1ca2bd;
            border-bottom: 1px dashed #1ca2bd;
        }

        .right_div_pass_quick_login {
            float: right;

        }

        .input_pass_quick_login {
            width: 80%;
            margin-right: auto;
            margin-left: auto;
            margin-top: 49px;
            position: relative;
        }

        .input_pass_quick_login input {
            border: 1px solid #c8c8c8;
            border-radius: 5px;
            width: 100%;
            padding: 16px 15px 15px 0;

            text-align: right;
            letter-spacing: -0.8px;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .input_pass_quick_login svg {
            position: absolute;
            top: 12px;
            left: 10px;
            width: 22px;
            height: 22px;
            display: block;
        }

        .button_quick_login {
            width: 80%;
            margin-top: 50px;
            margin-right: auto;
            margin-left: auto;
            text-align: left;

        }

        .button_quick_login button {
            width: 100%;
            border-radius: 7px;
            color: white;
            background: #00bfd6;
            text-align: center;
            padding-top: 12px;
            padding-bottom: 12px;
            font-size: 23px;

            letter-spacing: -1.5px;


        }

        .button_quick_login svg {
            vertical-align: middle;
            margin-left: 5px;
            width: 22px;
            height: 22px;
        }

        .new_user_quick_user {
            width: 100%;
            background: rgba(93, 214, 0, .06);
            text-align: center;
            border-top: 1px solid #d7e6bb;
            margin-top: 28px;
            padding-top: 28px;
            padding-bottom: 28px;

        }

        .new_user_quick_login_right {
            color: #515151;
        }

        .new_user_quick_login_left a {
            color: #1ca2bd;
        }

        .vorodiPRoduct, .vorodiBrandDaste {
            max-height: 250px;
            overflow-y: scroll;
            overflow-x: hidden;
        }


        .main_telegram {
            display: none !important;
        }


        .icon-menu {
            display: none;

        }

        .brand {
            display: none;
        }

        .zir-menu-asli {
            display: none;
        }

        .nav_mobile {
            display: none;

        }


        #icon1_ghofl {
            display: block;
            width: 14px;
            height: 18px;
            background: url('../images/slices.png') -309px -31px;
            float: right;
            margin-top: 12px;
            margin-right: 15px;
            direction: rtl;

        }

        .vorod {
            font-family: iran;
            margin-top: 8px;
            margin-right: 15px;
            display: inline-block;
            color: #929782;
            font-size: 16px;
            float: right;
            direction: rtl;
        }

        .voroda {
            font-family: iran;
            color: #929782;
            font-size: 16px;
            float: right;
            margin-top: 8px;
            margin-right: 2px;
            direction: rtl;
        }

        #icon_adamak {
            background: url('../images/slices.png') -276px -33px;
            width: 14px;
            height: 18px;
            display: inline-block;
            margin-right: 25px;
            margin-top: 12px;
            float: right;
            direction: rtl;

        }

        #sabtenam {
            margin-top: 8px;
            margin-right: 13px;
            float: right;
            display: inline-block;
            font-family: iran;
            color: #929782;
            font-size: 16px;
            direction: rtl;
        }


        #sabtenam1 {
            margin-top: 8px;
            margin-right: 13px;
            float: right;
            display: inline-block;
            font-family: iran;
            color: #929782;
            font-size: 16px;
            direction: rtl;
        }

        #hediye {
            background: url('../images/slices.png') -276px -1px;
            margin-right: 45px;
            margin-top: 12px;
            width: 14px;
            height: 18px;
            display: inline-block;
            float: right;
            direction: rtl;
        }

        #carthadiye {
            margin-top: 8px;
            margin-right: 13px;
            float: right;
            display: inline-block;
            font-family: iran;
            color: #929782;
            font-size: 16px;
            direction: rtl;
        }




        #top_img {

            width: 210px;
            float: left;
            direction: rtl;

        }


        #nav_ul > li:hover > a {
            color: red;
        }

        /*
                #nav_ul > li:hover > a > .icon_down_menu {
                    transform: rotate(1620deg);
                    margin-top: 10px !important;;
                }
        */
        #nav_ul > li {
            border: 1px solid transparent;
            box-sizing: border-box;
        }

        #nav_ul > li:hover {
            background: #F5F5F5;
            border-color: #F5F5F5;
        }


        #nav_ul > li > a {
            color: #4d4d4d;
            direction: rtl;
        }

        #nav_ul > li > i {
            background: url('../images/slices.png');
            direction: rtl;
        }


        #nav_ul > li > ul > li {

        }


        #sabtenam:hover {
            color: red;
        }

        .voroda:hover {
            color: red;
        }

        .exit {
            color: #929782;

        }


        .exit:hover {
            color: red;
        }


        .icon_peygiri {
            background: url('../images/slices.png') -720px -31px;
            height: 18px;
            width: 14px;
            display: inline-block;
            margin-top: 14px;
            margin-right: 40px;
            float: right;

        }


        .matn_peygiri {
            color: #929782;
            font-family: iran;
            float: right;
            margin-top: 8px;
            margin-right: 13px;

        }


        .matn_peygiri:hover {
            color: red;
        }

        #nav_ul a {
            color: #7e7e7e;
        }


        .img_menu {
            width: 120px;
            position: absolute;
            bottom: 8px;
            left: 5px;
        }


        .icon_down_menu {
            display: none;
            background: url('../images/slices.png') -36px -730px;
            height: 9px;
            width: 9px;

            float: left;
            margin-top: 15px;

        }


        .main_telegram {
            display: none;
        }

        .zir-menu-asli {
            display: none !important;
        }

        .zindex_low {
            display: none !important;
        }

        .zindex_high {
            display: none !important;
        }

        body {
            height: 100%;
            margin: 0;
            padding: 0;
        }

        html, body {
            min-height: 100vh;
            overflow: auto;
        }


        #body {
            overflow: auto !important;
            margin: 0 auto;
            background: #fdf7ff;

        }


        *, ::after, ::before {
            box-sizing: border-box;
        }

        #tamas_with_us {
            margin-top: 8px;
            margin-right: 13px;
            float: right;
            display: inline-block;
            font-family: iran;
            color: #929782;
            font-size: 16px;
            direction: rtl;
        }

        .icon_tamas_with_us {
            float: right;
            margin-top: 12px;
            margin-right: 25px;
            color: #9da3b1;
            font-size: 16px;

        }

        .parentTOpDOWNPC {
            position: sticky;
            top: 0;
            margin-left: auto;
            margin-right: auto;
            width: 1300px;
            max-width: 100%;
            direction: rtl;
            display: block;
            background: #fff;
            padding: 14px 28px 0;
            z-index: 12;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 24px rgba(153, 0, 255, 0.04);
        }

        #top {
            width: 100%;
            direction: rtl;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            gap: 16px;
            min-height: 52px;
            height: auto;
        }

        .ParentBasketPC {
            position: relative;
            margin-top: 0;
            height: 44px;
            display: flex;
            align-items: center;
            padding-right: 14px;
        }

        .headerWalletChip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            height: 40px;
            padding: 0 12px;
            border-radius: 999px;
            background: linear-gradient(180deg, #f6edff, #efe3ff);
            border: 1px solid rgba(122, 31, 162, .16);
            color: #5b1480;
            text-decoration: none;
            font-family: bym, yekan, Tahoma, sans-serif;
            font-size: 12px;
            font-weight: 800;
            white-space: nowrap;
        }
        .headerWalletChip em {
            font-style: normal;
            font-weight: 700;
            font-size: 11px;
            opacity: .75;
        }
        .headerWalletChip:hover {
            background: #ead9ff;
        }

        #right_top {
            height: auto;
            float: none;
            direction: rtl;
            flex: 1 1 auto;
            min-width: 0;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            gap: 18px;
        }

        #left_top {
            flex: 0 0 auto;
            direction: rtl;
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row-reverse;
            align-items: center;
            gap: 10px;
            position: relative;
        }

        .BasketPc {
            font-size: 25px;
            color: #424750;
            transition: color 0.2s ease;
        }

        #basket:hover .BasketPc {
            color: #ac05ff;
        }

        .gerdali_sabad {
            font-size: 11px;
            font-weight: 700;
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            background: #ef394e;
            position: absolute;
            top: 0;
            right: 6px;
            color: white;
            text-align: center;
            line-height: 1;
            padding: 0;
            box-shadow: 0 0 0 2px #fff;
        }

        .signInLoginPcNotLoged {
            color: #424750;
            font-size: 13px;
            display: inline-flex;
            flex-wrap: nowrap;
            flex-direction: row-reverse;
            align-items: center;
            height: 42px;
            line-height: 1.2;
            border: 1px solid #e0e0e2;
            padding: 0 14px;
            box-sizing: border-box;
            border-radius: 10px;
            margin-left: 0;
            cursor: pointer;
            transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
            white-space: nowrap;
        }

        .signInLoginPcNotLoged:hover {
            border-color: #ac05ff;
            background: rgba(172, 5, 255, 0.04);
        }

        .signInLoginPcNotLoged a {
            color: inherit;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .signInLoginPcLoged {
            display: inline-flex;
            align-items: center;
            height: 42px;
            padding: 0 8px;
            border-radius: 10px;
            border: 1px solid transparent;
            transition: border-color 0.2s ease, background 0.2s ease;
        }

        .signInLoginPcLoged:hover {
            border-color: #e0e0e2;
            background: #fafafa;
        }

        .textLoginPc {
            vertical-align: middle;
            font-weight: 500;
        }

        .userIconLOgin {
            margin-left: 0;
            font-size: 20px;
            vertical-align: middle;
            display: inline-flex;
            align-items: center;
        }

        .userIconLOgin i {
            margin-top: 0;
        }

        .userIconLOgin svg {
            width: 22px;
            height: 22px;
            display: block;
        }

        .ParentBasketPC:before {
            content: "";
            display: block;
            height: 28px;
            background: #e8e8ea;
            position: absolute;
            right: 0;
            width: 1px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        #basket {
            width: 44px;
            height: 44px;
            margin-right: 0;
            margin-top: 0;
            border-radius: 10px;
            direction: rtl;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: background 0.2s ease;
        }

        #basket:hover {
            background: rgba(172, 5, 255, 0.06);
        }

        @media (max-width: 1100px) {
            .titleSitePcText {
                display: none;
            }

            .signInLoginPcNotLoged .textLoginPc {
                display: none;
            }

            .signInLoginPcNotLoged {
                padding: 0 10px;
                width: 42px;
                justify-content: center;
            }

            .signInLoginPcNotLoged a {
                gap: 0;
            }

            .mother_search_pc {
                max-width: none;
            }

            #down .khatSaf:nth-child(n+5) {
                display: none;
            }

            .parentTOpDOWNPC {
                padding: 12px 16px 0;
                width: 100%;
            }
        }

        .search_page {
            overflow-x: hidden;
            overflow-y: hidden;
        }

        .gerdali_sabad_mobile {

            font-size: 17px;
            width: 20px;
            height: 20px;
            display: inline-block;
            border-radius: 100%;
            background: #ac05ff;
            position: absolute;
            top: 0;
            right: 7px;
            color: white;
            text-align: center;
            line-height: 23px;
        }

        .hiddenOnpc{
            display:none!important;
        }

        .tab_layout > div {
            width: 24.666%;
            text-align: center;
            float: right;
            height: 60px;
        }


    }

    .MessageDonyasi {
        direction: rtl;

    }

    .main_telegram {
        display: none;
    }

    .tab_layout {
        --tl-accent: #ac05ff;
        --tl-ink: #4b4453;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(64px + env(safe-area-inset-bottom, 0px));
        padding: 6px 6px calc(6px + env(safe-area-inset-bottom, 0px));
        text-align: center;
        background: rgba(255, 255, 255, .92);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
        z-index: 12;
        box-sizing: border-box;
        border-top: 1px solid rgba(172, 5, 255, .10);
        box-shadow:
            0 -8px 28px rgba(92, 20, 128, .08),
            0 -1px 0 rgba(255, 255, 255, .8) inset;
        display: flex;
        direction: rtl;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        gap: 2px;
    }

    .tab_layout.is-account-open {
        z-index: 1001 !important;
    }

    .tab_layout > div {
        float: none !important;
        width: auto !important;
        flex: 1 1 0;
        min-width: 0;
        height: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .tab_layout_square {
        width: 100%;
        max-width: 78px;
        height: 52px;
        text-align: center;
        margin: 0 auto;
        border-radius: 14px;
        padding: 4px 2px 2px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    }

    .tab_layout > div:active .tab_layout_square {
        transform: scale(.96);
    }

    .tab_layout i {
        margin-top: 0;
        font-size: 22px;
        color: var(--tl-accent);
    }

    .div_icons_tab_layout {
        width: 100%;
        height: 28px !important;
        margin-top: 0 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        line-height: 0;
    }

    .div_icons_tab_layout svg {
        width: 24px !important;
        height: 24px !important;
        color: var(--tl-accent);
        display: block;
    }

    .title_tab_layout {
        color: var(--tl-ink);
        font-size: 10.5px;
        line-height: 1.2;
        font-weight: 700;
        white-space: nowrap;
        letter-spacing: -.01em;
    }

    .tab_layout_selected_jquery {
        background: linear-gradient(160deg, var(--tl-accent), #7a1fa2) !important;
        color: white !important;
        box-shadow: 0 8px 18px rgba(172, 5, 255, .28);
    }

    .tab_layout_selected_jquery svg {
        color: white !important;
    }

    .tab_layout_selected_jquery svg [fill="#ac05ff"],
    .tab_layout_selected_jquery svg [fill="currentColor"] {
        fill: currentColor !important;
    }

    .tab_layout_selected_jquery svg [stroke="#ac05ff"],
    .tab_layout_selected_jquery svg [stroke="currentColor"] {
        stroke: currentColor !important;
    }

    .tab_layout_selected_jquery .title_tab_layout {
        color: white !important;
    }

    .tab_layout_selected_jquery i {
        color: white !important;
    }

    .gerdali_sabad_mobile {
        font-size: 11px !important;
        font-weight: 800;
        min-width: 18px;
        width: auto !important;
        height: 18px !important;
        padding: 0 5px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 999px !important;
        background: var(--tl-accent) !important;
        position: absolute;
        top: -4px !important;
        right: calc(50% - 22px) !important;
        color: #fff !important;
        text-align: center;
        line-height: 1 !important;
        box-shadow: 0 4px 10px rgba(172, 5, 255, .35);
        box-sizing: border-box;
    }

    .tab_layout_selected_jquery .gerdali_sabad_mobile {
        background: #fff !important;
        color: var(--tl-accent) !important;
    }

    .about_tab_layout {
        position: relative;
    }

    .about_tab_layout .div_icons_tab_layout > svg:first-of-type {
        /* check badge when logged in */
    }

    .tl-user-check {
        position: absolute !important;
        top: -2px !important;
        right: calc(50% - 20px) !important;
        width: 14px !important;
        height: 14px !important;
        z-index: 2;
        color: #22c55e !important;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 1px 4px rgba(0,0,0,.12);
    }

    .tab_layout_selected_jquery .tl-user-check {
        color: #fff !important;
        background: rgba(255,255,255,.2);
    }

    .video_tab_layout i {
    }

    .dark_pc {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 100%;
        background: #0e1017;
        opacity: 0.5;
        transition: opacity, .3s;
        z-index: 8;
        display: none;
    }


    .title_appdend {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        direction: rtl;
        margin-top: 6px;

    }

    .hame_first {
        height: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 8px;
        float: none;
        border-bottom: none !important;
    }

    .hame_first a {
        line-height: 1.4;
        width: 100% !important;
        text-align: right !important;
        color: white !important;
        background: linear-gradient(90deg, #fe5353, #ff7a7a);
        padding: 8px 10px !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        margin-bottom: 4px;
        float: none !important;
    }

    .zir-menu-asli {
        overflow-x: hidden;
    }


    .mother_tab_layout {
        width: 100%;
        z-index: 10;
        overflow-y: auto;
        float: right;
        background: white;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
        display: none;
        box-shadow: 2px 3px 4px #929782;
        margin-top: 56px;
    }

    .image_responsive {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border-radius: 10px;
    }

    .mothet_image_div_responsive {
        width: 99%;
        margin-bottom: 5px;
        margin-right: auto;
        margin-left: auto;

    }


    .mm {
        position: fixed;
        top: 100px;
        width: 200px;
        height: 100px;
        background: white;
        display: none;
    }

    .title_order_reciver {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;

        padding-top: 12px;
        padding-bottom: 12px;
        color: white;
        border-radius: 10px;
        background: #FFC107;
        margin-bottom: 10px;
        margin-top: 7px;

    }

    .tomanHeader {
        display: none;
    }

    .vorodi_item {
        --ss-ink: #2a0845;
        --ss-muted: #8a7698;
        --ss-line: rgba(153, 0, 255, 0.12);
        --ss-brand: #9900ff;
        --ss-pink: #ff6ec7;
        --ss-gold: #f5c542;
        --ss-bg: rgba(255, 247, 252, 0.9);
        direction: rtl;
        font-family: bym, yekan, Vazirmatn, Tahoma, sans-serif;
        color: var(--ss-ink);
        display: none;
        flex-direction: column;
        isolation: isolate;
        border: 1px solid rgba(255, 255, 255, 0.8);
        background:
            radial-gradient(420px 180px at 100% -10%, rgba(255, 110, 199, 0.18), transparent 58%),
            radial-gradient(380px 160px at 0% 100%, rgba(153, 0, 255, 0.12), transparent 55%),
            linear-gradient(180deg, #fffdfb 0%, #fff7fc 48%, #f7edff 100%);
        box-shadow:
            0 24px 60px rgba(84, 3, 139, 0.2),
            0 2px 0 rgba(255, 255, 255, 0.9) inset;
        animation: ss-pop 0.22s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .vorodi_item::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
        background:
            radial-gradient(180px 90px at 88% 12%, rgba(245, 197, 66, 0.16), transparent 70%);
        opacity: 0.9;
    }

    .vorodi_item > * {
        position: relative;
        z-index: 1;
    }

    .vorodi_item.is-open {
        display: flex !important;
    }

    .vorodi_item.is-loading::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        z-index: 3;
        border-radius: 3px;
        background: linear-gradient(90deg, transparent, var(--ss-brand), var(--ss-pink), var(--ss-gold), transparent);
        background-size: 220% 100%;
        animation: ss-load 0.9s linear infinite;
    }

    @keyframes ss-load {
        from { background-position: 100% 0; }
        to { background-position: -100% 0; }
    }

    @keyframes ss-pop {
        from { opacity: 0; transform: translateY(-10px) scale(0.98); }
        to { opacity: 1; transform: none; }
    }

    .vorodiBrandDaste,
    .vorodiPRoduct {
        width: 100%;
        margin: 0;
        overflow: visible;
        max-height: none;
        scrollbar-width: thin;
    }

    .ss-scroll {
        overflow-y: auto;
        overflow-x: hidden;
        flex: 1 1 auto;
        min-height: 0;
        max-height: min(58vh, 480px);
        padding: 12px 12px 8px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-width: thin;
        scrollbar-color: rgba(153, 0, 255, 0.35) transparent;
    }

    .darks1 {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(32, 6, 52, 0.38);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        z-index: 30;
    }

    .vorodi_item.is-open,
    .darks1,
    .dark {
        overscroll-behavior: none;
    }

    .ss-hint,
    .ss-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
        padding: 34px 20px 38px;
        color: var(--ss-muted);
        font-size: 13px;
        line-height: 1.8;
    }

    .ss-orb {
        width: 72px;
        height: 72px;
        margin-bottom: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background:
            radial-gradient(circle at 30% 25%, rgba(255,255,255,.45), transparent 42%),
            linear-gradient(135deg, #ff6ec7 0%, #9900ff 55%, #54038b 100%);
        box-shadow: 0 12px 28px rgba(153, 0, 255, 0.28);
    }

    .ss-orb svg {
        width: 30px;
        height: 30px;
        color: #fff;
    }

    .ss-hint svg,
    .ss-empty svg {
        width: 30px;
        height: 30px;
        color: inherit;
    }

    .ss-hint strong,
    .ss-empty strong {
        color: var(--ss-ink);
        font-size: 16px;
        font-weight: 800;
        letter-spacing: -0.3px;
    }

    .ss-section {
        margin: 2px 0 14px;
    }

    .ss-smart {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 4px 10px;
        padding: 9px 12px;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(153, 0, 255, 0.12), rgba(255, 110, 199, 0.14));
        color: #6b16b8;
        font-size: 12px;
        font-weight: 800;
        border: 1px solid rgba(153, 0, 255, 0.12);
    }

    .ss-smart svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        color: #9900ff;
    }

    .ss-ai-input-badge {
        position: absolute;
        top: 50%;
        right: 40px;
        left: auto;
        transform: translateY(-50%);
        z-index: 52;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        height: 26px;
        padding: 0 8px 0 5px;
        border: 0;
        border-radius: 999px;
        color: #fff;
        background: linear-gradient(135deg, #54038b 0%, #9900ff 55%, #ff6ec7 100%);
        box-shadow: 0 6px 14px rgba(153, 0, 255, 0.32);
        pointer-events: none;
        animation: ss-ai-glow 1.8s ease-in-out infinite;
    }

    .ss-ai-input-badge svg {
        width: 15px;
        height: 15px;
        display: block;
    }

    .ss-ai-input-badge b {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.3px;
        line-height: 1;
        font-family: bym, Tahoma, sans-serif;
    }

    .ss-ai-bar {
        display: flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
        padding: 10px 14px;
        background: linear-gradient(135deg, #3b0764 0%, #6b16b8 48%, #9900ff 100%);
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ss-ai-ico {
        position: relative;
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.16);
        box-shadow: 0 0 0 0 rgba(255, 110, 199, 0.5);
        animation: ss-ai-pulse 1.6s ease-out infinite;
    }

    .ss-ai-ico svg {
        width: 22px;
        height: 22px;
        color: #fff;
    }

    .ss-ai-bar-text {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1px;
        line-height: 1.25;
    }

    .ss-ai-bar-text strong {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: -0.2px;
    }

    .ss-ai-bar-text em {
        font-style: normal;
        font-size: 11px;
        opacity: 0.86;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ss-ai-pill {
        flex: 0 0 auto;
        padding: 4px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.6px;
    }

    .ss-panel-close {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
        margin-right: 2px;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        transition: background 0.15s ease, transform 0.15s ease;
    }

    .ss-panel-close svg {
        width: 14px;
        height: 14px;
        display: block;
        position: static;
        top: auto;
        right: auto;
    }

    .ss-panel-close:hover,
    .ss-panel-close:focus {
        background: rgba(255, 255, 255, 0.32);
        transform: scale(1.05);
        outline: none;
    }

    .vorodi_item.is-loading .ss-ai-ico {
        animation: ss-ai-spin-soft 1.1s linear infinite, ss-ai-pulse 1.2s ease-out infinite;
    }

    .vorodi_item.is-loading .ss-ai-bar-text em {
        color: #ffe08a;
    }

    .ss-ai-wait {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        text-align: center;
        padding: 18px 16px 8px;
        color: var(--ss-muted);
        font-size: 13px;
    }

    .ss-ai-wait-ico {
        width: 58px;
        height: 58px;
        margin-bottom: 4px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: linear-gradient(135deg, #ff6ec7 0%, #9900ff 55%, #54038b 100%);
        box-shadow: 0 12px 24px rgba(153, 0, 255, 0.28);
        animation: ss-ai-pulse 1.4s ease-out infinite;
    }

    .ss-ai-wait-ico svg {
        width: 28px;
        height: 28px;
    }

    .ss-ai-wait strong {
        color: var(--ss-ink);
        font-size: 14px;
        font-weight: 800;
    }

    @keyframes ss-ai-glow {
        0%, 100% { transform: translateY(-50%) scale(1); }
        50% { transform: translateY(-50%) scale(1.04); }
    }

    @keyframes ss-ai-pulse {
        0% { box-shadow: 0 0 0 0 rgba(255, 110, 199, 0.55); }
        70% { box-shadow: 0 0 0 10px rgba(255, 110, 199, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 110, 199, 0); }
    }

    @keyframes ss-ai-spin-soft {
        from { transform: rotate(-8deg); }
        50% { transform: rotate(8deg); }
        to { transform: rotate(-8deg); }
    }

    .ss-section-title {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 800;
        color: #6b4d82;
        padding: 4px 8px 10px;
        letter-spacing: -0.2px;
    }

    .ss-section-title::before {
        content: "";
        width: 18px;
        height: 3px;
        border-radius: 99px;
        background: linear-gradient(90deg, var(--ss-brand), var(--ss-pink), var(--ss-gold));
    }

    .ss-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 4px 4px;
    }

    .ss-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        max-width: 100%;
        padding: 6px 14px 6px 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(153, 0, 255, 0.12);
        color: var(--ss-ink) !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
        box-shadow: 0 6px 16px rgba(84, 3, 139, 0.06);
        backdrop-filter: blur(8px);
        transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    }

    .ss-chip:hover {
        background: #fff;
        border-color: rgba(153, 0, 255, 0.32);
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(153, 0, 255, 0.14);
    }

    .ss-chip-logo,
    .ss-chip-ico {
        width: 28px;
        height: 28px;
        object-fit: contain;
        border-radius: 50%;
        flex: 0 0 28px;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid rgba(153, 0, 255, 0.1);
    }

    .ss-chip-logo img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        display: block;
    }

    .ss-chip-ico {
        background: linear-gradient(135deg, #f7edff, #ffe9f7);
        color: var(--ss-brand);
        font-size: 0;
    }

    .ss-chip-ico svg {
        width: 14px;
        height: 14px;
        color: var(--ss-brand);
    }

    .ss-chip span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: inherit !important;
        font-size: 12px !important;
        font-weight: 800;
    }

    .search_taki {
        height: auto;
        width: 100%;
        margin: 0 0 8px;
        border-radius: 18px;
        direction: rtl;
        background: rgba(255, 255, 255, 0.72);
        padding: 0;
        border: 1px solid rgba(153, 0, 255, 0.08);
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(84, 3, 139, 0.05);
        transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    }

    .search_taki:hover,
    .search_taki.is-active {
        background: #fff;
        border-color: rgba(153, 0, 255, 0.22);
        box-shadow: 0 14px 28px rgba(153, 0, 255, 0.12);
        transform: translateY(-1px);
    }

    .search_taki a {
        display: flex !important;
        align-items: center;
        gap: 12px;
        width: 100%;
        height: auto;
        padding: 10px 12px;
        text-decoration: none;
        color: inherit;
    }

    .right_search_taki {
        float: none;
        width: 68px;
        height: 68px;
        flex: 0 0 68px;
        text-align: center;
        border-radius: 16px;
        overflow: hidden;
        background:
            radial-gradient(circle at 30% 20%, rgba(255, 110, 199, 0.16), transparent 55%),
            linear-gradient(180deg, #fff7fc, #f4e8ff);
        border: 1px solid rgba(153, 0, 255, 0.1);
        box-shadow: 0 6px 14px rgba(153, 0, 255, 0.08);
    }

    .left_search_taki {
        float: none;
        width: auto;
        height: auto;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .left_search_taki div {
        color: var(--ss-ink);
        line-height: 1.45;
    }

    .img_product_item_search {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
        display: block;
    }

    .search_taki span {
        color: inherit !important;
        font-size: 12px !important;
        font-family: bym;
    }

    .titleSearchProduct {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        margin-top: 0;
        font-weight: 800;
        font-size: 13.5px !important;
        color: var(--ss-ink) !important;
        letter-spacing: -0.2px;
        line-height: 1.45;
    }

    .titleSearchProduct mark {
        background: linear-gradient(180deg, rgba(255, 204, 0, 0.42), rgba(255, 110, 199, 0.22));
        color: inherit;
        border-radius: 5px;
        padding: 0 3px;
        box-decoration-break: clone;
    }

    .ss-meta {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .ss-price-now {
        color: var(--ss-brand) !important;
        font-weight: 800;
        font-size: 14px !important;
        letter-spacing: -0.3px;
    }

    .ss-price-old {
        color: #b7a8c4 !important;
        text-decoration: line-through;
        font-size: 11px !important;
        font-weight: 500;
    }

    .ss-stock {
        display: inline-flex;
        align-items: center;
        padding: 3px 9px;
        border-radius: 999px;
        font-size: 10px !important;
        font-weight: 800;
        line-height: 1.5;
    }

    .ss-stock.is-in {
        color: #0f9d58 !important;
        background: rgba(15, 157, 88, 0.12);
    }

    .ss-stock.is-out {
        color: #e11d48 !important;
        background: rgba(225, 29, 72, 0.1);
    }

    .ss-go {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #f7edff, #ffe9f7);
        color: var(--ss-brand) !important;
        opacity: 0.7;
        transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
    }

    .ss-go svg {
        width: 14px;
        height: 14px;
        display: block;
        transform: scaleX(-1);
    }

    .search_taki:hover .ss-go {
        opacity: 1;
        transform: translateX(-3px);
        background: linear-gradient(135deg, #9900ff, #ff6ec7);
        color: #fff !important;
    }

    .BrandDasteItem {
        height: auto;
        width: auto;
        margin: 0;
        border-radius: 0;
        direction: rtl;
        font-size: 13px !important;
        text-align: right;
        line-height: 1.4;
        background: transparent;
    }

    .BrandDasteItem a {
        color: inherit !important;
        font-size: 12px !important;
        display: inline-flex;
        height: auto;
        width: auto;
    }

    .hameyeNatayej {
        width: 100%;
        line-height: 1;
        height: auto;
        text-align: center;
        margin: 0;
        flex: 0 0 auto;
        padding: 10px 14px 14px;
        background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.92) 40%);
        border-top: 1px solid rgba(153, 0, 255, 0.08);
    }

    .hameyeNatayej:empty {
        display: none;
    }

    .hameyeNatayej a {
        font-family: bym;
        font-size: 13.5px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        line-height: 1;
        height: 46px;
        width: 100%;
        background:
            radial-gradient(120px 40px at 10% 0%, rgba(255, 110, 199, 0.45), transparent 70%),
            linear-gradient(135deg, #b44dff 0%, #9900ff 48%, #6b16b8 100%);
        text-align: center;
        color: #fff !important;
        border-radius: 16px;
        box-shadow: 0 12px 24px rgba(153, 0, 255, 0.32);
        transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
    }

    .hameyeNatayej a svg {
        width: 16px;
        height: 16px;
        transform: scaleX(-1);
    }

    .hameyeNatayej a:hover {
        filter: brightness(1.07);
        transform: translateY(-2px);
        box-shadow: 0 16px 28px rgba(153, 0, 255, 0.38);
    }

    .icon_search_actually {
        display: inline-block;
        width: 35px;
        height: 25px;
        text-align: left;
    }

    .reloadIconSearch {
        width: 100%;
        text-align: center;
        max-height: none;
        display: none;
    }

    .reloadIconSearch:not(:empty) {
        display: block;
        padding: 8px 10px 0;
    }

    .reloadIconSearch img {
        width: 28px;
        text-align: center;
        max-height: 28px;
    }

    .ss-skel {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 6px 4px 12px;
    }

    .ss-skel-row {
        height: 88px;
        border-radius: 18px;
        background: linear-gradient(90deg, #f4ecfb 0%, #fcefff 45%, #f4ecfb 100%);
        background-size: 200% 100%;
        animation: ss-load 1.1s linear infinite;
    }

    .ss-clear {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 50%;
        background: #ece8f0;
        color: #6b5a7a;
        cursor: pointer;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        z-index: 52;
        -webkit-appearance: none;
        appearance: none;
    }

    .ss-clear.is-on {
        display: inline-flex;
    }

    .ss-clear svg {
        width: 12px;
        height: 12px;
        display: block;
        position: static;
    }

    .input_search::-webkit-search-cancel-button,
    .input_search::-webkit-search-decoration,
    .input_search::-webkit-search-results-button,
    .input_search::-webkit-search-results-decoration,
    .input_search::-ms-clear {
        -webkit-appearance: none !important;
        appearance: none !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        background: none !important;
    }

    .mother_search_pc .ss-clear {
        left: 12px;
    }

    @media (max-width: 780px) {
        .search_page .ss-ai-input-badge {
            top: 50%;
            left: auto !important;
            right: 44px !important;
            width: 26px;
            height: 26px;
            padding: 0;
            justify-content: center;
            transform: translateY(-50%);
        }

        .search_page .ss-ai-input-badge b {
            display: none;
        }

        .search_page .ss-ai-input-badge svg,
        .search_page .ss-clear svg {
            position: static !important;
            top: auto !important;
            right: auto !important;
            left: auto !important;
        }

        .ss-ai-pill {
            display: none;
        }

        .search_page .ss-clear {
            top: 50%;
            left: 12px !important;
            right: auto !important;
            transform: translateY(-50%);
        }

        .search_page .input_search {
            padding-right: 78px;
            padding-left: 42px;
        }
    }

    .signInLoginPcLoged {
        cursor: pointer;
    }

    .signInLoginPcLoged .svguser {
        vertical-align: middle;
        color: #424750;
        margin-top: 0;
        width: 24px;
        height: 24px;
    }

    .signInLoginPcLoged .svgarrow {
        vertical-align: middle;
        color: #424750;
        margin-left: 2px;
        margin-top: 0;
        margin-right: -6px;
        width: 14px;
        height: 14px;
        transform: rotate(180deg);
        opacity: 0.7;
    }

    .DetailLogined {
        display: none;
        position: absolute;
        left: 0;
        top: calc(100% + 8px);
        width: 200px;
        height: auto;
        text-align: right;
        background: white;
        padding: 6px 0;
        box-sizing: border-box;
        border: 1px solid #ececec;
        z-index: 30;
        border-radius: 12px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    }

    .DetailLogined div {
        border-bottom: 1px solid #f0f0f1;
        line-height: 42px;
        font-size: 13px;
        cursor: pointer;
        padding: 0 14px;
        transition: background 0.15s ease;
    }

    .DetailLogined div:hover {
        background: #faf7ff;
    }

    .DetailLogined a {
        color: #424750;
        display: block;
    }

    .DetailLogined div:last-child {
        border-bottom: none;
    }

    .DetailLogined div:last-child a {
        color: #ef394e;
    }

    .DetailLogined .dl-admin a {
        color: #6d28d9;
        font-weight: 800;
    }

    .titleSitePc {
        flex: 0 0 auto;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .mother_search_pc {
        width: auto;
        flex: 1 1 auto;
        max-width: 680px;
        height: 46px;
        position: relative;
        min-width: 220px;
        overflow: visible;
        z-index: 60;
    }

    .titleSitePc a {
        color: #2b2b2b;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }

    .logoSitePc {
        height: 44px;
        width: 44px;
        display: block;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(153, 0, 255, 0.18);
    }

    .titleSitePcText {
        font-family: bym;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -0.2px;
        color: #6b16b8;
        line-height: 1;
        white-space: nowrap;
    }

    #btn_search {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        font-size: 22px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 52;
        color: #81858b;
        opacity: 0.85;
        transition: color 0.2s ease, opacity 0.2s ease;
        pointer-events: auto;
    }

    #btn_search:hover {
        color: #ac05ff;
        opacity: 1;
    }

    #down {
        width: 100%;
        margin-top: 10px;
        flex-direction: row;
        align-items: center;
        position: relative;
        height: 48px;
        display: flex;
        gap: 2px;
        border-top: 1px solid #f0f0f1;
    }

    .khatSaf {
        padding: 12px 14px;
        font-size: 13px;
        color: #616161;
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        transition: color 0.15s ease, border-color 0.15s ease;
    }

    .khatSaf:hover {
        color: #ac05ff;
    }

    .khatSaf a {
        color: inherit;
        transition: color 0.15s ease;
    }

    .khatSaf:hover a {
        color: #ac05ff;
    }

    .khatSaf:before {
        top: 50%;
        content: "";
        height: 16px;
        position: absolute;
        width: 1px;
        background: #f0f0f1;
        left: 0;
        transform: translateY(-50%);
    }

    .khatSaf:last-child:before {
        display: none;
    }

    .dasteBandiParentPc {
        cursor: pointer;
        position: relative;
        font-weight: 700;
        color: #424750;
        padding-right: 4px;
    }

    .dasteBandiParentPc:before {
        display: none;
    }

    .dasteBandiParentPc:hover,
    .dasteBandiParentPc:hover span {
        color: #ac05ff;
    }

    .dasteBandiParentPc svg {
        color: currentColor;
        vertical-align: middle;
        margin-left: 8px;
        width: 18px;
        height: 18px;
    }

    .MenuPPCC {
        background: #fff;
        position: absolute !important;
        top: 100%;
        right: -20px;
        width: min(1180px, 98vw);
        z-index: 30;
        border: 1px solid #ece6f1;
        display: none;
        height: min(560px, calc(100vh - 150px));
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 18px 48px rgba(70, 20, 100, 0.14);
    }

    /* پل نامرئی تا فاصلهٔ بین دکمه و منو باعث هاور روی dark نشود */
    .MenuPPCC:before {
        content: "";
        position: absolute;
        top: -12px;
        right: 0;
        left: 0;
        height: 12px;
    }

    .parentMenuPcc {
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        display: flex;
        direction: rtl;
        overflow: hidden;
    }


    .zirMenuSath1PcParent {
        width: 220px;
        flex: 0 0 220px;
        border-left: 1px solid #efe8f5;
        background: linear-gradient(180deg, #faf7fc 0%, #f4eef8 100%);
        margin: 0;
        padding: 10px 0;
        list-style: none;
        overflow: hidden;
        height: 100%;
    }


    .zirMenuSath1Pc {
        color: #333;
        font-size: 14px;
        padding: 0;
        width: 100%;
        text-align: right;
        position: static;
        border-right: 3px solid transparent;
        transition: background 0.15s ease, border-color 0.15s ease;
    }

    .zirMenuSath1Pc > a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 14px 16px;
        color: #3a3a3a !important;
        font-weight: 600;
        font-size: 13.5px;
        line-height: 1.4;
        width: 100%;
        box-sizing: border-box;
    }

    .zirMenuSath1Pc > a .pc-menu-chevron {
        width: 8px;
        height: 8px;
        border-left: 2px solid #b0b0b0;
        border-bottom: 2px solid #b0b0b0;
        transform: rotate(45deg);
        flex-shrink: 0;
        opacity: 0.7;
    }

    .zirMenuSath1Pc.is-active,
    .zirMenuSath1Pc:hover {
        background: #fff;
        border-right-color: #9900ff;
    }

    .zirMenuSath1Pc.is-active > a,
    .zirMenuSath1Pc:hover > a {
        color: #6b1f86 !important;
    }

    .zirMenuSath1Pc.is-active > a .pc-menu-chevron,
    .zirMenuSath1Pc:hover > a .pc-menu-chevron {
        border-color: #9900ff;
        opacity: 1;
    }

    .zirMenuSath1Pc > div > div {
        text-align: right;
    }


    .zirMenuSath2PcParent {
        position: absolute;
        top: 0;
        right: 220px;
        left: 0;
        bottom: 0;
        display: none;
        height: 100%;
        max-height: none;
        background: #fff;
        padding: 16px 20px 18px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .zirMenuSath1Pc.is-active > .zirMenuSath2PcParent {
        display: flex;
        flex-direction: column;
    }

    .pc-mega-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0eaf5;
        flex: 0 0 auto;
    }

    .pc-mega-head a {
        color: #6b1f86 !important;
        font-weight: 700;
        font-size: 14px;
    }

    .pc-mega-columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        gap: 4px 28px;
        flex: 1 1 auto;
        height: 100%;
        max-height: calc(100% - 42px);
        overflow: hidden;
    }

    .zirMenuSath2Pc {
        margin: 0 0 14px;
        font-weight: 500;
        width: 168px;
        max-width: 168px;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .zirMenuSath2Pc > a {
        color: #5b1a78 !important;
        font-weight: 700;
        font-size: 13px;
        display: block;
        margin-bottom: 6px;
        padding-bottom: 5px;
        border-bottom: 1px solid #f3eef7;
    }

    .zirMenuSath2Pc > a:hover {
        color: #9900ff !important;
    }

    .zirMenuSath3PcParent {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .zirMenuSath3Pc {
        color: #555;
        font-size: 12px;
        height: auto;
        line-height: 1.3;
    }

    .zirMenuSath3Pc a {
        color: #555 !important;
        display: block;
        padding: 3px 0;
        transition: color 0.15s ease, padding-right 0.15s ease;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zirMenuSath3Pc a:hover {
        color: #9900ff !important;
        padding-right: 4px;
    }

    .zirMenuSath3Pc.is-all a {
        color: #1ca2bd !important;
        font-weight: 600;
    }

    .zirMenuSath2PcParent > div {
    }

    .dasteBandiParentPc:hover,
    .dasteBandiParentPc.is-open {
        border-bottom-color: #9900ff !important;
        color: #6b1f86;
    }


    .soltan {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        background: black;
        z-index: 30;
    }

    .parentVideo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        background: black;
    }

    .parentVideo video {
        height: 100%;
        margin: 0;

    }

    .parentVideo #storyImg {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .parentHeadLine {
        width: 95%;
        position: absolute;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        top: 7px;
        z-index: 999999991111;
        left: 50%;
        transform: translateX(-50%);

    }

    .lineKhati {
        margin-right: 5px;
        margin-left: 5px;
        height: 2px;
        border-radius: 2px;
        background: white;
        flex-grow: 1;
    }

    .rightController {

        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 31;
    }

    .leftController {
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 31;
    }

    .harekati {
        height: 100%;
        background: red;
        float: left;


    }

    .parentImageAndText {
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 30;
        height: 80px;
        width: 400px;
    }

    .ExitParent {
        position: absolute;
        top: 20px;
        right: 7px;
        z-index: 40;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

    .ExitParent > i {
        color: white;
        font-size: 25px;

    }

    .ImageCircle {
        height: 80px;
        width: 80px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        overflow: hidden;

    }

    .ImageCircle img {
        width: 100%;
        position: absolute;
        top: -24px;
        left: 0;
        right: 0;
    }

    .textImageCircle {
        position: absolute;
        top: 50%;
        left: 100px;
        width: 100%;
        text-align: left;
        transform: translateY(-50%);
        color: white;


    }


    .PlayVideoStory {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 32;
    }


    .PlayVideoStory .main-carousel {
        width: 100%;
        height: 100%;
    }

    .PlayVideoStory .carousel-cell {
        width: 100%;
        height: 100%;
        direction: rtl;
        background: black;
    }


    .zirMenuSath1PcParent {
        padding: 10px 0;
    }

    .parentMesCodeofUser {
        background-image: linear-gradient(to right, rgba(153, 0, 255, 1) 0%, rgba(153, 0, 255, 1) 50%, rgba(84, 3, 139, 1) 100%);
        color: white;
        border-radius: 5px;
    }

    .MesCodeofUser {
        width: auto;

    }

    .MesCodeofUser a {
        color: white;
        cursor: pointer;
    }

    .closeMesCodeofUser {
        direction: ltr;
        background: red;
        color: white;
        width: 100px;
        padding: 2px 0 3px 0;
        border-radius: 5px;
        margin: 0 auto 0 auto;
        cursor: pointer;
    }

    .closeMesCodeofUser svg {
        color: white;
        fill: currentColor;
        vertical-align: middle;
        margin-left: 5px;
        width: 15px;
        height: 15px;
        margin-top: 2px;
    }

    @media (max-width: 780px) {
        .parentImageAndText {
            position: absolute;
            top: 15px;
            left: 5px;
            z-index: 30;
            height: 60px;
            width: 400px;
        }


        .ImageCircle {
            height: 55px;
            width: 55px;
            position: absolute;
            border-radius: 50%;
            overflow: hidden;
            left: 0;
        }

        .ImageCircle img {
            width: 100%;
            position: absolute;
            top: -24px;
            left: 0;
            right: 0;
        }

        .textImageCircle {
            position: absolute;
            top: 50%;
            left: 60px;
            transform: translateY(-50%);
            color: white;

            font-size: 12px;

        }

        .lineKhati {
            margin-right: 2px;
            margin-left: 2px;
        }
    }


    @media(min-width:780px ){

        .main_contact_main{
            margin-top: 20px;
            padding: 20px;

        }

    }


    @media(max-width:780px){
        .main_contact_main{
            margin-top: 10px;
            padding: 20px;

        }

    }




    .main_contact_main{
        width:90%;
        margin-right:auto;
        margin-left: auto;
        text-align: center;
        font-family: yekanBakh;
        color:#9900ff;
        direction: rtl;
        line-height: 36px;
        margin-bottom: 200px;
        background: white;
        border-radius: 8px;
        font-weight: 600;
        font-size: 18px;
        margin-top:65px;
    }

    .main_contact_main>div{
        width: 100%;
        text-align: center;
    }

    .whatsapp{
        color:#76FF03;
        font-size:55px;
        margin:10px;
    }

    .telegramm{
        color:#1976D2;
        font-size:55px;
        margin:10px;
    }

    .icon_social{
        margin-top:13px;
        margin-bottom:20px;

    }

    .insta_icon_info{
        font-size: 55px;
        color: #E91E63;
        margin:10px;
    }

    .insta_icon_info_link{
        font-size: 55px;
        color: #E91E63;
        margin:10px;
        vertical-align: middle;

    }

    .telegramm_link{
        font-size: 55px;
        color:#1976D2;
        margin:10px;
        vertical-align: middle;
    }

    .matn_insta_link{
        vertical-align: middle;
        color: #9900ff;
        font-family: yekanBakh;
        font-size: 20px;
    }
    .info_social_link{

    }
    .info_social_link a{
        display: block;
        color:#4d4d4d;
    }

    .title_main_contact{
        font-size: 28px;
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        background: linear-gradient(269deg, #c748df, #9900ff) !important;
        border-radius: 7px;
        color: white;
        padding-top: 10px;
        padding-bottom: 5px;
        font-family: yekanBakh;
        line-height: 45px;
        margin-bottom: 20px;

    }

    .title_main_contact span{
        margin-left:7px;
    }

    footer{
        background: transparent;
    }

    .row-payam-resan{
        margin-top: 5px;
    }
    .row-payam-resan a{
        display: flex;
        width: 185px;
        margin:0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .img-payamresan{
        width: 50px;

    }
    .matn-payamresan{
        color:#9900ff;

    }
    #installBanner{
position:fixed;
top:15px;
left:50%;
transform:translateX(-50%);
width:95%;
max-width:650px;
padding:14px 18px;
border-radius:22px;
background:rgba(125,60,255,.88);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
display:none;
justify-content:space-between;
align-items:center;
z-index:999999;
box-shadow:0 20px 45px rgba(86,0,255,.35);
animation:shake 6s infinite;
}

#installBanner  .install-left{
display:flex;
align-items:center;
gap:14px;
}

 #installBanner .install-left img{
width:52px;
height:52px;
border-radius:16px;
}

#installBanner   .title{
font-size:16px;
font-weight:700;
color:#fff;
}

 #installBanner  .sub{
font-size:13px;
margin-top:3px;
color:#f3e9ff;
}

.install-right{
display:flex;
align-items:center;
gap:14px;
}

  #installAppBtn{
border:0;
background:#fff;
color:while;
padding:11px 22px;
font-weight:700;
font-size:15px;
border-radius:15px;
cursor:pointer;
transition:.25s;
}

  #installAppBtn:hover{

transform:scale(1.08);

}

 #closeInstall{

border:none;

background:transparent;

padding:0;

color:#fff;

font-size:22px;

cursor:pointer;

opacity:.8;

transition:.3s;

}

#closeInstall:hover{

opacity:1;

transform:rotate(90deg);

}

@keyframes shake{

0%,88%,100%{

transform:translateX(-50%);

}

90%{

transform:translateX(-52%);

}

92%{

transform:translateX(-48%);

}

94%{

transform:translateX(-52%);

}

96%{

transform:translateX(-48%);

}

98%{

transform:translateX(-50%);

}}


#notificationCard{
display:none;
position:fixed;
left:50%;
transform:translateX(-50%) translateY(120%);
width:92%;
max-width:420px;
background:#fff;
border-radius:22px;
padding:22px;
box-shadow:0 20px 50px rgba(0,0,0,.18);
text-align:center;
z-index:999999;
transition:.45s;
}

#notificationCard.show{
display:block;
transform:translateX(-50%) translateY(0);
animation:notificationUp .4s ease;
}

@keyframes notificationUp{

from{
transform:translateX(-50%) translateY(120%);
opacity:0;
}
to{
transform:translateX(-50%) translateY(0);
opacity:1;
}
}
.notificationIcon{
font-size:40px;
margin-bottom:12px;
}
.notificationTitle{
font-size:20px;
font-weight:700;
margin-bottom:10px;
color:#333;
}

.notificationText{
font-size:14px;
line-height:1.9;
color:#666;
margin-bottom:18px;
}

#enableNotification{
width:100%;
border:none;
padding:15px;
border-radius:16px;
background:linear-gradient(135deg,#ff9800,#ff6d00);
color:#fff;
font-size:15px;
font-weight:700;
cursor:pointer;
transition:.25s;
}

#enableNotification:hover{

transform:translateY(-2px);

box-shadow:0 12px 30px rgba(255,152,0,.35);

}

#closeNotificationCard{

position:absolute;

top:14px;

right:16px;

border:none;

background:transparent;

padding:0;

font-size:22px;

cursor:pointer;

color:#999;

transition:.25s;

}

#closeNotificationCard:hover{

color:#ff3d3d;

transform:rotate(90deg);

}

/* ==========================================================================
   بازطراحی هدر — نوار جستجو و ناوبری
   ارتفاع 54px نوار موبایل عمداً دست‌نخورده مانده؛ ده‌ها صفحه با
   margin-top ثابت به همان عدد تکیه کرده‌اند.
   ========================================================================== */

@media (min-width: 780px) {

    /* پاپ‌آپ سرچ داخل هدر (z-index 12) بود و لایه تیره (z-index 30)
       روی لیست می‌نشست؛ چرخ موس به overlay می‌رسید و اسکرول قفل می‌شد. */
    body.zs-search-open .parentTOpDOWNPC,
    html.ss-noscroll .parentTOpDOWNPC {
        z-index: 50;
        overflow: visible;
    }

    body.zs-search-open #top,
    body.zs-search-open #right_top,
    body.zs-search-open .mother_search_pc {
        overflow: visible;
    }

    .darks1 {
        z-index: 20;
    }

    .mother_search_pc .vorodi_item.is-open {
        display: flex !important;
        flex-direction: column;
        overflow: hidden;
        max-height: min(72vh, 640px);
    }

    .mother_search_pc .ss-scroll {
        flex: 1 1 auto;
        min-height: 0;
        max-height: min(calc(72vh - 140px), 500px);
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }

    .parentTOpDOWNPC {
        padding: 12px 28px 0;
        box-shadow: 0 1px 0 rgba(43, 0, 80, .07), 0 10px 30px rgba(107, 22, 184, .05);
    }

    #top {
        gap: 22px;
        min-height: 58px;
    }

    #right_top {
        gap: 22px;
    }

    /* هدر خودش به 1300px محدود است، پس جستجو می‌تواند بقیهٔ عرض را پر کند
       و دیگر فضای مردهٔ وسط نوار باقی نمی‌ماند. */
    .mother_search_pc {
        max-width: none;
        height: 48px;
    }

    .input_search {
        font-size: 14px;
        background-color: #f5f2f9;
        border-color: #ece7f2;
    }

    .input_search:hover {
        background-color: #f0ebf7;
        border-color: #ddd2ea;
    }

    .input_search::placeholder {
        color: #8d8797;
        font-weight: 400;
    }

    .logoSitePc {
        border-radius: 14px;
    }

    .titleSitePcText {
        font-size: 21px;
    }

    #down {
        margin-top: 8px;
        height: 50px;
    }

    .khatSaf {
        font-size: 13.5px;
        border-radius: 8px 8px 0 0;
    }

    .khatSaf:hover {
        background: rgba(172, 5, 255, .05);
        border-bottom-color: #ac05ff;
    }

    .dasteBandiParentPc:hover,
    .dasteBandiParentPc.is-open {
        background: rgba(172, 5, 255, .07);
    }

    /* خط جداکنندهٔ آخرین لینک حذف می‌شود تا کنار فاصلهٔ خالی معلق نماند */
    #down > .khatSaf:nth-last-child(2):before {
        display: none;
    }

    .pcNavUtils {
        margin-right: auto;
        display: flex;
        align-items: center;
        gap: 20px;
        padding-left: 2px;
        white-space: nowrap;
    }

    .pcNavUtil {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font-size: 12.5px;
        color: #8b8794;
    }

    .pcNavUtil svg {
        width: 17px;
        height: 17px;
        flex-shrink: 0;
        color: #b9a8cc;
    }

    .pcNavUtilPhone {
        color: #6b16b8;
        font-weight: 700;
        transition: color .15s ease;
    }

    .pcNavUtilPhone span {
        direction: ltr;
        letter-spacing: .3px;
    }

    .pcNavUtilPhone svg {
        color: #ac05ff;
    }

    .pcNavUtilPhone:hover {
        color: #ac05ff;
    }
}

/* در عرض‌های کم‌تر اول متن‌های تزئینی و بعد کل ستون کنار می‌رود */
@media (min-width: 780px) and (max-width: 1279px) {
    .pcNavUtils .pcNavUtil:not(.pcNavUtilPhone) {
        display: none;
    }
}

@media (min-width: 780px) and (max-width: 1059px) {
    .pcNavUtils {
        display: none;
    }
}

/* موبایل: فقط ظاهر عوض می‌شود. ارتفاع 54px و مختصات افقی آیکون‌ها
   (که چند جا !important دارند) عمداً دست‌نخورده مانده‌اند. */
@media (max-width: 780px) {

    .headerWalletChip {
        display: none !important;
    }

    .nav_mobile {
        box-shadow: 0 6px 20px rgba(84, 3, 139, .22);
    }

    /* به‌جای کادر توخالی، یک سطح شیشه‌ای که واقعاً شبیه فیلد است */
    .input_search {
        border: 1px solid rgba(255, 255, 255, .5);
        background: rgba(255, 255, 255, .15);
    }

    .input_search:focus {
        outline: none;
        border-color: #fff;
        background: rgba(255, 255, 255, .26);
    }

    /* قرمز روی بنفش خوانا نبود */
    .matnSearchMobile span:last-child {
        color: #ffd76e;
    }

    .matnSearchMobile span:first-child {
        color: rgba(255, 255, 255, .85);
    }

    /* گرادیان بنفشِ نشان AI روی نوار بنفش گم می‌شد */
    .search_page .ss-ai-input-badge {
        background: rgba(255, 255, 255, .95);
        color: #7d05cc;
        box-shadow: 0 2px 8px rgba(43, 0, 80, .28);
        animation: none;
    }
}
   
