/** Shopify CDN: Minification failed

Line 36:15 Expected identifier but found whitespace
Line 36:20 Unexpected ";"

**/
/* ==========================================================================
   Fizz Reviews Page — Masonry Layout with Interactive Features
   ========================================================================== */
.fizz-reviews { background: #FFF; padding: 40px 0 80px; direction: rtl; }

/* Header */
.fizz-reviews__header { text-align: center; padding: 0 24px 32px; max-width: 1400px; margin: 0 auto; }
.fizz-reviews__title { font-family: "Ploni","Kefir",var(--font-heading-family),sans-serif; font-size: clamp(1.6rem,4vw,2.2rem); font-weight: 900; color: #081C26; margin: 0 0 20px; }

/* Toolbar */
.fizz-reviews__toolbar { display: flex; align-items: center; justify-content: space-between; max-width: 1400px; margin: 0 auto 24px; padding: 0 24px; position: relative; }

/* Rating summary button */
.fizz-reviews__summary-btn { display: flex; align-items: center; gap: 10px; background: none; border: 2px solid #ddd; border-radius: 8px; padding: 8px 16px; cursor: pointer; font-family: inherit; font-size: 1.15rem; transition: border-color 0.2s; }
.fizz-reviews__summary-btn:hover, .fizz-reviews__summary-btn.active { border-color: #081C26; }
.fizz-reviews__summary-btn .stars { color: #B796FF; font-size: 1.55rem; letter-spacing: 2px; direction: ltr; }
.fizz-reviews__summary-btn .count { font-weight: 600; color: #081C26; }
.fizz-reviews__summary-btn .arrow { width: 14px; height: 14px; transition: transform 0.2s; }
.fizz-reviews__summary-btn.active .arrow { transform: rotate(180deg); }

/* Rating dropdown panel */
.fizz-reviews__rating-dropdown { position: absolute; top: 100%; right: 0; margin-top: 8px; background: #FFF; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.12); padding: 28px 32px; z-index: 100; display: none; min-width: 340px; direction: rtl; }
.fizz-reviews__rating-dropdown.open { display: block; }
.fizz-reviews__dropdown-header { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #eee; }
.fizz-reviews__dropdown-star { color: #B796FF; font-size: 2.2rem; }
.fizz-reviews__dropdown-score { font-size: 2.4rem; font-weight: 800; color: #081C26; font-family: "Ploni", sans-serif;
  font-weight: 500;
  direction: ltr;
  unicode-bidi: isolate; direction: ltr; }
  font-kerning: none;
.fizz-reviews__bar-row { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; border-radius: 6px; transition: background 0.15s; }
.fizz-reviews__bar-row:hover { background: #f8f8f8; }
.fizz-reviews__bar-row.active { background: #f0f0f0; }
.fizz-reviews__bar-stars { color: #B796FF; font-size: 1.05rem; letter-spacing: 1px; min-width: 85px; direction: ltr; text-align: right; }
.fizz-reviews__bar-track { flex: 1; height: 14px; background: #E8E8E8; border-radius: 7px; overflow: hidden; position: relative; }
.fizz-reviews__bar-fill { position: absolute; top: 0; left: 0; height: 14px; background: #555 !important; border-radius: 7px; }
.fizz-reviews__bar-count { font-size: 1.05rem; color: #666; min-width: 35px; text-align: left; direction: ltr; font-family: "Ploni", sans-serif;
  font-weight: 500;
  direction: ltr;
  unicode-bidi: isolate; }
.fizz-reviews__dropdown-clear { display: none; text-align: center; margin-top: 12px; padding-top: 12px; border-top: 1px solid #eee; }
.fizz-reviews__dropdown-clear.visible { display: block; }
.fizz-reviews__dropdown-clear button { background: none; border: none; color: #00DEC8; font-family: inherit; font-size: 1.1rem; font-weight: 600; cursor: pointer; padding: 4px 8px; }
.fizz-reviews__dropdown-clear button:hover { text-decoration: underline; }

/* Sort/filter button */
.fizz-reviews__filter-wrap { position: relative; }
.fizz-reviews__filter-btn { background: none; border: 1px solid #ddd; border-radius: 8px; padding: 8px 10px; cursor: pointer; display: flex; align-items: center; transition: border-color 0.2s, background 0.2s; }
.fizz-reviews__filter-btn:hover, .fizz-reviews__filter-btn.active { border-color: #081C26; background: #f8f8f8; }
.fizz-reviews__filter-btn svg { width: 20px; height: 20px; color: #081C26; }

/* Sort dropdown */
.fizz-reviews__sort-dropdown { position: absolute; top: 100%; left: 0; margin-top: 8px; background: #FFF; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.12); padding: 20px 24px; z-index: 100; display: none; min-width: 200px; direction: rtl; }
.fizz-reviews__sort-dropdown.open { display: block; }
.fizz-reviews__sort-title { font-weight: 800; font-size: 1.25rem; color: #081C26; margin: 0 0 12px; text-align: right; }
.fizz-reviews__sort-option { display: block; width: 100%; text-align: right; background: none; border: none; padding: 10px 8px; font-family: inherit; font-size: 1.15rem; color: #333; cursor: pointer; border-radius: 6px; transition: background 0.15s; }
.fizz-reviews__sort-option:hover { background: #f8f8f8; }
.fizz-reviews__sort-option.active { font-weight: 700; color: #081C26; background: #f0f0f0; }

/* Masonry grid */
.fizz-reviews__grid { column-count: 5; column-gap: 14px; max-width: 1400px; margin: 0 auto; padding: 0 24px; }

/* Card */
.fizz-reviews__card { break-inside: avoid; -webkit-column-break-inside: avoid; background: #FFF; border: 1px solid #eee; border-radius: 10px; padding: 18px 16px; margin-bottom: 14px; display: inline-block; width: 100%; box-sizing: border-box; }
.fizz-reviews__card.hidden { display: none; }
.fizz-reviews__card-name { font-size: 1.15rem; font-weight: 700; color: #081C26; display: flex; align-items: center; gap: 6px; justify-content: flex-end; }
.fizz-reviews__card-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 1rem; color: #0B2F3F; font-weight: 600; }
.fizz-reviews__card-verified svg { width: 14px; height: 14px; flex-shrink: 0; }
.fizz-reviews__card-date { font-size: 1rem; color: #999; text-align: right; margin: 2px 0 6px; direction: ltr; display: flex; justify-content: flex-end; }
.fizz-reviews__card-stars { font-size: 1.1rem; letter-spacing: 1px; margin-bottom: 8px; direction: ltr; display: flex; justify-content: flex-end; }
.fizz-reviews__card-stars .star-filled { color: #B796FF; }
.fizz-reviews__card-stars .star-empty { color: #E0E0E0; }
.fizz-reviews__card-text { font-size: 1.1rem; line-height: 1.7; color: #333; margin: 0; text-align: right; }

/* Load more button */
.fizz-reviews__load-more-wrap { text-align: center; margin-top: 40px; }
.fizz-reviews__load-more { display: inline-block; padding: 14px 48px; background: #0B2F3F; color: #FFF; border: none; border-radius: 60px; font-family: inherit; font-size: 1.2rem; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.fizz-reviews__load-more:hover { background: #00DEC8; color: #081C26; transform: translateY(-2px); }
.fizz-reviews__load-more.hidden { display: none; }
.fizz-reviews__showing-count { margin-top: 12px; font-size: 1.1rem; color: #999; }

/* Overlay to close dropdowns */
.fizz-reviews__overlay { display: none; position: fixed; inset: 0; z-index: 50; }
.fizz-reviews__overlay.open { display: block; }

/* Responsive */
@media (max-width: 1200px) { .fizz-reviews__grid { column-count: 4; } }
@media (max-width: 999px) { .fizz-reviews__grid { column-count: 3; } }
@media (max-width: 749px) {
  .fizz-reviews { padding: 28px 0 50px; }
  .fizz-reviews__grid { column-count: 2; column-gap: 10px; padding: 0 12px; }
  .fizz-reviews__card { padding: 14px 12px; margin-bottom: 10px; }
  .fizz-reviews__toolbar { padding: 0 12px; }
  .fizz-reviews__rating-dropdown { min-width: 280px; padding: 20px; right: -12px; }
  .fizz-reviews__sort-dropdown { min-width: 170px; padding: 16px; }
}
@media (max-width: 479px) {
  .fizz-reviews__grid { column-count: 1; }
  .fizz-reviews__rating-dropdown { min-width: unset; left: 12px; right: 12px; }
}