/* إخفاء النص الأصلي */
html[lang="en"] .footer-description p {
  font-size: 0; /* نخفي النص العربي */
  position: relative;
}

/* عرض النص الإنجليزي */
html[lang="en"] .footer-description p::after {
  content: "Discover the finest original international perfumes, hair, face and body care products, medical beauty devices, cosmetic lenses, and makeup — global brands from FUCHI.";
  font-size: 14px;
  display: block;
  direction: ltr;
  color: #000; /* عدل اللون لو حبيت */
}