
/* Right arrow for English (LTR) */
[dir="ltr"] .categori-dropdown-wrap ul li.has-children > a::after {
    content: "\f111";
    font-family: "uicons-regular-straight" !important;
    position: absolute;
    inset-inline-end: 30px;
    top: 50%;
    margin-top: -10px;
}

/* Left arrow for Arabic (RTL) */
[dir="rtl"] .categori-dropdown-wrap ul li.has-children > a::after {
    content: "\f110";
    font-family: "uicons-regular-straight" !important;
    position: absolute;
    inset-inline-end: 30px;
    top: 50%;
    margin-top: -10px;
}

/* Right arrow for English (LTR) breadcrumbs */
[dir="ltr"] .page-header .breadcrumb span::before {
    content: "\f111";
    font-family: "uicons-regular-straight" !important;
    display: inline-block;
    font-size: 9px;
}

/* Left arrow for Arabic (RTL) breadcrumbs */
[dir="rtl"] .page-header .breadcrumb span::before {
    content: "\f110";
    font-family: "uicons-regular-straight" !important;
    display: inline-block;
    font-size: 9px;
}