/** Shopify CDN: Minification failed

Line 709:0 Unexpected "@media"
Line 745:0 Unexpected "{"
Line 745:1 Expected identifier but found "%"
Line 746:23 Unexpected "-"
Line 747:1 Expected identifier but found "%"
Line 749:0 Unexpected "<"
Line 752:7 Expected identifier but found "%"
Line 753:46 Expected identifier but found whitespace
Line 755:15 Unexpected "="
Line 758:7 Expected identifier but found "%"
... and 68 more hidden warnings

**/
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Regular.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Regular.woff?v=1712841188') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Medium.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Medium.woff?v=1712841187') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gordita';
    src: url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Bold.woff2?v=1712841187') format('woff2'),
    url('https://cdn.shopify.com/s/files/1/0714/5560/5054/files/Gordita-Bold.woff?v=1712841188') format('woff');
    font-weight: 700;
    font-style: normal;
}

a {
  text-decoration: none;
  color: #000000;
}

.footer {
  margin-top: 0px !important;
}

.cart-items cart-remove-button {
  margin: 0px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flickity-enabled .flickity-viewport,
.flickity-enabled {
  outline: none !important;
  box-shadow: none !important;
}

.flickity-prev-next-button {
  width: 38px;
  height: 38px;
  z-index:2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flickity-prev-next-button.previous {
    left: -10px;
}

.flickity-prev-next-button.next {
    right: -10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 24%;
    top: 24%;
    width: 52%;
    height: 52%;
}

.flickity-page-dots .dot {
  margin: 0 5px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h2 {
  font-weight: 700 !important;
}

.index .button:after, .index .button:before {
  display: none;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 5px;
  margin: 1em;
  background: #f9ca4f;
  border: none;
  z-index: 9999;
  border-radius: 100%;
  transition: 0.3s all;
}

.newsletter {
  margin-top: 60px !important;
}

.back-to-top:hover svg path {
  fill: #ffffff;
  background: #000000;
  border: 2px solid #000000;
  transition: 0.3s all;
}

.back-to-top:hover {
  cursor: pointer;
}

.img-section {
  display: block;
  max-width: 60px;
  margin-bottom: 10px;
}

.back-to-top svg {
  display: flex;
}

.back-to-top:hover {
  display: flex;
  background: #000000;
  border: 2px solid #000000;
}

.product--stacked li,
.product--stacked ul,
.product--columns li,
.product--columns ul,
.product--scrollable-2-columns ul,
.product--scrollable-2-columns li {
  cursor: auto !important;
}

.continue-button {
  width: 100%;
}

.description-section {
  text-align: center;
  background: #f5f5f5;
  padding: 70px 0px;
}

.description-section .heading-section {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .32px;
  line-height: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.description-section .description {
  max-width: 800px;
  margin: 0px auto;
}

.read-more {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  cursor: pointer;
}

.collection .show-svg {
  height: 38px;
  width: 38px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 9px;
  opacity: 0.3;
  cursor: pointer;
}

.collection .show-svg.active {
   opacity: 1;
}

.product-grid-container.list-view-section ul {
  flex-direction: column;
}

.list-view-section .card-wrapper {
  margin-bottom: 15px; 
}

.list-view-section .card__heading a:after {
  display: none;
}

.grid-view-list-section {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.grid-view-list-section {
  display: none;
}

.list-menu__item {
  text-decoration: none !important;
  text-wrap: nowrap;
}

.header-wrapper .header {
  overflow:visible !important;
}

.product-discount {
  position: absolute;
  left: auto;
  right: 5px;
  top: 5px;
  align-self: auto;
  grid-row-start: auto;
  flex-direction: column;
  display: flex;
  gap: 4px;
}

.product-discount.bottom.left {
  left: 5px;
  right: auto;
  top: auto;
  bottom: 5px;
}

.product-discount.bottom.right {
  right: 5px;
  left: auto;
  top: auto;
  bottom: 5px;
}

.product-discount.top.left {
  left: 5px;
  right: auto;
  bottom: auto;
  top: 5px;
}

.product-discount.top.right {
  right: 5px;
  left: auto;
  bottom: auto;
  top: 5px;
}

.product-discount span {
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0px;
  line-height: 1;
  padding: .5rem 1.3rem .6rem;
  text-align: center;
  color: #ffffff;
  word-break: break-word;
}

.main-collection-slider:focus-visible {
  outline-offset: 0px;
  box-shadow: none;
}

.services-box.servicestyle1 {
  margin: 0px !important;
}

.image-square.product__media-item .product__media {
  padding-top: 100% !important;
}

.variant_active.scrollable-2-columns .product__media-item {
  display:none;
}

.variant_active.scrollable-2-columns .product__media-item.is-active {
  display:block;
  width: 100% !important;
  max-width: 100% !important;
}

.shipping-img {
  width: 20px;
  height: 20px;
}


@media only screen and (min-width: 991px) {
    .list-view-section .card__inner {
    width: 26%;
    --ratio-percent: 110% !important;
  }
  
  .list-view-section .card__content {
    width: 74%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 600px) {
  .product-grid-container.list-view-section .product-card-wrapper .card {
    display: flex;
    flex-direction: row;
  }

  .product-grid-container.list-view-section .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .list-view-section .card__inner {
    width: 35%;
    --ratio-percent: 110% !important;
  }
  
  .list-view-section .card__content {
    width: 65%;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    padding-left: 30px !important;
  }
    
  .list-view-section .card__information, .list-view-section .card-information, .list-view-section .card__heading {
    text-align: left !important; 
  }
  
  .list-view-section .quick-add {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .flickity-prev-next-button {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .facets-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .grid-view-list-section {
    display: flex;
  }
  .description-section .heading-section {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .description-wrapper {
    font-size: 14px;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .list-menu__item {
    font-size: 14px !important;
  }
  .grid-view-list-section {
    margin-bottom: 0px;
  }
  #ProductCount {
    display: none;
  }
  .active-facets {
    display: none !important;
  }
}

.temp-product-new.newsletter {
    margin-top: 0 !important;
}

.full .title-wrapper-with-link:not(.cart .full .title-wrapper-with-link) {
    padding: 0 15px;
}

.scrollable-2-columns li:nth-child(3n) {
  width: 100%;
  max-width: 100%;
}

.main-product__template .overflow-hidden {
  overflow: visible !important;
}

.overflow-hidden-class {
   overflow: visible !important; 
}

/* .product .product-sticky-form {
  display: none;
} */

#shopify-section-template--22705987911998__featured-collection {
  display: inline-block;
  width: 100%;
}

.dummy-product .card--standard.card--text:not(.card--horizontal)>.card__content .card__heading {
  display: block !important;
}

.collection-list .title-wrapper-with-link {
  padding: 0px;
}

.collection-title-center {
  justify-content: center !important;
}
.collection-title-left {
  justify-content: left !important;
}
.collection-title-right {
  justify-content: right !important;
}

.product-icon-text img {
  max-width: 50px;
}

@media screen and (max-width: 749px) {
.collection-list-wrapper .collection-list,
.collection-list-wrapper .collection-title-left {
  padding: 0px !important;
}

.collection-list {
  padding: 0px 20px !important;
}
}
/* כותרת המוצר בעמוד מוצר */
html[dir="rtl"] .product__info-container .product__title,
html[dir="rtl"] .product__info-container h1 {
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: embed !important;
}
/* שורת הדירוג ליד המוצר – הבלוק מיושר לימין, התוכן נשאר LTR */
html[dir="rtl"] .product__info-container .spr-badge {
  direction: ltr;         /* הכוכבים עצמם נשארים כמו באנגלית – חצי כוכב נכון */
  text-align: left;       /* בתוך הבלוק עצמו, הסדר נשאר טבעי */
  display: inline-block;
}

/* להזיז את כל הבלוק של הדירוג לצד ימין של אזור המידע */
html[dir="rtl"] .product__info-container .spr-badge {
  margin-right: 0;
  margin-left: auto;      /* דוחף את הבלוק לימין בתוך קונטיינר RTL */
}
/* להפוך רק את אייקון חצי הכוכב (שמסומן אצלך בעיגול) */
html[dir="rtl"] .spr-icon-star-half-alt,
html[dir="rtl"] .spr-icon-star-half {
  transform: scaleX(-1) !important;
  transform-origin: center center !important;
}
/* להפוך את כל אייקוני הכוכבים בשורת הדירוג ליד המוצר */
html[dir="rtl"] .product__info-container .spr-starrating i,
html[dir="rtl"] .product__info-container .spr-starrating svg {
  transform: scaleX(-1) !important;
  transform-origin: center center !important;
}
/* להפוך רק את חצי הכוכב (הכוכב החמישי) ליד שם המוצר */
html[dir="rtl"] .top_custom_reviews a div div svg:nth-child(5) {
  transform: scaleX(-1) !important;
  transform-origin: center center !important;
}
/* ===== RTL only for Headline sections text ===== */

/* טקסט בלבד בתוך הבלוקים האלה */
html[dir="rtl"] .image-with-text__heading,
html[dir="rtl"] .image-with-text__text,
html[dir="rtl"] .image-with-text .rte {
  direction: rtl !important;
  text-align: right !important;
}
/* RTL Fix – flip half-stars everywhere in reviews */

/* חצי כוכב בשורה העליונה (Average Rating) */
html[dir="rtl"] #conrise-reviews .reviews-header svg:nth-child(5) path {
  transform: scaleX(-1) !important;
  transform-origin: center center !important;
}

/* חצי כוכבים בכל כרטיס ביקורת – כל מופע של חצי כוכב */
html[dir="rtl"] #conrise-reviews .reviews-list-entry-header-stars svg:nth-child(4) path,
html[dir="rtl"] #conrise-reviews .reviews-list-entry-header-stars svg:nth-child(5) path {
  transform: scaleX(-1) !important;
  transform-origin: center center !important;
}
/* RTL לטקסט בהומפייג’ – בלי להזיז תמונות או גריד */
html[dir="rtl"] .image-with-text__heading,
html[dir="rtl"] .image-with-text__text,
html[dir="rtl"] .image-with-text .rte,
html[dir="rtl"] .banner__heading,
html[dir="rtl"] .banner__text,
html[dir="rtl"] .collapsible-content__heading,
html[dir="rtl"] .collapsible-content__body {
  direction: rtl;
  text-align: right;
}
html[dir="rtl"] .collection-hero__title {
    text-align: right !important;
    direction: rtl !important;
}
html[dir="rtl"] .collection-filters__item,
html[dir="rtl"] .collection-filter__item,
html[dir="rtl"] .collection__sort,
html[dir="rtl"] .collection__view {
    direction: rtl !important;
    text-align: right !important;
}
html[dir="rtl"] .collection__title-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}
html[dir="rtl"] .collection,
html[dir="rtl"] .collection .grid__item,
html[dir="rtl"] .collection .card__information,
html[dir="rtl"] .collection .card__heading {
    direction: rtl !important;
    text-align: right !important;
}
/* ===== CONTACT PAGE – RTL FORM ===== */

/* הופכים את כיוון הטופס עצמו ל־RTL */
html[dir="rtl"] form[action*="/contact"] {
  direction: rtl;
}

/* שדות הטופס – יישור לימין וכתיבה RTL */
html[dir="rtl"] form[action*="/contact"] input,
html[dir="rtl"] form[action*="/contact"] textarea {
  text-align: right;
  direction: rtl;
}

/* גם ה-placeholder מיושר לימין */
html[dir="rtl"] form[action*="/contact"] input::placeholder,
html[dir="rtl"] form[action*="/contact"] textarea::placeholder {
  text-align: right;
}

/* כפתור השליחה – בצד ימין */
html[dir="rtl"] form[action*="/contact"] button,
html[dir="rtl"] form[action*="/contact"] .button {
  float: left;
}

/* כותרת העמוד (Contact) – אם תהיה בעברית, תיושר לימין */
html[dir="rtl"] .main-page-title,
html[dir="rtl"] .main-page-title h1 {
  text-align: right;
  direction: rtl;
}
/* יישור כל האייקונים/אימוג'ים לפני טקסט ברשימות ימין-לשמאל */
body[dir="rtl"] li,
body[dir="rtl"] .product__description li,
body[dir="rtl"] .product__usp-row,
body[dir="rtl"] .product__trust-row,
body[dir="rtl"] .usp-item,
body[dir="rtl"] .product__bullet-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important; /* רווח בין האייקון לטקסט */
}

/* יישור תמונות ואייקוני SVG */
body[dir="rtl"] li img,
body[dir="rtl"] .usp-item img,
body[dir="rtl"] .product__trust-row img,
body[dir="rtl"] .product__usp-row img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* יישור אימוג'ים (unicode icons) */
body[dir="rtl"] li::before,
body[dir="rtl"] .usp-item::before,
body[dir="rtl"] .product__bullet-item::before {
  position: relative;
  top: 0 !important;
  margin-inline-start: 0 !important;
}
/* רווח אופקי בין האייקונים לבין המילה "שרה" */
.social-content .social-names {
  margin-right: 8px !important; /* אפשר לשנות ל-10px או 12px */
}
/* לתקן תפריט מובייל שלא נראה אחרי שינוי RTL */
@media (max-width: 900px) {

  /* כשה-<details> של התפריט פתוח, תראה את המגירה באמצע המסך */
  header-drawer details[open] .menu-drawer,
  details.menu-drawer-container[open] .menu-drawer {
    position: fixed;
    inset: 0;                  /* top/right/bottom/left = 0 */
    max-width: 100%;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
  }

  /* ליתר ביטחון – לא לדחוף אותה מחוץ למסך */
  .menu-drawer {
    right: 0 !important;
    left: 0 !important;
  }

  /* לוודא שטקסט התפריט נראה (לא לבן על לבן) */
  .menu-drawer__menu-item,
  .menu-drawer__menu-item a,
  .mobile-nav__item,
  .mobile-nav__item a {
    color: #000 !important;
  }
}
/* Make all Icon Text images the same size */
.icon-text img,
.icon-text__icon img,
.icon-text__item img,
.icon-block img {
  width: 64px !important;   /* change 64 to 72 or 80 if you want bigger */
  height: 64px !important;
  object-fit: contain !important;
  display: block;
}
/* MOBILE styling for the "Icon Text" section */
@media (max-width: 768px) {

  /* Make the whole section RTL + nice padding */
  section[id*="icon_text"] {
    direction: rtl;
    padding-inline: 16px;
  }

  /* Each benefit row: icon + text next to it */
  section[id*="icon_text"] li,
  section[id*="icon_text"] .icon-item,
  section[id*="icon_text"] .icon-text-item,
/* Fix Icon Text layout on MOBILE only */
@media (max-width: 768px) {

  /* The whole icons grid */
  .icon-text,
  .icon-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    text-align: center;
  }

  /* Each icon + text block */
  .icon-text-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  /* Icons size */
  .icon-text-item img,
  .icon-text-item svg {
    width: 46px;
    height: auto;
    margin-bottom: 6px;
  }

  /* Text under icon */
  .icon-text-item p,
  .icon-text-item span,
  .icon-text-item div {
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
    margin: 0;
  }
{% comment %}
  Sebalin Icon Marquee - infinite news ticker (no JS, no empty gap)
{% endcomment %}

<section id="sebalin-marquee-{{ section.id }}" class="sebalin-marquee-section" dir="rtl">
  <div class="sebalin-marquee">
    <ul class="sebalin-marquee__content">
      {%- comment -%}
        אנחנו בונים מבנה כזה:
        B B
        כל B = כל הבלוקים * 6 פעמים
        ככה B לבד כבר מאוד רחב (הרבה יותר מרוחב המסך),
        ואז האנימציה -50% עובדת חלק בלי שום "חור".
      {%- endcomment -%}

      {%- for outer in (1..2) -%} {# → שני חצאים: B B #}
        {%- for repeat_group in (1..6) -%} {# → כל בלוקים x6 בתוך כל חצי #}
          {%- for block in section.blocks -%}
            <li class="sebalin-marquee__item" {{ block.shopify_attributes }}>
              {% if block.settings.icon_image != blank %}
                <div class="sebalin-marquee__icon-wrap">
                  <img
                    src="{{ block.settings.icon_image | image_url: width: 120 }}"
                    alt="{{ block.settings.icon_text | escape }}"
                    loading="lazy"
                    class="sebalin-marquee__icon"
                    width="60"
                    height="60"
                  >
                </div>
              {% endif %}
              {% if block.settings.icon_text != blank %}
                <div class="sebalin-marquee__text">
                  {{ block.settings.icon_text }}
                </div>
              {% endif %}
            </li>
          {%- endfor -%}
        {%- endfor -%}
      {%- endfor -%}
    </ul>
  </div>
</section>

<style>
  #sebalin-marquee-{{ section.id }} {
    padding: 0;
    overflow: hidden;
    /* אם אתה רוצה "קו חדשות" קלאסי:
    background-color: #435663;
    */
  }

  #sebalin-marquee-{{ section.id }} .sebalin-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  /* המסילה – B B */
  #sebalin-marquee-{{ section.id }} .sebalin-marquee__content {
    display: flex;
    width: max-content; /* הרוחב לפי התוכן בלבד */
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    direction: ltr; /* זזים שמאלה */
    animation: sebalin-marquee-scroll-{{ section.id }} {{ section.settings.speed }}s linear infinite;
  }

  /* אייטם אחד – אייקון מימין, טקסט משמאל */
  #sebalin-marquee-{{ section.id }} .sebalin-marquee__item {
    display: inline-flex;
    flex: 0 0 auto;          /* לא נמתח, לא מתכווץ – רוחב טבעי */
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    padding: 6px 28px;
    white-space: nowrap;
  }

  #sebalin-marquee-{{ section.id }} .sebalin-marquee__icon-wrap {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sebalin-marquee-{{ section.id }} .sebalin-marquee__icon {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  #sebalin-marquee-{{ section.id }} .sebalin-marquee__text {
    font-size: 14px;
    direction: rtl;
    text-align: right;
    white-space: nowrap;
  }

  /* לופ מושלם:
     – תחילת אנימציה: רואים B הראשון
     – סוף אנימציה (50%-): רואים B השני
     – B ו-B זהים → כשהאנימציה חוזרת ל־0 אין קפיצה
  */
  @keyframes sebalin-marquee-scroll-{{ section.id }} {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 749px) {
    #sebalin-marquee-{{ section.id }} .sebalin-marquee__item {
      padding: 4px 18px;
    }

    #sebalin-marquee-{{ section.id }} .sebalin-marquee__icon-wrap {
      width: 28px;
      height: 28px;
    }

    #sebalin-marquee-{{ section.id }} .sebalin-marquee__text {
      font-size: 13px;
    }
  }
</style>

{% schema %}
{
  "name": "Sebalin Marquee",
  "settings": [
    {
      "type": "range",
      "id": "speed",
      "label": "מהירות הגלילה (שניות – מספר קטן = יותר מהר)",
      "min": 6,
      "max": 40,
      "step": 2,
      "default": 18
    }
  ],
  "blocks": [
    {
      "type": "icon",
      "name": "אייקון",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon_image",
          "label": "תמונה / אייקון"
        },
        {
          "type": "text",
          "id": "icon_text",
          "label": "טקסט ליד האייקון",
          "default": "Vegan"
        }
      ]
    }
  ],
  "max_blocks": 10,
  "presets": [
    {
      "name": "Sebalin Marquee",
      "category": "Custom"
    }
  ]
}
{% endschema %}


/* --- FIX ICON TEXT RTL ALIGNMENT --- */
[dir="rtl"] .icon-text,
[dir="rtl"] .icon-text__item {
  direction: rtl;
  text-align: center;
}

[dir="rtl"] .icon-text__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

[dir="rtl"] .icon-text__icon {
  margin: 0 auto;
}

[dir="rtl"] .icon-text__text {
  text-align: center;
  line-height: 1.5;
}
