/** Shopify CDN: Minification failed

Line 78:0 Unexpected "}"

**/
/* תיקון לוגו + שפת אתר במובייל */
@media screen and (max-width: 768px) {

  /* לוגו */
  .header__logo,
  .header__logo img {
    max-height: 60px !important;
    height: auto !important;
    width: auto !important;
  }

  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* בורר השפה */
  .header-lang-icon {
    position: absolute !important;
    top: 88% !important;
    right: 4px !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
}


  .header-lang-icon__icon {
    font-size: 18px;
    line-height: 1;
  }

  .header-lang-icon__select {
    font-size: 12px !important;
    padding: 2px 12px !important; /* פחות רווחים פנימיים */
    border-width: 1px !important;
    min-width: auto !important;  /* מבטל רוחב מינימלי גדול */
    width: auto !important;      /* מסגרת תתאים לתוכן */
}


} /* ←←← זו הסוגרת שהייתה חסרה */


  /* למקם את בורר השפה בתוך שורת ההדר */
  .header-wrapper {
    position: relative;
  }

  .header-lang-icon {
    position: absolute;
    top: 50%;          /* במרכז הגובה של ההדר */
    right: 12px;       /* מרחק מהצד הימני – אפשר לשנות */
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
  }

  .header-lang-icon__icon {
    font-size: 18px;
    line-height: 1;
  }

  .header-lang-icon__select {
    font-size: 13px;
    padding: 2px 8px;
  }
}

