<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 435:1 Unexpected "{"

**/
[lang="en"][dir="rtl"],
[lang="en"][dir="rtl"] *,
[lang="en"][dir="rtl"] .drawer__inner * {
  direction: ltr !important;
}

[lang="en"][dir="rtl"] .drawer__content {
  right: auto;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

[lang="en"][dir="rtl"] .drawer--visible .drawer__content {
  transform: translateZ(0);
}

[lang="en"][dir="rtl"] .drawer__search .search__predictive__button {
  left: auto;
  right: 0;
}

[lang="en"][dir="rtl"] .header__mobile {
  flex-direction: row;
}

[lang="en"][dir="rtl"] .sliderule__chevron--right {
  inset-inline-start: auto;
  inset-inline-end: 20px;
}

[lang="en"][dir="rtl"] .sliderule__chevron--right,
[lang="en"][dir="rtl"] .sliderule__chevron--left {
  transform: rotate(0);
}

[lang="en"][dir="rtl"] p,
[lang="en"][dir="rtl"] li,
[lang="en"][dir="rtl"] h1,
[lang="en"][dir="rtl"] h2,
[lang="en"][dir="rtl"] h3,
[lang="en"][dir="rtl"] h4,
[lang="en"][dir="rtl"] h5,
[lang="en"][dir="rtl"] h6 {
  text-align: start !important;
  direction: rtl !important;
}
[lang="en"][dir="rtl"] p,
[lang="en"][dir="rtl"] li,
[lang="en"][dir="rtl"] h1,
[lang="en"][dir="rtl"] h2,
[lang="en"][dir="rtl"] h3,
[lang="en"][dir="rtl"] h4,
[lang="en"][dir="rtl"] h5,
[lang="en"][dir="rtl"] h6 {
  text-align: start !important;
  direction: ltr !important;
}

[lang="en"][dir="rtl"]
  .product__grid__info.text-right
  .product__grid__title__wrapper {
  flex-direction: row;
}

[lang="en"][dir="rtl"] .drawer__button {
  justify-content: flex-end;
}

[lang="en"][dir="rtl"] .header__mobile__left .header__mobile__button {
  justify-content: flex-end;
}

[lang="en"][dir="rtl"] .header__mobile__right .header__mobile__button {
  justify-content: flex-start;
}

[dir="rtl"] .header__mobile {
  flex-direction: row;
}

.header__mobile__left .header__mobile__button {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}

.header__mobile__right .header__mobile__button {
  display: flex;
  justify-content: flex-start;
  padding-right: 0;
}

[lang="en"][dir="ltr"] .grid__item {
  float: right;
  text-align: start;
}
[lang="en"][dir="ltr"] .product__align-center .product__price__wrap,
[lang="en"][dir="rtl"] .product__align-center .product__price__wrap {
  text-align: start;
}
[dir="rtl"] .product__align-center .product__price__wrap {
  text-align: start;
}

[lang="en"][dir="ltr"] .product__align-center .product__title {
  text-align: start;
}

[lang="en"][dir="ltr"] .footer__image,
[lang="en"][dir="rtl"] .footer__image {
  margin-inline-start: auto;
}
.product__grid__title__wrapper .product__grid__title {
  flex-grow: 1;
}

html[lang="en"][dir="rtl"] body .shopify-policy__container,
html[lang="en"][dir="rtl"]
  body
  .shopify-email-marketing-confirmation__container {
  text-align: left !important;
}

html[lang="en"][dir="rtl"] body .shopify-policy__container *,
html[lang="en"][dir="rtl"]
  body
  .shopify-email-marketing-confirmation__container
  * {
  text-align: left;
}

html[lang="en"][dir="rtl"]
  .collection
  nav.collection__nav
  button.collection__filters__toggle {
  border-left: 0;
  border-right: 1px solid var(--border);
}

html[lang="en"][dir="rtl"] .collection .collection__filters__inner {
  padding: 0 32px 0 10px;
  margin-left: -10px;
  padding-right: var(--gutter);
  margin-right: 0;
  transform: translate3d(-100%, 0, 0);
}

html[lang="en"][dir="rtl"]
  .collection
  nav.collection__nav
  button.collection__filters__toggle
  .icon-filter {
  margin-left: 8px;
  margin-right: 0;
}

html[lang="en"][dir="rtl"]
  .collection
  .drawer--visible
  .collection__filters__inner {
  transform: translateZ(0);
}

html[lang="en"][dir="rtl"]
  .collection
  .collection__filters__inner
  button.sidebar__heading
  .sidebar__heading-chevron {
  left: auto;
  right: 10px;
}

html[lang="en"][dir="rtl"]
  .collection
  .collection__filters__inner
  label.sidebar__heading.no-js {
  text-align: left;
}

html[lang="en"][dir="rtl"]
  .collection
  .collection__filters__inner
  label.sidebar__heading.no-js
  .sidebar__heading-chevron {
  left: auto;
  right: 10px;
}

html[lang="en"][dir="rtl"]
  .collection
  .collection__filters__inner
  .sidebar__navigation__list
  label
  svg.icon {
  right: 8px;
}

.product-page .product__price__main span.product__price span.money {
  position: relative;
  padding-left: 36px;
}

.template__cart__footer span.cart__footer__value span.money {
  position: relative;
  padding-left: 24px;
}

.product__form__inner .product__submit__buttons span.btn-state-ready span.money,
.product__grid__price span.money,
.collection__products .search__item__generic .product__inline__price .money,
.template__cart__body .cart__items .cart__items__grid span.money {
  padding-left: 15px;
  position: relative;
  display: inline-table;
}

.product-page .product__price__main span.product__price span.money .currency,
.product__form__inner
  .product__submit__buttons
  span.btn-state-ready
  span.money
  .currency,
.product__grid__price span.money .currency,
.collection__products
  .search__item__generic
  .product__inline__price
  .money
  .currency,
.template__cart__body .cart__items .cart__items__grid span.money .currency,
.template__cart__footer span.cart__footer__value span.money .currency {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

html[lang="he"][dir="rtl"]
  .cart__heading__back
  .cart__heading.cart__return
  .icon-arrow-long-left {
  transform: rotate(180deg);
}

html[lang="he"][dir="rtl"]
  .product-single
  .product__inner
  .form__selectors
  .selector-wrapper
  legend.radio__legend
  span.radio__legend__label,
html[lang="en"][dir="rtl"]
  .product-single
  .product__inner
  .form__selectors
  .selector-wrapper
  legend.radio__legend
  span.radio__legend__label {
  border: 0;
  margin: 0;
  padding: 0;
}

html[lang="he"][dir="rtl"]
  .product-single
  .product__inner
  .form__selectors
  .selector-wrapper
  .radio__legend
  span:not(.radio__legend__label) {
  padding-left: 0;
  padding-right: 5px;
  border-left: 0;
  border-right: 1px solid var(--border);
  margin-left: 0;
  margin-right: 6px;
}

html[lang="en"][dir="rtl"]
  .template__cart__body
  .cart__items
  .cart__items__grid
  .cart__items__title {
  padding: 0 25px 0 0;
}

html[lang="he"][dir="rtl"]
  .product-add-popdown
  .wrapper
  .product__popdown__close {
  text-align: right;
}

html[lang="en"][dir="rtl"]
  .product-add-popdown
  .wrapper
  .product__popdown__cart__wrapper {
  text-align: left;
}

[lang="he"][dir="rtl"] .product__block__description p,
[lang="he"][dir="rtl"] .rte p {
  unicode-bidi: embed;
}

html[lang="he"] .product__block__description.rte.body-size-4 p,
html[lang="iw"] .product__block__description.rte.body-size-4 p {
  text-align: right !important;
}

html[lang="en"] .product__block__description.rte.body-size-4 p,
html[lang="auto"] .product__block__description.rte.body-size-4 p {
  text-align: left !important;
}

html[lang="he"] .product__align-center .product__price__wrap,
html[lang="he"] .product__align-center .product__price__wrap,
html[lang="he"] .product__align-center .product__price__wrap,
html[lang="he"] .product__align-center .product__title,
html[lang="iw"] .product__align-center .product__price__wrap,
html[lang="iw"] .product__align-center .product__price__wrap,
html[lang="iw"] .product__align-center .product__price__wrap,
html[lang="iw"] .product__align-center .product__title {
  text-align: right;
}

html[lang="en"] .product__align-center .product__price__wrap,
html[lang="en"] .product__align-center .product__price__wrap,
html[lang="en"] .product__align-center .product__price__wrap,
html[lang="en"] .product__align-center .product__title,
html[lang="auto"] .product__align-center .product__price__wrap,
html[lang="auto"] .product__align-center .product__price__wrap,
html[lang="auto"] .product__align-center .product__price__wrap,
html[lang="auto"] .product__align-center .product__title {
  text-align: left;
}

html[lang="he"] .rte *,
html[lang="iw"] .rte * {
  text-align: right !important;
  direction: rtl !important;
}

html[lang="he"] .product__align-center .swatch__button,
html[lang="he"] .product__align-center .radio__inputs,
html[lang="he"] .product__align-center .radio__legend,
html[lang="he"] .product__align-center .product__page__siblings,
html[lang="he"]
  .product__align-center
  .product__button__meta:not(.product__button__meta--packed),
html[lang="iw"] .product__align-center .swatch__button,
html[lang="iw"] .product__align-center .radio__inputs,
html[lang="iw"] .product__align-center .radio__legend,
html[lang="iw"] .product__align-center .product__page__siblings,
html[lang="iw"]
  .product__align-center
  .product__button__meta:not(.product__button__meta--packed) {
  justify-content: right;
}

html[lang="en"] .product__align-center .swatch__button,
html[lang="en"] .product__align-center .radio__inputs,
html[lang="en"] .product__align-center .radio__legend,
html[lang="en"] .product__align-center .product__page__siblings,
html[lang="en"]
  .product__align-center
  .product__button__meta:not(.product__button__meta--packed),
html[lang="auto"] .product__align-center .swatch__button,
html[lang="auto"] .product__align-center .radio__inputs,
html[lang="auto"] .product__align-center .radio__legend,
html[lang="auto"] .product__align-center .product__page__siblings,
html[lang="auto"]
  .product__align-center
  .product__button__meta:not(.product__button__meta--packed) {
  justify-content: left;
}

html[lang="he"]
  .product-page
  .product__price__main
  span.product__price
  span.money,
html[lang="iw"]
  .product-page
  .product__price__main
  span.product__price
  span.money {
  position: relative;
  padding-left: 36px;
  padding-right: 0px;
}

html[lang="en"]
  .product-page
  .product__price__main
  span.product__price
  span.money,
html[lang="auto"]
  .product-page
  .product__price__main
  span.product__price
  span.money {
  position: relative;
  padding-left: 0px;
  padding-right: 36px;
}

html[lang="en"] .rte *,
html[lang="auto"] .rte * {
  text-align: left !important;
  direction: ltr !important;
}

html[lang="he"] .rte *,
html[lang="iw"] .rte * {
  text-align: right !important;
  direction: rtl !important;
}

html[lang="he"] .btn,
html[lang="he"] .shopify-challenge__button,
html[lang="he"] .btn--soft,
html[lang="he"] .cart__items__title,
html[lang="he"] h3.cart__page__title.body-size-8 html[lang="iw"] .btn,
html[lang="iw"] .shopify-challenge__button,
html[lang="iw"] .btn--soft,
html[lang="iw"] .cart__items__title,
html[lang="iw"] h3.cart__page__title.body-size-8 {
  text-align: right;
}
 {
  text-align: right !important;
  width: 100%;
}

html[lang="en"] .btn,
html[lang="en"] .shopify-challenge__button,
html[lang="en"] .btn--soft,
html[lang="auto"] .btn,
html[lang="auto"] .shopify-challenge__button,
html[lang="auto"] .btn--soft {
  text-align: left !important;
  width: 100%;
}

html[lang="en"] .rte,
html[lang="en"] .page__content,
html[lang="en"] .section,
html[lang="en"] .page-width,
html[lang="auto"] .rte,
html[lang="auto"] .page__content,
html[lang="auto"] .section,
html[lang="auto"] .page-width {
  text-align: left;
  direction: ltr;
}
html[lang="he"] .rte,
html[lang="he"] .page__content,
html[lang="he"] .section,
html[lang="he"] .page-width,
html[lang="iw"] .rte,
html[lang="iw"] .page__content,
html[lang="iw"] .section,
html[lang="iw"] .page-width {
  text-align: right;
  direction: rtl;
}

html[lang="he"] .product__grid__info,
html[lang="he"] .product__block__description &gt; p,
html[lang="he"] .gallery__text,
html[lang="he"] .text__standard,
html[lang="iw"] .product__grid__info,
html[lang="iw"] .product__block__description &gt; p,
html[lang="iw"] .gallery__text,
html[lang="iw"] .text__standard {
  text-align: right !important;
  direction: rtl;
}

html[lang="he"] input[type="text"],
html[lang="he"] input[type="search"],
html[lang="he"] input[type="password"],
html[lang="he"] input[type="email"],
html[lang="he"] input[type="file"],
html[lang="he"] input[type="number"],
html[lang="he"] input[type="tel"],
html[lang="he"] input[type="url"],
html[lang="he"] textarea,
html[lang="he"] select,
html[lang="he"] .popout__toggle,
html[lang="iw"] input[type="text"],
html[lang="iw"] input[type="search"],
html[lang="iw"] input[type="password"],
html[lang="iw"] input[type="email"],
html[lang="iw"] input[type="file"],
html[lang="iw"] input[type="number"],
html[lang="iw"] input[type="tel"],
html[lang="iw"] input[type="url"],
html[lang="iw"] textarea,
html[lang="iw"] select,
html[lang="iw"] .popout__toggle {
  text-align: right !important;
}

html[lang="iw"] body,
html[lang="he"] body {
  direction: rtl !important;
}

html[lang="en"] body,
html[lang="auto"] body {
  direction: ltr !important;
}

html[lang="iw"] .drawer__search .search__predictive__button,
html[lang="he"] .drawer__search .search__predictive__button {
  left: 0;
  right: auto !important;
}

html[lang="iw"] .sliderule__chevron--right,
html[lang="he"] .sliderule__chevron--right {
  position: absolute;
  right: auto !important;
  left: 20px;
  transform: rotate(180deg) !important;
}

html[lang="iw"] .drawer__button,
html[lang="he"] .drawer__button {
  transform: rotate(180deg);
}

html[lang="iw"] .sliderow__title,
html[lang="he"] .sliderow__title {
  padding-left: 34px !important;
  padding-right: 20px !important;
}

@media (max-width: 767px) {
  html[lang="he"][dir="rtl"] .header__mobile__left .header__mobile__button {
    justify-content: flex-start;
  }

  html[lang="he"][dir="rtl"] .header__mobile__right .header__mobile__button {
    justify-content: flex-end;
    padding-left: 6px;
  }

  html[lang="en"][dir="rtl"] .header__mobile__right .header__mobile__button {
    justify-content: flex-end;
    padding-right: 6px;
  }

  html[lang="en"][dir="rtl"] .header__mobile__left .header__mobile__button {
    justify-content: flex-start;
  }

  html[lang="en"][dir="rtl"]
    .header__mobile__button
    .header__cart__status
    [data-header-cart-full="true"] {
    right: -7px;
  }

  [lang="en"][dir="ltr"] .footer__image,
  [lang="en"][dir="rtl"] .footer__image {
    margin-inline-start: 0;
    margin-inline-end: auto;
  }
  [lang="en"] .footer__title .icon {
    right: 0;
    left: unset;
    position: absolute;
  }
}

@media (min-width: 768px) {
  html[lang="he"][dir="rtl"] .product-single .product__inner {
    padding-left: 0;
    padding-right: var(--outer);
  }
}
</pre></body></html>