/* =================================================
   UI i18n & RTL Fixes
   ================================================= */

/* ---------- Sticky Cart – Checkout ---------- */
#wc-sticky-cart-panel .checkout a.button {
    font-size: 0;
}

body.rtl #wc-sticky-cart-panel .checkout a.button::after {
    content: "إتمام الطلب";
    font-size: 14px;
}

body:not(.rtl) #wc-sticky-cart-panel .checkout a.button::after {
    content: "Checkout";
    font-size: 14px;
}

/* ---------- Sticky Cart RTL Layout ---------- */
body.rtl #wc-sticky-cart-panel {
    direction: rtl;
    text-align: right;
}
body.rtl #wc-sticky-cart-panel .inside-add-to-cart-panel {
    flex-direction: row-reverse;
}
