/** Shopify CDN: Minification failed

Line 302:8 Expected identifier but found "0"
Line 305:81 Unterminated string token

**/
/* nadi-store colors.css - BUILD OUTPUT, do not edit.
   Source with full commentary: theme/assets/colors.css in the repo.
   Regenerate with _design/build-colors.js. */
:root {
  --nadi-cream:      #F6F1E8;
  --nadi-sand:       #EADABD;
  --nadi-sage:       #8CA26D;
  --nadi-olive:      #4C5836;
  --nadi-olive-dark: #3D4A2C;
  --nadi-ink:        #2B2B2B;
  --nadi-white:      #FFFFFF;
  --nadi-ink-muted:  #5A5348;
  --nadi-border:     #E2DACE;
  --nadi-sand-deep:  #DDCEAC;
  --nadi-bg-page:    var(--nadi-cream);
  --nadi-bg-surface: var(--nadi-white);
  --nadi-bg-header:  var(--nadi-sand);
  --nadi-text:       var(--nadi-ink);
  --nadi-text-muted: var(--nadi-ink-muted);
  --nadi-accent:     var(--nadi-olive);
  --nadi-accent-hover: var(--nadi-olive-dark);
  --nadi-on-accent:  var(--nadi-white);
  --nadi-radius-sm:  6px;
  --nadi-radius-md: 10px;
  --nadi-radius-lg: 14px;
  --nadi-radius-btn: 10px;
  --nadi-frame-inset: 8px;
  --nadi-card-btn-h: 34px;
  --nadi-text-xs:  13px;
  --nadi-text-sm:  14px;
  --nadi-text-base:16px;
  --nadi-text-md:  18px;
  --nadi-text-lg:  22px;
  --nadi-text-xl:  28px;
  --nadi-text-2xl: 34px;
  --nadi-leading-tight: 1.25;
  --nadi-leading-snug:  1.4;
  --nadi-leading-body:  1.65;
  --nadi-weight-body: 400;
  --nadi-weight-medium: 500;
  --nadi-weight-bold: 600;
  --nadi-shadow-sm: 0 1px 2px rgba(43, 43, 43, 0.06);
  --nadi-shadow-md: 0 2px 6px rgba(43, 43, 43, 0.18);
  --btn-radius: var(--nadi-radius-btn);
  --pr-btn-round: var(--nadi-radius-btn);
  --t4s-other-radius: var(--nadi-radius-md);
}
body {
  font-size: var(--nadi-text-base);
  font-weight: var(--nadi-weight-body);
  line-height: var(--nadi-leading-body);
}
.t4s-product-title,
.t4s-product-title a {
  font-size: var(--nadi-text-sm);
  font-weight: var(--nadi-weight-medium);
  line-height: var(--nadi-leading-snug) !important;
}
html body .t4s-product__title {
  font-size: var(--nadi-text-lg) !important;
  font-weight: var(--nadi-weight-bold) !important;
  line-height: var(--nadi-leading-tight) !important;
  color: var(--nadi-ink) !important;
}
.t4s-product-price { line-height: var(--nadi-leading-snug); }
h1, h2, h3, h4,
.t4s-section-title { line-height: var(--nadi-leading-tight); }
html body .t4s-btn,
html body .t4s-btn-base,
html body .t4s-product-form__submit,
html body button[name="add"],
html body .t4s-pr-addtocart,
html body .t4s-pr-item-btn,
html body .t4s-sticky-atc__atc,
html body .t4s-btn__cart,
html body .t4s-btn__checkout,
html body .t4s-btn-cart__emty,
html body .t4s_btn_submmit,
html body .t4s-quantity-wrapper,
html body .shopify-payment-button__button,
html body .shopify-payment-button__more-options,
html body .t4s-newsletter__submit,
html body .cc-btn,
html body .reputon-load-more,
html body .reputon-bt {
  border-radius: var(--nadi-radius-btn) !important;
}
html body .t4s-product-form__buttons,
html body .t4s-sticky-atc,
html body .t4s-product-form {
  --pr-btn-round: var(--nadi-radius-btn) !important;
}
html body input[type="text"],
html body input[type="email"],
html body input[type="search"],
html body input[type="tel"],
html body textarea,
html body select {
  border-radius: var(--nadi-radius-sm) !important;
}
html body { background-color: var(--nadi-bg-page); }
html body .t4s-header__wrapper {
  background-color: var(--nadi-bg-header) !important;
}
html body .t4s-product-inner,
html body .t4s-product .t4s-product-img.t4s_ratio {
  background-color: var(--nadi-bg-surface);
}
html body .t4s-product-inner {
  border: 1px solid var(--nadi-border) !important;
  border-radius: var(--nadi-radius-md) !important;
}
html body #shopify-section-announcement-bar .t4s-announcement-bar {
  background-color: var(--nadi-accent) !important;
}
html body #shopify-section-announcement-bar .t4s-announcement-bar,
html body #shopify-section-announcement-bar .t4s-announcement-bar * {
  color: var(--nadi-cream) !important;
}
#t4s-pr-popup__contact form > p { text-align: right; }
.t4s-cart__tax,
.t4s-cart__agree { font-weight: 600; }
input[type=checkbox][data-agree-checkbox] + label:before {
  width: 20px;
  height: 20px;
}
html body #shopify-section-footer {
  background-color: var(--nadi-bg-header) !important;
}
html body #shopify-section-footer .t4s-col-heading {
  color: var(--nadi-text) !important;
  font-size: var(--nadi-text-lg) !important;
  line-height: var(--nadi-leading-tight) !important;
}
html body #shopify-section-footer,
html body #shopify-section-footer p,
html body #shopify-section-footer li,
html body #shopify-section-footer a {
  color: var(--nadi-text) !important;
}
html body #shopify-section-footer a:hover {
  color: var(--nadi-accent-hover) !important;
}
html body #shopify-section-bottom-bar {
  background-color: var(--nadi-sand-deep) !important;
}
html body #shopify-section-bottom-bar,
html body #shopify-section-bottom-bar a {
  color: var(--nadi-text) !important;
}
html body #shopify-section-bottom-bar a:hover {
  color: var(--nadi-accent-hover) !important;
}
html body #shopify-section-toolbar_mobile {
  background-color: var(--nadi-bg-surface) !important;
  border-top: 1px solid var(--nadi-border) !important;
}
html body #shopify-section-toolbar_mobile a {
  color: var(--nadi-text) !important;
}
[class*="bottom-bar"] li { margin: 0 6px !important; }
[class*="bottom-bar"] a { margin: 0 6px !important; padding: 0 3px !important; }
[id*="bottom-bar"] li { margin: 0 6px !important; }
[id*="bottom-bar"] a { margin: 0 6px !important; }
[class*="bottom-bar"] ul { display: flex !important; flex-wrap: nowrap !important; white-space: nowrap !important; }
[class*="bottom-bar"] nav { display: flex !important; flex-wrap: nowrap !important; }
@media (max-width: 768px) {
  [class*="bottom-bar"] ul { flex-wrap: wrap !important; justify-content: center !important; white-space: normal !important; }
  [class*="bottom-bar"] nav { flex-wrap: wrap !important; justify-content: center !important; }
  [class*="bottom-bar"] li { margin: 3px 4px !important; }
  [class*="bottom-bar"] a { margin: 0 !important; padding: 0 2px !important; font-size: 10px !important; }
}
html body .t4s-btn.t4s-btn-custom {
  --btn-background: var(--nadi-accent);
  --btn-color: var(--nadi-on-accent);
  --btn-border: var(--nadi-accent);
  --btn-background-hover: var(--nadi-accent-hover);
  --btn-border-hover: var(--nadi-accent-hover);
  background-color: var(--nadi-accent) !important;
  color: var(--nadi-on-accent) !important;
}
html body .t4s-btn.t4s-btn-custom:hover {
  background-color: var(--nadi-accent-hover) !important;
  color: var(--nadi-on-accent) !important;
}
.t4s-nav__ul > li > a {
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 600 !important;
}
.t4s-nav__ul > li > a:hover { color: var(--nadi-accent) !important; }
#shopify-section-mb_nav a,
#t4s-menu-drawer a {
  font-weight: 600;
  font-size: 15px;
}
.t4s-site-nav__search,
.t4s-site-nav__account,
.t4s-site-nav__heart,
.t4s-site-nav__cart { position: relative; }
.t4s-site-nav__search::after,
.t4s-site-nav__account::after,
.t4s-site-nav__heart::after,
.t4s-site-nav__cart::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  white-space: nowrap;
  font-size: 11px;
  background: var(--nadi-accent-hover);
  color: var(--nadi-on-accent);
  padding: 3px 8px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease;
  pointer-events: none;
  z-index: 20;
}
.t4s-site-nav__search:hover::after,
.t4s-site-nav__account:hover::after,
.t4s-site-nav__heart:hover::after,
.t4s-site-nav__cart:hover::after {
  opacity: 1;
  visibility: visible;
}
.t4s-site-nav__search::after  { content: "חיפוש"; }
.t4s-site-nav__account::after { content: "החשבון שלי"; }
.t4s-site-nav__heart::after   { content: "מועדפים"; }
.t4s-site-nav__cart::after    { content: "עגלת קניות"; }
.t4s-cart-total .t4s-cart__originalPrice {
  text-decoration: line-through;
  color: var(--nadi-text-muted);
  font-size: 0.9em;
  margin-inline-end: 6px;
}
.t4s-cart-total .t4s-cart__discountPrice {
  color: var(--nadi-accent);
  font-weight: 600;
}
.t4s-btn__cart {
  background: transparent !important;
  border: 1.5px solid var(--nadi-accent) !important;
  color: var(--nadi-accent) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  box-shadow: none !important;
}
.t4s-btn__cart:hover {
  background: var(--nadi-accent) !important;
  color: var(--nadi-on-accent) !important;
}
html body .t4s-product,
html body .t4s-product-btns,
html body .t4s-product-btns2,
html body .t4s-product-atc-qty {
  --atc-bg-cl: var(--nadi-accent) !important;
  --atc-cl: var(--nadi-on-accent) !important;
  --atc-hover-bg-cl: var(--nadi-accent-hover) !important;
  --atc-hover-cl: var(--nadi-on-accent) !important;
  --pr-btn-radius-size: var(--nadi-radius-btn) !important;
}
html body .t4s-product-img.t4s_ratio {
  aspect-ratio: 3 / 4 !important;
  border-radius: calc(var(--nadi-radius-md) - 1px) !important;
  border: 0 !important;
  overflow: hidden !important;
}
.t4s-product-img.t4s_ratio img.t4s-product-main-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: var(--nadi-bg-surface);
}
html body .t4s-product .t4s-product-rating {
  display: none !important;
}
.t4s-pr-quickview { display: none !important; }
html body .t4s-product .t4s-product-btns2,
html body .t4s-pr-style5 .t4s-product-btns2,
html body .t4s-product .t4s-pr-item-btn.t4s-pr-wishlist {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
html body .t4s-product .t4s-product-btns2 {
  top: var(--nadi-frame-inset) !important;
  left: var(--nadi-frame-inset) !important;
  right: auto !important;
  bottom: auto !important;
}
.t4s-product-inner { overflow: hidden !important; }
   left:0 / right:0 with width:auto is kept deliberately. Insetting the bar 8px
   a side was the other option and it was rejected for a concrete reason, not
   taste: the wishlist heart further down is positioned with a PERCENTAGE
   margin, and percentages resolve against the containing block's width — which
   is this button. Narrowing the bar silently moves the heart. Full width keeps
   that arithmetic honest. */
.t4s-product-btns {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}
html body .t4s-product .t4s-product-btns {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 !important;
}
.t4s-pr-group-btns { width: 100% !important; padding: 0 !important; }
html body .t4s-product-btns .t4s-pr-wishlist {
  position: absolute !important;
  bottom: 100% !important;
  margin-bottom: calc(133.333% - 78px) !important;
  margin-inline: 0 !important;
  left: var(--nadi-frame-inset) !important;
  right: auto !important;
  z-index: 3 !important;
}
html body .t4s-product-btns .t4s-pr-addtocart {
  flex: 0 0 auto !important;
  width: 100% !important;
  min-height: var(--nadi-card-btn-h) !important;
  margin-inline: 0 !important;
}
html body .t4s-product .t4s-product-atc-qty,
html body .t4s-product .t4s-pr-group-btns,
html body .t4s-pr-style5 .t4s-product-atc-qty,
html body .t4s-product-btns .t4s-product-atc-qty {
  border-radius: var(--nadi-radius-btn) !important;
}
.t4s-product-info { padding-top: var(--nadi-frame-inset) !important; }
html body .t4s-product .t4s-pr-item-btn.t4s-pr-addtocart,
html body .t4s-pr-style5 .t4s-product-btns a.t4s-pr-addtocart,
html body .t4s-product-atc-qty a.t4s-pr-addtocart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  height: var(--nadi-card-btn-h) !important;
  min-height: var(--nadi-card-btn-h) !important;
  padding: 0 10px !important;
  background-color: var(--nadi-accent) !important;
  color: var(--nadi-on-accent) !important;
  border: none !important;
  box-shadow: var(--nadi-shadow-md) !important;
}
html body .t4s-product .t4s-pr-item-btn.t4s-pr-addtocart:hover,
html body .t4s-pr-style5 .t4s-product-btns a.t4s-pr-addtocart:hover {
  background-color: var(--nadi-accent-hover) !important;
  color: var(--nadi-on-accent) !important;
}
.t4s-pr-addtocart .t4s-text-pr {
  visibility: visible !important;
  width: auto !important;
  opacity: 1 !important;
  font-size: var(--nadi-text-sm) !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  color: var(--nadi-on-accent) !important;
}
html body .t4s-pr-addtocart {
  flex-wrap: nowrap !important;
}
html body .t4s-pr-addtocart .t4s-svg-pr-icon {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}
html body .t4s-pr-addtocart .t4s-svg-pr-icon svg {
  width: 15px !important;
  height: 15px !important;
  display: block !important;
}
html body .t4s-pr-addtocart .t4s-text-pr {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  height: auto !important;
  line-height: 1.2 !important;
}
html body .t4s-pr-style5 .t4s-product-btns a,
html body .t4s-pr-style5 .t4s-product-btns a.t4s-pr-addtocart,
html body .t4s-pr-style5 .t4s-product-atc-qty a,
html body .t4s-pr-style5 .t4s-product-atc-qty a.t4s-pr-addtocart,
html body .t4s-product .t4s-product-atc-qty a.t4s-pr-addtocart {
  border-radius: var(--nadi-radius-btn) !important;
}
html body .t4s-pr-style5 .t4s-product-btns {
  transform: translateY(0px) !important;
}
.t4s-pr-style5 .t4s-product-info {
  padding-top: var(--nadi-frame-inset) !important;
}
html body .t4s-pr-style5 .t4s-product-btns a,
html body .t4s-pr-style5 .t4s-product-btns a.t4s-pr-addtocart,
html body .t4s-product .t4s-product-btns a.t4s-pr-addtocart {
  border-radius: 0 !important;
}
.t4s-product-atc-qty {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}
html body .t4s-product-atc-qty .t4s-pr-addtocart {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.t4s-product-atc-qty .t4s-quantity-wrapper.t4s-quantity-pr-item {
  display: none !important;
}
.t4s-product-atc-qty > a,
.t4s-product-atc-qty .t4s-quantity-wrapper.t4s-quantity-pr-item + a {
  width: 100% !important;
}
.t4s-quantity-wrapper:not(.t4s-quantity-cart-item) {
  width: 96px !important;
  height: 36px !important;
  flex-shrink: 0 !important;
}
.t4s-quantity-wrapper:not(.t4s-quantity-cart-item) .t4s-quantity-selector {
  width: 28px !important;
  height: 36px !important;
}
.t4s-quantity-wrapper:not(.t4s-quantity-cart-item) .t4s-quantity-input {
  width: 40px !important;
  height: 36px !important;
}
.t4s-product-form__buttons .t4s-d-flex.t4s-flex-wrap {
  gap: 8px !important;
}
html:root {
  --text-color: var(--nadi-ink);
  --heading-color: var(--nadi-ink);
  --link-color: var(--nadi-ink);
  --secondary-color: var(--nadi-ink);
}
html body .t4s-drawer-menu__close,
html body .t4s-product-form__buttons .t4s-pr__notify-stock {
  background-color: var(--nadi-accent);
  color: var(--nadi-on-accent);
}
html body .t4s-product {
  --product-title-color: var(--nadi-ink) !important;
  --product-price-color: var(--nadi-ink) !important;
  --product-title-size: var(--nadi-text-sm);
}
html body .t4s-collection-header .t4s-btn-filter-wrapper,
html body .t4s-collection-header .t4s-dropdown__sortby {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: var(--nadi-card-btn-h) !important;
  padding: 0 12px !important;
  background-color: var(--nadi-bg-surface) !important;
  border: 1px solid var(--nadi-border) !important;
  border-radius: var(--nadi-radius-btn) !important;
  color: var(--nadi-ink) !important;
  font-size: var(--nadi-text-sm) !important;
  font-weight: var(--nadi-weight-bold) !important;
  cursor: pointer;
}
html body .t4s-collection-header .t4s-btn-filter-wrapper:hover,
html body .t4s-collection-header .t4s-dropdown__sortby:hover {
  border-color: var(--nadi-accent) !important;
  color: var(--nadi-accent-hover) !important;
}
html body .t4s-collection-header {
  gap: 10px !important;
  margin-bottom: 16px !important;
}
html body .page-head {
  border-radius: 0 !important;
}
html body .t4s-product-form__submit,
html body .t4s-sticky-atc__atc {
  --btn-background: var(--nadi-accent);
  --btn-background-hover: var(--nadi-accent-hover);
  --btn-color: var(--nadi-on-accent);
  --btn-border: var(--nadi-accent);
  --btn-border-hover: var(--nadi-accent-hover);
}
.t4s-product-title bdi,
.t4s-product-title [dir="ltr"],
.t4s-product__title bdi,
.t4s-product__title [dir="ltr"] {
  unicode-bidi: isolate;
  direction: ltr;
}
html body .t4s-product {
  --product-price-sale-color: var(--nadi-accent-hover) !important;
}
html body #shopify-section-footer .t4s-footer-raw-html svg,
html body #shopify-section-footer .t4s-footer-raw-html [style*="c59a57"] {
  color: var(--nadi-accent) !important;
}
html body #shopify-section-back_top .t4s-circle--bg,
html body #shopify-section-back_top .t4s-circle--inner,
html body #shopify-section-back_top svg {
  color: var(--nadi-accent) !important;
}
html body #shopify-section-back_top .t4s-back-to-top,
html body #shopify-section-back_top .t4s-circle-css {
  --cricle-active: var(--nadi-accent) !important;
  color: var(--nadi-accent) !important;
}
html body .t4s-toolbar {
  --icon-color: var(--nadi-ink) !important;
  --label-color: var(--nadi-ink) !important;
}
html body .breadcrumb_pr_wrap {
  --cl_link: var(--nadi-ink) !important;
}
html body .t4s-product-form__variants {
  --wishlist-color: var(--nadi-ink) !important;
  --wishlist-hover-color: var(--nadi-accent) !important;
  --compare-color: var(--nadi-ink) !important;
  --compare-hover-color: var(--nadi-accent) !important;
}
@keyframes nadiNudge {
  0%, 88%, 100% { transform: translateY(0) scale(1); }
  92%           { transform: translateY(-3px) scale(1.015); }
  96%           { transform: translateY(0) scale(1); }
}
@media (max-width: 767px) {
  html body .t4s-sticky-atc,
  html body .t4s-sticky-atc.t4s-op-0,
  html body .t4s-sticky-atc.t4s-pe-none {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    bottom: 0 !important;
  }
  html body .t4s-sticky-atc__atc {
    animation: nadiNudge 4.5s ease-in-out infinite;
  }
  html body .t4s-btn-group__checkout-update {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    z-index: 60 !important;
    background: var(--nadi-bg-surface) !important;
    padding: 10px 15px !important;
    box-shadow: 0 -2px 10px rgba(43, 43, 43, 0.10) !important;
  }
  html body .t4s-btn-group__checkout-update .t4s-btn__checkout {
    animation: nadiNudge 4.5s ease-in-out infinite;
  }
  html body.template-cart .t4s-main-cart {
    padding-bottom: 90px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html body .t4s-sticky-atc__atc,
  html body .t4s-btn-group__checkout-update .t4s-btn__checkout {
    animation: none !important;
  }
}
@media (max-width: 767px) {
  html body [id*="16467992296547eccd"] .t4s-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 2px 15px 12px !important;
    scrollbar-width: none;
  }
  html body [id*="16467992296547eccd"] .t4s-row::-webkit-scrollbar { display: none; }
  html body [id*="16467992296547eccd"] .t4s-collection-item {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }
  html body [id*="16467992296547eccd"] .t4s-coll-img { display: none !important; }
  html body [id*="16467992296547eccd"] .t4s-cat-content {
    background: transparent !important;
    padding: 0 !important;
  }
  html body [id*="16467992296547eccd"] .t4s-cate-wrapper {
    background: var(--nadi-bg-surface) !important;
    border: 1px solid #DCCDB0 !important;
    border-radius: 999px !important;
    padding: 0 15px !important;
    height: 42px !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    box-shadow: none !important;
  }
  html body [id*="16467992296547eccd"] .t4s-cat-title {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-size: 13.5px !important;
    font-weight: var(--nadi-weight-bold) !important;
    color: var(--nadi-ink) !important;
    line-height: 1 !important;
  }
  html body [id*="16467992296547eccd"] .t4s-cat-title::before {
    font-family: "Line Awesome Free" !important;
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    color: var(--nadi-accent);
    flex: 0 0 auto;
    order: 2;
  }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%9E%D7%95%D7%AA%D7%92%D7%99%D7%9D"]::before{ content:"\f3a5"; }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%A2%D7%99%D7%A6%D7%95%D7%91"]::before{ content:"\f0d0"; }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%98%D7%99%D7%A4%D7%95%D7%97"]::before{ content:"\f5bd"; }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%A6%D7%91%D7%A2%D7%99%D7%9D"]::before{ content:"\f1fc"; }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%97%D7%A9%D7%9E%D7%9C"]::before{ content:"\f1e6"; }
  html body [id*="16467992296547eccd"] .t4s-cat-title[href*="%D7%9C%D7%9E%D7%A1%D7%A4%D7%A8%D7%95%D7%AA"]::before{ content:"\f0c4"; }
}
