/* =========================
MEGA MENU – UKRYTE DOMYŚLNIE
========================= */

#menuCategoryTree > ul.dropdown-menu{
    display:none !important;
}

/* =========================
POKAZANIE MENU NA HOVER
========================= */

#menuCategoryTree:hover > ul.dropdown-menu{
    display:grid !important;
}

/* =========================
KONTENER MEGAMENU
========================= */

#menuCategoryTree > ul.dropdown-menu{
    grid-template-columns:repeat(3,1fr) !important;
    gap:10px 30px !important;
    width:950px !important;
    padding:25px !important;

    background:#ffffff !important;
    border:1px solid #e5e5e5 !important;
    border-radius:6px !important;

    box-shadow:0 8px 24px rgba(0,0,0,0.12) !important;

    white-space:normal !important;
    left:0 !important;
}

/* =========================
STRUKTURA LISTY
========================= */

#menuCategoryTree > ul.dropdown-menu > li{
    border-bottom:1px solid #f0f0f0 !important;
    padding:0 !important;
    margin:0 !important;
    display:block !important;
    width:100% !important;
}

/* =========================
LINKI KATEGORII
========================= */

#menuCategoryTree > ul.dropdown-menu > li > a{
    white-space:normal !important;
    padding:10px 4px !important;
    font-size:13px !important;
    color:#333 !important;
    text-decoration:none !important;
    line-height:1.4 !important;
    display:block !important;
    transition:all .2s ease !important;
}

/* =========================
HOVER
========================= */

#menuCategoryTree > ul.dropdown-menu > li > a:hover{
    color:#f8991d !important;
    background:transparent !important;
    padding-left:10px !important;
}

/* =========================
PROMOCJE / WYPRZEDAŻ
========================= */

#menuCategoryTree > ul.dropdown-menu > li > a[href*="promocj"],
#menuCategoryTree > ul.dropdown-menu > li > a[title*="Promocj"],
#menuCategoryTree > ul.dropdown-menu > li > a[href*="wyprzedaz"],
#menuCategoryTree > ul.dropdown-menu > li > a[title*="Wyprzeda"]{

    color:#d9251c !important;
    font-weight:700 !important;
}

#menuCategoryTree > ul.dropdown-menu > li > a[href*="promocj"]:hover,
#menuCategoryTree > ul.dropdown-menu > li > a[title*="Promocj"]:hover{
    color:#f8991d !important;
}

}
.b2b-contact-container{
max-width:1200px;
margin:auto;
padding:40px 20px;
font-family:Arial, Helvetica, sans-serif;
}

.b2b-hero{
text-align:center;
margin-bottom:50px;
}

.b2b-hero h1{
font-size:32px;
margin-bottom:10px;
}

.b2b-hero p{
color:#666;
font-size:18px;
}


/* TEAM */

.b2b-team{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
margin-top:30px;
}

.b2b-person{
border:1px solid #e5e5e5;
border-radius:8px;
padding:25px;
text-align:center;
background:white;
}

.b2b-person img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:12px;
}

.b2b-person h3{
margin-bottom:6px;
}

.b2b-person .role{
color:#666;
font-size:14px;
margin-bottom:10px;
}


/* MAP */

.b2b-map{
margin:60px 0;
}

.b2b-map iframe{
width:100%;
height:350px;
border:0;
border-radius:8px;
}


/* CTA */

.b2b-cta{
background:#0A192F;
color:white;
padding:40px;
border-radius:10px;
text-align:center;
}

.b2b-cta h2{
margin-bottom:10px;
}

.b2b-cta p{
margin-bottom:20px;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.b2b-cta button{
background:#FFC107;
border:none;
padding:14px 28px;
border-radius:6px;
font-weight:bold;
cursor:pointer;
}


/* MOBILE */

@media (max-width:768px){

.b2b-hero h1{
font-size:26px;
}

.b2b-map iframe{
height:250px;
}

.b2b-cta{
padding:30px 20px;
}

}

@media(max-width:768px){
.b2b-company{
grid-template-columns:1fr;
}
}

.forum-brand-zone {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.6;
  }
  .forum-hero {
    background-color: #f4f4f4;
    border-left: 5px solid #0056b3;
    padding: 30px;
    margin-bottom: 30px;
  }
  .forum-hero h1 {
    margin-top: 0;
    font-size: 26px;
    color: #1a1a1a;
  }
  .forum-hero p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .forum-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
  }
  .forum-category-card {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
  }
  .forum-category-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0056b3;
  }
  .forum-category-card img {
    max-width: 80px;
    height: auto;
    margin-bottom: 15px;
  }
  .forum-category-card h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
  }
  .forum-usp-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    background: #1a1a1a;
    color: #fff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
  }
  .forum-usp-box h4 {
    color: #00a8ff;
    margin-top: 0;
    font-size: 18px;
  }
  .forum-usp-box p {
    font-size: 14px;
    color: #ccc;
  }
  .forum-seo-content h2 {
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
  .forum-seo-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .forum-seo-content li {
    margin-bottom: 10px;
  }
  .forum-seo-content a {
    color: #0056b3;
    text-decoration: underline;
    font-weight: bold;
  }
  @media (max-width: 768px) {
    .forum-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .forum-grid { grid-template-columns: 1fr; }
  }

/* --- NOWOŚĆ: Styl dla przeniesionego elementu "Planowana dostawa" --- */
li.custom-planned-supply {
    flex-basis: 100% !important; /* Rozciąga na całą szerokość */
    justify-content: center; /* Wyśrodkowuje link wewnątrz */
    background-color: #eaf7ed !important; /* Lekko zielone tło dla wyróżnienia */
    font-weight: 600;
}
li.custom-planned-supply a {
    color: #155724 !important; /* Ciemnozielony tekst */
    text-decoration: none;
}
/* Ukrywamy domyślną ikonę, bo jej tu nie potrzebujemy */
li.custom-planned-supply::before {
    display: none !important;
}

/* --- Globalne Style dla Opisów Produktów --- */
.prod-opis-container h2, .prod-opis-container h3 {
    color: #111;
    margin-top: 30px;
    margin-bottom: 15px;
}

.prod-separator {
    text-align: center;
    margin: 40px 0;
    line-height: 0; /* Zapobiega dodatkowym odstępom */
}

.prod-separator img {
    max-width: 100%;
    height: auto;
}

.prod-features-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.prod-features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.prod-features-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745; /* Zielony kolor "ptaszka" */
}

.prod-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
}

.prod-spec-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.prod-spec-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.prod-spec-table strong {
    color: #333;
}

.prod-brand-logo {
    text-align: center;
    margin-top: 25px;
}

.prod-brand-logo img {
    height: auto;
}
#injectionProductUnderPhoto > .abs-html-injection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  margin-bottom: 5px;

}
@media (max-width: 920px) {
  #injectionProductUnderPhoto > .abs-html-injection {
    flex-direction: column;
  }
}
.paypo,.paypo :not(svg,svg*){all:initial;display:block}.paypo dialog{position:static;display:none;width:auto;height:auto;padding:0;border:none;margin:0;background:0 0;color:inherit}.paypo dialog[open]{display:block}.paypo iframe{display:block;border:none}.paypo__open{width:100%;max-width:480px;height:auto;flex-shrink:1;cursor:pointer}.paypo .paypo__dialog{position:fixed;top:0;left:0;z-index:1000000;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.paypo .paypo__close{position:absolute;top:18px;right:20px;display:block;width:20px;height:20px;cursor:pointer}@media (min-width:600px){.paypo .paypo__close{right:calc(50% - 288px)}}.paypo .paypo__container{width:616px;max-width:100%;height:100%;margin-right:auto;margin-left:auto}
.table-container {
    max-width: 1200px; /* Możesz dostosować tę wartość do szerokości swojego sklepu */
    margin: 20px auto;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Podstawowe style samej tabeli */
.warranty-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px; /* Domyślny rozmiar czcionki w tabeli */
}

/* Style komórek nagłówka (th) i danych (td) */
.warranty-table th,
.warranty-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
}

/* Wyróżnienie nagłówka tabeli */
.warranty-table th {
    background-color: #df8d25;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1; /* Zapewnia, że nagłówek będzie nad przewijaną treścią */
}

/* Usunięcie dolnej krawędzi z ostatniego wiersza dla estetyki */
.warranty-table tr:last-child td {
    border-bottom: none;
}

/* Efekt "zebry" - co drugi wiersz ma inne tło */
.warranty-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* Efekt podświetlenia wiersza po najechaniu myszką */
.warranty-table tr:hover {
    background-color: #e9ecef;
}

/* Specyficzne style dla klas wewnątrz tabeli */
.warranty-table .brand-name {
    font-weight: 500;
    color: #495057;
    white-space: nowrap; /* Zapobiega łamaniu nazw marek */
}

.warranty-table .warranty-details a,
.warranty-table .link-cell a {
    color: #0056b3; /* Możesz zmienić na kolor linków w Twoim sklepie */
    text-decoration: none;
    font-weight: 500;
}

.warranty-table .warranty-details a:hover,
.warranty-table .link-cell a:hover {
    text-decoration: underline;
}

.warranty-table .link-cell {
    text-align: center;
    white-space: nowrap;
}

.rupes-marine-scoped-full {
  font-family: Arial, sans-serif;
  color: #3a3a3a;
  line-height: 1.6;
  max-width: 1140px;
  margin: 30px auto;
  padding: 15px;
}
.rupes-marine-scoped-full *, .rupes-marine-scoped-full *::before, .rupes-marine-scoped-full *::after {
  box-sizing: border-box;
}

/* --- Nagłówek, Nawigacja i Wstęp --- */
.rupes-marine-scoped-full .rm-header h1 {
  font-size: 2.8em;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.rupes-marine-scoped-full .rm-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.rupes-marine-scoped-full .rm-nav a {
  text-decoration: none;
  color: #005696;
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px 15px;
}
.rupes-marine-scoped-full .rm-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
}

/* --- Struktura Sekcji (Cięcie / Wykończenie) --- */
.rupes-marine-scoped-full .rm-section {
  margin-bottom: 40px;
  padding-top: 60px; /* Daje przestrzeń dla linków kotwicznych */
  margin-top: -60px; /* Kompensuje padding-top */
}
.rupes-marine-scoped-full .rm-section-title {
  font-size: 2.4em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px 0;
}
.rupes-marine-scoped-full .rm-subsection {
  margin-top: 50px;
}
.rupes-marine-scoped-full .rm-subsection-title {
  font-size: 1.8em;
  text-align: center;
  color: #222;
  margin: 0;
}
.rupes-marine-scoped-full .rm-subsection-subtitle {
  font-size: 1.1em;
  text-align: center;
  color: #666;
  margin: 5px 0 30px 0;
}

/* --- Wiersz Produktu (Obraz + Opis) --- */
.rupes-marine-scoped-full .rm-product-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.rupes-marine-scoped-full .rm-product-row.reverse {
  flex-direction: row-reverse;
}
.rupes-marine-scoped-full .rm-product-image.single {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.rupes-marine-scoped-full .rm-product-image.single img {
  max-width: 280px;
  width: 100%;
}
.rupes-marine-scoped-full .rm-product-details {
  flex: 2;
  min-width: 300px;
}
.rupes-marine-scoped-full .rm-product-details h3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0;
}
.rupes-marine-scoped-full .rm-product-details h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #555;
  margin: 5px 0 15px 0;
}
.rupes-marine-scoped-full .rm-product-details p {
  font-size: 1em;
  margin-bottom: 10px;
}
.rupes-marine-scoped-full .rm-product-details p:first-of-type {
  font-weight: bold;
}

/* --- Prezentacja Narzędzi (Polerki) --- */
.rupes-marine-scoped-full .rm-tool-showcase {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 20px;
  margin: 0 auto 30px auto;
  max-width: 900px;
}
.rupes-marine-scoped-full .rm-tool-showcase.single img {
  max-width: 400px;
  width: 100%;
}
.rupes-marine-scoped-full .rm-tool-showcase.two-cols .rm-tool-item {
  flex: 1;
  min-width: 280px;
  text-align: center;
}
.rupes-marine-scoped-full .rm-tool-showcase.two-cols img {
  max-width: 100%;
}
.rupes-marine-scoped-full .rm-tool-showcase.two-cols span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/* --- Siatka z Padami --- */
.rupes-marine-scoped-full .rm-pad-grid {
  display: grid;
  gap: 25px;
}
.rupes-marine-scoped-full .rm-pad-grid.three-cols {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.rupes-marine-scoped-full .rm-pad-grid.two-cols {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 800px;
  margin: 0 auto;
}
.rupes-marine-scoped-full .rm-pad-item {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 25px;
}
.rupes-marine-scoped-full .rm-pad-item img {
  max-height: 120px;
  margin-bottom: 15px;
}
.rupes-marine-scoped-full .rm-pad-item h5 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.rupes-marine-scoped-full .rm-pad-item p {
  font-size: 0.9em;
  margin: 0;
}

/* --- Poziomy Pad --- */
.rupes-marine-scoped-full .rm-pad-horizontal {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  border: 1px solid #e9e9e9;
  padding: 20px;
}
.rupes-marine-scoped-full .rm-pad-h-image {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.rupes-marine-scoped-full .rm-pad-h-image img {
  max-width: 200px;
}
.rupes-marine-scoped-full .rm-pad-h-details {
  flex: 3;
  min-width: 300px;
}
.rupes-marine-scoped-full .rm-pad-h-details h5 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

/* --- Separator --- */
.rupes-marine-scoped-full .rm-section-divider {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 60px auto;
}

/* --- Responsywność --- */
@media (max-width: 768px) {
  .rupes-marine-scoped-full .rm-header h1 { font-size: 2em; }
  .rupes-marine-scoped-full .rm-nav { flex-direction: column; align-items: center; gap: 5px; }
  .rupes-marine-scoped-full .rm-nav a { font-size: 1.2em; }
  .rupes-marine-scoped-full .rm-section-title { font-size: 1.8em; }
  .rupes-marine-scoped-full .rm-product-row, .rupes-marine-scoped-full .rm-product-row.reverse {
    flex-direction: column;
    text-align: center;
  }
  .rupes-marine-scoped-full .rm-product-details {
    text-align: left;
  }
}
@keyframes pulse-animation {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

#offerFastlistPage {
  /* Uruchamiamy animację: nazwa, czas trwania, funkcja czasu, nieskończona pętla */
  animation: pulse-animation 2.5s ease-in-out infinite;
}

/* Stylizujemy sam przycisk (link <a>) */
#offerFastlistPage a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Delikatny, stały cień */
  border-radius: 6px; /* Dopasuj zaokrąglenie do oryginału */

  /* Animacja dla cienia i transformacji */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt po najechaniu myszką - zatrzymujemy pulsowanie i powiększamy */
#offerFastlistPage:hover {
  animation-play-state: paused; /* Zatrzymujemy pulsowanie po najechaniu */
}

#offerFastlistPage a:hover {
  transform: translateY(-3px) scale(1.05); /* Lekkie uniesienie i powiększenie */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Mocniejszy cień dla efektu "podniesienia" */
}

/* --- Sekcja Korzyści z Rejestracji --- */

/* Główny kontener sekcji */
.rejestracja-korzysci-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: 'Inter', sans-serif; /* Możesz zmienić na font używany w Twoim sklepie */
}

/* Nagłówek "Nie masz konta?" */
.rejestracja-korzysci-heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px;
    color: #222;
}

/* Lista korzyści */
.rejestracja-korzysci-lista {
    margin-bottom: 30px;
}

/* Pojedynczy element listy (ikona + tekst) */
.rejestracja-korzysci-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

/* Ostatni element listy nie ma marginesu na dole */
.rejestracja-korzysci-item:last-child {
    margin-bottom: 0;
}

/* Stylizacja ikony */
.rejestracja-korzysci-ikona {
    font-size: 24px;
    color: #df8d25; /* Kolor fioletowy, podobny do oryginału */
    margin-right: 15px;
    width: 30px; /* Stała szerokość dla równego ułożenia tekstu */
    text-align: center;
}

/* Przycisk "Stwórz konto" */
.rejestracja-korzysci-przycisk {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #df8d25; /* Kolor żółty, podobny do oryginału */
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    box-sizing: border-box; /* Zapewnia, że padding nie zwiększy szerokości */
}

/* Efekt po najechaniu na przycisk */
.rejestracja-korzysci-przycisk:hover {
    background-color: #e2a800; /* Ciemniejszy odcień żółtego */
    color: #000;
}
.rkm-custom-gallery {
  --gallery-brand-color: #c81d25;
  --gallery-gap: 16px; /* Odstęp między zdjęciami */
  --gallery-border-radius: 8px;
  --gallery-transition-speed: 0.3s;
  
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Resetowanie tylko elementów wewnątrz naszej galerii */
.rkm-custom-gallery *,
.rkm-custom-gallery *::before,
.rkm-custom-gallery *::after {
  box-sizing: border-box;
}

.rkm-custom-gallery h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.rkm-custom-gallery .gallery-intro {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* --- KLUCZOWA ZMIANA: Zastępujemy GRID układem kolumnowym --- */
.rkm-custom-gallery .gallery-grid {
  /* Definiujemy liczbę kolumn dla widoku desktopowego */
  column-count: 3;
  column-gap: var(--gallery-gap);
}

/* Pojedyncze zdjęcie - dostosowane do układu kolumnowego */
.rkm-custom-gallery .gallery-item {
  margin-bottom: var(--gallery-gap); /* Odstęp pionowy między zdjęciami */
  break-inside: avoid; /* Zapobiega łamaniu jednego zdjęcia na dwie kolumny */
  border-radius: var(--gallery-border-radius);
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform var(--gallery-transition-speed) ease, box-shadow var(--gallery-transition-speed) ease;
}

/* --- KLUCZOWA ZMIANA: Zdjęcia zachowują swoje proporcje --- */
.rkm-custom-gallery .gallery-item img {
  display: block;
  width: 100%; /* Obrazek dopasowuje się do szerokości kolumny */
  height: auto; /* Wysokość jest automatyczna, zachowując proporcje! */
  border-radius: var(--gallery-border-radius); /* Dodane dla spójności z kontenerem */
  transition: transform var(--gallery-transition-speed) ease-in-out;
}

/* Efekt po najechaniu myszką - teraz działa na całym elemencie */
.rkm-custom-gallery .gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
}

/* --- Media Queries dla responsywności układu kolumnowego --- */

/* Widok na tablety (2 kolumny) */
@media (max-width: 992px) {
  .rkm-custom-gallery .gallery-grid {
    column-count: 2;
  }
}

/* Widok na telefony (1 kolumna dla najlepszej czytelności) */
@media (max-width: 576px) {
  .rkm-custom-gallery .gallery-grid {
    column-count: 1;
  }
}
.about-plancraft { background: #f9f9f9; padding: 40px 0; font-family: Arial,sans-serif; }
.ap-container { max-width: 800px; margin: auto; text-align: center; }
.about-plancraft h2 { font-size: 2em; margin-bottom: 0.2em; color: #222; }
.slogan { font-size: 1.2em; margin-bottom: 1em; color: #555; }
.secure { margin-top: 2em; font-size: 0.9em; color: #666; }

.paralaksa-okno {
    height: 40vh; /* Możesz zmienić tę wartość, np. na 300px */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Nakładka na tło dla 'okna' */
.paralaksa-okno::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Lżejsza nakładka, bo nie ma tekstu */
}
.abs-layout-breadcrumbs:has(ol.breadcrumb li:only-child) {
    display: none;
}
li#abs-price-start-self-pickup-li {
    display: none !important;
}
/* --- SEKCJA 1: POPRAWKI GLOBALNE I KOSMETYCZNE --- */
.abs-list-label { padding-right: 0.5em; }
.abs-product-header-dispatch-counter {
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.abs-product-header-labels:empty { display: none; }
.abs-labels { margin-bottom: 0px; }
.breadcrumb { margin-bottom: 5px; }
/* POPRAWKA: Dodano brakujący dwukropek w 'padding' */
.abs-product-page-header .abs-product-header-title,.abs-product-page-header .abs-product-header-img,.abs-product-page-header .abs-product-header-details,.abs-product-page-header .abs-product-header-price,.abs-product-page-header .abs-product-header-variants,.abs-product-page-header .abs-product-header-variant-products,.abs-product-page-header .abs-product-header-purchase,.abs-product-page-header .abs-product-header-actions { padding: 0px; }

/* --- SEKCJA 2: BREADCRUMBS (JAK X-KOM) --- */
#global-breadcrumb { overflow: hidden; position: relative; }
#global-breadcrumb .abs-breadcrumb-crumbs {
    display: flex; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none;
    scrollbar-width: none; padding-bottom: 20px; margin-bottom: -20px;
}
#global-breadcrumb .abs-breadcrumb-crumbs::-webkit-scrollbar { display: none; }
#global-breadcrumb::after {
    content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 50px;
}

/* --- SEKCJA 3: GŁÓWNY UKŁAD STRONY (Desktop) --- */
@media (min-width: 992px) {
    .abs-product-page-header .abs-header-main.general-product-data-right-column .abs-header-right { flex: 0 0 42% !important; }
    .abs-product-page-header .abs-header-main.general-product-data-left-column { flex: 0 0 58% !important; padding: 0px;}
}
.abs-product-page-header .abs-product-header-labels { padding-bottom: 10px;}
.custom-product-title-container {
    display: flex; justify-content: space-between; align-items: flex-start;
    width: 100%;
}
.custom-product-title-container .custom-title-wrapper { flex-grow: 1; }
.custom-product-title-container .abs-producer { margin-bottom: 10px; margin-right: 10px; flex-shrink: 0; }
.custom-product-title-container .abs-producer img { width: auto; display: block; }
.custom-product-title-container .abs-product-header-title h1 { font-weight: 600; line-height: 1.25; }
.custom-product-title-container .product-catalog-index { font-size: 13px; margin-top: 6px; }

/* --- SEKCJA 4: STYL LISTY Z DETALAMI (Wspólne) --- */
ul.abs-short-details.list-group.abs-list {
    list-style: none !important; padding: 0 !important; margin: 15px -4px !important;
    background: none !important; border: none !important; display: flex; flex-wrap: wrap;
}
ul.abs-short-details > li.list-group-item {
    display: flex !important; align-items: center !important; background-color: #f8f9fa;
    border: 1px solid #e9e9e9; border-radius: 5px; padding: 10px 12px !important; margin: 4px !important;
}
.abs-list-value, .htmlAttributeValue, .stock-name { font-weight: 700 !important; }
.stock-name { color: #28a745 !important; }
li .abs-icon-bullet, .abs-avail-ico { display: none !important; }
ul.abs-short-details li[data-attribute-id] ul, ul.abs-short-details li[data-attribute-id] li { list-style-type: none !important; }
ul.abs-short-details > li.list-group-item::before {
    font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px;
    margin-right: 12px; width: 20px; text-align: center;
}
li.abs-text-available, li#abs-estimated-delivery-li, ul.abs-short-details > li.list-group-item[data-attribute-id] {
    flex-grow: 1; flex-basis: calc(50% - 8px); min-width: 180px;
}
li.abs-text-available::before { content: '\f49e'; color: #28a745; }
li#abs-estimated-delivery-li::before { content: '\f0d1'; color: #17a2b8; }
ul.abs-short-details > li.list-group-item[data-attribute-id]::before { content: '\f494'; color: #6c757d; }
li#abs-price-start-delivery-li::before { content: '\f02c'; color: #ffc107; }

/* --- SEKCJA 5: PRZYCISKI I BLOK ZAKUPU --- */
.abs-product-header-actions.custom-actions-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
}
.custom-actions-wrapper > .btn-group,
.custom-actions-wrapper > #notify-button-clone { /* POPRAWKA: Celowanie w klona przycisku */
    flex: 1;
    margin: 0 !important;
    display: flex;
}
.custom-actions-wrapper .btn {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d5d5d5 !important;
    background-color: #f5f5f5 !important;
    color: #333 !important;
    font-size: 13px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    padding: 8px 10px !important;
    line-height: 1.4;
    white-space: normal;
}
.custom-actions-wrapper .btn:hover {
    background-color: #e9e9e9 !important;
}
.cart-btn .abs-btn-msg::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f07a';
    margin-right: 10px;
}
.cart-btn .abs-icon-cart {
    display: none !important;
}
.abs-header-right:has([class*="avail-approx-"]:not(.avail-approx-out)) .abs-open-product-availability-subscription-btn,
.abs-header-right:has([class*="avail-approx-"]:not(.avail-approx-out)) #notify-button-clone {
    display: none !important;
}

/* --- SEKCJA 6: NOWOŚĆ - STYL BOKSU "ZALOGUJ SIĘ" --- */
/* Style dla niezalogowanych i zalogowanych */
.custom-login-prompt-box, .custom-welcome-box {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}
.custom-login-prompt-box {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #333;
}
.custom-welcome-box {
    background-color: #eaf7ed;
    border: 1px solid #b7e1bf;
    color: #155724;
}
.custom-login-prompt-box .fa-bullhorn {
    font-size: 26px;
    color: #555;
    margin-right: 12px;
    transform: rotate(325deg);
    display: inline-block;
}
.custom-welcome-box .fa-check-circle {
    font-size: 24px;
    margin-right: 12px;
}
.custom-login-prompt-box .prompt-text a {
    color: #007bff;
    font-weight: bold;
    text-decoration: underline;
}

/* --- SEKCJA 7 & 8: ZAAWANSOWANA OPTYMALIZACJA MOBILNA I EDGE-TO-EDGE --- */
/* POPRAWKA: Połączono wszystkie reguły dla mobile w jeden, czysty blok */
@media (max-width: 991px) {
    /* Układ strony produktu */
    .custom-product-title-container { flex-direction: column; align-items: stretch; }
    .custom-product-title-container .abs-producer { align-self: center; max-height: 50px;}
    .custom-product-title-container .abs-producer img { height: 100%; width: auto; object-fit: contain; }
    .custom-product-title-container .abs-product-header-title h1 {
        font-size: 16px !important;
        line-height: 1.4;
    }
    
    .abs-header-right { display: flex; flex-direction: column; }
    
    .abs-product-header-price { order: 1; }
    .abs-product-header-purchase { order: 2; margin-bottom: 15px; }
    ul.abs-short-details.list-group.abs-list { order: 3; margin: 10px -4px !important; }
    .custom-actions-wrapper { order: 4; flex-wrap: wrap; }
    .custom-login-prompt-box { order: 5; margin-top: 10px; }

    .abs-product-header-purchase .cart-widget { display: flex; align-items: center; gap: 15px; }
    .abs-product-header-purchase .purchase-spinner { flex-shrink: 0; }
    .abs-product-header-purchase .purchase-buttons { flex-grow: 1; }
    .abs-product-header-purchase .cart-btn { width: 100%; }

    /* --- POPRAWIONE STYLE DLA TABELI Z KOSZTAMI DOSTAWY --- */
    /* POPRAWKA: Usunięto globalną, niszczącą regułę. Poniższe style działają tylko tam, gdzie powinny. */
    #detailsProductDeliveryContent table.product-delivery-tab-details tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }
    #detailsProductDeliveryContent table.product-delivery-tab-details tr:last-child { border-bottom: none; }
    
#detailsProductDeliveryContent table.product-delivery-tab-details td {
    border: none;
    padding: 0;
    font-size: 13px;
    width: auto !important;
}
    
    #detailsProductDeliveryContent table.product-delivery-tab-details td:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-grow: 1;
        flex-shrink: 1;
    }
    
    #detailsProductDeliveryContent table.product-delivery-tab-details td:last-child {
        font-weight: 700;
        text-align: right;
        flex-shrink: 0;
        white-space: nowrap;
    }
    
    /* Układ Edge-to-Edge */
    .main-content .container {
        padding-left: 0;
        padding-right: 0;
    }
    #global-breadcrumb,
    .custom-product-title-container,
    .abs-header-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .abs-header-right {
        margin-top: 20px;
    }
    .abs-header-left {
        padding-left: 0;
        padding-right: 0;
    }
}

.rkm-delivery {
  max-width: 1000px;
  margin: 0 auto 50px auto;
  padding: 20px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #333;
}

.rkm-delivery h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.rkm-delivery-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.rkm-row {
  display: contents;
}

.rkm-row.rkm-header .rkm-cell {
  font-weight: bold;
  background: #f5f5f5;
  border-bottom: 2px solid #ccc;
  padding: 12px 10px;
}

.rkm-cell {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #fff;
}

.rkm-note {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}
/* Styl dla boksu z zachętą do logowania */
.custom-login-prompt-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5; /* Jasnoszary, podobny do oryginału */
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    margin-bottom: 15px; /* Odstęp od elementów poniżej */
    border-radius: 5px;
}

/* NOWY/ZAKTUALIZOWANY styl dla ikony Font Awesome */
.custom-login-prompt-box .fa-bullhorn {
    font-size: 26px; /* Rozmiar ikony */
    color: #555; /* Kolor ikony */
    margin-right: 12px;
    flex-shrink: 0; /* Zapobiega kurczeniu się ikony */
    transform: rotate(325deg); /* Twoja preferowana rotacja */
    display: inline-block; /* Potrzebne, aby transformacja działała poprawnie */
}

/* Styl dla tekstu i linków */
.custom-login-prompt-box .prompt-text {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.custom-login-prompt-box .prompt-text a {
    color: #424e60;
    font-weight: bold;
}

.custom-login-prompt-box .prompt-text a:hover {
    color: #424e60;
}
/* Główny kontener modułu - zapewnia izolację stylów */
.custom-newsletter-section {
    /* Definicja kolorów i czcionek, używanych tylko w tym module */
    --nl-primary: #FBBA00;
    --nl-primary-hover: #D79A00;
    --nl-gray-200: #EAEAEA;
    --nl-black: #000;
    --nl-white: #fff;
    --nl-font-body: "Inter", sans-serif;
    --nl-font-heading: "Oxanium", sans-serif;
    
    background-color: #f8f8f8 !important;
    padding: 40px 15px !important;
    font-family: var(--nl-font-body) !important;
    text-align: center !important;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 !important; /* Resetuje zaokrąglenie z .panel-body */
}

.custom-newsletter-section .container-narrow {
    max-width: 900px !important;
    margin: 0 auto !important;
}

/* Nagłówek */
.custom-newsletter-section .newsletter-title {
    font-family: var(--nl-font-heading) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 40px !important;
    color: var(--nl-black) !important;
}

/* Kontener na ikony */
.custom-newsletter-section .newsletter-icons-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

/* Pojedynczy element z ikoną i tekstem */
.custom-newsletter-section .newsletter-icon-item {
    display: flex !important;
    align-items: center !important;
    flex-basis: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
}
.custom-newsletter-section .newsletter-icon-item .newsletter-fa-icon {
    font-size: 36px !important; /* Rozmiar ikony */
    margin-right: 15px !important;
    color: #222 !important;
    width: 40px !important; /* Stała szerokość dla równego ułożenia tekstu */
    text-align: center !important;
    flex-shrink: 0 !important;
}

/* Lekkie powiększenie dla ikony gazety, aby pasowała do pozostałych */
.custom-newsletter-section .newsletter-icon-item .newsletter-fa-icon.large {
    font-size: 40px !important;
}
/* Tekst przy ikonach */
.custom-newsletter-section .newsletter-icon-text {
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    color: var(--nl-black) !important;
}

/* Stylizacja TWOJEGO formularza */
.custom-newsletter-section .newsletter-form .input-group {
    display: flex !important;
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto 20px auto !important;
    border: none !important;
}
.custom-newsletter-section .newsletter-form .form-control {
    flex-grow: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    min-height: 48px !important;
    background: var(--nl-white) !important;
    color: var(--nl-black) !important;
}
.custom-newsletter-section .newsletter-form .form-control:focus {
    outline: 2px solid var(--nl-primary) !important;
    box-shadow: none !important;
}
.custom-newsletter-section .newsletter-form .btn.btn-default {
    background-color: var(--nl-primary) !important;
    border: none !important;
    border-radius: 0 !important;
    color: var(--nl-black) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease-in-out !important;
    
    /* Wymuszenie tej samej wysokości co pole input i wyśrodkowanie tekstu */
    height: 48px !important;
    padding: 0 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.custom-newsletter-section .newsletter-form .btn.btn-default:hover {
    background-color: var(--nl-primary-hover) !important;
}

/* Stylizacja zgody (checkbox) */
.custom-newsletter-section .newsletter-consent {
    font-size: 12px !important;
    color: var(--nl-black) !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    text-align: left !important;
    display: flex !important;
    align-items: flex-start !important;
}
.custom-newsletter-section .newsletter-consent input[type="checkbox"] {
    margin-top: 2px !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
}

/* Układ na większych ekranach (desktop) */
@media (min-width: 992px) {
    .custom-newsletter-section {
        padding: 80px 15px !important;
    }
    .custom-newsletter-section .newsletter-title {
        margin-bottom: 60px !important;
    }
    .custom-newsletter-section .newsletter-icons-grid {
         margin-bottom: 48px !important;
         gap: 30px !important;
    }
    .custom-newsletter-section .newsletter-icon-item {
        flex-basis: auto !important;
        max-width: none !important;
    }
    .custom-newsletter-section .newsletter-icon-svg {
        margin-right: 1rem !important;
    }
}
@media (max-width: 767px) {

    /* Zmniejszenie czcionki głównego nagłówka na mobile */
    .custom-newsletter-section .newsletter-title {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    /* Zmniejszenie odstępów między ikonami na mobile */
    .custom-newsletter-section .newsletter-icons-grid {
        gap: 15px !important;
    }

    /* === GŁÓWNA POPRAWKA FORMULARZA === */

    /* Zmiana układu formularza na pionowy (jeden pod drugim) */
    .custom-newsletter-section .newsletter-form .input-group {
        flex-direction: column !important;
    }

    /* Pole email zajmuje całą szerokość */
    .custom-newsletter-section .newsletter-form .form-control {
        width: 100% !important;
    }
    
    /* Span otaczający przycisk musi być blokowy */
    .custom-newsletter-section .newsletter-form .input-group-btn {
        display: block !important;
        width: 100% !important;
    }

    /* Przycisk również zajmuje całą szerokość i ma margines na górze */
    .custom-newsletter-section .newsletter-form .btn.btn-default {
        width: 100% !important;
        margin-top: 10px !important;
        padding: 0 15px !important; /* Reset paddingu do wartości domyślnej */
    }

}
:root {
  --wycena-pro-text-heading: #1a1a1a;
  --wycena-pro-text-body: #333333;
  --wycena-pro-icon-bg: #ffffff;
  --wycena-pro-icon-color: #1a1a1a;
  --wycena-pro-breakpoint: 992px;
}

/* --- 2. Główny Kontener z niestandardowym kształtem --- */
.wycena-visual-pro {
  background-color: var(--wycena-pro-bg);
  margin: 2rem auto;
  max-width: 100%;
  position: relative;
  overflow: hidden; /* KLUCZOWE: Przytnie animację do kształtu tła, ale pozwoli jej wystawać */
  -webkit-clip-path: path('M 0 40 Q 20 0, 40 0 L calc(100% - 40px) 0 Q calc(100% - 20px) 0, 100% 40 L 100% calc(100% - 40px) Q calc(100% - 20px) 100%, calc(100% - 40px) 100% L 40 100% Q 20 100%, 0 calc(100% - 40px) Z');
  clip-path: path('M 0 40 Q 20 0, 40 0 L calc(100% - 40px) 0 Q calc(100% - 20px) 0, 100% 40 L 100% calc(100% - 40px) Q calc(100% - 20px) 100%, calc(100% - 40px) 100% L 40 100% Q 20 100%, 0 calc(100% - 40px) Z');
}

/* --- 3. Animacja SVG w tle --- */
.wycena-visual-pro__gears-animation {
  position: absolute;
  z-index: 0;
  top: -60px;
  left: -80px;
  width: 395px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
}

/* Kolorowanie elementów SVG za pomocą CSS */
.wycena-visual-pro__gears-animation .gear-main-body   { fill: var(--wycena-pro-bg); }
.wycena-visual-pro__gears-animation .gear-middle-circle { fill: var(--wycena-pro-icon-bg); }
.wycena-visual-pro__gears-animation .gear-teeth       { fill: var(--wycena-pro-gears-teeth); }
.wycena-visual-pro__gears-animation .gear-center-dot  { fill: var(--wycena-pro-text-heading); }

/* --- 4. Główna treść modułu (wiersz) --- */
.wycena-visual-pro__row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 280px;
  padding: 1rem 2rem;
  padding-bottom: 0rem;
  position: relative; /* Umieszcza treść NAD animacją */
  z-index: 1;
}

/* --- 5. Kolumna ze zdjęciem --- */
.wycena-visual-pro__figure {
  flex: 0 0 45%;
  align-self: flex-end;
  text-align: center;
}

.wycena-visual-pro__man-img {
  max-width: 100%;
  height: auto;
  max-height: 320px;
  display: block;
  margin: 0 auto;
}

/* --- 6. Kolumna z treścią --- */
.wycena-visual-pro__content {
  flex: 1 1 55%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* --- 7. Ikona w kółku --- */
.wycena-visual-pro__icon-wrapper {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: var(--wycena-pro-icon-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.wycena-visual-pro__icon-wrapper .fa-solid {
  font-size: 4.0rem;
  color: #df8d25;
}

/* --- 8. Teksty --- */
.wycena-visual-pro__text-group {
  display: flex;
  flex-direction: column;
}

.wycena-visual-pro__heading {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wycena-pro-text-heading);
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.wycena-visual-pro__description {
  font-size: 1.5rem;
  color: var(--wycena-pro-text-body);
  margin: 0 0 1rem 0;
  line-height: 1.5;
  padding-right: 1.5rem;
}

/* --- 9. Przycisk/Link --- */
.wycena-visual-pro__button {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wycena-pro-text-heading);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
  align-self: flex-start;
}

.wycena-visual-pro__button:hover {
  color: #000;
}

/* --- 10. Responsywność --- */
@media (max-width: 991px) { /* Uproszczony breakpoint dla pewności */

  /* --- 1. Główny wiersz (kontener na treść i zdjęcie) --- */
  body .wycena-visual-pro__row {
    flex-direction: column !important;
    text-align: center !important;
    gap: 1.5rem !important;
    padding: 2rem 1.5rem !important;
    min-height: auto !important;
  }

  /* --- 2. Kontener z całą treścią (teksty + przycisk) --- */
  body .wycena-visual-pro__content {
    order: 1 !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* --- 3. Ikona koła zębatego - całkowite ukrycie --- */
  body .wycena-visual-pro__icon-wrapper {
    display: none !important;
  }

  /* --- 4. Grupa tekstowa i jej elementy --- */
  body .wycena-visual-pro__text-group {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  
  body .wycena-visual-pro__heading {
    font-size: 1.6rem !important;
    margin: 0 !important;
  }

  body .wycena-visual-pro__description {
    padding-right: 0 !important;
    font-size: 1.25rem !important;
    margin: 0 !important;
  }

  /* --- 5. Przycisk --- */
  body .wycena-visual-pro__button {
    align-self: center !important;
    margin-top: 0.5rem !important;
  }

  /* --- 6. Zdjęcie produktu --- */
  body .wycena-visual-pro__figure {
    order: 2 !important;
    width: 90% !important;
    max-width: 260px !important;
    align-self: center !important;
    margin: 0 !important;
    flex: none !important; /* Resetujemy właściwość flex z wersji desktopowej */
  }

  /* --- 7. Animacja w tle - całkowite ukrycie --- */
  body .wycena-visual-pro__gears-animation {
    display: none !important;
  }
}

/* --- Główny kontener dla siatki kategorii --- */
#category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 kolumny na mobile */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* --- Pojedynczy kafelek z kategorią --- */
.category-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    /* KLUCZOWE: Flexbox do równego ułożenia zawartości w pionie */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* --- Zdjęcie w kafelku --- */
.category-item img {
    width: 100%;
    /* KLUCZOWE: Stałe proporcje obrazka, aby wszystkie kafelki miały tę samą wysokość */
    aspect-ratio: 4 / 3;
    object-fit: contain; /* 'contain' aby cały produkt był widoczny */
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

/* --- Nazwa kategorii (tekst pod obrazkiem) --- */
.category-item p {
    margin: 0;
    padding: 20px 15px; /* Większy odstęp */
    font-size: 16px; /* Zwiększona czcionka */
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
}

.category-item p a {
    color: inherit;
    text-decoration: none;
}

/* --- Logika ukrywania i pokazywania --- */
/* Ukryj wszystkie kafelki od siódmego w górę */
#category-grid .category-item:nth-child(n+7) {
    display: none;
}
/* Kiedy siatka ma klasę .is-expanded, pokaż ukryte kafelki */
#category-grid.is-expanded .category-item {
    display: flex; /* Musi być 'flex', tak samo jak w .category-item */
}

/* --- Przycisk "Pokaż więcej" --- */
#show-more-categories {
    /* KLUCZOWE: Rozciągnij przycisk na wszystkie kolumny siatki */
    grid-column: 1 / -1;
    
    display: block;
    margin: 20px auto;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#show-more-categories:hover {
    background-color: #555;
}

/* --- Style dla widoku DESKTOP (od 1024px szerokości) --- */
@media (min-width: 1024px) {
    #category-grid {
        /* KLUCZOWE: 3 kolumny na desktopie */
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    /* Powtarzamy logikę ukrywania, aby była pewna */
    #category-grid .category-item:nth-child(n+7) {
        display: none;
    }
    #category-grid.is-expanded .category-item {
        display: flex;
    }
}
.why-us {
  padding: 20px 20px;
  background-color: #f8f8f8;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.feature {
  flex: 1 1 150px;
  max-width: 180px;
  text-align: center;
}

.feature img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.feature p {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

/* Media query dla małych ekranów */
@media (max-width: 600px) {
  .features {
    justify-content: center;
  }

  .feature {
    flex: 0 1 calc(50% - 20px); /* 2 kolumny z odstępem */
    max-width: 100%;
  }

  .feature img {
    width: 48px;
    height: 48px;
  }

  .feature p {
    font-size: 14px;
  }
}

.stats {
  background-color: #fff;
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* Desktop – max 4 kolumny */
@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat {
  background-color: #f9f9f9;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
}

.stat h2 {
  font-size: 2rem;
  color:#df8d25;
  margin: 0 0 10px;
}

.stat p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

/* Zalety zakupów */
.advantages {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.advantages h2 {
  text-align: center;
  margin-bottom: 30px;
}

.advantages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.advantage {
  flex: 1 1 150px;
  text-align: center;
}

.advantage img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.advantage p {
  font-size: 1rem;
  color: #555;
}

/* Opinie klientów */
.testimonials {
  background-color: #fff;
  padding: 40px 0;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

.testimonial {
  flex: 1 1 300px;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}

.testimonial p {
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial span {
  font-weight: bold;
  color: #333;
}
footer {
  background-color: transparent !important;
background-image: none

}


.newsletter-modern {
background-color: #ffffff;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.newsletter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.newsletter-text {
  flex: 1 1 500px;
  padding: 20px;
}

.newsletter-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}

.newsletter-text p {
  font-size: 16px;
  margin-bottom: 10px;
}

.newsletter-desc {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.checkbox-wrapper {
  font-size: 13px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-top: 5px;
}

.newsletter-form button {
  background-color: #df8d25;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: #df8d25;
}

.newsletter-image {
  flex: 1 1 300px;
  text-align: center;
  padding: 20px;
}

.newsletter-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#shipping-timer-placeholder {
  width: 100%;
  flex-shrink: 1;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 12px 16px;
  text-align: center;
  max-width: 400px;
  margin: 0;


}

.shipping-info .time-deliver {
  font-weight: bold;
  margin-bottom: 8px;
}

.shipping-info .time-deliver .icon {
  font-size: 1.2em;
  color: #007acc;
}

.shipping-info .time-info {
  font-size: 0.95em;
}

.shipping-info .time-info .odrer-in {
  font-weight: bold;
}

#timeDeliver {
  font-family: monospace;
}

#timeDeliver span {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 0 2px;
}

#timeDeliver .blink {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@media (max-width: 600px) {
  #shipping-timer-placeholder {
    padding: 10px 12px;
    max-width: 100%;
  }
  .shipping-info .time-deliver { font-size: 16px; }
  .shipping-info .time-info { font-size: 14px; }
}

/* === Ogólny wygląd stopki === */
.abs-footer-items,
.abs-footer-item-width-full,
.abs-panel-footer,
.abs-panel-footer .panel-heading,
.abs-panel-footer .panel-body,
.abs-panel-footer .list-group,
.abs-panel-footer .list-group-item {
  color: #000 !important;
}

.abs-panel-footer .list-group-item {
  border: none;
  padding: 10px 15px;
  display: block;
  color: #000 !important;
  text-decoration: none;
  transition: background-color 0.3s;
}

.abs-panel-footer .list-group-item:hover {
  color: #000;
}

.abs-panel-footer .panel-heading h2 {
  color: #000;
}

.newsletter-form .btn,
.newsletter-form .btn-default {
  background-color: #df8d25;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #303030;
  font-size: 14px;
}

.custom-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer .contact-info {
  flex: 1 1 300px;
}

.custom-footer .company-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-footer .company-nip {
  font-size: 0.9em;
  color: #525252;
}

.custom-footer .contact-line {
  margin: 5px 0;
}

.custom-footer .contact-line a {
  color: #303030;
  text-decoration: none;
}

.custom-footer .contact-line a:hover {
  text-decoration: underline;
}

/* === Ikony social media === */
.social-media-bar {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.social-media-bar .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s;
}

.social-media-bar .facebook::before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
  color: #3b5998;
}

.social-media-bar .youtube::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
  color: #FF0000;
}

.social-media-bar .instagram::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  color: #E4405F;
}

.social-media-bar .linkedin::before {
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
  color: #0077b5;
}

.social-media-bar .icon:hover {
  background-color: #df8d25;
}

/* === Styl przycisków koszyka === */
.cart-btn {
  background-color: #df8d25 !important;
  border-color: #df8d25 !important;
  color: #ffffff !important;
}
.cart-btn:hover {
  background-color: #1b9b00 !important;
  border-color: #1b9b00 !important;
}

/* === Responsywność i naprawa układu stopki === */
.abs-footer-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.abs-footer-item-width-quarter {
  width: 23%;
  margin-bottom: 20px;
}

.panel.abs-panel-footer {
  overflow: visible !important;
}

.footer__menu-wrapper {
  overflow: visible !important;
}

/* === Mobile-friendly stopka === */
@media (max-width: 768px) {
  .abs-footer-items {
    flex-direction: column;
    gap: 10px;
  }

  .abs-footer-item-width-quarter {
    width: 100%;
  }

  .abs-footer-items-wrapper .panel-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .abs-footer-items-wrapper .panel.open .panel-body {
    max-height: 800px;
  }

  .abs-footer-items-wrapper .panel-heading {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }

  .abs-footer-items-wrapper .panel-heading::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
  }

  .abs-footer-items-wrapper .panel.open .panel-heading::after {
    content: "-";
  }

  .abs-footer-bottom-text {
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.4;
  }
li[data-link="category-tree"] > a > span:first-child::before {
    /* Ustawienie rodziny czcionek Font Awesome */
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', sans-serif;
    font-weight: 900; /* Dla ikon w wersji "solid" */

    /* Właściwości techniczne */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    /* Odstęp i wyrównanie dla profesjonalnego wyglądu */
    margin-right: 0.8em;
    width: 1.4em; /* Zapewnia, że wszystkie nazwy kategorii będą w jednej linii */
    text-align: center;
}


/* =================================================================== */
/* KROK 2: PRZYPISANIE IKON DO WSZYSTKICH KATEGORII (UNIWERSALNE)      */
/* =================================================================== */

/* --- Kategorie Główne i Nadrzędne --- */
li[data-href="#"] > a > span:first-child::before, /* Dla "Wszystkie produkty" w górnym menu */
li[data-href="/wszystkie-produkty"] > a > span:first-child::before { content: '\f009'; } /* ikona: th-large */
li[data-href="/akcesoria-i-osprzet"] > a > span:first-child::before { content: '\f085'; } /* ikona: cogs */
li[data-href="/artykuly-metalowe-i-zlaczne"] > a > span:first-child::before { content: '\f7d5'; } /* ikona: screwdriver-wrench */
li[data-href="/artykuly-rozne"] > a > span:first-child::before { content: '\f07b'; } /* ikona: folder */
li[data-href="/bhp-i-odziez-robocza"] > a > span:first-child::before { content: '\f807'; } /* ikona: hard-hat */
li[data-href="/chemia-techniczna"] > a > span:first-child::before { content: '\f0c3'; } /* ikona: flask */
li[data-href="/dom-i-ogrod"] > a > span:first-child::before { content: '\f015'; } /* ikona: home */
li[data-href="/elektronarzedzia-akumulatorowe"] > a > span:first-child::before { content: '\f240'; } /* ikona: battery-full */
li[data-href="/elektronarzedzia-sieciowe"] > a > span:first-child::before { content: '\f1e6'; } /* ikona: plug */
li[data-href="/instalacje"] > a > span:first-child::before { content: '\f7d9'; } /* ikona: tools */
li[data-href="/maszyny-budowlane"] > a > span:first-child::before { content: '\f7d4'; } /* ikona: truck-pickup */
li[data-href="/materialy-budowlane"] > a > span:first-child::before { content: '\f80e'; } /* ikona: bricks */
li[data-href="/materialy-scierne-i-polerskie-pl"] > a > span:first-child::before,
li[data-href="/materialy-scierne-i-polerskie"] > a > span:first-child::before { content: '\e58a'; } /* ikona: wand-magic-sparkles */
li[data-href="/narzedzia-budowlane"] > a > span:first-child::before { content: '\f80c'; } /* ikona: trowel */
li[data-href="/narzedzia-do-autodetailingu"] > a > span:first-child::before { content: '\f5e1'; } /* ikona: car */
li[data-href="/narzedzia-do-naprawy-i-serwisu-turbin-wiatrowych"] > a > span:first-child::before { content: '\f72e'; } /* ikona: fan */
li[data-href="/narzedzia-do-produkcji-i-renowacji-jachtow-i-lodzi"] > a > span:first-child::before { content: '\f21a'; } /* ikona: ship */
li[data-href="/narzedzia-pomiarowe"] > a > span:first-child::before { content: '\f54e'; } /* ikona: ruler-combined */
li[data-href="/narzedzia-reczne"] > a > span:first-child::before { content: '\f0ad'; } /* ikona: wrench */
li[data-href="/narzedzia-skrawajace"] > a > span:first-child::before { content: '\e201'; } /* ikona: bore-hole */
li[data-href="/narzedzia-specjalistyczne"] > a > span:first-child::before { content: '\f6e2'; } /* ikona: star-of-life */
li[data-href="/narzedzia-pneumatyczne"] > a > span:first-child::before { content: '\f832'; } /* ikona: wind */
li[data-href="/technika-mocowan-i-oprzyrzadowania"] > a > span:first-child::before { content: '\f0c1'; } /* ikona: link */
li[data-href="/wyposazenie-warsztatu"] > a > span:first-child::before { content: '\f6e3'; } /* ikona: toolbox */
li[data-href="/czesci-serwisowe"] > a > span:first-child::before { content: '\f013'; } /* ikona: cog */
li[data-href="/pozostale-artykuly"] > a > span:first-child::before { content: '\f1b3'; } /* ikona: cube */

/* --- Podkategorie --- */
li[data-href="/osprzet-do-urzadzen-akumulatorowych"] > a > span:first-child::before { content: '\f241'; }
li[data-href="/osprzet-do-urzadzen-pneumatycznych"] > a > span:first-child::before { content: '\f72e'; }
li[data-href="/osprzet-do-urzadzen-spalinowych"] > a > span:first-child::before { content: '\f66b'; }
li[data-href="/osprzet-systemowy-np-do-systainerow-packout"] > a > span:first-child::before { content: '\f49e'; }
li[data-href="/polerowanie"] > a > span:first-child::before { content: '\e58a'; }
li[data-href="/motoryzacja"] > a > span:first-child::before { content: '\f1b9'; }
li[data-href="/przecinanie"] > a > span:first-child::before { content: '\f0c4'; }
li[data-href="/spawanie"] > a > span:first-child::before { content: '\f6d9'; }
li[data-href="/szlifowanie"] > a > span:first-child::before { content: '\f555'; }
li[data-href="/technika-polaczen"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/sruby"] > a > span:first-child::before { content: '\f51e'; } /* ikona: screw */
li[data-href="/nakretki"] > a > span:first-child::before { content: '\e1d2'; } /* ikona: nut */
li[data-href="/podkladki"] > a > span:first-child::before { content: '\f10c'; } /* ikona: circle-thin */
li[data-href="/wkrety"] > a > span:first-child::before { content: '\f51e'; }
li[data-href="/nity-i-nitonakretki"] > a > span:first-child::before { content: '\e22c'; } /* ikona: rivet */
li[data-href="/gwozdzie"] > a > span:first-child::before { content: '\f54d'; } /* ikona: nail */
li[data-href="/kotwy-i-kolki"] > a > span:first-child::before { content: '\f1d8'; } /* ikona: anchor */
li[data-href="/liny-i-lancuchy"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/zawiasy"] > a > span:first-child::before { content: '\e1d1'; } /* ikona: door-closed */
li[data-href="/zasuwy-i-zamki"] > a > span:first-child::before { content: '\f023'; } /* ikona: lock */
li[data-href="/okucia-budowlane"] > a > span:first-child::before { content: '\f7d9'; }
li[data-href="/opakowania-i-zabezpieczenia"] > a > span:first-child::before { content: '\f49e'; }
li[data-href="/artykuly-biurowe"] > a > span:first-child::before { content: '\f1d1'; } /* ikona: building */
li[data-href="/akcesoria-samochodowe"] > a > span:first-child::before { content: '\f5e4'; } /* ikona: car-mechanic */
li[data-href="/artykuly-gospodarcze"] > a > span:first-child::before { content: '\f543'; } /* ikona: broom */
li[data-href="/artykuly-do-renowacji-jachtow-i-lodzi"] > a > span:first-child::before { content: '\f21a'; }
li[data-href="/uslugi"] > a > span:first-child::before { content: '\f0c7'; } /* ikona: save */
li[data-href="/akcesoria-bhp"] > a > span:first-child::before { content: '\f0fb'; } /* ikona: medkit */
li[data-href="/obuwie-robocze"] > a > span:first-child::before { content: '\f54b'; } /* ikona: boots */
li[data-href="/ochrona-drog-oddechowych"] > a > span:first-child::before { content: '\f832'; }
li[data-href="/ochrona-glowy"] > a > span:first-child::before { content: '\f807'; }
li[data-href="/ochrona-oczu-i-twarzy"] > a > span:first-child::before { content: '\f06e'; } /* ikona: eye */
li[data-href="/ochrona-sluchu"] > a > span:first-child::before { content: '\f028'; } /* ikona: volume-up */
li[data-href="/odziez-robocza"] > a > span:first-child::before { content: '\f553'; } /* ikona: t-shirt */
li[data-href="/rekawice-ochronne"] > a > span:first-child::before { content: '\e1b2'; } /* ikona: hands-alt */
li[data-href="/kleje"] > a > span:first-child::before { content: '\f578'; } /* ikona: paste */
li[data-href="/uszczelniacze"] > a > span:first-child::before { content: '\f7b6'; } /* ikona: water */
li[data-href="/pianki-montazowe"] > a > span:first-child::before { content: '\f1b2'; } /* ikona: cube */
li[data-href="/smary-i-oleje"] > a > span:first-child::before { content: '\f6ee'; } /* ikona: oil-can */
li[data-href="/srodki-czyszczace-i-odtluszczajace"] > a > span:first-child::before { content: '\f51a'; } /* ikona: spray-can */
li[data-href="/spraye-techniczne"] > a > span:first-child::before { content: '\f51a'; }
li[data-href="/pasty-bhp-do-rak"] > a > span:first-child::before { content: '\e1b0'; } /* ikona: hands-wash */
li[data-href="/inne-srodki-chemiczne"] > a > span:first-child::before { content: '\f0c3'; }
li[data-href="/narzedzia-ogrodnicze-reczne"] > a > span:first-child::before { content: '\f704'; } /* ikona: shovel */
li[data-href="/systemy-nawadniania"] > a > span:first-child::before { content: '\f773'; } /* ikona: sprinkler */
li[data-href="/opryskiwacze-reczne-cisnieniowe-plecakowe"] > a > span:first-child::before { content: '\f51a'; }
li[data-href="/ogrodzenia"] > a > span:first-child::before { content: '\f66c'; } /* ikona: fence */
li[data-href="/akcesoria-ogrodowe"] > a > span:first-child::before { content: '\f4d8'; } /* ikona: seed-packet */
li[data-href="/nawozy-i-srodki-ochrony-roslin"] > a > span:first-child::before { content: '\f4d8'; }
li[data-href="/grille-i-akcesoria"] > a > span:first-child::before { content: '\f809'; }
li[data-href="/sprzet-do-sprzatania"] > a > span:first-child::before { content: '\f543'; }
li[data-href="/sprzet-ogrodniczy-spalinowy"] > a > span:first-child::before { content: '\f66b'; }
li[data-href="/sprzet-ogrodniczy-elektryczny"] > a > span:first-child::before { content: '\f1e6'; }
li[data-href="/sprzet-ogrodniczy-akumulatorowy"] > a > span:first-child::before { content: '\f240'; }
li[data-href="/akumulatory-i-systemy-zasilania"] > a > span:first-child::before { content: '\f5df'; }
li[data-href="/wiercenie-i-wkrecanie-akumulatorowe"] > a > span:first-child::before { content: '\f7d5'; }
li[data-href="/akumulatorowe-mloty-i-mlotowiertarki"] > a > span:first-child::before { content: '\f809'; }
li[data-href="/akumulatorowe-ciecie-i-przecinanie"] > a > span:first-child::before { content: '\f552'; }
li[data-href="/akumulatorowe-szlifowanie-i-polerowanie"] > a > span:first-child::before { content: '\e58a'; }
li[data-href="/akumulatorowe-narzedzia-stolarskie"] > a > span:first-child::before { content: '\f6f8'; }
li[data-href="/akumulatorowe-narzedzia-montazowe-i-instalacyjne"] > a > span:first-child::before { content: '\f5d7'; }
li[data-href="/akumulatorowe-narzedzia-specjalistyczne-i-inne"] > a > span:first-child::before { content: '\f069'; }
li[data-href="/akumulatorowe-oswietlenie-i-elektronika-budowlana"] > a > span:first-child::before { content: '\f0eb'; }
li[data-href="/akumulatorowa-odziez-i-akcesoria-ogrzewane"] > a > span:first-child::before { content: '\f2c9'; }
li[data-href="/akumulatorowe-zestawy-elektronarzedzi-combo"] > a > span:first-child::before { content: '\f49c'; }
li[data-href="/ciecie-i-przecinanie"] > a > span:first-child::before { content: '\f552'; }
li[data-href="/wiercenie-wkrecanie-i-kucie"] > a > span:first-child::before { content: '\f7d5'; }
li[data-href="/szlifowanie-i-polerowanie"] > a > span:first-child::before { content: '\e58a'; }
li[data-href="/frezowanie-i-struganie"] > a > span:first-child::before { content: '\f6f8'; }
li[data-href="/obrobka-cieplna"] > a > span:first-child::before { content: '\f769'; } /* ikona: fire */
li[data-href="/czyszczenie-i-dmuchanie"] > a > span:first-child::before { content: '\f832'; }
li[data-href="/narzedzia-wielofunkcyjne"] > a > span:first-child::before { content: '\f069'; }
li[data-href="/mieszanie"] > a > span:first-child::before { content: '\e038'; } /* ikona: blender */
li[data-href="/mocowanie-i-laczenie"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/wkrecanie-i-zakrecanie"] > a > span:first-child::before { content: '\f5d7'; }
li[data-href="/wiercenie"] > a > span:first-child::before { content: '\e201'; }
li[data-href="/mocowanie"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/przecinanie-i-ciecie"] > a > span:first-child::before { content: '\f0c4'; }
li[data-href="/polerowanie-i-szlifowanie"] > a > span:first-child::before { content: '\e58a'; }
li[data-href="/kucie-dlutowanie-i-usuwanie"] > a > span:first-child::before { content: '\f809'; }
li[data-href="/malowanie-i-lakierowanie"] > a > span:first-child::before { content: '\f5b3'; } /* ikona: paint-roller */
li[data-href="/piaskowanie-i-czyszczenie"] > a > span:first-child::before { content: '\f543'; }
li[data-href="/pompowanie-i-aplikacja"] > a > span:first-child::before { content: '\e00a'; } /* ikona: air-compressor */
li[data-href="/elektryka"] > a > span:first-child::before { content: '\f0e7'; } /* ikona: bolt */
li[data-href="/hydraulika"] > a > span:first-child::before { content: '\f7d9'; }
li[data-href="/wentylacja-i-klimatyzacja"] > a > span:first-child::before { content: '\f72e'; }
li[data-href="/systemy-kominowe"] > a > span:first-child::before { content: '\f796'; } /* ikona: chimney */
li[data-href="/teletechnika-niskopradowe"] > a > span:first-child::before { content: '\f1eb'; } /* ikona: wifi */
li[data-href="/instalacje-gazowe"] > a > span:first-child::before { content: '\f769'; }
li[data-href="/systemy-grzewcze"] > a > span:first-child::before { content: '\f2c9'; }
li[data-href="/instalacje-odgromowe"] > a > span:first-child::before { content: '\f0e7'; }
li[data-href="/automatyka-budynkowa"] > a > span:first-child::before { content: '\f013'; }
li[data-href="/systemy-zabezpieczen"] > a > span:first-child::before { content: '\f3ed'; } /* ikona: shield-alt */
li[data-href="/frezy"] > a > span:first-child::before { content: '\f6f8'; }
li[data-href="/gwintowniki-i-narzynki"] > a > span:first-child::before { content: '\f51e'; }
li[data-href="/otwornice"] > a > span:first-child::before { content: '\e201'; }
li[data-href="/pily-i-brzeszczoty"] > a > span:first-child::before { content: '\f6f8'; }
li[data-href="/poglebiacze-i-gratowniki"] > a > span:first-child::before { content: '\f043'; } /* ikona: tint */
li[data-href="/rozwiertaki"] > a > span:first-child::before { content: '\e23c'; } /* ikona: reamer */
li[data-href="/wiertla"] > a > span:first-child::before { content: '\f5d2'; } /* ikona: drill */
li[data-href="/imadla"] > a > span:first-child::before { content: '\f6ea'; } /* ikona: vice-grip */
li[data-href="/narzedzia-tokarskie"] > a > span:first-child::before { content: '\f7d9'; }
li[data-href="/pryzmy-i-podkladki"] > a > span:first-child::before { content: '\f1b2'; }
li[data-href="/systemy-mocowan-vdi"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/sciski"] > a > span:first-child::before { content: '\f6ea'; }
li[data-href="/tuleje-zaciskowe"] > a > span:first-child::before { content: '\f0c1'; }
li[data-href="/uchwyty-narzedziowe-obrabiarek"] > a > span:first-child::before { content: '\f593'; } /* ikona: grip-horizontal */
li[data-href="/magnesy"] > a > span:first-child::before { content: '\f076'; } /* ikona: magnet */
li[data-href="/meble-warsztatowe"] > a > span:first-child::before { content: '\f4b8'; } /* ikona: chair */
li[data-href="/osprzet-elektryczny"] > a > span:first-child::before { content: '\f1e6'; }
li[data-href="/oswietlenie-warsztatowe"] > a > span:first-child::before { content: '\f0eb'; }
li[data-href="/pneumatyka"] > a > span:first-child::before { content: '\f832'; }
li[data-href="/przechowywanie-narzedzi"] > a > span:first-child::before { content: '\f07b'; }
li[data-href="/pozostale-wyposazenie"] > a > span:first-child::before { content: '\f069'; }
li[data-href="/smary-i-oleje-pl"] > a > span:first-child::before { content: '\f6ee'; }
li[data-href="/spawalnictwo"] > a > span:first-child::before { content: '\f6d9'; }