/* Arabic text layer for the Wellness and Watchman product-detail pages. */
html[lang="ar-AE"],
body.page-wellness-pod-ar,
body.page-watchman-pod-ar {
  direction: ltr;
  overflow-x: clip;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  #smooth-wrapper,
  #smooth-content,
  #header-sticky,
  #header-sticky .row,
  #header-sticky .button-group,
  .pbt-site-menu,
  .pbt-site-menu__layout,
  .pbt-site-menu__header,
  .pbt-site-menu__header-actions,
  .pbt-site-menu__link,
  .pbt-site-menu__utility,
  .pbt-site-menu__preview-caption,
  .pod-showcase__card,
  .pod-showcase__buttons,
  .pd-visual-slider-wrap,
  .swiper-wrapper,
  .pod-feature__row,
  .cladding-header,
  .label-and-swatches,
  .cladding-swatches,
  .pods-included__grid,
  .wellness-sequence__intro,
  .wellness-sequence__experience,
  .wellness-sequence__zones,
  .wellness-sequence__specifications,
  .watchman-security-brief__intro,
  .watchman-security-brief__layout,
  .watchman-security-brief__operations,
  .watchman-security-brief__roles,
  .pbt-upgrades__shell,
  .pbt-upgrades__accordion,
  .pbt-upgrades__trigger,
  .pbt-upgrades__panel,
  .pbt-upgrades__link,
  .discover-header,
  .discover-links,
  .discover-card,
  .pfx-menu,
  .pfx-bottom,
  .pfx-legal,
  .pfx-social,
  .brochure-gate__content,
  .brochure-gate__actions
) {
  direction: ltr;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  main h1,
  main h2,
  main h3,
  main h4,
  main p,
  main li,
  main dt,
  main dd,
  main figcaption,
  .pod-showcase__btn,
  .pod-showcase__btn2,
  .pbt-upgrades__category,
  .pbt-upgrades__summary,
  .pbt-upgrades__link span:first-child,
  .discover-card span:first-child,
  .pbt-site-menu__label,
  .pbt-site-menu__micro,
  .pbt-site-menu__current,
  .pbt-site-menu__preview-title,
  .pbt-site-menu__preview-copy,
  .pbt-site-menu__preview-action span:first-child,
  .pbt-site-menu__utility-brochure span:first-child,
  .pbt-site-menu__utility-language span,
  .pbt-site-menu__close-text,
  .custom-btn,
  .pfx-menu a,
  .pfx-legal
) {
  direction: rtl;
  unicode-bidi: plaintext;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  .pod-showcase__left,
  .pod-showcase__intro,
  .pod-showcase__list,
  .pod-showcase__list li,
  .pod-feature__text,
  .cladding-header .titles,
  .wellness-sequence__heading,
  .wellness-sequence__introduction,
  .wellness-sequence__specification,
  .watchman-security-brief__intro,
  .watchman-security-brief__operations-copy,
  .watchman-security-brief__roles li,
  .pbt-upgrades__intro,
  .pbt-upgrades__panel-body
) {
  text-align: right;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) .pod-showcase__title {
  direction: ltr;
  text-align: left;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) .pod-showcase__title-variant {
  direction: rtl;
  unicode-bidi: isolate;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  .tp-service-2-title-box,
  .tp-service-2-text-content,
  .pods-included,
  .pods-included__grid .label,
  .wellness-sequence__zone
) {
  text-align: center;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  .pod-showcase__title-main,
  .pod-showcase__title-sub,
  .wellness-sequence__zone-number,
  .wellness-sequence__specification-number,
  .watchman-security-brief__roles span,
  .pbt-upgrades__number,
  .pbt-upgrades__link span:last-child,
  [dir="ltr"],
  [lang="en"],
  bdi
) {
  direction: ltr;
  unicode-bidi: isolate;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(
  .pbt-site-menu__utility-contact,
  .pbt-site-menu__utility-social,
  .pbt-site-menu__language
) {
  direction: ltr;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) .pod-showcase__list {
  padding-right: 0;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) .pbt-upgrades__panel-body ul {
  padding-right: 1.15em;
  padding-left: 0;
}

:where(.page-wellness-pod-ar, .page-watchman-pod-ar) :where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  :where(.page-wellness-pod-ar, .page-watchman-pod-ar) .pod-showcase__title {
    text-align: right;
  }
}
