/* Główna siatka 3-kolumnowa na stronie produktu */
.single-product .custom-product-layout .product-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: flex-start;
}

/* Ogólne style kolumn (opcjonalne) */
.single-product .custom-product-layout .product-page-col {
    /* background: #fff;  można dać jak chcesz */
}

/* Prawa kolumna – koszyk */
.single-product .custom-product-layout .product-page-cart .cart {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

/* Responsywność – na mniejszych ekranach jedna kolumna */
@media (max-width: 991px) {
    .single-product .custom-product-layout .product-page-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width:100%;
  }
  
  
	.storefront-full-width-content.single-product div.product .summary {
    width:100%;
  }
  
  
  
  /* Prawa kolumna – ogólne pudełko */
.single-product .custom-product-layout .product-page-cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Blok cen netto/brutto */
.product-price-box {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.product-price-box .label {
    font-weight: 400;
    margin-right: 5px;
}

.product-price-box .value {
    font-weight: 700;
}

/* Net/brutto w dwóch linijkach – jak na screenie */
.product-price-net,
.product-price-gross {
    margin-bottom: 6px;
}

/* Pudełko z koszykiem */
.product-cart-box .cart {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

/* Ilość + przycisk w jednej linii */
.product-cart-box .cart .quantity,
.product-cart-box .cart button.single_add_to_cart_button {
    vertical-align: middle;
}

/* Stock + info o większej ilości */
.product-page-cart .stock {
    margin-top: 10px;
    font-size: 14px;
}

.product-page-cart .bulk-info {
    margin-top: 8px;
    font-size: 14px;
}

/* Kolor linku jak na screenie (zielonkawy) – podmień pod swój kolor */
.product-page-cart .bulk-info a {
    text-decoration: underline;
}


.qty-wrapper {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #e1e1e1;
}

.qty-wrapper .qty-btn {
    border: none;
    background: #f2f2f2;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.qty-wrapper input.qty {
    border: none !important;
    border-left: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    width: 50px;
    text-align: center;
    padding: 8px 5px;
}
















/* === UKŁAD: taby nad treścią (horyzontalnie) === */
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: block;
    margin-top: 40px;
}

/* --- LISTA TABÓW --- */
.single-product .woocommerce-tabs .tabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.single-product .woocommerce-tabs .tabs li::after {
    content: none !important;
}

.single-product .woocommerce-tabs .tabs li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #000;
    position: relative;
    text-decoration: none;
}

.single-product .woocommerce-tabs .tabs li a::before {
    content: '+';
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    color: #7fa94c;
}

.single-product .woocommerce-tabs .tabs li.active a {
    font-weight: 700;
}

.single-product .woocommerce-tabs .tabs li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #7fa94c;
}

/* panel z treścią zakładek po prawej, bez ramek Woo */
.single-product .woocommerce-tabs .panel {
    grid-column: 2;
    padding: 0;
    border: 0;
    margin: 0;
}



.faneco-spec-section-title:first-of-type {
    margin: 0px 0 10px;
}



  .woocommerce-tabs {
    padding-top:25px;
    padding-bottom:25px;
  }


.faneco-files-wrapper {
    margin-top: 0px;
}

/* Zielona linia u góry każdej sekcji */
.faneco-files-section-divider {
    height: 3px;
    background: #7fa94c;
    margin: 0 0 25px;
}

/* Nagłówek sekcji */
.faneco-files-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* Lista wierszy */
.faneco-files-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

/* Pojedynczy wiersz: plus | nazwa | typ | ikona pobrania */
.faneco-files-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 80px 40px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7fa94c;
    font-size: 15px;
}

/* plus */
.faneco-files-plus {
    color: #7fa94c;
    font-weight: 700;
    font-size: 20px;
}

/* nazwa */
.faneco-files-name {
    padding: 0 15px;
}

/* rozszerzenie typu pliku (PDF, DWG) */
.faneco-files-ext {
    text-align: center;
    text-transform: uppercase;
}

/* link pobrania */
.faneco-files-download {
    text-align: center;
    text-decoration: none;
}

/* ikonka pobrania – możesz podmienić na SVG */
.faneco-files-download-icon {
    font-size: 20px;
    color: #7fa94c;
}

/* odstęp między sekcjami */
.faneco-files-section + .faneco-files-section {
    margin-top: 40px;
}


.storefront-full-width-content .woocommerce-tabs ul.tabs {
    width:100%;
    float:left;
    margin-right:4.347826087%
  }
  
  
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: block;
}


  .storefront-full-width-content .woocommerce-tabs .panel {
    width:100%;
  }
  
  
  
  
  
  /* Kontener tabów WooCommerce */
.single-product .woocommerce-tabs {
    margin-top: 0px;
}

/* Lista tabów poziomo */
.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-direction: row;
    gap: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 25px;
    padding: 0;
}

/* Pojedynczy tab */
.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    border: none !important;
}

/* Link tabów */
.single-product .woocommerce-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #000;
    position: relative;
}

/* Plus przed nazwą */
.single-product .woocommerce-tabs ul.tabs li a::before {
    content: '+';
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

/* Usuwamy strzałkę Storefronta (›) */
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
    content: none !important;
}

/* Zielona kreska pod aktywnym tabem */
.single-product .woocommerce-tabs ul.tabs li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%; /* dostosuj długość */
    height: 3px;
    background: #7fa94c;
}

/* Panel tabów – pełna szerokość, bez ramek */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0 0 0;
    border: none !important;
    margin: 0;
}


.single-product .custom-product-layout .product-page-cart .cart {
  border: 0;
  padding: 0;
}



/* Kontener specyfikacji – żeby nie leciało od brzegu do brzegu 
.faneco-spec-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
*/

/* Kontener całego opisu (opcjonalnie – ładniejsze odstępy) */
.faneco-product-desc {
    max-width: 1180px;
    margin: 0 auto;
}

/* GRID 3 KOLUMNY – sekcja cech */
.faneco-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px; /* pionowo / poziomo */
    margin: 50px 0;
}

/* Pojedyncza cecha */
.faneco-feature {
    text-align: center;
    padding: 0 10px;
}

/* Nagłówki cech – styl + plusik */
.faneco-feature h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding-left: 24px; /* miejsce na plusa */
}

/* PLUS przed nagłówkiem */
.faneco-feature h3::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    color: #7fa94c; /* zielony Faneco */
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

/* Tekst pod nagłówkiem */
.faneco-feature p {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    margin: 0;
}

/* Nagłówki sekcji ZASTOSOWANIE, DLACZEGO WARTO... */
.faneco-product-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
}

/* Listy punktowane */
.faneco-product-desc ul {
    margin: 15px 0 20px 20px;
}

/* Kolor kropek */
.faneco-product-desc ul li {
    margin-bottom: 10px;
}

/* ————— RESPONSYWNOŚĆ ————— */

/* 2 kolumny na tabletach */
@media (max-width: 1024px) {
    .faneco-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 1 kolumna na telefonach */
@media (max-width: 600px) {
    .faneco-features-grid {
        grid-template-columns: 1fr;
    }
}



/* Główny kontener opisu */
.faneco-product-desc {
    max-width: 1180px;
    margin: 0 auto;
}

/* HERO – obrazek po lewej, tekst po prawej */
.faneco-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 80px;
    margin: 0 0 50px;
}

.faneco-hero-image img {
    display: block;
    width: 100%;
    height: auto;
}

.faneco-hero-content {
    text-align: left;
}

/* Logo u góry prawej kolumny */
.faneco-hero-logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 0 25px;
}

/* Podtytuł: AUTOMATYCZNA SUSZARKA DO RĄK */
.faneco-hero-subtitle {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 16px;
    margin: 0 0 8px;
}

/* Główny tytuł: PONENTE 2300 W */
.faneco-hero-title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

/* Tekst poniżej hero */
.faneco-product-desc h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px 0 10px;
}

/* GRID 3 kolumn cech – jak wcześniej */
.faneco-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    margin: 50px 0;
}

.faneco-feature {
    text-align: center;
    padding: 0 10px;
}

.faneco-feature h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.faneco-feature h3::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    color: #7fa94c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.faneco-feature p {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    margin: 0;
}

/* Nagłówki niżej (Zastosowanie, Dlaczego warto...) */
.faneco-product-desc h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
}

.faneco-product-desc ul {
    margin: 15px 0 20px 20px;
}

.faneco-product-desc ul li {
    margin-bottom: 10px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    .faneco-hero {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .faneco-hero-content {
        text-align: center;
    }
    .faneco-hero-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .faneco-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .faneco-features-grid {
        grid-template-columns: 1fr;
    }
}



/* === GŁÓWNY GRID STRONY PRODUKTU (3 kolumny) === */
.single-product .custom-product-layout .product-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: flex-start;
}

/* Środkowa kolumna */
.product-page-summary .summary.entry-summary {
    max-width: 520px;
}

/* Tytuł */
.product-page-summary .product_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Kod / SKU */
.faneco-product-code {
    margin: 0 0 18px;
    font-size: 14px;
    color: #666;
}

.faneco-product-code span {
    font-weight: 600;
}

/* Krótki opis */
.product-page-summary .woocommerce-product-details__short-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Górne ikonki – np. CE / IPX1 */
.faneco-cert-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 15px;
}

.faneco-cert-icon {
    position: relative;
}

.faneco-cert-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #0f3a5c;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    margin-bottom: 12px;
    z-index: 100;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.faneco-cert-icon::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #0f3a5c;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0px;
    z-index: 100;
    pointer-events: none;
}

.faneco-cert-icon:hover::after,
.faneco-cert-icon:hover::before {
    opacity: 1;
    visibility: visible;
}

.faneco-cert-icon:hover::after {
    margin-bottom: 10px;
}
.faneco-cert-icon:hover::before {
    margin-bottom: -2px;
}

.faneco-cert-icon img {
    max-height: 50px;
    width: auto;
    display: block;
	height: 50px;
}

.faneco-cert-label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* Szara cienka kreseczka */
.faneco-middle-separator {
    border: 0;
    height: 1px;
    background: #e1e1e1;
    max-width: 100%;
    margin: 25px 0 25px;
}

/* --- IKONY POD ŚRODKOWĄ KOLUMNĄ (repeater ACF) --- */
/* --- Repeater ACF: Ikony + tekst w 2 kolumnach --- */

.faneco-action-icons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 30px; /* pionowy / poziomy odstęp */
    margin-bottom: 10px;
}

/* Pojedynczy element: ikona po lewej, tekst po prawej */
.faneco-action-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap; /* żeby tekst był w jednej linii */
}

.faneco-action-icon img {
    max-height: 22px;
    width: auto;
    display: block;
}

.faneco-action-icon:hover .faneco-action-label {
    text-decoration: underline;
}

/* RESPONSYWNOŚĆ — na telefonach 1 kolumna */
@media (max-width: 600px) {
    .faneco-action-icons {
        grid-template-columns: 1fr;
    }
}



/* Prawa kolumna – ceny & koszyk (to co już miałeś) */
.product-price-box {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.product-price-box .label {
    font-weight: 400;
    margin-right: 5px;
}

.product-price-box .value {
    font-weight: 700;
}

.product-cart-box .cart {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.product-page-cart .bulk-info {
    margin-top: 8px;
    font-size: 14px;
}

.product-page-cart .bulk-info a {
    text-decoration: underline;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 991px) {
    .single-product .custom-product-layout .product-page-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/* --- Repeater ACF: 2 kolumny + wyrównanie ikon do jednej osi --- */

.faneco-action-icons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 40px;
    margin-bottom: 10px;
}

/* Pojedynczy element w kolumnie */
.faneco-action-icon {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
}

/* Ujednolicona szerokość "kolumny ikon" */
.faneco-action-icon img {
    width: 24px;      /* stała szerokość kolumny na ikonę */
    height: 24px;     /* wysokość dopasowana */
    object-fit: contain;
    flex-shrink: 0;   /* nie pozwala na ściskanie ikony */
    margin-right: 10px;
}

/* Tekst */
.faneco-action-label {
    display: inline-block;
    white-space: nowrap;
}

.faneco-action-icon:hover .faneco-action-label {
    text-decoration: underline;
}

/* MOBILE — 1 kolumna */
@media (max-width: 600px) {
    .faneco-action-icons {
        grid-template-columns: 1fr;
    }
}



.faneco-quote-btn,
.faneco-quote-btn-logged {
    margin-top: 10px;
}

.faneco-quote-btn-logged {
    background: #fff;
    border: 1px solid #7fa94c;
    color: #7fa94c;
}

.faneco-quote-btn-logged:hover {
    background: #7fa94c;
    color: #fff;
}


.faneco-quote-btn,
.faneco-quote-btn-loop {
    margin-top: 8px;
}

.faneco-quote-wrapper table.faneco-quote-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 25px;
}

.faneco-quote-table th,
.faneco-quote-table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 10px;
}

.faneco-quote-remove {
    font-size: 13px;
    color: #cc0000;
}


.custom-product-layout{
	margin-top: 50px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float:left;
  width:100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 100%;
  clear: none;
}


































/* === FANeco: finalne nadpisanie tabów WooCommerce === */

/* kontener tabów */
.single-product .woocommerce-tabs {
    margin-top: 40px;
    text-align: left;
}

/* lista tabów – poziomo, bez cieni, tylko dolna kreska */
.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 60px;
    margin: 0 0 25px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: transparent;
    box-shadow: none;
}

/* pojedynczy tab – zero ramek / tła storefronta */
.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    border: none !important;
    background: transparent !important;
}

/* link tabów – plus, uppercase itd. */
.single-product .woocommerce-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0 10px;
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}



/* === FANeco: prawa kolumna – cena, ilość, koszyk, zapytanie === */

/* Kolumna z koszykiem jako „stack” elementów */
.product-page-col.product-page-cart .product-cart-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Ustawiamy kolejność elementów tak, jak na screenie:
   1) formularz (ilość + koszyk)
   2) przycisk „Dodaj do zapytania”
   3) informacja o stanie magazynowym
   4) info o kontakcie przy większej ilości */
.product-page-cart .product-cart-box .cart {
    order: 1;
}

.product-page-cart .faneco-quote-after-cart {
    order: 2;
}

.product-page-cart .stock {
    order: 3;
}

.product-page-cart .bulk-info {
    order: 4;
}

/* Blok cen netto/brutto – drobne dopolerowanie */
.product-page-cart .product-price-box {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}

.product-page-cart .product-price-box .label {
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
}

.product-page-cart .product-price-box .value {
    font-weight: 700;
}

/* Formularz koszyka – bez obramowania, full width */
.product-page-cart .product-cart-box .cart {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Ilość – jeden rząd "-  [input]  +" */
.product-page-cart .cart .quantity {
    margin: 0;
}

/* Wrapper na ilość – jak na screenie */
.product-page-cart .qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #7fa94c;
    height: 44px;
}

/* Minus/plus – kwadratowe „pudełka” */
.product-page-cart .qty-btn {
    border: none;
    background: #ffffff;
    padding: 11px 56px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty{
    -moz-appearance: textfield;
}


.product-page-cart .qty-btn:hover {
    background: #7fa94c;
    color: #ffffff;
}

/* Pole ilości */
.product-page-cart .qty-wrapper input.qty {
    border: none;
    width: 60px;
    text-align: center;
    font-size: 16px;
    height: 100%;
    padding: 0;
    box-shadow: none;
}

/* Przyciski – pełna szerokość kolumny */
.product-page-cart .single_add_to_cart_button.button,
.product-page-cart .facc-compare-wrap-single .facc-compare-btn {
    width: 100%;
    margin: 0 !important;
    background: #7fa94c;
    border-radius: 0;
    border: 1px solid #7fa94c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
}

.product-page-cart .single_add_to_cart_button.button:hover,
.product-page-cart .facc-compare-wrap-single .facc-compare-btn:hover {
    background: #6a8d3f;
    border-color: #6a8d3f;
    color: #fff;
}

/* „Dodaj do zapytania” – dopasowany wizualnie, ale jako przycisk OUTLINE */
.product-page-cart .faneco-quote-after-cart .faneco-quote-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    padding: 11px 20px;
    border-radius: 0;
    border: 1px solid #7fa94c;
    background: #ffffff;
    color: #7fa94c;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 14px;
}

.product-page-cart .faneco-quote-after-cart .faneco-quote-btn:hover {
    background: #7fa94c;
    color: #ffffff;
}

/* Stan magazynowy pod przyciskami, bardziej jak „opis techniczny” */
.product-page-cart .stock {
    margin-top: 10px;
    font-size: 14px;
}

/* Info o większej ilości – jak w oryginale Faneco */
.product-page-cart .bulk-info {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.product-page-cart .bulk-info a {
    text-decoration: underline;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

.woocommerce div.product form.cart .quantity {
    margin-bottom: 10px;
    float: none;
    display: flex;
    align-items: center;
}

.product-page-cart .single_add_to_cart_button.button {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    height: auto;
    line-height: 1;
}

@media (min-width: 1200px) {
  .single .quantity {
    width: 100%;
  }
}


.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:400}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{font-weight:700}
.tabs.wc-tabs .active::before{
	width: 100% !important;
    background: #6a8d3f;
	    left: -11px !important;
    height: 4px !important;
    box-shadow: initial !important;
	border:0px !important
}

.product-page-cart .bulk-info a{color:#000}

#facc-compare-bar .button ,
.page-id-2278 .site-main .button {padding: 0.5rem 1.85rem;}

/* === Panel klienta / Moje konto === */
.woocommerce-account .site-main,
.woocommerce-lost-password .site-main {
    padding: 0;
    background: linear-gradient(180deg, #f2f4f1 0, #ffffff 180px);
}

.faneco-auth,
.faneco-account {
    padding: 48px 0 80px;
}

.faneco-auth__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
    gap: 32px;
    align-items: stretch;
}

.faneco-auth__content {
    position: relative;
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(135deg, #0f3a5c 0%, #1f4f73 100%);
    border-left: 6px solid #6A964C;
    box-shadow: 0 24px 48px rgba(15, 58, 92, 0.12);
}

.faneco-auth__content::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.faneco-auth__eyebrow,
.faneco-account__eyebrow,
.faneco-account-dashboard__eyebrow,
.faneco-account-nav__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.faneco-auth__eyebrow,
.faneco-account-nav__eyebrow {
    color: #b9d6a0;
}

.faneco-account__eyebrow,
.faneco-account-dashboard__eyebrow {
    color: #6A964C;
}

.faneco-auth__title,
.faneco-account__title,
.faneco-account-dashboard__title {
    margin: 0 0 16px;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.faneco-auth__title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
}

.faneco-account__title,
.faneco-account-dashboard__title {
    color: #100f0d;
    font-size: 34px;
    line-height: 42px;
}

.faneco-auth__lead,
.faneco-account__lead,
.faneco-account-dashboard__lead,
.faneco-account-nav__desc {
    margin: 0;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.faneco-auth__lead {
    position: relative;
    z-index: 1;
    max-width: 540px;
    color: rgba(255, 255, 255, 0.9);
}

.faneco-auth__points {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.faneco-auth__points li {
    position: relative;
    padding-left: 22px;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}

.faneco-auth__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6A964C;
}

.faneco-auth__form {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #dde5d7;
    box-shadow: 0 24px 48px rgba(16, 15, 13, 0.08);
}

.faneco-auth .u-columns#customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin: 0;
}

.faneco-auth .u-column1,
.faneco-auth .u-column2 {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.faneco-auth .u-column1 h2,
.faneco-auth .u-column2 h2,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce h4,
.woocommerce-lost-password .woocommerce h2,
.woocommerce-lost-password .woocommerce h3 {
    margin: 0 0 20px;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #100f0d;
    text-transform: uppercase;
}

.faneco-auth form.woocommerce-form,
.faneco-auth form.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .edit-account,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce form.checkout,
.woocommerce-lost-password form.woocommerce-ResetPassword {
    padding: 24px;
    background: #f7f8f6;
    border: 1px solid #dde5d7;
}

.woocommerce-account form .form-row label,
.woocommerce-lost-password form .form-row label,
.woocommerce-account .woocommerce-form__label,
.woocommerce-lost-password .woocommerce-form__label {
    margin-bottom: 8px;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #0f3a5c;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.woocommerce-account input.input-text,
.woocommerce-account input[type="email"],
.woocommerce-account input[type="text"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account textarea,
.woocommerce-account select,
.woocommerce-lost-password input.input-text,
.woocommerce-lost-password input[type="email"],
.woocommerce-lost-password input[type="text"],
.woocommerce-lost-password input[type="password"] {
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid #c6d3be;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

.woocommerce-account textarea {
    min-height: 140px;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="password"]:focus,
.woocommerce-account input[type="tel"]:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus,
.woocommerce-lost-password input.input-text:focus,
.woocommerce-lost-password input[type="email"]:focus,
.woocommerce-lost-password input[type="text"]:focus,
.woocommerce-lost-password input[type="password"]:focus {
    border-color: #6A964C;
    outline: none;
    box-shadow: 0 0 0 4px rgba(106, 150, 76, 0.12);
}

.woocommerce-account button.button,
.woocommerce-account a.button,
.woocommerce-account input.button,
.woocommerce-lost-password button.button,
.woocommerce-lost-password a.button,
.woocommerce-lost-password input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.85rem;
    border: 1px solid #6A964C;
    border-radius: 0;
    background: #6A964C;
    color: #ffffff;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.woocommerce-account button.button:hover,
.woocommerce-account a.button:hover,
.woocommerce-account input.button:hover,
.woocommerce-lost-password button.button:hover,
.woocommerce-lost-password a.button:hover,
.woocommerce-lost-password input.button:hover {
    background: #0f3a5c;
    border-color: #0f3a5c;
    color: #ffffff;
}

.woocommerce-account .woocommerce-form-login__rememberme,
.woocommerce-account .woocommerce-form__label-for-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 16px;
}

.woocommerce-account .woocommerce-form-login__rememberme input,
.woocommerce-account .woocommerce-form__label-for-checkbox input {
    margin: 0;
}

.woocommerce-account .lost_password,
.woocommerce-lost-password .lost_password {
    margin-top: 18px;
}

.woocommerce-account .lost_password a,
.woocommerce-lost-password .lost_password a,
.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
.woocommerce-lost-password .woocommerce a:not(.button) {
    color: #044a8b;
    text-decoration: none;
}

.woocommerce-account .lost_password a:hover,
.woocommerce-lost-password .lost_password a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover,
.woocommerce-lost-password .woocommerce a:not(.button):hover {
    color: #6A964C;
}

.faneco-account__hero {
    margin-bottom: 32px;
    padding: 38px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7f2 100%);
    border-top: 1px solid #e0e7db;
    border-right: 1px solid #e0e7db;
    border-bottom: 1px solid #e0e7db;
    border-left: 6px solid #6A964C;
    box-shadow: 0 18px 36px rgba(16, 15, 13, 0.05);
}

.faneco-account__lead,
.faneco-account-dashboard__lead,
.faneco-account-nav__desc {
    color: #4d5752;
}

.faneco-account__layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.faneco-account-nav {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dde5d7;
    box-shadow: 0 18px 32px rgba(16, 15, 13, 0.05);
}

.faneco-account-nav__brand {
    padding: 28px;
    background: linear-gradient(180deg, #103a5c 0%, #1a4a6f 100%);
}

.faneco-account-nav__name {
    display: block;
    margin-bottom: 10px;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.faneco-account-nav__desc {
    color: rgba(255, 255, 255, 0.84);
}

.faneco-account-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faneco-account-nav__list li {
    margin: 0;
    border-bottom: 1px solid #ebf0e7;
}

.faneco-account-nav__list li:last-child {
    border-bottom: 0;
}

.faneco-account-nav__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    border-left: 4px solid transparent;
    color: #100f0d;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.faneco-account-nav__list a::after {
    content: ">";
    font-size: 15px;
    color: #6A964C;
}

.faneco-account-nav__list li.is-active a,
.faneco-account-nav__list a:hover {
    background: #f3f7f0;
    border-left-color: #6A964C;
    color: #0f3a5c;
}

.faneco-account-nav__list li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #044a8b;
}

.faneco-account__content .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    margin: 0;
    min-height: 100%;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #dde5d7;
    box-shadow: 0 18px 32px rgba(16, 15, 13, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .faneco-account__sidebar .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    margin: 0;
}

.woocommerce-account .faneco-account__sidebar,
.woocommerce-account .faneco-account__content {
    min-width: 0;
}

.faneco-account-dashboard__grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
    gap: 18px;
    margin-top: 28px;
}

.faneco-account-dashboard__card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 170px;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9f6 100%);
    border: 1px solid #dde5d7;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(16, 15, 13, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faneco-account-dashboard__card:hover {
    transform: translateY(-3px);
    border-color: #6A964C;
    box-shadow: 0 20px 34px rgba(15, 58, 92, 0.10);
}

.faneco-account-dashboard__card-title {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #100f0d;
    text-transform: uppercase;
}

.faneco-account-dashboard__card-link {
    margin-top: auto;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #6A964C;
    text-transform: uppercase;
}

.faneco-account-dashboard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 22px 24px;
    background: #f7f8f6;
    border: 1px solid #dde5d7;
}

.faneco-account-dashboard__meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.faneco-account-dashboard__meta-label {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16em;
    color: #6A964C;
    text-transform: uppercase;
}

.faneco-account-dashboard__meta-value {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #100f0d;
}

.faneco-account-dashboard__logout {
    margin-left: auto;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error,
.woocommerce-lost-password .woocommerce-message,
.woocommerce-lost-password .woocommerce-info,
.woocommerce-lost-password .woocommerce-error {
    margin-bottom: 24px;
    border: 1px solid #dde5d7;
    border-top: 4px solid #6A964C;
    background: #f7f8f6;
    color: #100f0d;
}

.woocommerce-account table.shop_table,
.woocommerce-account .woocommerce-table,
.woocommerce-account .my_account_orders {
    border-collapse: collapse;
    width: 100%;
    margin-top: 12px;
    border: 1px solid #dde5d7;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account .woocommerce-table th,
.woocommerce-account .woocommerce-table td {
    padding: 14px 16px;
    border: 1px solid #ebf0e7;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-account table.shop_table thead th,
.woocommerce-account .woocommerce-table thead th {
    background: #f3f7f0;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14em;
    color: #0f3a5c;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-customer-details address,
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-column--shipping-address {
    padding: 24px;
    background: #f7f8f6;
    border: 1px solid #dde5d7;
}

.woocommerce-account .addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.woocommerce-account .woocommerce-pagination {
    margin-top: 24px;
}

.woocommerce-account .woocommerce-pagination .page-numbers {
    display: inline-flex;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-pagination .page-numbers li {
    margin: 0;
}

.woocommerce-account .woocommerce-pagination .page-numbers a,
.woocommerce-account .woocommerce-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid #dde5d7;
    background: #ffffff;
    color: #100f0d;
    text-decoration: none;
}

.woocommerce-account .woocommerce-pagination .page-numbers .current,
.woocommerce-account .woocommerce-pagination .page-numbers a:hover {
    border-color: #6A964C;
    background: #6A964C;
    color: #ffffff;
}

@media (max-width: 991px) {
    .faneco-auth,
    .faneco-account {
        padding: 32px 0 56px;
    }

    .faneco-auth__container,
    .faneco-auth .u-columns#customer_login,
    .faneco-account__layout,
    .woocommerce-account .addresses {
        grid-template-columns: 1fr;
    }

    .faneco-account__content .woocommerce-MyAccount-content,
    .faneco-auth__form,
    .faneco-account-nav__brand,
    .faneco-account__hero {
        padding: 24px;
    }

    .faneco-auth__title,
    .faneco-account__title,
    .faneco-account-dashboard__title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .faneco-account-dashboard__meta {
        align-items: stretch;
    }

    .faneco-account-dashboard__logout {
        width: 100%;
        margin-left: 0;
    }

    .woocommerce-account table.shop_table,
    .woocommerce-account .woocommerce-table,
    .woocommerce-account .my_account_orders {
        display: block;
        overflow-x: auto;
    }
}
.page-id-2278 .site-main,
.page-id-2167 .site-main,
.woocommerce-page .site-main{    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
	margin-top:3rem;margin-bottom:3rem}

@media (max-width: 767px) {
    .woocommerce-account .site-main {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* === Kategoria produktow === */
.tax-product_cat .site-main {
    background: linear-gradient(180deg, #f2f4f1 0, #ffffff 220px);
}

.faneco-category-page {
    padding: 48px 0 80px;
}

.faneco-category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 28px;
    margin-bottom: 28px;
    align-items: stretch;
}

.faneco-category-hero__intro {
    padding: 38px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7f2 100%);
    border-top: 1px solid #e0e7db;
    border-right: 1px solid #e0e7db;
    border-bottom: 1px solid #e0e7db;
    border-left: 6px solid #6A964C;
    box-shadow: 0 18px 36px rgba(16, 15, 13, 0.05);
}

.faneco-category-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.faneco-category-hero__guest {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-top: 22px;
}

.faneco-category-login-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border: 1px solid #0f3a5c !important;
    background: #0f3a5c !important;
    color: #ffffff !important;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(15, 58, 92, 0.14);
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faneco-category-login-btn:hover,
.faneco-category-login-btn:focus {
    background: #6b9646 !important;
    border-color: #6b9646 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(107, 150, 70, 0.16);
    transform: translateY(-1px);
}

.faneco-category-login-btn:focus-visible {
    outline: 3px solid rgba(107, 150, 70, 0.24);
    outline-offset: 3px;
}

.faneco-category-hero__guest-note {
    margin: 0;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #4d5752;
}

.faneco-category-hero__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 10px 16px;
    background: #f3f7f0;
    border: 1px solid #dde5d7;
    color: #0f3a5c;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.faneco-category-hero__chip:hover,
.faneco-category-hero__chip:focus {
    background: #0f3a5c;
    border-color: #0f3a5c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(15, 58, 92, 0.12);
}

.faneco-category-hero__visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dde5d7;
    box-shadow: 0 18px 36px rgba(16, 15, 13, 0.05);
}

.faneco-category-hero__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 18px;
    background: linear-gradient(180deg, #f7f9f6 0%, #eef3eb 100%);
    border-top: 4px solid #6A964C;
}

.faneco-category-hero__image {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
}

.faneco-category-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.faneco-category-hero__meta-item {
    padding: 18px;
    background: #f7f8f6;
    border: 1px solid #dde5d7;
}

.faneco-category-hero__meta-label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16em;
    color: #6A964C;
    text-transform: uppercase;
}

.faneco-category-hero__meta-value {
    display: block;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #100f0d;
}

.faneco-category-children {
    margin-bottom: 28px;
}

.faneco-category-children__header {
    margin-bottom: 18px;
}

.faneco-category-children .faneco-account-dashboard__title {
    margin-bottom: 0;
}

.faneco-category-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    margin-top: 0 !important;
    align-items: start;
}

.faneco-category-sidebar {
    width: auto !important;
}

.faneco-category-panel {
    width: 100%;
    overflow: hidden;
}

.faneco-category-filters {
    padding: 24px;
}

.faneco-category-filters > * + * {
    margin-top: 24px;
}

.faneco-category-filters .faneco-pim-filters {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.faneco-category-filters .faneco-pim-filters h3,
.faneco-category-filters .widget-title,
.faneco-category-filters .wp-block-heading {
    margin: 0 0 16px !important;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #100f0d;
    text-transform: uppercase;
}

.faneco-category-filters .fpim-filters-grid,
.faneco-category-filters .wc-block-product-filters__overlay-content {
    display: grid;
    gap: 16px;
}

.faneco-category-filters .fpim-filter-item label,
.faneco-category-filters .wc-block-product-filter-checkbox-list__text,
.faneco-category-filters fieldset legend,
.faneco-category-filters .wc-block-product-filter-removable-chips__label {
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #100f0d;
}

.faneco-category-filters .fpim-filter-item label {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #0f3a5c;
    text-transform: uppercase;
}

.faneco-category-filters .fpim-filter-item select,
.faneco-category-filters select,
.faneco-category-filters .wc-block-product-filters input[type="search"] {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #c6d3be;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
}

.faneco-category-filters .fpim-filter-item select:focus,
.faneco-category-filters select:focus,
.faneco-category-filters .wc-block-product-filters input[type="search"]:focus {
    border-color: #6A964C;
    outline: none;
    box-shadow: 0 0 0 4px rgba(106, 150, 76, 0.12);
}

.faneco-category-filters .wc-block-product-filters,
.faneco-category-filters .wp-block-woocommerce-product-filters {
    display: block !important;
    width: 100%;
}

.faneco-category-filters .wc-block-product-filter-checkbox-list__item + .wc-block-product-filter-checkbox-list__item,
.faneco-category-filters .wc-block-product-filter-removable-chips__item + .wc-block-product-filter-removable-chips__item {
    margin-top: 10px;
}

.faneco-category-filters .wc-block-product-filter-checkbox-list__label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.faneco-category-filters .wp-block-button__link,
.faneco-category-filters .wc-block-product-filters__apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.8rem 1.25rem;
    border: 1px solid #6A964C;
    background: #6A964C;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.06em;
}

.faneco-category-filters .wp-block-button__link:hover,
.faneco-category-filters .wc-block-product-filters__apply:hover {
    background: #0f3a5c;
    border-color: #0f3a5c;
    color: #ffffff;
}

.faneco-category-content__shell {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #dde5d7;
    box-shadow: 0 18px 32px rgba(16, 15, 13, 0.05);
    scroll-margin-top: 120px;
}

#faneco-category-filters {
    scroll-margin-top: 120px;
}

.faneco-category-content__intro {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebf0e7;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4d5752;
}

.faneco-category-content__intro p:last-child {
    margin-bottom: 0;
}

.tax-product_cat .woocommerce-notices-wrapper {
    margin-bottom: 14px;
}

.tax-product_cat .woocommerce-result-count {
    margin: 0 0 20px;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4d5752;
}

.tax-product_cat .woocommerce-ordering {
    margin: 0 0 24px;
}

.tax-product_cat .woocommerce-ordering select.orderby {
    min-height: 48px;
    min-width: 240px;
    padding: 10px 14px;
    border: 1px solid #c6d3be;
    background: #ffffff;
    border-radius: 0;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #100f0d;
}

.tax-product_cat .woocommerce-ordering select.orderby:focus {
    border-color: #6A964C;
    outline: none;
    box-shadow: 0 0 0 4px rgba(106, 150, 76, 0.12);
}

.tax-product_cat ul.products {
    margin-top: 24px !important;
}

.tax-product_cat ul.products li.product {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 15, 13, 0.04);
}

.tax-product_cat ul.products li.product::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #6A964C;
}

.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
    margin-bottom: 18px;
    padding: 24px 24px 0;
}

.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 76px;
    height: auto;
    margin-bottom: 14px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-wrap: pretty;
	padding-bottom:0px
}

.tax-product_cat ul.products li.product .price,
.tax-product_cat ul.products li.product .login-to-see-price {
    display: flex;
    justify-content: center;
    margin-bottom: 18px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.tax-product_cat ul.products li.product .login-to-see-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 170px;
    min-height: 42px;
    padding: 8px 12px;
    background: #f3f7f0;
    border: 1px solid #dde5d7;
    color: #0f3a5c !important;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: center;
}

.tax-product_cat ul.products li.product img {
    margin-bottom: 20px !important;
}

.tax-product_cat ul.products li.product .faneco-quote-btn-loop,
.tax-product_cat ul.products li.product .button.facc-compare-btn,
.tax-product_cat ul.products li.product .button.add_to_cart_button,
.tax-product_cat ul.products li.product .button.product_type_simple,
.tax-product_cat ul.products li.product .button.product_type_variable {
    width: calc(100% - 48px) !important;
    min-height: 56px !important;
    margin-top: 0 !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    padding: 8px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: center !important;
}

.tax-product_cat ul.products li.product .button.facc-compare-btn {
    margin-bottom: 24px !important;
}

.tax-product_cat .woocommerce-pagination {
    clear: both;
    margin-top: 34px;
}

.tax-product_cat .woocommerce-pagination .page-numbers a,
.tax-product_cat .woocommerce-pagination .page-numbers span {
    border: 1px solid #dde5d7;
    background: #ffffff;
    color: #100f0d;
}

.tax-product_cat .woocommerce-pagination .page-numbers .current,
.tax-product_cat .woocommerce-pagination .page-numbers a:hover {
    border-color: #6A964C;
    background: #6A964C;
    color: #ffffff;
}

@media (max-width: 991px) {
    .faneco-category-page {
        padding: 32px 0 56px;
    }

    .faneco-category-hero,
    .faneco-category-layout {
        grid-template-columns: 1fr;
    }

    .faneco-category-hero__intro,
    .faneco-category-content__shell,
    .faneco-category-filters,
    .faneco-category-hero__visual {
        padding: 24px;
    }

    .faneco-category-hero__image-wrap {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .faneco-category-hero__meta {
        grid-template-columns: 1fr;
    }

    .faneco-category-hero__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .faneco-category-hero__guest {
        align-items: stretch;
    }

    .faneco-category-login-btn {
        width: 100%;
    }

    .faneco-category-hero__chip {
        width: 100%;
    }

    .tax-product_cat .woocommerce-ordering select.orderby {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 860px) {
    .tax-product_cat ul.products li.product {
        width: 100% !important;
    }
}
	
.facc-prod-name	{color:#000}

.faneco-description-tab {
    padding: 40px 0;
    color: #333;
    line-height: 1.6;
}

.faneco-desc-logo {
    float: right;
    max-width: 150px;
    margin-bottom: 20px;
}

.faneco-desc-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faneco-desc-subtitle {
    font-size: 18px;
    color: #0056b3; /* niebieski ze screena */
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.faneco-desc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 50px 0;
    clear: both;
}

.faneco-desc-feature {
    position: relative;
    padding-left: 30px;
}

.faneco-desc-feature::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    color: #7fa94c;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.faneco-desc-feature-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.faneco-desc-feature-text {
    font-size: 13px;
    color: #666;
    display: block;
}

.faneco-desc-columns {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.faneco-desc-col-text {
    flex: 1;
}

.faneco-desc-col-image {
    flex: 0 0 400px;
}

.faneco-desc-col-image img {
    width: 100%;
    height: auto;
}

.faneco-desc-section-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    border-bottom: none;
}

/* Responsywność opisu */
@media (max-width: 991px) {
    .faneco-desc-grid {
        grid-template-columns: 1fr;
    }
    .faneco-desc-columns {
        flex-direction: column;
    }
    .faneco-desc-col-image {
        flex: none;
        max-width: 100%;
    }
}

/* Tabela specyfikacji technicznej - dostosowanie do screena */
.faneco-spec-section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0 15px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: inline-block;
}

.faneco-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.faneco-spec-row {
    border-bottom: 1px solid #e1e1e1;
}

.faneco-spec-label {
    width: 35%;
    text-align: left;
    padding: 12px 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
}

.faneco-spec-value {
    text-align: left;
    padding: 12px 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    vertical-align: top;
}


/* Porównywarka na stronie produktu */
.faneco-compare-after-quote {
    margin-top: 10px;
}
.faneco-compare-after-quote .facc-compare-btn {
    display: block !important;
    width: 100% !important;
    padding: 8px 10px !important;
    background: #f4f4f4 !important;
    color: #666 !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    min-height: 40px !important;
}
.faneco-compare-after-quote .facc-compare-btn:hover {
    background: #0f3a5c !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Hero Slider Fixes */
.hero-slider {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.splide:not(.is-initialized) .splide__slide:not(:first-child) {
    display: none;
}

.item-hero-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
}

.item-hero-slider__headerbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.item-hero-slider__header h1 {
    font-size: 46px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.item-hero-slider__desc {
    font-size: 19px;
    line-height: 1.5;
    color: #666;
}

.item-hero-slider__mediabox {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #f0f0f0;
    min-height: 400px;
}

.item-hero-slider__image,
.item-hero-slider__video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .item-hero-slider {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }
    .item-hero-slider__headerbox {
        align-items: center;
        order: 2;
    }
    .item-hero-slider__mediabox {
        order: 1;
        min-height: 300px;
    }
    .item-hero-slider__image,
    .item-hero-slider__video {
        height: 300px;
    }
    .item-hero-slider__header h1 {
        font-size: 32px;
    }
}

/* Uspokojenie sekcji branzy i kategorii produktowych */
.teaser-product-category2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.teaser-product-category2__container {
    align-items: stretch;
    gap: 2.25rem;
}

.teaser-product-category2__header {
    max-width: 64rem;
}

.teaser-product-category2__header * {
    margin: 0;
    font-size: 3rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.teaser-product-category2__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.item-teaser-product-category2 {
    gap: 1.1rem;
    height: 100%;
    color: #100f0d;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.item-teaser-product-category2:hover,
.item-teaser-product-category2:focus-visible {
    transform: translateY(-4px);
    text-decoration: none;
}

.item-teaser-product-category2:hover .item-teaser-product-category2__image,
.item-teaser-product-category2:focus-visible .item-teaser-product-category2__image {
    box-shadow: 0 18px 36px rgba(16, 15, 13, 0.08);
    border-color: rgba(106, 150, 76, 0.4);
}

.item-teaser-product-category2__image {
    display: block;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(106, 150, 76, 0.16);
    background: linear-gradient(180deg, #f5f3ef 0%, #fff 100%);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.item-teaser-product-category2__header {
    margin: 0;
    padding: 0 0.35rem;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
}

.item-teaser-product-category {
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(106, 150, 76, 0.18);
    background: linear-gradient(180deg, #eeeeee 0%, #fff 100%);
    box-shadow: 0 14px 28px rgba(16, 15, 13, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.item-teaser-product-category:hover,
.item-teaser-product-category:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 32px rgba(16, 15, 13, 0.08);
    border-color: rgba(106, 150, 76, 0.4);
    text-decoration: none;
}

.item-teaser-product-category__image {
    max-width: 8rem;
    height: 6.5rem;
}

.item-teaser-product-category__header {
    margin: 0;
}

@media (max-width: 991px) {
    .teaser-product-category2__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .teaser-product-category2__header * {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    .teaser-product-category2__gallery {
        gap: 1.5rem;
    }

    .teaser-product-category2__header * {
        font-size: 2.1rem;
    }
}

@media (max-width: 575px) {
    .teaser-product-category2 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .teaser-product-category2__gallery {
        grid-template-columns: 1fr;
    }

    .item-teaser-product-category2__header {
        font-size: 1.25rem;
    }
}

/* Kategorie branzy - wariant blizszy starej stronie */
.faneco-destination-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.5rem 4rem;
}

.faneco-destination-categories--related {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: 1px solid rgba(106, 150, 76, 0.14);
}

.faneco-destination-categories--related .faneco-destination-categories__headerbox * {
    color: #044a8b;
}

.faneco-destination-categories__card {
    align-items: flex-start;
    gap: 1.25rem;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faneco-destination-categories__card:hover,
.faneco-destination-categories__card:focus-visible {
    transform: translateY(-3px);
    box-shadow: none;
}

.faneco-destination-categories__card.is-active .faneco-destination-categories__thumb {
    outline: 2px solid rgba(106, 150, 76, 0.65);
    outline-offset: 0;
}

.faneco-destination-categories__card--with-image .faneco-destination-categories__title {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.5px;
    color: #100f0d;
    margin: 0;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.faneco-destination-categories__card--no-image {
    align-items: center;
    min-height: 12rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(106, 150, 76, 0.18);
    background: linear-gradient(180deg, #eeeeee 0%, #fff 100%);
    box-shadow: 0 14px 28px rgba(16, 15, 13, 0.04);
}

.faneco-destination-categories__card--no-image .faneco-destination-categories__title {
    margin: 0;
    text-align: center;
}

.faneco-destination-categories__thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f3f1ec;
    transition: outline-color 0.2s ease;
}

.faneco-destination-categories__thumb .item-teaser-product-category__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}

.faneco-destination-categories__title {
    width: 100%;
    text-align: left;
}

@media (max-width: 991px) {
    .faneco-destination-categories__grid {
        gap: 2.5rem 2rem;
    }
}

@media (max-width: 767px) {
    .faneco-destination-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .faneco-destination-categories__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Recznie wskazane grupy produktowe z Faneco PIM. */
.faneco-product-groups {
    padding: 3.5rem 0;
}

.faneco-product-groups__header {
    margin-bottom: 2rem;
}

.faneco-product-groups__header h2 {
    margin: 0;
}

.faneco-product-groups__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.faneco-product-groups__card {
    display: flex;
    min-width: 0;
    color: #100f0d;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.faneco-product-groups__card:hover,
.faneco-product-groups__card:focus-visible {
    color: #100f0d;
    text-decoration: none;
    transform: translateY(-3px);
}

.faneco-product-groups--image .faneco-product-groups__card {
    flex-direction: column;
    gap: 1rem;
}

.faneco-product-groups--image .faneco-product-groups__visual {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f1ec;
}

.faneco-product-groups--image .faneco-product-groups__visual-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faneco-product-groups--image .faneco-product-groups__name {
    font-family: "Poppins-Bold", sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.18;
    text-transform: uppercase;
}

.faneco-product-groups--image .faneco-product-groups__card--no-visual {
    justify-content: center;
    min-height: 12rem;
    padding: 1.5rem;
    border: 1px solid rgba(106, 150, 76, 0.2);
    background: #f7f7f5;
    text-align: center;
}

.faneco-product-groups--icon .faneco-product-groups__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.faneco-product-groups--icon .faneco-product-groups__card {
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    padding: 0.5rem;
    text-align: center;
}

.faneco-product-groups--icon .faneco-product-groups__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 5rem;
}

.faneco-product-groups--icon .faneco-product-groups__visual-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.faneco-product-groups--icon .faneco-product-groups__name {
    font-size: 1.05rem;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .faneco-product-groups__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faneco-product-groups--icon .faneco-product-groups__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .faneco-product-groups__grid,
    .faneco-product-groups--icon .faneco-product-groups__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .faneco-product-groups--image .faneco-product-groups__name {
        font-size: 1.1rem;
    }
}
