/* XB Wishlist RTL (Arabic) */
html[dir="rtl"] .xb-wishlist-page{direction:rtl;text-align:right}

/* Empty state: Arabic text replace */
html[dir="rtl"] .xb-wishlist-products__no-product-desc,
html[dir="rtl"] .xb-wishlist-products__no-product-desc *{font-size:0!important}

html[dir="rtl"] .xb-wishlist-products__no-product-desc{
  display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important
}
html[dir="rtl"] .xb-wishlist-products__no-product-desc:before{
  content:"قائمة المفضلة فارغة"!important;font-size:16px!important;font-weight:600;display:block;margin-bottom:6px
}
html[dir="rtl"] .xb-wishlist-products__no-product-desc:after{
  content:"احفظي منتجاتك المفضلة هنا للعودة إليها لاحقاً"!important;font-size:13px!important;opacity:.85;display:block
}
/* Button fix + space */
html[dir="rtl"] .xb-wishlist-products__no-product-desc a,
html[dir="rtl"] .xb-wishlist-products__no-product-desc button,
html[dir="rtl"] .xb-wishlist-products__no-product-desc .btn{
  display:inline-flex!important;justify-content:center!important;align-items:center!important;
  min-width:220px!important;max-width:90%!important;padding:12px 22px!important;border-radius:999px!important;
  font-size:14px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important;
  margin:16px auto 18px!important;text-align:center!important
}

/* Bigger empty image */
html[dir="rtl"] .xb-wishlist-products__no-product-img{
  width:650px!important;max-width:95%!important;margin:0 auto 20px!important
}
html[dir="rtl"] .xb-wishlist-products__no-product-img img{
  width:100%!important;height:auto!important;object-fit:contain!important
}
/* XB Wishlist login notice Arabic (RTL) */
html[dir="rtl"] .xb-wishlist-products__heading + div,
html[dir="rtl"] .xb-wishlist-products__heading + p,
html[dir="rtl"] .xb-wishlist-products__heading + span{
  font-size: 0 !important;
}
/* ✅ XB Wishlist login notice Arabic replace (RTL) */
html[dir="rtl"] .xb-wishlist-products__caution p{
  font-size: 0 !important;
}

html[dir="rtl"] .xb-wishlist-products__caution p:before{
  content: "لحفظ قائمة المفضلة، يرجى تسجيل الدخول أو إنشاء حساب جديد." !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: block !important;
  text-align: center !important;
  direction: rtl !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
  font-family: inherit !important;
}
html[dir="rtl"] .xb-wishlist-products__title{
  font-size: 0 !important;
}

html[dir="rtl"] .xb-wishlist-products__title:before{
  content: "المفضلة" !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  display: block !important;
}
.xb-wishlist-products__no-product-img{
  width:720px!important;max-width:95%!important;margin:0 auto 20px!important
}