.elementor-481 .elementor-element.elementor-element-0d4afdf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-481 .elementor-element.elementor-element-a732ef2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-481 .elementor-element.elementor-element-a732ef2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-481 .elementor-element.elementor-element-916a11d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-481 .elementor-element.elementor-element-916a11d.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-481:not(.elementor-motion-effects-element-type-background), body.elementor-page-481 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-481 .elementor-element.elementor-element-a732ef2{--width:17.99%;}.elementor-481 .elementor-element.elementor-element-916a11d{--width:80.296%;}}/* Start custom CSS for shortcode, class: .elementor-element-e1a8538 *//* ==========================================================================
   CATFISH PREMIUM FILTERS (Wtyczka WooBeWoo) - OSTATECZNY KOD
   ========================================================================== */

/* 1. GŁÓWNY KONTENER I SEKCJE */
body .wpfMainWrapper {
    background: transparent !important;
    padding-right: 15px !important;
}

body .wpfFilterWrapper {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #1a1a1a !important;
    padding-bottom: 20px !important;
}

body .wpfFilterWrapper:last-child {
    border-bottom: none !important;
}

/* Tytuły sekcji (CENA, KOLOR itp.) */
body .wpfFilterTitle {
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* 2. CHECKBOXY I LISTY */
body .wpfFilterWrapper ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .wpfFilterWrapper li {
    margin-bottom: 8px !important;
    display: block !important;
}

/* Usunięcie domyślnych, białych znaczników wtyczki */
body .wpfFilterWrapper .wpfCheckbox,
body .wpfFilterWrapper .wpfRadio,
body .wpfFilterWrapper .wpfColor {
    display: none !important;
}

/* Ukrywamy checkboxy systemowe, ale zachowujemy ich DZIAŁANIE dla wtyczki */
body .wpfFilterWrapper input[type="checkbox"],
body .wpfFilterWrapper input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
}

/* Klikalne etykiety (tekst atrybutów) */
body .wpfFilterWrapper label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #888 !important;
    font-size: 0.95rem !important;
    cursor: pointer !important;
    transition: color 0.2s !important;
    margin: 0 !important;
}

body .wpfFilterWrapper label:hover {
    color: #fff !important;
}

/* Rysujemy własny mroczny kwadrat checkboxa */
body .wpfFilterWrapper label::before {
    content: '' !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #444 !important;
    border-radius: 3px !important;
    background: #0b0b0b !important;
    transition: all 0.2s !important;
    flex-shrink: 0 !important;
}

body .wpfFilterWrapper label:hover::before {
    border-color: #00FF66 !important;
}

/* STAN ZAZNACZONY (Neonowa v-ka) - KULOODPORNY */
body .wpfFilterWrapper li.wpfActive label::before,
body .wpfFilterWrapper li:has(input:checked) label::before,
body .wpfFilterWrapper input:checked + label::before,
body .wpfFilterWrapper input:checked ~ label::before {
    background-color: #00FF66 !important;
    border-color: #00FF66 !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') !important;
    background-size: 12px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

body .wpfFilterWrapper li.wpfActive label,
body .wpfFilterWrapper li:has(input:checked) label,
body .wpfFilterWrapper input:checked + label,
body .wpfFilterWrapper input:checked ~ label {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Licznik produktów */
body .wpfCount {
    color: #555 !important;
    font-size: 0.75rem !important;
    background: #1a1a1a !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    margin-left: auto !important;
}

/* 3. SUWAK CENY */
/* Tło suwaka */
body .wpfFilterWrapper .ui-slider {
    background: #333 !important;
    height: 4px !important;
    border: none !important;
    border-radius: 4px !important;
    margin: 15px 0 25px 0 !important;
}

body .wpfFilterWrapper .ui-slider-range {
    background: #00FF66 !important;
}

/* Naprawa suwaka ceny (Odyskanie zielonego obrysu) */
body .wpfFilterWrapper .ui-slider .ui-slider-handle {
    background: #000 !important;
    border: 2px solid #00FF66 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    top: -7px !important;
    margin-left: -9px !important;
    outline: none !important;
    cursor: ew-resize !important;
}

/* Układ w jednej linii dla ceny (zł [ 10 ] - [ 50 ]) */
body .wpfFilterWrapper .wpfPriceInputs,
body .wpfFilterWrapper [data-price-skin="default"] {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
}

/* Powiększenie okienek z ceną */
body .wpfFilterWrapper input[type="number"],
body .wpfFilterWrapper input[type="text"] {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    width: 80px !important; 
    height: 40px !important; 
    padding: 5px 10px !important;
    border-radius: 4px !important;
    font-size: 16px !important; 
    line-height: normal !important;
    box-sizing: border-box !important;
    text-align: center !important;
    outline: none !important;
}

body .wpfFilterWrapper input[type="number"]:focus,
body .wpfFilterWrapper input[type="text"]:focus {
    border-color: #00FF66 !important;
}

/* 4. PRZYCISKI AKCJI (Filtruj / Wyczyść) */
body .wpfFilterButton {
    background: #00FF66 !important;
    color: #000 !important;
    border: none !important;
    padding: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 15px !important;
    transition: all 0.3s !important;
}

body .wpfFilterButton:hover {
    background: #00cc55 !important;
    transform: translateY(-2px) !important;
}

body .wpfClearButton {
    display: block !important;
    text-align: center !important;
    color: #ff3333 !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    border: none !important;
    margin-top: 15px !important;
    cursor: pointer !important;
    width: 100% !important;
    padding: 0 !important;
}

body .wpfClearButton:hover {
    text-decoration: underline !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5aaa038 *//* ============================================================
   UNIWERSALNY FIX ZDJĘĆ PRODUKTÓW — działa wszędzie na stronie,
   niezależnie od tego, jaki szablon/widget/shortcode renderuje
   dany produkt (sklep, kategorie, widgety Elementora, boxy typu
   "Najczęściej Wybierane" itd.)

   Zasada działania: zamiast wymagać konkretnego wrappera z
   aspect-ratio, nakładamy aspect-ratio BEZPOŚREDNIO na każdy
   <img> zdjęcia produktu. Dzięki temu działa niezależnie od
   struktury HTML danego szablonu.
   ============================================================ */

.woocommerce img.attachment-woocommerce_thumbnail,
.woocommerce img.attachment-shop_catalog,
.woocommerce img.attachment-shop_single,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
img.wp-post-image,
img.attachment-woocommerce_thumbnail,
img.attachment-shop_catalog,
img.attachment-shop_single,
.wc-block-grid__product-image img,
.elementor-widget-woocommerce-product-images img,
.cf-product-image img,
.cf-product-card__img,
.cf-product-image img.cf-product-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  max-width: 100% !important;
  max-height: none !important;
  background-color: #ffffff !important; /* wypełnia "listwy" po bokach zamiast przezroczystości */
  padding: 8px;
  box-sizing: border-box;
  display: block;
}

/* Kontener rodzica: upewniamy się, że nic nie wymusza sztywnej,
   niezgodnej wysokości ani overflow:hidden na samym obrazku */
.woocommerce ul.products li.product a,
.wc-block-grid__product,
.cf-product-image,
.cf-product-card__image-wrapper {
  overflow: visible;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0d4afdf *//* ==========================================================================
   UKŁAD FILTRÓW PREMIUM (Lewa Strona)
   ========================================================================== */

/* Nagłówki Filtrów (np. CATEGORIES, PRICE) */
.cf-filter-title {
    color: #fff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-bottom: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}
.cf-filter-title::after {
    content: '-'; /* Ikonka zwijania */
    color: #666;
}

/* Lista Kategorii i Checkboxy */
.cf-filter-widget ul li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: none !important;
    padding: 6px 0 !important;
}

/* Własny wygląd Checkboxa */
.cf-filter-widget ul li a {
    color: #aaa !important;
    font-size: 0.95rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.cf-filter-widget ul li a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 4px;
    background: transparent;
    transition: all 0.2s;
}

/* Aktywny Checkbox (Zielony) */
.cf-filter-widget ul li.chosen a { color: #fff !important; }
.cf-filter-widget ul li.chosen a::before {
    background: #2a7c40 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat center center;
    background-size: 12px;
    border-color: #2a7c40;
}

/* Licznik (Szare pigułki po prawej) */
.cf-filter-widget ul li .count {
    background: #1a1a1a !important;
    color: #666 !important;
    font-size: 0.75rem !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    margin-left: auto; /* Dopycha do prawej */
}

/* Suwak Ceny (Dark UI) */
.widget_price_filter .price_slider {
    background: #222 !important;
    height: 4px !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background: #2a7c40 !important; /* Ciemna zieleń */
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background: #000 !important;
    border: 2px solid #2a7c40 !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
}
.widget_price_filter .price_slider_amount .button { display: none !important; } /* Ukrywa brzydki przycisk 'Filtruj' */

/* Okienka z ceną pod suwakiem */
.widget_price_filter .price_label { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 15px;}
.widget_price_filter .price_label span {
    background: #111;
    border: 1px solid #222;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.9rem;
}/* End custom CSS */