/** Shopify CDN: Minification failed

Line 44:0 Unexpected "}"

**/

/* ===== RTL for Hebrew ===== */
html[lang="he"], html[lang="he"] body {
  direction: rtl;
  text-align: right;
}

/* Layout helpers */
html[lang="he"] header,
html[lang="he"] nav,
html[lang="he"] .header,
html[lang="he"] .menu,
html[lang="he"] .nav,
html[lang="he"] .cart-drawer,
html[lang="he"] .search-modal,
html[lang="he"] .collection,
html[lang="he"] .product,
html[lang="he"] .facets {
  direction: rtl;
}

/* Keep numbers/prices readable */
html[lang="he"] .price,
html[lang="he"] .money,
html[lang="he"] input,
html[lang="he"] textarea {
  direction: ltr;
  text-align: right;
}

/* Flip arrows/icons (only if needed) */
html[lang="he"] .icon,
html[lang="he"] svg,
html[lang="he"] .slider-button {
  transform: scaleX(-1);
}


}

/* ===== RTL align footer menus (fix contact us + search) ===== */
html:lang(he) footer ul.list-menu,
html:lang(he) footer ul.list-menu--inline,
html:lang(he) footer .list-menu {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  align-items: center !important;

  width: 100% !important;
  margin-left: auto !important;
  margin-right: 0 !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

html:lang(he) footer .list-menu__item,
html:lang(he) footer li {
  margin: 0 !important;
}

html:lang(he) footer .list-menu__item--link,
html:lang(he) footer a {
  text-align: right !important;
}