@media (max-width: 767px) {
    body.home:not(.torbedo-mobile-categories-ready) .elementor-element-463d687,
    body.home:not(.torbedo-mobile-categories-ready) .elementor-element-fe33832 {
        visibility: hidden;
    }

    .torbedo-mobile-category-slot {
        display: block;
        width: 100%;
        padding: 18px 12px 22px;
        background: #f4fbfc;
        direction: rtl;
    }

    .torbedo-mobile-category-inner {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .torbedo-mobile-category-slot .elementor-element-463d687,
    .torbedo-mobile-category-slot .elementor-element-fe33832 {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        visibility: visible !important;
        animation: none !important;
    }

    .torbedo-mobile-category-slot .elementor-element-463d687 {
        padding: 0 2px 12px;
    }

    .torbedo-mobile-category-slot .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #dce7e9;
        padding-bottom: 12px;
        direction: rtl;
    }

    .torbedo-mobile-category-slot .title-wrapper .title {
        margin: 0 !important;
        color: #102f4f;
        font-size: 22px !important;
        line-height: 1.35;
        text-align: right;
    }

    .torbedo-mobile-category-slot .title-wrapper .link {
        display: inline-flex;
        align-items: center;
        flex: none;
        color: #ed711b;
        font-size: 14px;
        font-weight: 600;
    }

    .torbedo-mobile-category-slot .widget-category .elementor-widget-container,
    .torbedo-mobile-category-slot .woocommerce,
    .torbedo-mobile-category-slot .filter-categories {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .torbedo-mobile-category-slot .filter-categories {
        padding: 0 !important;
    }

    .torbedo-mobile-category-slot .category-wrap {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
    }

    .torbedo-mobile-category-slot .category-wrap:last-child {
        margin-bottom: 0 !important;
    }

    .torbedo-mobile-category-slot .product-category {
        position: relative;
        width: 100%;
        padding: 0 !important;
        border: 0;
    }

    .torbedo-mobile-category-slot .product-category::after {
        content: none !important;
        display: none !important;
    }

    .torbedo-mobile-category-slot .product-category > a {
        position: relative;
        z-index: 2;
        display: flex !important;
        align-items: center;
        width: 100%;
        min-height: 62px;
        padding: 12px 14px !important;
        border: 1px solid #dfe8ea;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(16, 47, 79, 0.05);
        text-align: right;
        transition: border-color 0.2s ease, transform 0.2s ease;
        cursor: pointer;
        pointer-events: auto !important;
    }

    .torbedo-mobile-category-slot .product-category > a > * {
        pointer-events: none !important;
    }

    .torbedo-mobile-category-slot .product-category > a::after {
        content: "←";
        order: 3;
        margin-right: 10px;
        color: #ed711b;
        font-size: 18px;
        line-height: 1;
    }

    .torbedo-mobile-category-slot .product-category > a:active {
        transform: translateY(1px);
        border-color: #ed711b;
    }

    .torbedo-mobile-category-slot .product-category i {
        display: none !important;
    }

    .torbedo-mobile-category-slot .woocommerce-loop-category__title {
        order: 1;
        flex: 1 1 auto;
        margin: 0 !important;
        color: #2f3740;
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.55;
        text-align: right;
    }

}

@media (min-width: 768px) {
    .torbedo-mobile-category-slot {
        display: none !important;
    }
}
