:root{
  --lfs-gold:#c9a96e;
  --lfs-gold-2:#e8d5a3;
  --lfs-accent-ip:#e8c96a;
  --lfs-accent-socket:#50c878;
  --lfs-ring:#0073aa;
}

/* === extra-attribute-filters (eaf-styles) === */
/* ═══════════════════════════════════════════════════════
   EXTRA ATTRIBUTE FILTERS — Lit Luminaire Design
   Konzistentne s usage-sensor-dimmer-filter
   ═══════════════════════════════════════════════════════ */

/* ── HIDE NATIVE WPC UI ELEMENTS ── */
.wpc-spinner, .wpc-overlay { display: none !important; }

.wpc-filter-pa_style li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_tvar li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_smer_svetla li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_material li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_finish li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_ovladanie li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_elektricka_trieda li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_vyskovo_nastavitelne li.wpc-checkbox-item input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

.wpc-filter-pa_style .wpc-show-more, .wpc-filter-pa_style .wpc-show-less, .wpc-filter-pa_style .wpc-toggle-terms,
.wpc-filter-pa_tvar .wpc-show-more, .wpc-filter-pa_tvar .wpc-show-less, .wpc-filter-pa_tvar .wpc-toggle-terms,
.wpc-filter-pa_smer_svetla .wpc-show-more, .wpc-filter-pa_smer_svetla .wpc-show-less, .wpc-filter-pa_smer_svetla .wpc-toggle-terms,
.wpc-filter-pa_material .wpc-show-more, .wpc-filter-pa_material .wpc-show-less, .wpc-filter-pa_material .wpc-toggle-terms,
.wpc-filter-pa_finish .wpc-show-more, .wpc-filter-pa_finish .wpc-show-less, .wpc-filter-pa_finish .wpc-toggle-terms,
.wpc-filter-pa_ovladanie .wpc-show-more, .wpc-filter-pa_ovladanie .wpc-show-less, .wpc-filter-pa_ovladanie .wpc-toggle-terms,
.wpc-filter-pa_vyskovo_nastavitelne .wpc-show-more, .wpc-filter-pa_vyskovo_nastavitelne .wpc-show-less, .wpc-filter-pa_vyskovo_nastavitelne .wpc-toggle-terms,
.wpc-filter-pa_elektricka_trieda .wpc-show-more, .wpc-filter-pa_elektricka_trieda .wpc-show-less, .wpc-filter-pa_elektricka_trieda .wpc-toggle-terms { display: none !important; }

/* hide zero-count items */
.wpc-filter-pa_style li.wpc-term-count-0, .wpc-filter-pa_style li.wpc-term-item-disabled, .wpc-filter-pa_style li[data-eaf="skip"],
.wpc-filter-pa_tvar li.wpc-term-count-0, .wpc-filter-pa_tvar li.wpc-term-item-disabled, .wpc-filter-pa_tvar li[data-eaf="skip"],
.wpc-filter-pa_smer_svetla li.wpc-term-count-0, .wpc-filter-pa_smer_svetla li.wpc-term-item-disabled, .wpc-filter-pa_smer_svetla li[data-eaf="skip"],
.wpc-filter-pa_material li.wpc-term-count-0, .wpc-filter-pa_material li.wpc-term-item-disabled, .wpc-filter-pa_material li[data-eaf="skip"],
.wpc-filter-pa_finish li.wpc-term-count-0, .wpc-filter-pa_finish li.wpc-term-item-disabled, .wpc-filter-pa_finish li[data-eaf="skip"],
.wpc-filter-pa_ovladanie li.wpc-term-count-0, .wpc-filter-pa_ovladanie li.wpc-term-item-disabled, .wpc-filter-pa_ovladanie li[data-eaf="skip"],
.wpc-filter-pa_elektricka_trieda li.wpc-term-count-0, .wpc-filter-pa_elektricka_trieda li.wpc-term-item-disabled,
.wpc-filter-pa_vyskovo_nastavitelne li.wpc-term-count-0, .wpc-filter-pa_vyskovo_nastavitelne li.wpc-term-item-disabled, .wpc-filter-pa_vyskovo_nastavitelne li[data-eaf="skip"] { display: none !important; }

/* hide content-wrapper / br interferences */
.wpc-filter-pa_style li br, .wpc-filter-pa_tvar li br, .wpc-filter-pa_smer_svetla li br,
.wpc-filter-pa_material li br, .wpc-filter-pa_finish li br, .wpc-filter-pa_ovladanie li br,
.wpc-filter-pa_elektricka_trieda li br, .wpc-filter-pa_vyskovo_nastavitelne li br { display: none !important; }

.wpc-filter-pa_style .wpc-term-item-content-wrapper,
.wpc-filter-pa_tvar .wpc-term-item-content-wrapper,
.wpc-filter-pa_smer_svetla .wpc-term-item-content-wrapper,
.wpc-filter-pa_material .wpc-term-item-content-wrapper,
.wpc-filter-pa_finish .wpc-term-item-content-wrapper,
.wpc-filter-pa_ovladanie .wpc-term-item-content-wrapper,
.wpc-filter-pa_elektricka_trieda .wpc-term-item-content-wrapper,
.wpc-filter-pa_vyskovo_nastavitelne .wpc-term-item-content-wrapper {
    display: contents !important;
    margin: 0 !important; padding: 0 !important;
    background: none !important; border: none !important;
}

/* ═══════════════════════════════════════════════════════
   GRID / LAYOUT
   ═══════════════════════════════════════════════════════ */
.wpc-filter-pa_tvar ul.wpc-filters-ul-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}
.wpc-filter-pa_smer_svetla ul.wpc-filters-ul-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}
.wpc-filter-pa_material ul.wpc-filters-ul-list,
.wpc-filter-pa_finish ul.wpc-filters-ul-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}
.wpc-filter-pa_style ul.wpc-filters-ul-list,
.wpc-filter-pa_ovladanie ul.wpc-filters-ul-list,
.wpc-filter-pa_elektricka_trieda ul.wpc-filters-ul-list,
.wpc-filter-pa_vyskovo_nastavitelne ul.wpc-filters-ul-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px !important;
    list-style: none !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}

.wpc-filter-pa_style li.wpc-checkbox-item,
.wpc-filter-pa_tvar li.wpc-checkbox-item,
.wpc-filter-pa_smer_svetla li.wpc-checkbox-item,
.wpc-filter-pa_material li.wpc-checkbox-item,
.wpc-filter-pa_finish li.wpc-checkbox-item,
.wpc-filter-pa_ovladanie li.wpc-checkbox-item,
.wpc-filter-pa_elektricka_trieda li.wpc-checkbox-item,
.wpc-filter-pa_vyskovo_nastavitelne li.wpc-checkbox-item {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    list-style: none !important;
    position: relative;
    overflow: visible;
}

/* ═══════════════════════════════════════════════════════
   TVAR / SMER SVETLA — Lit Luminaire icon cards
   ═══════════════════════════════════════════════════════ */
.wpc-filter-pa_tvar li label,
.wpc-filter-pa_smer_svetla li label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100% !important;
    min-height: 76px;
    padding: 10px 6px 9px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.005) 100%) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    border-radius: 6px !important;
    color: rgba(245,240,232,0.45) !important;
    font-size: 10.5px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer !important;
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.25s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s ease !important;
    text-align: center;
    box-sizing: border-box !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.wpc-filter-pa_tvar li label > a,
.wpc-filter-pa_smer_svetla li label > a {
    display: contents !important;
    color: inherit !important;
    text-decoration: none !important;
}

/* emitter line on top */
.wpc-filter-pa_tvar li label::before,
.wpc-filter-pa_smer_svetla li label::before {
    content: ""; position: absolute; top: 0; left: 50%;
    transform: translateX(-50%); width: 0; height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--lfs-gold), transparent);
    transition: width 0.5s cubic-bezier(0.25,1,0.3,1), box-shadow 0.4s ease;
    z-index: 2;
}
/* radial glow */
.wpc-filter-pa_tvar li label::after,
.wpc-filter-pa_smer_svetla li label::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 110% 70% at 50% 0%, rgba(201,169,110,0.20) 0%, rgba(201,169,110,0.06) 35%, transparent 70%);
    opacity: 0; transition: opacity 0.5s ease; pointer-events: none; z-index: 0;
}

.wpc-filter-pa_tvar li label:hover,
.wpc-filter-pa_smer_svetla li label:hover {
    border-color: rgba(201,169,110,0.4) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%) !important;
    transform: translateY(-1.5px);
    box-shadow: 0 4px 16px -6px rgba(201,169,110,0.15);
}
.wpc-filter-pa_tvar li label:hover::before,
.wpc-filter-pa_smer_svetla li label:hover::before { width: 55%; }
.wpc-filter-pa_tvar li label:hover::after,
.wpc-filter-pa_smer_svetla li label:hover::after { opacity: 0.55; }

.wpc-filter-pa_tvar li.wpc-term-selected label,
.wpc-filter-pa_tvar li.wpc-term-item-selected label,
.wpc-filter-pa_smer_svetla li.wpc-term-selected label,
.wpc-filter-pa_smer_svetla li.wpc-term-item-selected label {
    border-color: rgba(201,169,110,0.55) !important;
    background: linear-gradient(180deg, rgba(201,169,110,0.12) 0%, rgba(201,169,110,0.02) 75%) !important;
    color: rgba(232,213,163,0.7) !important;
    box-shadow: 0 0 0 1px rgba(201,169,110,0.18) inset, 0 8px 24px -10px rgba(201,169,110,0.4);
}
.wpc-filter-pa_tvar li.wpc-term-selected label::before,
.wpc-filter-pa_tvar li.wpc-term-item-selected label::before,
.wpc-filter-pa_smer_svetla li.wpc-term-selected label::before,
.wpc-filter-pa_smer_svetla li.wpc-term-item-selected label::before {
    width: 78%; background: linear-gradient(90deg, transparent, var(--lfs-gold-2) 30%, var(--lfs-gold-2) 70%, transparent);
    box-shadow: 0 0 14px rgba(201,169,110,0.65);
}
.wpc-filter-pa_tvar li.wpc-term-selected label::after,
.wpc-filter-pa_tvar li.wpc-term-item-selected label::after,
.wpc-filter-pa_smer_svetla li.wpc-term-selected label::after,
.wpc-filter-pa_smer_svetla li.wpc-term-item-selected label::after { opacity: 1; }

.wpc-filter-pa_tvar .eaf-icon,
.wpc-filter-pa_smer_svetla .eaf-icon {
    width: 24px; height: 24px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.65); position: relative; z-index: 2;
    transition: color 0.35s ease, filter 0.5s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
.wpc-filter-pa_tvar .eaf-icon svg,
.wpc-filter-pa_smer_svetla .eaf-icon svg { width: 22px; height: 22px; }

.wpc-filter-pa_tvar li label:hover .eaf-icon,
.wpc-filter-pa_smer_svetla li label:hover .eaf-icon {
    color: var(--lfs-gold); transform: scale(1.06);
}
.wpc-filter-pa_tvar li.wpc-term-selected .eaf-icon,
.wpc-filter-pa_tvar li.wpc-term-item-selected .eaf-icon,
.wpc-filter-pa_smer_svetla li.wpc-term-selected .eaf-icon,
.wpc-filter-pa_smer_svetla li.wpc-term-item-selected .eaf-icon {
    color: var(--lfs-gold-2); filter: drop-shadow(0 0 6px rgba(232,213,163,0.55)); transform: scale(1.08);
}

.wpc-filter-pa_tvar .eaf-lbl,
.wpc-filter-pa_smer_svetla .eaf-lbl {
    font-size: 10.5px; line-height: 1.25; font-weight: 500; letter-spacing: 0.4px;
    color: rgba(245,240,232,0.8); position: relative; z-index: 2;
    transition: color 0.3s ease;
}
.wpc-filter-pa_tvar li label:hover .eaf-lbl,
.wpc-filter-pa_smer_svetla li label:hover .eaf-lbl { color: #f5f0e8; }
.wpc-filter-pa_tvar li.wpc-term-selected .eaf-lbl,
.wpc-filter-pa_tvar li.wpc-term-item-selected .eaf-lbl,
.wpc-filter-pa_smer_svetla li.wpc-term-selected .eaf-lbl,
.wpc-filter-pa_smer_svetla li.wpc-term-item-selected .eaf-lbl { color: var(--lfs-gold-2); }

.wpc-filter-pa_tvar li label:active,
.wpc-filter-pa_smer_svetla li label:active {
    transform: translateY(0) scale(0.98);
}

/* ═══════════════════════════════════════════════════════
   MATERIAL / FINISH — kruhové farebné swatchy
   ═══════════════════════════════════════════════════════ */
.wpc-filter-pa_material li label,
.wpc-filter-pa_finish li label {
    display: block !important;
    width: 38px !important; height: 38px !important;
    border-radius: 50% !important;
    border: 2px solid transparent !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    position: relative !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
}
.wpc-filter-pa_material li label > *,
.wpc-filter-pa_finish li label > * { display: none !important; }

.wpc-filter-pa_material li label:hover,
.wpc-filter-pa_finish li label:hover {
    transform: scale(1.15);
    border-color: var(--lfs-gold) !important;
    box-shadow: 0 0 0 1px rgba(201,169,110,0.3), 0 4px 12px rgba(201,169,110,0.25);
}
.wpc-filter-pa_material li.wpc-term-selected label,
.wpc-filter-pa_material li.wpc-term-item-selected label,
.wpc-filter-pa_finish li.wpc-term-selected label,
.wpc-filter-pa_finish li.wpc-term-item-selected label {
    border-color: var(--lfs-gold) !important;
    transform: scale(1.15);
    box-shadow: 0 0 0 3px rgba(201,169,110,0.25), 0 4px 16px rgba(201,169,110,0.4);
}

/* swatch tooltip */
.eaf-tip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    min-width: 90px; max-width: 220px;
    background: linear-gradient(180deg, #1a1a1a, #0d0d0d);
    color: var(--lfs-gold-2);
    font-size: 11px !important; line-height: 1.5 !important;
    font-weight: 400; letter-spacing: 0.2px;
    padding: 7px 11px; border-radius: 4px;
    white-space: normal; text-align: center;
    border: 1px solid rgba(201,169,110,0.32);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
    z-index: 9999;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.4), 0 8px 24px rgba(0,0,0,0.6);
}
.eaf-tip::after {
    content: ''; position: absolute; top: 100%; left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent; border-top-color: #1a1a1a;
}
.wpc-filter-pa_material li:hover .eaf-tip,
.wpc-filter-pa_finish li:hover .eaf-tip,
.wpc-filter-pa_ovladanie li:hover .eaf-tip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ═══════════════════════════════════════════════════════
   PILL TILES — Style, Ovladanie, Vyskovo, Elektricka
   ═══════════════════════════════════════════════════════ */
.wpc-filter-pa_style li label,
.wpc-filter-pa_ovladanie li label,
.wpc-filter-pa_elektricka_trieda li label,
.wpc-filter-pa_vyskovo_nastavitelne li label {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 6px 12px 6px 12px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.005) 100%) !important;
    color: rgba(245,240,232,0.8) !important;
    font-size: 11.5px !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: relative;
}
.wpc-filter-pa_style li label > a,
.wpc-filter-pa_ovladanie li label > a,
.wpc-filter-pa_elektricka_trieda li label > a,
.wpc-filter-pa_vyskovo_nastavitelne li label > a {
    display: contents !important;
    color: inherit !important;
    text-decoration: none !important;
}
.wpc-filter-pa_style li label:hover,
.wpc-filter-pa_ovladanie li label:hover,
.wpc-filter-pa_elektricka_trieda li label:hover,
.wpc-filter-pa_vyskovo_nastavitelne li label:hover {
    border-color: rgba(201,169,110,0.5) !important;
    background: linear-gradient(180deg, rgba(201,169,110,0.10) 0%, rgba(201,169,110,0.03) 100%) !important;
    color: var(--lfs-gold-2) !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 12px -4px rgba(201,169,110,0.25);
}
.wpc-filter-pa_style li.wpc-term-selected label,
.wpc-filter-pa_style li.wpc-term-item-selected label,
.wpc-filter-pa_ovladanie li.wpc-term-selected label,
.wpc-filter-pa_ovladanie li.wpc-term-item-selected label,
.wpc-filter-pa_elektricka_trieda li.wpc-term-selected label,
.wpc-filter-pa_elektricka_trieda li.wpc-term-item-selected label,
.wpc-filter-pa_vyskovo_nastavitelne li.wpc-term-selected label,
.wpc-filter-pa_vyskovo_nastavitelne li.wpc-term-item-selected label {
    border-color: rgba(201,169,110,0.55) !important;
    background: linear-gradient(180deg, rgba(201,169,110,0.18) 0%, rgba(201,169,110,0.05) 100%) !important;
    color: var(--lfs-gold-2) !important;
    box-shadow: 0 0 0 1px rgba(201,169,110,0.18) inset, 0 4px 14px -4px rgba(201,169,110,0.4);
}

.eaf-pill-icon {
    width: 13px; height: 13px;
    display: inline-flex; flex-shrink: 0;
    align-items: center; justify-content: center;
    color: currentColor;
    transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.eaf-pill-icon svg { width: 13px; height: 13px; }
.wpc-filter-pa_style li label:hover .eaf-pill-icon,
.wpc-filter-pa_ovladanie li label:hover .eaf-pill-icon { transform: scale(1.15); }

.eaf-pill-text {
    font-size: 11.5px !important;
    line-height: 1.3 !important;
}
.eaf-pill-cnt {
    font-size: 9.5px !important;
    line-height: 1.4 !important;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 1px 7px;
    color: rgba(255,255,255,0.4);
    margin-left: 2px;
    font-weight: 500;
    transition: all 0.3s ease;
}
li.wpc-term-selected label .eaf-pill-cnt,
li.wpc-term-item-selected label .eaf-pill-cnt,
label:hover .eaf-pill-cnt {
    color: rgba(232,213,163,0.85);
    background: rgba(201,169,110,0.18);
}

/* energy class accents (subtle, only border tint) */
.wpc-filter-pa_elektricka_trieda li[data-eaf-energy="1"] label {
    border-color: rgba(46,204,64,0.4) !important;
    color: #6ed478 !important;
}
.wpc-filter-pa_elektricka_trieda li[data-eaf-energy="2"] label {
    border-color: rgba(168,224,96,0.4) !important;
    color: #c4e890 !important;
}
.wpc-filter-pa_elektricka_trieda li[data-eaf-energy="3"] label {
    border-color: rgba(240,208,96,0.4) !important;
    color: #f0d878 !important;
}

/* ═══════════════════════════════════════════════════════
   TECH PANEL TOGGLE
   ═══════════════════════════════════════════════════════ */
.eaf-tech { margin-top: 12px; }
.eaf-tech-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    cursor: pointer;
    font-size: 11.5px; font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(245,240,232,0.7);
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.005) 100%);
    transition: all 0.25s ease;
    user-select: none;
}
.eaf-tech-head:hover {
    border-color: rgba(201,169,110,0.4);
    color: var(--lfs-gold-2);
    background: linear-gradient(180deg, rgba(201,169,110,0.06) 0%, rgba(201,169,110,0.01) 100%);
}
.eaf-tech-arrow {
    transition: transform 0.3s ease;
    font-size: 10px; opacity: 0.7;
}
.eaf-tech.eaf-open .eaf-tech-arrow { transform: rotate(180deg); }
.eaf-tech-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.eaf-tech.eaf-open .eaf-tech-body {
    max-height: 3000px;
    padding-top: 14px;
}
.eaf-tech-section { margin-bottom: 14px; }

/* ═══════════════════════════════════════════════════════
   MOBILE TOGGLE
   ═══════════════════════════════════════════════════════ */
.eaf-mobile-btn { display: none; }

@media (max-width: 768px) {
    .eaf-mobile-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        padding: 12px 16px;
        margin: 0 0 14px 0;
        background: linear-gradient(135deg, rgba(201,169,110,0.15), rgba(201,169,110,0.05));
        border: 1.5px solid rgba(201,169,110,0.4);
        border-radius: 6px;
        color: var(--lfs-gold);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        cursor: pointer;
        font-family: inherit;
        transition: all 0.25s ease;
        position: relative;
        z-index: 10;
    }
    .eaf-mobile-btn:hover,
    .eaf-mobile-btn.eaf-open {
        background: linear-gradient(135deg, rgba(201,169,110,0.25), rgba(201,169,110,0.1));
        border-color: var(--lfs-gold);
    }
    .eaf-mobile-btn svg { width: 16px; height: 16px; stroke-width: 2; }
    .eaf-mobile-count {
        background: var(--lfs-gold); color: #1a1208;
        font-size: 11px; font-weight: 700;
        padding: 2px 8px; border-radius: 10px;
        margin-left: 4px; display: none;
    }
    .eaf-mobile-count.eaf-has { display: inline-block; }
    .eaf-mobile-arrow { margin-left: auto; transition: transform 0.3s ease; font-size: 11px; }
    .eaf-mobile-btn.eaf-open .eaf-mobile-arrow { transform: rotate(180deg); }

    body:not(.eaf-filters-open) .wpc-filters-main-wrap > .wpc-filters-section,
    body:not(.eaf-filters-open) .wpc-filters-main-wrap > div:not(.eaf-mobile-btn):not(.eaf-tech),
    body:not(.eaf-filters-open) .eaf-tech { display: none !important; }
    body.eaf-filters-open .wpc-filters-main-wrap > .wpc-filters-section,
    body.eaf-filters-open .wpc-filters-main-wrap > div:not(.eaf-mobile-btn),
    body.eaf-filters-open .eaf-tech { display: block !important; }

    .wpc-filter-pa_tvar ul.wpc-filters-ul-list { grid-template-columns: repeat(3, 1fr); }
    .wpc-filter-pa_tvar li label,
    .wpc-filter-pa_smer_svetla li label {
        min-height: 70px;
        padding: 9px 5px 8px !important;
    }
    .wpc-filter-pa_tvar .eaf-icon svg,
    .wpc-filter-pa_smer_svetla .eaf-icon svg { width: 20px; height: 20px; }
    .wpc-filter-pa_material li label,
    .wpc-filter-pa_finish li label {
        width: 34px !important; height: 34px !important;
    }
}

/* ═══════════════════════════════════════════════════════
   PREFERS-REDUCED-MOTION
   ═══════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    .wpc-filter-pa_tvar li label, .wpc-filter-pa_smer_svetla li label,
    .wpc-filter-pa_style li label, .wpc-filter-pa_ovladanie li label,
    .wpc-filter-pa_elektricka_trieda li label, .wpc-filter-pa_vyskovo_nastavitelne li label,
    .wpc-filter-pa_material li label, .wpc-filter-pa_finish li label,
    .wpc-filter-pa_tvar .eaf-icon, .wpc-filter-pa_smer_svetla .eaf-icon,
    .eaf-tip, .eaf-tech-arrow, .eaf-mobile-arrow {
        transition: none !important;
    }
    .wpc-filter-pa_tvar li label::before, .wpc-filter-pa_smer_svetla li label::before,
    .wpc-filter-pa_tvar li label::after, .wpc-filter-pa_smer_svetla li label::after {
        transition: none !important;
    }
}

/* ── FILTER SIDEBAR GUTTER FIX ──────────────────────────────
   The shop template wraps [filters | product grid] in a
   .wp-block-columns.alignfull that breaks out to the viewport
   edges (negative margins on .has-global-padding > .alignfull).
   The product column carries `has-global-padding`; the filter
   sidebar column does NOT, so it sits flush to the page edge.
   Re-add the page gutter to the sidebar column only.          */
.wp-block-columns.alignfull > .wp-block-column:has(.widget_wpc_filters_widget) {
    box-sizing: border-box;
    padding-left: var(--wp--style--root--padding-left);
}
@media (max-width: 781px) {
    /* columns stack full-width below 782px → pad the right edge too */
    .wp-block-columns.alignfull > .wp-block-column:has(.widget_wpc_filters_widget) {
        padding-right: var(--wp--style--root--padding-right);
    }
}

/* === ip-rating-filter (iprf-styles) === */
/* ═══ IP RATING FILTER — scoped to .wpc-filter-pa_ip only ═══ */

.wpc-filter-pa_ip ul.wpc-filters-ul-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
/* Override WPC inline style="" max-height/overflow applied by JS */
.wpc-filter-pa_ip ul.wpc-filters-ul-list[style] {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

/* Group header (injected by JS) */
.wpc-filter-pa_ip .iprf-group-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 0 4px 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    font-family: 'DM Sans', system-ui, sans-serif;
    pointer-events: none;
    user-select: none;
    list-style: none;
}
.wpc-filter-pa_ip .iprf-group-header:first-child { padding-top: 2px; }
.wpc-filter-pa_ip .iprf-group-line {
    flex: 1; height: 1px; background: rgba(255,255,255,0.06);
}

/* Each IP card */
.wpc-filter-pa_ip li.wpc-checkbox-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.18s ease !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: 1px solid transparent !important;
}
.wpc-filter-pa_ip li.wpc-checkbox-item:hover {
    background: rgba(255,255,255,0.04) !important;
    border-color: rgba(255,255,255,0.06) !important;
}

/* Selected */
.wpc-filter-pa_ip li.wpc-term-item-selected,
.wpc-filter-pa_ip li.wpc-term-selected {
    background: rgba(232,201,106,0.08) !important;
    border-color: rgba(232,201,106,0.25) !important;
}

/* Hide checkbox */
.wpc-filter-pa_ip li.wpc-checkbox-item input[type="checkbox"] {
    position: absolute !important; opacity: 0 !important;
    pointer-events: none !important; width: 0 !important; height: 0 !important;
}

/* Label = card layout */
.wpc-filter-pa_ip li.wpc-checkbox-item label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    position: relative !important;
}

/* Hide original text */
.wpc-filter-pa_ip li.wpc-checkbox-item label > a,
.wpc-filter-pa_ip li.wpc-checkbox-item label > span:not(.iprf-check):not(.iprf-icon):not(.iprf-info):not(.iprf-count):not(.iprf-label):not(.iprf-desc) {
    display: none !important;
}

/* ── Custom elements ── */
.wpc-filter-pa_ip .iprf-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.4);
    transition: all 0.18s;
}
.wpc-filter-pa_ip .iprf-icon svg { width: 16px; height: 16px; }

.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-icon,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-icon {
    background: rgba(232,201,106,0.15); color: var(--lfs-accent-ip);
}

.wpc-filter-pa_ip .iprf-info {
    display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0;
}
.wpc-filter-pa_ip .iprf-label {
    font-family: 'JetBrains Mono','SF Mono','Fira Code',monospace;
    font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85);
    letter-spacing: 0.02em;
}
.wpc-filter-pa_ip .iprf-desc {
    font-family: 'DM Sans',system-ui,sans-serif;
    font-size: 11px; color: rgba(255,255,255,0.3);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-label,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-label { color: var(--lfs-accent-ip); }
.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-desc,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-desc { color: rgba(232,201,106,0.5); }

.wpc-filter-pa_ip .iprf-count {
    font-family: 'DM Sans',system-ui,sans-serif;
    font-size: 11px; color: rgba(255,255,255,0.2);
    flex-shrink: 0; padding: 2px 6px; border-radius: 4px;
    background: rgba(255,255,255,0.04); min-width: 20px; text-align: center;
}
.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-count,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-count {
    color: rgba(232,201,106,0.55); background: rgba(232,201,106,0.08);
}

.wpc-filter-pa_ip .iprf-check {
    width: 16px; height: 16px; border-radius: 4px;
    border: 1.5px solid rgba(255,255,255,0.15);
    flex-shrink: 0; display: flex; align-items: center;
    justify-content: center; transition: all 0.15s;
}
.wpc-filter-pa_ip .iprf-check svg {
    width: 10px; height: 10px; opacity: 0; color: #111;
    transition: opacity 0.12s;
}
.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-check,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-check {
    background: var(--lfs-accent-ip); border-color: var(--lfs-accent-ip);
}
.wpc-filter-pa_ip li.wpc-term-item-selected .iprf-check svg,
.wpc-filter-pa_ip li.wpc-term-selected .iprf-check svg { opacity: 1; }

/* Hide empty & show-more */
.wpc-filter-pa_ip li.wpc-term-count-0 { display: none !important; }
.wpc-filter-pa_ip ~ .wpc-show-more,
.wpc-filter-pa_ip ~ .wpc-show-less,
.wpc-filter-pa_ip .wpc-filter-more-less-btn,
.wpc-filter-pa_ip > a[class*="see"],
.wpc-filter-pa_ip .wpc-open-btn {
    display: none !important;
}

/* === socket-filter (sf-styles) === */
/* ═══ SOCKET FILTER — scoped ═══ */

.wpc-filter-pa_patice ul.wpc-filters-ul-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
.wpc-filter-pa_patice ul.wpc-filters-ul-list[style] {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

/* Group header */
.wpc-filter-pa_patice .sf-group-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 0 4px 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    font-family: 'DM Sans', system-ui, sans-serif;
    pointer-events: none;
    user-select: none;
    list-style: none;
}
.wpc-filter-pa_patice .sf-group-header:first-child { padding-top: 2px; }
.wpc-filter-pa_patice .sf-group-line {
    flex: 1; height: 1px; background: rgba(255,255,255,0.06);
}

/* Each card */
.wpc-filter-pa_patice li.wpc-checkbox-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.18s ease !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    background: transparent !important;
    border: 1px solid transparent !important;
}
.wpc-filter-pa_patice li.wpc-checkbox-item:hover {
    background: rgba(255,255,255,0.04) !important;
    border-color: rgba(255,255,255,0.06) !important;
}

/* Selected */
.wpc-filter-pa_patice li.wpc-term-item-selected,
.wpc-filter-pa_patice li.wpc-term-selected {
    background: rgba(80,200,120,0.08) !important;
    border-color: rgba(80,200,120,0.25) !important;
}

/* Hide checkbox */
.wpc-filter-pa_patice li.wpc-checkbox-item input[type="checkbox"] {
    position: absolute !important; opacity: 0 !important;
    pointer-events: none !important; width: 0 !important; height: 0 !important;
}

/* Label */
.wpc-filter-pa_patice li.wpc-checkbox-item label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    position: relative !important;
}

/* Hide original text */
.wpc-filter-pa_patice li.wpc-checkbox-item label > a,
.wpc-filter-pa_patice li.wpc-checkbox-item label > span:not(.sf-check):not(.sf-icon):not(.sf-info):not(.sf-count):not(.sf-label):not(.sf-desc) {
    display: none !important;
}

/* Icon box */
.wpc-filter-pa_patice .sf-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.4);
    transition: all 0.18s;
}
.wpc-filter-pa_patice .sf-icon svg { width: 16px; height: 16px; }

.wpc-filter-pa_patice li.wpc-term-item-selected .sf-icon,
.wpc-filter-pa_patice li.wpc-term-selected .sf-icon {
    background: rgba(80,200,120,0.15); color: var(--lfs-accent-socket);
}

/* Info */
.wpc-filter-pa_patice .sf-info {
    display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0;
}
.wpc-filter-pa_patice .sf-label {
    font-family: 'JetBrains Mono','SF Mono','Fira Code',monospace;
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85);
    letter-spacing: 0.04em;
}
.wpc-filter-pa_patice .sf-desc {
    font-family: 'DM Sans',system-ui,sans-serif;
    font-size: 11px; color: rgba(255,255,255,0.3);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.wpc-filter-pa_patice li.wpc-term-item-selected .sf-label,
.wpc-filter-pa_patice li.wpc-term-selected .sf-label { color: var(--lfs-accent-socket); }
.wpc-filter-pa_patice li.wpc-term-item-selected .sf-desc,
.wpc-filter-pa_patice li.wpc-term-selected .sf-desc { color: rgba(80,200,120,0.5); }

/* Count badge */
.wpc-filter-pa_patice .sf-count {
    font-family: 'DM Sans',system-ui,sans-serif;
    font-size: 11px; color: rgba(255,255,255,0.2);
    flex-shrink: 0; padding: 2px 6px; border-radius: 4px;
    background: rgba(255,255,255,0.04); min-width: 20px; text-align: center;
}
.wpc-filter-pa_patice li.wpc-term-item-selected .sf-count,
.wpc-filter-pa_patice li.wpc-term-selected .sf-count {
    color: rgba(80,200,120,0.55); background: rgba(80,200,120,0.08);
}

/* Checkmark */
.wpc-filter-pa_patice .sf-check {
    width: 16px; height: 16px; border-radius: 4px;
    border: 1.5px solid rgba(255,255,255,0.15);
    flex-shrink: 0; display: flex; align-items: center;
    justify-content: center; transition: all 0.15s;
}
.wpc-filter-pa_patice .sf-check svg {
    width: 10px; height: 10px; opacity: 0; color: #111;
    transition: opacity 0.12s;
}
.wpc-filter-pa_patice li.wpc-term-item-selected .sf-check,
.wpc-filter-pa_patice li.wpc-term-selected .sf-check {
    background: var(--lfs-accent-socket); border-color: var(--lfs-accent-socket);
}
.wpc-filter-pa_patice li.wpc-term-item-selected .sf-check svg,
.wpc-filter-pa_patice li.wpc-term-selected .sf-check svg { opacity: 1; }

/* Hide empty & show-more */
.wpc-filter-pa_patice li.wpc-term-count-0 { display: none !important; }
.wpc-filter-pa_patice .wpc-show-more,
.wpc-filter-pa_patice .wpc-show-less,
.wpc-filter-pa_patice .wpc-filter-more-less-btn,
.wpc-filter-pa_patice .wpc-open-btn,
.wpc-filter-pa_patice .wpc-see-more-control,
.wpc-filter-pa_patice .wpc-see-less-control {
    display: none !important;
}

/* === usage-sensor-dimmer-filter (usdf-styles) === */
.wpc-filter-pa_pouzitie ul.wpc-filters-ul-list,
.wpc-filter-pa_senzor ul.wpc-filters-ul-list,
.wpc-filter-pa_stmievatelne ul.wpc-filters-ul-list {
    display: flex; flex-wrap: wrap; gap: 6px;
    padding: 4px 0; list-style: none; margin: 0;
}
.wpc-filter-pa_pouzitie li.wpc-checkbox-item,
.wpc-filter-pa_senzor li.wpc-checkbox-item,
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item { flex: 0 0 auto; margin: 0; }

.wpc-filter-pa_pouzitie li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_senzor li.wpc-checkbox-item input[type="checkbox"],
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item input[type="checkbox"] {
    position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.wpc-filter-pa_pouzitie li.wpc-checkbox-item label,
.wpc-filter-pa_senzor li.wpc-checkbox-item label,
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item label {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; gap: 4px;
    width: 72px; min-height: 72px; padding: 8px 4px;
    border: 1.5px solid rgba(255,255,255,0.12); border-radius: 10px;
    cursor: pointer; background: rgba(255,255,255,0.04);
    transition: all .2s ease; position: relative; text-align: center;
}
.wpc-filter-pa_pouzitie li.wpc-checkbox-item label > a,
.wpc-filter-pa_senzor li.wpc-checkbox-item label > a,
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item label > a { display: contents; color: inherit; text-decoration: none; }

.wpc-filter-pa_pouzitie li.wpc-checkbox-item label:hover,
.wpc-filter-pa_senzor li.wpc-checkbox-item label:hover,
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item label:hover {
    border-color: rgba(201,169,110,0.6); background: rgba(201,169,110,0.08); color: var(--lfs-gold);
}
.wpc-filter-pa_pouzitie li.wpc-term-selected label, .wpc-filter-pa_pouzitie li.wpc-term-item-selected label,
.wpc-filter-pa_senzor li.wpc-term-selected label, .wpc-filter-pa_senzor li.wpc-term-item-selected label,
.wpc-filter-pa_stmievatelne li.wpc-term-selected label, .wpc-filter-pa_stmievatelne li.wpc-term-item-selected label {
    border-color: var(--lfs-gold); background: rgba(201,169,110,0.18); color: var(--lfs-gold);
}
/* Hide zero-count items */
.wpc-filter-pa_pouzitie li.wpc-term-count-0,
.wpc-filter-pa_pouzitie li.wpc-term-item-disabled,
.wpc-filter-pa_senzor li.wpc-term-count-0,
.wpc-filter-pa_senzor li.wpc-term-item-disabled,
.wpc-filter-pa_stmievatelne li.wpc-term-count-0,
.wpc-filter-pa_stmievatelne li.wpc-term-item-disabled { display: none !important; }

/* Hide unrecognized items (no icon set) */
.wpc-filter-pa_pouzitie li[data-usdf="skip"],
.wpc-filter-pa_senzor li[data-usdf="skip"],
.wpc-filter-pa_stmievatelne li[data-usdf="skip"] { display: none !important; }

.wpc-filter-pa_pouzitie .usdf-icon, .wpc-filter-pa_senzor .usdf-icon, .wpc-filter-pa_stmievatelne .usdf-icon {
    width: 26px; height: 26px; display: flex; align-items: center; justify-content: center;
}
.wpc-filter-pa_pouzitie .usdf-icon svg, .wpc-filter-pa_senzor .usdf-icon svg, .wpc-filter-pa_stmievatelne .usdf-icon svg { width: 24px; height: 24px; }

.wpc-filter-pa_pouzitie .usdf-lbl, .wpc-filter-pa_senzor .usdf-lbl, .wpc-filter-pa_stmievatelne .usdf-lbl {
    font-size: 10px; line-height: 1.2; font-weight: 500; letter-spacing: .3px; color: inherit;
}
.wpc-filter-pa_pouzitie .wpc-filter-count, .wpc-filter-pa_senzor .wpc-filter-count, .wpc-filter-pa_stmievatelne .wpc-filter-count { display: none !important; }

/* Stmievatelne wider */
.wpc-filter-pa_stmievatelne li.wpc-checkbox-item label { width: 110px; }

/* Tooltip */
.wpc-filter-pa_senzor .usdf-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    max-width: 220px;
    white-space: normal;
    background: #1a1a1a;
    color: #e0d5c0;
    font-size: 11px;
    line-height: 1.5;
    padding: 7px 11px;
    border-radius: 7px;
    border: 1px solid rgba(201,169,110,0.35);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0,0,0,0.5);
    text-align: center;
}
.wpc-filter-pa_senzor .usdf-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1a1a1a;
}
.wpc-filter-pa_senzor li.wpc-checkbox-item { position: relative; }
.wpc-filter-pa_senzor li.wpc-checkbox-item label:hover .usdf-tooltip { opacity: 1; }

/* === color-swatches-manager (csm-swatches) === */
        /* ── Turn the WPC Filter colour UL into a flex swatch grid ── */

        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list,
        ul.wpc-filters-ul-list[class*="pa_farba"] {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 6px !important;
            padding: 4px 0 !important;
            list-style: none !important;
            margin: 0 !important;
        }

        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item {
            display: block !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 28px !important;
            height: 28px !important;
        }

        /* Hide real checkbox */
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item input[type="checkbox"],
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item input[type="checkbox"] {
            position: absolute !important;
            opacity: 0 !important;
            pointer-events: none !important;
            width: 0 !important;
            height: 0 !important;
        }

        /* Label = colour circle */
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item label,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item label {
            display: block !important;
            width: 28px !important;
            height: 28px !important;
            border-radius: 50% !important;
            border: 2px solid rgba(0,0,0,0.15) !important;
            cursor: pointer !important;
            overflow: hidden !important;
            transition: transform 0.15s, box-shadow 0.15s !important;
            box-sizing: border-box !important;
            position: relative !important;
            margin: 0 !important;
        }

        /* Hide text inside label */
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item label a,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item label a,
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item label span,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item label span {
            display: none !important;
        }

        /* Hover */
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-checkbox-item label:hover,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-checkbox-item label:hover {
            transform: scale(1.15) !important;
        }

        /* ── SELECTED STATE ──
           WPC Filter marks selected items in multiple ways — cover all of them:
           1. li gets class 'wpc-term-item-selected' or 'wpc-term-selected'
           2. The hidden input[type=checkbox] gets checked='checked'
           We use box-shadow (ring) so outline doesn't get clipped by overflow:hidden
        */

        /* Hide disabled / empty colour swatches */
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-term-count-0,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-term-count-0,
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-term-disabled,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-term-disabled,
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-term-item-disabled,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-term-item-disabled {
            display: none !important;
        }

        /* Hide See less / See more toggle for colour swatches */
        .wpc-filters-section[class*="pa_farba"] .wpc-show-more,
        .wpc-filters-section[class*="pa_farba"] .wpc-show-less,
        .wpc-filters-section[class*="pa_farba"] .wpc-toggle-terms,
        .wpc-filters-section[class*="pa_farba"] a[class*="see-more"],
        .wpc-filters-section[class*="pa_farba"] a[class*="see-less"],
        .wpc-filters-section[class*="pa_farba"] .wpc-open-btn {
            display: none !important;
        }

        /* Hide WPC Filter loading spinner on mobile — it gets stuck and confuses users */
        @media (max-width: 768px) {
            .wpc-spinner,
            .wpc-spinner::before,
            .wpc-spinner::after { display: none !important; }
        }
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-term-item-selected label,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-term-item-selected label,
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li.wpc-term-selected label,
        ul.wpc-filters-ul-list[class*="pa_farba"] li.wpc-term-selected label,
        .wpc-filters-section[class*="pa_farba"] ul.wpc-filters-ul-list li input[type="checkbox"]:checked ~ label,
        ul.wpc-filters-ul-list[class*="pa_farba"] li input[type="checkbox"]:checked ~ label {
            box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--lfs-ring) !important;
            transform: scale(1.12) !important;
        }
