/** Shopify CDN: Minification failed

Line 103:10 Unexpected "{"
Line 103:19 Expected ":"
Line 213:0 Unexpected "`"
Line 218:0 Unexpected "`"

**/
/* ============================
   כרטיסי מוצר - קולקציה
   ============================ */

/* הסתרת כל הווריאנטים חוץ מגוון */
.product-item .product-variant {
  display: none !important;
}

.product-item .product-variant[data-name*="גוון"] {
  display: block !important;
  overflow: visible !important;
}

/* הסתרת כפתור הוספה לעגלה */
.product-item .product-form {
  display: none !important;
}

/* הסתרת קו תחתון בהובר */
.product-item .text-animation--underline-thin {
  background-image: none !important;
}

/* הגבלת כמות כפתורי צבע ל-6 */
.product-item .product-variant__item:nth-child(n+7) {
  display: none !important;
}

/* גודל כפתורי צבע */
.product-item .product-variant__item .color-swatch {
  width: 28px !important;
  height: 28px !important;
}

/* ריווח בין כפתורי צבע */
.product-item .product-variant__item {
  padding: 2px !important;
  margin: 0 4px !important;
}

/* הסתרת כותרת הווריאנט */
.product-item .product-variant__name {
  display: none !important;
}

/* תיקון overflow לכפתורים */
.product-item .product-item__text {
  overflow: visible !important;
}


/* ============================
   דף מוצר
   ============================ */

/* היפוך צדדים - תמונה שמאל טקסט ימין */
.main-product {
  direction: ltr !important;
}

.main-product .product-text {
  direction: rtl !important;
}

.main-product .product-gallery {
  direction: rtl !important;
}

/* גודל פונט כותרת מוצר */
.product__title p {
  font-size: 24px !important;
  font-weight: bold !important;
}

.product__title h1 {
  font-size: 22px !important;
}

@media screen and (max-width: 767px) {
  .product__title p {
    font-size: 16px !important;
  }

  .product__title h1 {
    font-size: 14px !important;
  }
}
.button--product {
  background-color: #53B0AE !important;
  border-color: #53B0AE !important;
}

/* ניוזלייטר */
#element-{{ section.id }} .button--solid,
.newsletter .button--solid {
  background-color: #53B0AE !important;
  border-color: #53B0AE !important;
  color: #fff !important;
}

.wixui-checkbox {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: flex-start !important;
  gap: 8px !important;
  margin-top: 12px !important;
  text-align: right !important;
}

.wixui-checkbox .cCdhN7 {
  margin: 0 !important;
  flex-shrink: 0 !important;
}
/* כותרת ניוזלייטר קטנה יותר */
.newsletter .text-font--primary.text-size--xlarge {
  font-size: 1.4rem !important;
}

/* צ'קבוקס - תיקון מיקום */
.wixui-checkbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
  text-align: right !important;
  direction: rtl !important;
}

.wixui-checkbox .cCdhN7 {
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}

.wixui-checkbox .EBYClk {
  text-align: right !important;
}
/* ניוזלייטר - תיקונים */
.newsletter {
  text-align: right !important;
}

.newsletter .text-font--primary.text-size--xlarge {
  font-size: 1.4rem !important;
  line-height: 1.3 !important;
}

.newsletter .increased-spacing {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.newsletter__container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.wixui-checkbox {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-top: 8px !important;
  text-align: right !important;
  direction: rtl !important;
}

.wixui-checkbox .cCdhN7 {
  margin-top: 3px !important;
  flex-shrink: 0 !important;
}
.newsletter__container {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.card.newsletter {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wixui-checkbox .EBYClk {
  font-size: 11px !important;
}
@media screen and (max-width: 767px) {
  [class*="ai-usp-bar-list-"] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-items: start !important;
  }
}
@media screen and (max-width: 767px) {
  [class*="ai-usp-bar-text-"],
  [class*="ai-usp-bar-subtext-"] {
    white-space: normal !important;
  }
}

.product-text .custom-liquid {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
```

אם לא עובד, שנה את ה-`margin-top` בתוך ה-custom liquid עצמו מ-`margin-top:8px` ל-`margin-top:0px` — זה בשורה הזו:
```
.product-benefits{display:flex;flex-direction:column;gap:10px;margin-top:8px;}
```

שנה ל:
```
.product-benefits{display:flex;flex-direction:column;gap:10px;margin-top:0;margin-bottom:0;}
.product-custom-liquid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.Vtl-WishlistButton__AddToWishlist {
  gap: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.shopify-policy__title {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.shopify-policy__title h1 {
  font-size: 36px !important;
}

@media screen and (max-width: 767px) {
  .shopify-policy__title h1 {
    font-size: 26px !important;
  }
}

.shopify-policy__body h2 {
  font-size: 22px !important;
  margin-top: 36px !important;
  margin-bottom: 8px !important;
}

.shopify-policy__body h3 {
  font-size: 18px !important;
  margin-top: 24px !important;
  margin-bottom: 6px !important;
}

.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 15px !important;
  line-height: 1.8 !important;
}
.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 15px !important;
  line-height: 1.1 !important;
}

.shopify-policy__body h2 {
  font-size: 22px !important;
  margin-top: 28px !important;
  margin-bottom: 4px !important;
}

.shopify-policy__body h3 {
  font-size: 18px !important;
  margin-top: 16px !important;
  margin-bottom: 4px !important;
}

.product-gallery__thumbnails-holder::-webkit-scrollbar { 
  display: none !important; 
}

.product-gallery__thumbnails .thumbnail {
  box-sizing: border-box !important;
  width: 72px !important;
  max-width: 72px !important;
  overflow: hidden !important;
}

.product-gallery__thumbnails .thumbnail .lazy-image {
  box-sizing: border-box !important;
  width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

.product-gallery__thumbnails .thumbnail .lazy-image img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.product-gallery__thumbnails button.thumbnail {
  width: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-gallery__thumbnails {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .product-gallery__thumbnails {
    display: none !important;
  }

  .product-gallery {
    display: block !important;
  }
}