.elementor-kit-1304{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-kadence1:#0c0c0c;--e-global-color-kadence2:#000000;--e-global-color-kadence3:#1f2933;--e-global-color-kadence4:#3e4c59;--e-global-color-kadence5:#52606d;--e-global-color-kadence6:#7b8794;--e-global-color-kadence7:#f3f4f7;--e-global-color-kadence8:#f9f9fb;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1304.el-is-editing{--global-palette1:#0c0c0c;--global-palette2:#000000;--global-palette3:#1f2933;--global-palette4:#3e4c59;--global-palette5:#52606d;--global-palette6:#7b8794;--global-palette7:#f3f4f7;--global-palette8:#f9f9fb;--global-palette9:#ffffff;}.elementor-kit-1304 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1304 h1{font-size:36px;}.elementor-kit-1304 h2{font-size:30px;}.elementor-kit-1304 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =======================
   TWOJE POPRZEDNIE STYLE
   ======================= */

/* Ukryty SEO tekst */
.seo-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Rozwijany opis kategorii WooCommerce + Elementor */
.tax-product_cat .term-description {
    max-height: 140px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.tax-product_cat .term-description.is-open {
    max-height: 5000px;
}
.seo-toggle-btn {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
}

/* =======================
   LOOP GRID – skracanie nazw produktów z "…"
   TYLKO w gridach / sliderach / archiwach
   ======================= */

/* Naprawa wrapperów flex / grid / slider w loopach */
.elementor-loop-container,
.elementor-loop-container *,
.elementor-swiper .swiper-slide,
.swiper-slide,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product span {
    min-width: 0 !important;
}

/* Tytuły produktów – tylko w loop grid / archiwach / sliderach */
.elementor-loop-container .woocommerce-loop-product__title,
.elementor-loop-container .elementor-widget-woocommerce-product-title .elementor-heading-title,
.elementor-loop-container .elementor-widget-heading .elementor-heading-title {
    display: block;
    width: 100%;
    min-width: 0;          /* KLUCZOWE przy flex */
    white-space: nowrap;    /* jedna linia */
    overflow: hidden;       /* ukryj nadmiar */
    text-overflow: ellipsis;/* dodaj "…" */
}

/* Responsywność: mobile / tablet */
@media (max-width: 767px) {
    .elementor-loop-container .woocommerce-loop-product__title,
    .elementor-loop-container .elementor-widget-woocommerce-product-title .elementor-heading-title,
    .elementor-loop-container .elementor-widget-heading .elementor-heading-title {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* =======================
   Pełne tytuły na karcie produktu (Single Product)
   ======================= */

/* Single Product – pozostaw pełną nazwę produktu */
.elementor-single-product .woocommerce-loop-product__title,
.elementor-single-product .elementor-widget-woocommerce-product-title .elementor-heading-title {
    display: block;
    width: 100%;
    white-space: normal;     /* pozwala na zawijanie w kilka linii */
    overflow: visible;       /* brak ucinania */
    text-overflow: clip;     /* bez "…" */
}/* End custom CSS */