.hfp-active {
  --hfp-blue: #074579;
  --hfp-bright: #138bc8;
  --hfp-ink: #102f4d;
  --hfp-muted: #5c7187;
  --hfp-line: #d9e5ef;
  --hfp-soft: #f3f8fc;
  --hfp-white: #fff;
  --hfp-check-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='330%20390%20540%20420'%3E%3Cpath%20d='m788.81%20419.22-26.688%2026.922c-73.562%2073.723-152.05%20157.4-225.54%20232.14l-101.55-83.602-29.285-24.09-47.941%2058.332%2029.047%2024.09%20128.47%20105.8%2026.688%2021.965%2024.09-24.324c81.383-81.559%20169.55-176.93%20249.39-256.94l26.688-26.922-53.371-53.371z'/%3E%3C/svg%3E");
}

.hfp-root,
.hfp-root * { box-sizing: border-box; }
.hfp-root { color: var(--hfp-ink); font-family: inherit; }
.hfp-root button,
.hfp-root input,
.hfp-root select { font-family: inherit; }
.hfp-root[dir="rtl"],
.hfp-root[dir="rtl"] button,
.hfp-root[dir="rtl"] input,
.hfp-root[dir="rtl"] select {
  font-family: "Noto Sans Hebrew", "noto sans hebrew", sans-serif;
}

body.hfp-active .hfp-breadcrumb-widget > .elementor-widget-container {
  margin-bottom: 0 !important;
}

.hfp-panel {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  padding: 22px;
  border: 1px solid var(--hfp-line);
  border-radius: 18px;
  background: var(--hfp-white);
  box-shadow: 0 14px 40px rgba(16, 47, 77, .08);
}

.hfp-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--hfp-line); }
.hfp-panel h2 { margin: 3px 0 0; color: var(--hfp-blue); font-size: 23px; line-height: 1.25; }
.hfp-eyebrow { color: var(--hfp-bright); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.hfp-close { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: var(--hfp-blue); font-size: 32px; line-height: 1; cursor: pointer; }
.hfp-close:hover,
.hfp-close:focus { border: 0; background: #eaf5fb; color: var(--hfp-blue); }

.hfp-family-selector { padding: 14px 0 2px; border-top: 1px solid var(--hfp-line); }
.hfp-family-selector-title { margin: 0 0 9px; color: var(--hfp-blue); font-size: 14px; font-weight: 800; line-height: 1.4; }
.hfp-family-options { display: grid; gap: 7px; overflow: visible; margin: 0; padding: 0; list-style: none; }
.hfp-family-options li { margin: 0; padding: 0; list-style: none; }
.hfp-option { display: flex; align-items: center; gap: 8px; min-height: 34px; padding: 5px 7px; border-radius: 8px; cursor: pointer; }
.hfp-option:hover { background: var(--hfp-soft); }
.hfp-family-option { min-height: 40px; border: 0; color: var(--hfp-ink); text-decoration: none; }
.hfp-family-option:hover { color: var(--hfp-blue); text-decoration: none; }
.hfp-family-option-box { display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-content: center; border: 1.5px solid #91adc3; border-radius: 5px; background: #fff; }
.hfp-family-option-label { flex: 1; min-width: 0; font-size: 13px; line-height: 1.35; text-align: start; }
.hfp-family-option[aria-current="page"] { background: var(--hfp-soft); color: var(--hfp-blue); font-weight: 800; }
.hfp-family-option[aria-current="page"] .hfp-family-option-box { border-color: var(--hfp-blue); background: var(--hfp-blue); }
.hfp-family-option[aria-current="page"] .hfp-family-option-box::after { width: 11px; height: 11px; border: 0; content: ""; background: #fff; -webkit-mask: var(--hfp-check-icon) center / contain no-repeat; mask: var(--hfp-check-icon) center / contain no-repeat; transform: none; }
.hfp-option-count { color: var(--hfp-muted); font-size: 11px; font-variant-numeric: tabular-nums; }

.hfp-search { padding: 16px 0 14px; border-bottom: 1px solid var(--hfp-line); }
.hfp-search-label { display: block; margin-bottom: 7px; color: var(--hfp-blue); font-size: 13px; font-weight: 800; line-height: 1.4; }
.hfp-search-control { position: relative; display: block; }
.hfp-search-icon { position: absolute; top: 50%; inset-inline-start: 13px; width: 14px; height: 14px; border: 2px solid var(--hfp-blue); border-radius: 50%; transform: translateY(-58%); pointer-events: none; }
.hfp-search-icon::after { position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; background: var(--hfp-blue); content: ""; transform: rotate(45deg); transform-origin: center; }
.hfp-root[dir="rtl"] .hfp-search-icon::after { right: auto; left: -5px; transform: rotate(-45deg); }
.hfp-search-input { width: 100%; height: 44px; padding-block: 8px; padding-inline: 39px 12px; border: 1px solid #bcd0e0; border-radius: 10px; background: #fff; color: var(--hfp-ink); font-size: 14px; line-height: 1.4; }
.hfp-search-input::placeholder { color: #73879a; opacity: 1; }
.hfp-search-control:focus-within .hfp-search-input { border-color: var(--hfp-bright); box-shadow: 0 0 0 3px rgba(19, 139, 200, .14); }
.hfp-search-help { margin: 6px 0 0; color: var(--hfp-muted); font-size: 11px; line-height: 1.45; }

.hfp-active-filters { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0; }
.hfp-active-filters:empty { display: none; }
.hfp-chip { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border: 1px solid #bcd7e8; border-radius: 999px; background: #eaf5fb; color: var(--hfp-blue); font-size: 12px; }
.hfp-chip button { padding: 0; border: 0; background: transparent; color: inherit; font-size: 16px; font-weight: 800; line-height: 1; cursor: pointer; }

.hfp-facet { min-width: 0; margin: 16px 0 0; padding: 16px 0 0; border: 0; border-top: 1px solid var(--hfp-line); }
.hfp-panel-header + .hfp-form .hfp-facet:first-child { margin-top: 0; border-top: 0; }
.hfp-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; margin: -1px !important; padding: 0 !important; border: 0 !important; white-space: nowrap !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; }
.hfp-facet-toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 44px; height: auto; padding: 6px 8px; appearance: none; border: 0; border-radius: 8px; background: transparent; color: var(--hfp-blue); text-align: start; cursor: pointer; }
.hfp-facet-toggle:hover,
.hfp-facet-toggle:focus { border: 0; background: #eaf5fb; color: var(--hfp-blue); }
.hfp-facet-title { display: block; flex: 1; min-width: 0; margin: 0; color: inherit; font-size: 14px; font-weight: 800; line-height: 1.4; text-align: start; }
.hfp-facet-chevron { display: block; flex: 0 0 9px; width: 9px; height: 9px; margin: -3px 3px 0 6px; border: 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-135deg); transition: transform .2s ease; }
.hfp-facet-toggle[aria-expanded="false"] .hfp-facet-chevron { transform: rotate(45deg); }
.hfp-facet-body { padding-top: 10px; }
.hfp-facet.is-collapsed .hfp-facet-body { display: none; }
.hfp-options { display: grid; gap: 7px; max-height: none; overflow: visible; padding-inline-end: 0; }
.hfp-option input { display: grid; flex: 0 0 18px; width: 18px; height: 18px; margin: 0; appearance: none; place-content: center; border: 1.5px solid #91adc3; border-radius: 5px; background: #fff; }
.hfp-option input:checked { border-color: var(--hfp-blue); background: var(--hfp-blue); }
.hfp-option input:checked::after { width: 11px; height: 11px; border: 0; content: ""; background: #fff; -webkit-mask: var(--hfp-check-icon) center / contain no-repeat; mask: var(--hfp-check-icon) center / contain no-repeat; transform: none; }
.hfp-option span:nth-child(2) { flex: 1; min-width: 0; font-size: 13px; }
.hfp-option.is-zero:not(.is-selected) { opacity: .45; }
.hfp-option.is-zero:not(.is-selected) input { cursor: not-allowed; }

.hfp-range { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 8px; }
.hfp-root[dir="rtl"] .hfp-range { direction: rtl; }
.hfp-root[dir="rtl"] .hfp-range label { direction: rtl; text-align: right; }
.hfp-range label span { display: block; margin-bottom: 5px; color: var(--hfp-muted); font-size: 11px; }
.hfp-range input { width: 100%; height: 40px; padding: 7px; border: 1px solid #bcd0e0; border-radius: 9px; color: var(--hfp-ink); font-size: 13px; direction: ltr; text-align: center; }
.hfp-range-separator { padding-bottom: 10px; }
.hfp-range-hint { margin: 7px 0 0; color: var(--hfp-muted); font-size: 11px; }
.hfp-panel-actions { position: sticky; bottom: -22px; display: flex; gap: 8px; margin-bottom: -22px; padding: 18px 0 22px; background: linear-gradient(to bottom, rgba(255, 255, 255, .65), #fff 25%); }
.hfp-clear { flex: 1; height: 44px; padding: 0 13px; border: 1px solid #b9cddd; border-radius: 10px; background: #fff; color: var(--hfp-blue); font-weight: 800; cursor: pointer; }

.hfp-mobile-trigger { display: none; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 52px; border: 0; border-radius: 12px; background: var(--hfp-blue); color: #fff; font-weight: 800; box-shadow: 0 8px 22px rgba(7, 69, 121, .2); }
.hfp-filter-icon { position: relative; width: 16px; height: 14px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.hfp-filter-icon::after { position: absolute; top: 4px; right: 3px; left: 3px; border-top: 2px solid currentColor; content: ""; }
.hfp-mobile-count { display: none; min-width: 22px; height: 22px; border-radius: 999px; background: #fff; color: var(--hfp-blue); place-items: center; font-size: 12px; }
.hfp-mobile-count.has-count { display: grid; }
.hfp-backdrop { position: fixed; z-index: 99997; inset: 0; background: rgba(5, 25, 44, .55); backdrop-filter: blur(2px); }

.hfp-results-shell { width: 100%; min-width: 0; }
.hfp-results-shell[dir="rtl"],
.hfp-results-shell[dir="rtl"] button,
.hfp-results-shell[dir="rtl"] input,
.hfp-results-shell[dir="rtl"] select {
  font-family: "Noto Sans Hebrew", "noto sans hebrew", sans-serif;
}
.hfp-results-shell[hidden] { display: none !important; }
.hfp-results-top { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 0 20px; padding: 17px 18px; border: 1px solid var(--hfp-line); border-radius: 14px; background: linear-gradient(110deg, #fff, #eef7fc); }
.hfp-results-top h2 { margin: 0; color: var(--hfp-blue); font-size: 22px; }
.hfp-results-status { margin: 5px 0 0; color: var(--hfp-muted); font-size: 14px; }
.hfp-sort { display: flex; align-items: center; gap: 8px; color: var(--hfp-blue); font-size: 13px; font-weight: 700; }
.hfp-sort select {
  height: 40px;
  padding: 0 34px 0 10px;
  appearance: none;
  border: 1px solid #bcd0e0;
  border-radius: 9px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%208'%3E%3Cpath%20d='M1%201l5%205%205-5'%20fill='none'%20stroke='%23074579'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 7px;
  color: var(--hfp-ink);
}
.hfp-results-shell[dir="rtl"] .hfp-sort select {
  padding-right: 10px;
  padding-left: 34px;
  background-position: left 12px center;
}
.hfp-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hfp-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--hfp-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(16, 47, 77, .06); transition: transform .2s, box-shadow .2s; }
.hfp-card:hover { box-shadow: 0 14px 30px rgba(16, 47, 77, .12); transform: translateY(-3px); }
.hfp-card-image { display: grid; grid-template: minmax(0, 1fr) / minmax(0, 1fr); min-width: 0; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; padding: 18px; place-items: center; border-bottom: 1px solid #edf2f6; background: #fff; }
.hfp-card-image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; }
.hfp-card-body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.hfp-card-brand { color: var(--hfp-bright); font-size: 11px; font-weight: 800; }
.hfp-card h3 { margin: 6px 0 12px; color: var(--hfp-blue); font-size: 16px; line-height: 1.4; }
.hfp-card-link { position: absolute; z-index: 2; inset: 0; }
.hfp-card-link:focus-visible { border-radius: 15px; outline: 3px solid var(--hfp-bright); outline-offset: -4px; }
.hfp-empty { grid-column: 1 / -1; padding: 50px 20px; border: 1px dashed #b8ccdc; border-radius: 15px; background: var(--hfp-soft); color: var(--hfp-muted); text-align: center; }
.hfp-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; }
.hfp-pagination button,
.hfp-pagination .hfp-page-link { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 40px; padding: 0 13px; border: 1px solid #b9cddd; border-radius: 9px; background: #fff; color: var(--hfp-blue); font-weight: 800; text-decoration: none; cursor: pointer; }
.hfp-pagination button:hover:not([disabled]),
.hfp-pagination button:focus-visible:not([disabled]),
.hfp-pagination .hfp-page-link:hover,
.hfp-pagination .hfp-page-link:focus-visible { border-color: var(--hfp-blue); background: var(--hfp-blue); color: #fff; text-decoration: none; }
.hfp-pagination button[disabled] { opacity: .45; cursor: not-allowed; }
.hfp-page-status { color: var(--hfp-muted); font-size: 13px; }
.hfp-page-jump { display: inline-flex; align-items: flex-end; gap: 7px; margin-inline-start: 8px; }
.hfp-page-jump label { display: inline-flex; align-items: center; gap: 7px; color: var(--hfp-muted); font-size: 13px; font-weight: 700; }
.hfp-page-jump-input { box-sizing: border-box; width: 68px; height: 40px; padding: 0 8px; border: 1px solid #b9cddd; border-radius: 9px; background: #fff; color: var(--hfp-blue); font: inherit; font-weight: 800; text-align: center; }
.hfp-page-jump-input:invalid { border-color: #b26a00; }
.hfp-page-jump-submit { min-width: 54px !important; }
.hfp-noscript-note { margin: 14px 0 0; padding: 10px 12px; border: 1px solid var(--hfp-line); border-radius: 9px; background: var(--hfp-soft); color: var(--hfp-muted); font-size: 13px; }
.hfp-visually-hidden { position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; margin: -1px !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.hfp-loading { opacity: .6; pointer-events: none; }
.hfp-root :focus-visible,
.hfp-results-shell :focus-visible { outline: 3px solid #f0b429; outline-offset: 2px; }
.hfp-preview-banner { margin-bottom: 12px; padding: 9px 12px; border: 1px solid #f0d882; border-radius: 10px; background: #fff4ce; color: #6b4f00; font-size: 12px; font-weight: 700; text-align: center; }

@media (max-width: 1100px) {
  .hfp-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .hfp-mobile-composed { gap: 0 !important; padding-top: 0 !important; }
  .hfp-results-archive-section { padding-inline: 10px !important; }
  html.hfp-drawer-open,
  body.hfp-drawer-open { overflow: hidden; }
  .hfp-mobile-trigger { display: flex; width: auto; min-width: 104px; height: 40px; padding: 0 10px; gap: 6px; border-radius: 9px; box-shadow: none; font-size: 12px; white-space: nowrap; }
  .hfp-mobile-trigger--inline { margin-inline-start: auto; }
  .hfp-filter-icon { width: 14px; height: 12px; }
  .hfp-pagination { gap: 8px; }
  .hfp-page-status { flex-basis: 100%; order: -1; text-align: center; }
  .hfp-page-jump { flex-basis: 100%; justify-content: center; margin-inline-start: 0; }
  .hfp-mobile-count { min-width: 18px; height: 18px; font-size: 10px; }
  .hfp-panel { position: fixed; z-index: 99998; inset: 0 0 0 auto; width: min(92vw, 420px); max-height: none; padding: 18px; border-radius: 0; box-shadow: -18px 0 50px rgba(0, 0, 0, .18); transform: translateX(110%); transition: transform .24s ease; }
  .hfp-root[dir="rtl"] .hfp-panel { inset: 0 auto 0 0; box-shadow: 18px 0 50px rgba(0, 0, 0, .18); transform: translateX(-110%); }
  body.admin-bar .hfp-panel,
  body.admin-bar .hfp-backdrop { top: 46px; }
  .hfp-panel.is-open { transform: translateX(0) !important; }
  .hfp-close { display: block; }
  .hfp-panel-actions { bottom: -18px; margin-bottom: -18px; padding-bottom: 18px; padding-left: 46px; }
  .hfp-results-top { align-items: center; flex-direction: row; justify-content: flex-start; gap: 7px; min-height: 56px; margin-bottom: 12px; padding: 8px 10px; }
  .hfp-results-top > div { flex: 0 0 auto; min-width: 0; }
  .hfp-results-top h2 { display: none; }
  .hfp-results-status { margin: 0; font-size: 12px; white-space: nowrap; }
  .hfp-sort { flex: 0 1 96px; min-width: 82px; justify-content: flex-start; }
  .hfp-sort > span { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; }
  .hfp-sort select,
  .hfp-results-shell[dir="rtl"] .hfp-sort select { width: 100%; height: 40px; padding-inline-start: 9px; padding-inline-end: 27px; background-position: right 9px center; font-size: 12px; }
  .hfp-results-shell[dir="rtl"] .hfp-sort select { background-position: left 9px center; }
  .hfp-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .hfp-card-image { padding: 10px; }
  .hfp-card-body { padding: 11px; }
  .hfp-card h3 { font-size: 13px; }
}

@media (max-width: 380px) {
  .hfp-mobile-trigger { min-width: 96px; height: 40px; padding-inline: 8px; }
  .hfp-results-top { gap: 5px; padding-inline: 7px; }
  .hfp-sort { min-width: 76px; }
}
