:root {
  --he-font: "Heebo", "Assistant", "Segoe UI", sans-serif;
}

html[lang="he"] {
  direction: rtl;
}

html[lang="he"] body,
html[lang="he"] button,
html[lang="he"] input,
html[lang="he"] select,
html[lang="he"] textarea {
  font-family: var(--he-font) !important;
  letter-spacing: 0;
}

html[lang="he"] .header__logo-link,
html[lang="he"] .header__navigation,
html[lang="he"] .product-info,
html[lang="he"] .rte,
html[lang="he"] .footer {
  text-align: right;
}

.lx-brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.lx-brand-wrap img.lx-logo {
  display: block;
  height: 28px;
  width: auto;
  max-width: min(148px, 42vw);
  object-fit: contain;
}

@media (min-width: 768px) {
  .lx-brand-wrap img.lx-logo {
    height: 34px;
    max-width: 180px;
  }
}

.lx-il-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #d7e6f5;
  color: #1b3a57;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(16, 42, 67, 0.06);
}

.lx-il-badge__flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
  background:
    linear-gradient(#0038b8 0 0) 0 0 / 100% 22% no-repeat,
    linear-gradient(#fff 0 0) 0 22% / 100% 56% no-repeat,
    linear-gradient(#0038b8 0 0) 0 78% / 100% 22% no-repeat;
  position: relative;
}

.lx-il-badge__flag::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: #0038b8;
}

.lx-il-badge__flag::after {
  content: "✡";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-52%);
  color: #fff;
  font-size: 7px;
  line-height: 1;
}

.header__logo img.logo,
.header__logo img.loading-logo,
.loading-logo,
loading-bar.loading-bar,
.loading-bar {
  display: none !important;
  visibility: hidden !important;
}

body[data-page="w11"] [id*="__video_"],
body[data-page="w11"] [id*="__image_with_text_"],
body[data-page="w11"] [id*="__image_with_specs_"],
body[data-page="w11"] [id*="__rich_text_"],
body[data-page="w11"] #judgeme_product_reviews,
body[data-page="w11"] [id*="__faq_"],
body[data-page="w11"] .lx-picker,
body[data-page="w11"] .lx-cross,
body[data-page="w11"] .product__title,
body[data-page="w11"] .product-form-wrapper .buy-buttons + *,
body[data-page="w11"] variant-selects,
body[data-page="w11"] .coupon-section {
  display: none !important;
}

.product__gallery .product__media:first-child img,
.product__thumbnails .product__thumbnail:first-child img {
  object-fit: contain;
  background: #0a0a0a;
}
