.main-nav .current { color: var(--blue); }
.category-page { background: #fff; }
.breadcrumbs { min-height: 58px; display: flex; align-items: center; gap: 10px; color: #8793a0; font-size: 11px; }
.breadcrumbs span { color: #bdc5cc; }
.breadcrumbs strong { color: #526171; }

.category-hero { overflow: hidden; color: #fff; background: linear-gradient(116deg, #081b2e 0%, #0d2d49 68%, #104769 100%); }
.category-hero__inner { min-height: 390px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 45px; }
.category-hero__copy { position: relative; z-index: 3; padding: 58px 0; }
.category-hero h1 { margin: 0 0 17px; font: 700 clamp(44px, 5vw, 66px)/1 "Space Grotesk"; letter-spacing: -2.5px; }
.category-hero__copy > p { max-width: 610px; color: #c4d2dc; font-size: 16px; line-height: 1.75; }
.category-hero__links { display: flex; gap: 24px; margin-top: 26px; }
.category-hero__links a { color: var(--lime); font-size: 12px; font-weight: 800; }
.category-hero__visual { position: relative; height: 390px; }
.floor-plane { position: absolute; left: 0; right: -100px; bottom: -85px; height: 280px; background: linear-gradient(155deg, #77919e, #263e4b); transform: skewY(-5deg); opacity: .65; }
.category-bucket { position: absolute; z-index: 2; width: 170px; height: 215px; padding: 55px 18px 18px; border-radius: 7px 7px 25px 25px; color: #fff; background: linear-gradient(145deg, #1788bf, #0d496c); box-shadow: 0 30px 45px rgba(0,0,0,.28); display: flex; flex-direction: column; }
.category-bucket::before { content: ""; position: absolute; left: -6px; right: -6px; top: -7px; height: 25px; border-radius: 5px 5px 10px 10px; background: #cbd5d9; border: 2px solid #a8b7bd; }
.category-bucket > span { position: absolute; left: -10px; right: -10px; top: 23px; height: 75px; border: 4px solid rgba(197,209,214,.7); border-top: 0; border-radius: 0 0 90px 90px; }
.category-bucket b { font: 700 24px/.9 "Space Grotesk"; }
.category-bucket small { margin-top: auto; color: var(--lime); font-size: 10px; font-weight: 800; }
.category-bucket--one { right: 20%; bottom: 42px; transform: rotate(2deg); }
.category-bucket--two { right: 49%; bottom: 48px; width: 125px; height: 165px; padding: 44px 14px 14px; transform: rotate(-7deg); background: linear-gradient(145deg, #354c5c, #122a3a); }
.category-bucket--two b { font-size: 18px; }
.category-sample { position: absolute; z-index: 4; right: 1%; bottom: 55px; width: 125px; height: 125px; padding: 17px; border-radius: 5px; color: var(--navy); background: #c1c5c5; box-shadow: 0 20px 30px rgba(0,0,0,.22); transform: rotate(7deg); display: flex; flex-direction: column; }
.category-sample i { height: 55px; margin-bottom: 12px; background: linear-gradient(145deg, #a6abad, #d9dddd); }
.category-sample strong { font-size: 11px; }.category-sample small { font-size: 9px; }

.category-paths { margin-top: -22px; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-paths > a { min-height: 155px; padding: 25px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(11,31,53,.07); display: flex; gap: 15px; transition: .2s; }
.category-paths > a:hover { transform: translateY(-4px); border-color: #c3d2db; box-shadow: var(--shadow); }
.path-icon { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: var(--blue-light); font-size: 19px; }
.category-paths small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.category-paths h2 { margin: 5px 0 7px; color: var(--navy); font: 700 20px "Space Grotesk"; }
.category-paths p { min-height: 35px; margin: 0 0 8px; color: #788692; font-size: 11px; line-height: 1.5; }
.category-paths b { color: var(--blue); font-size: 10px; }

.category-guide { margin-top: 45px; }
.category-guide__inner { min-height: 104px; padding: 20px 27px; border-radius: 9px; color: #fff; background: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.category-guide__inner > div { display: flex; align-items: center; gap: 17px; }
.guide-mark { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: 22px; font-weight: 900; }
.category-guide strong { font-size: 15px; }
.category-guide p { margin: 5px 0 0; color: #aebdca; font-size: 12px; }
.category-guide button { min-height: 43px; padding: 0 18px; border: 0; border-radius: 5px; color: var(--navy); background: var(--lime); font-size: 11px; font-weight: 900; cursor: pointer; white-space: nowrap; }

.listing-section { padding: 80px 0 90px; }
.listing-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 25px; }
.listing-count { color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.listing-head h2 { margin: 6px 0 0; color: var(--navy); font: 700 35px "Space Grotesk"; letter-spacing: -1px; }
.listing-controls { display: flex; align-items: center; gap: 12px; }
.listing-controls label { min-height: 40px; padding: 0 6px 0 13px; border: 1px solid var(--line); border-radius: 5px; color: #7d8995; font-size: 10px; display: flex; align-items: center; }
.sort-select { min-width: 170px; margin-left: 4px; border: 0; outline: 0; background: #fff; color: var(--navy); font-size: 10px; font-weight: 700; }
.filter-toggle { display: none; min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 10px; font-weight: 800; }
.filter-toggle span { min-width: 17px; height: 17px; margin-left: 6px; padding: 0 4px; border-radius: 20px; background: var(--blue); color: #fff; display: inline-grid; place-items: center; }
.view-buttons { display: flex; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.view-buttons button { width: 39px; height: 39px; border: 0; border-right: 1px solid var(--line); background: #fff; color: #87949f; cursor: pointer; }
.view-buttons button:last-child { border: 0; }.view-buttons button.active { color: var(--blue); background: var(--blue-light); }
.listing-layout { display: grid; grid-template-columns: 245px 1fr; gap: 28px; align-items: start; }
.filters { border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.filters__top { min-height: 53px; padding: 0 17px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.filters__top strong { color: var(--navy); font-size: 13px; }.clear-filters { border: 0; background: none; color: var(--blue); font-size: 9px; cursor: pointer; }
.filter-group { border-bottom: 1px solid var(--line); }
.filter-group__title { width: 100%; min-height: 48px; padding: 0 17px; border: 0; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.filter-group__body { padding: 0 17px 16px; display: flex; flex-direction: column; gap: 10px; }
.filter-group.collapsed .filter-group__body { display: none; }
.filter-group__body > label { position: relative; min-height: 20px; color: #657482; font-size: 10px; cursor: pointer; display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 7px; }
.filter-group__body > label > input[type="checkbox"] { position: absolute; opacity: 0; }
.filter-group__body > label > i { width: 17px; height: 17px; border: 1px solid #cbd5dc; border-radius: 3px; background: #fff; }
.filter-group__body > label > input:checked + i { border-color: var(--blue); background: var(--blue); box-shadow: inset 0 0 0 4px #fff; }
.filter-group__body > label > span { color: #a0aab2; font-size: 9px; }
.price-filter { flex-direction: row; gap: 7px; }
.price-filter label { min-width: 0; display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--line); border-radius: 5px; padding: 5px 8px; }
.price-filter label > span { grid-column: 1 / -1; color: #9aa5ad; font-size: 8px; }
.price-filter input { min-width: 0; width: 50px; border: 0; outline: 0; color: var(--navy); font-size: 10px; font-weight: 800; }
.price-filter b { color: #87949f; font-size: 8px; }
.filter-help { margin: 15px; padding: 17px; border-radius: 6px; color: #fff; background: var(--navy); display: flex; flex-direction: column; align-items: flex-start; }
.filter-help > span { width: 32px; height: 32px; margin-bottom: 12px; border-radius: 50%; display: grid; place-items: center; color: var(--lime); background: rgba(255,255,255,.08); }
.filter-help strong { font-size: 11px; }.filter-help p { margin: 5px 0 10px; color: #9fb0bc; font-size: 9px; line-height: 1.5; }.filter-help a { color: var(--lime); font-size: 12px; font-weight: 800; }
.active-filters { display: none; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.active-filters:not(:empty) { display: flex; }
.active-filter-chip { padding: 7px 9px; border: 1px solid #cbd8df; border-radius: 20px; background: #f5fafc; color: #516575; font-size: 9px; cursor: pointer; }
.active-filter-chip span { margin-left: 6px; color: var(--blue); font-weight: 900; }

.category-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-product { min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; transition: .22s; }
.category-product:hover { border-color: #bccbd5; transform: translateY(-3px); box-shadow: var(--shadow); }
.category-product__visual { position: relative; height: 225px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle, #fff, #edf2f3); }
.category-product__badge { position: absolute; z-index: 4; top: 12px; left: 12px; padding: 6px 8px; border-radius: 4px; background: var(--lime); color: var(--navy); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.category-product__badge--blue { color: #fff; background: var(--blue); }.category-product__badge--orange { background: var(--orange); }
.category-favorite { position: absolute; z-index: 4; top: 11px; right: 11px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.9); color: #657584; font-size: 19px; cursor: pointer; }
.category-favorite.active { color: #df5259; }
.listing-bucket { position: relative; width: 102px; height: 132px; margin-left: 25px; padding: 36px 13px 12px; border-radius: 4px 4px 15px 15px; color: #fff; background: linear-gradient(145deg, #1688bf, #0d496b); box-shadow: 0 17px 25px rgba(11,31,53,.2); transform: rotate(2deg); display: flex; flex-direction: column; }
.listing-bucket::before { content: ""; position: absolute; left: -4px; right: -4px; top: -5px; height: 17px; border-radius: 3px 3px 7px 7px; background: #d0d9dc; border: 1px solid #aebbc0; }
.listing-bucket b { font: 700 17px/.9 "Space Grotesk"; }.listing-bucket small { margin-top: auto; color: var(--lime); font-size: 7px; }
.listing-can { position: absolute; left: calc(50% - 76px); bottom: 36px; width: 55px; height: 73px; padding: 22px 7px 7px; border-radius: 3px 3px 9px 9px; color: #fff; background: #344d5d; box-shadow: 0 12px 18px rgba(11,31,53,.18); transform: rotate(-7deg); display: flex; flex-direction: column; }
.listing-can b { font-size: 8px; }.listing-can small { margin-top: auto; color: #c8d5dc; font-size: 6px; }
.listing-bucket--navy { background: linear-gradient(145deg, #193d58, #071b2c); }.listing-can--dark { background: #172a38; }
.listing-bucket--grey { background: linear-gradient(145deg, #798990, #344955); }
.listing-can--large { position: relative; left: auto; bottom: auto; width: 98px; height: 132px; padding: 37px 13px 12px; transform: rotate(-2deg); }
.listing-can--large b { font: 700 16px/.9 "Space Grotesk"; }
.listing-bucket--lime { color: var(--navy); background: linear-gradient(145deg, var(--lime), #9ec925); }.listing-bucket--lime small { color: #29421a; }
.listing-bucket--industrial { background: linear-gradient(145deg, #405767, #142b3b); }
.listing-bucket--stone { color: var(--navy); background: linear-gradient(145deg, #d6d1c7, #918d86); }.listing-bucket--stone small { color: #354450; }
.color-dots { position: absolute; right: 38px; bottom: 38px; display: grid; grid-template-columns: repeat(2, 20px); gap: 5px; }.color-dots i { width: 20px; height: 20px; border-radius: 50%; background: #9ca2a4; border: 2px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.12); }.color-dots i:nth-child(2) { background: #3f484c; }.color-dots i:nth-child(3) { background: #2a77a2; }.color-dots i:nth-child(4) { background: #c8c9c4; }
.flakes-pack { width: 90px; height: 130px; padding: 22px 13px; border-radius: 4px; color: var(--navy); background: radial-gradient(circle at 20% 30%, #304452 0 3%, transparent 4%), radial-gradient(circle at 70% 20%, #879894 0 3%, transparent 4%), radial-gradient(circle at 40% 70%, #566c78 0 4%, transparent 5%), #d9dedd; box-shadow: 0 15px 20px rgba(11,31,53,.15); display: flex; flex-direction: column; }.flakes-pack b { font: 700 17px "Space Grotesk"; }.flakes-pack small { margin-top: auto; font-size: 8px; }
.category-product__body { padding: 17px; }
.category-product__body > small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .8px; }
.category-product h3 { min-height: 44px; margin: 7px 0 5px; color: var(--navy); font-size: 15px; line-height: 1.4; }
.category-product h3 a:hover { color: var(--blue); }
.category-product__body > p { min-height: 38px; margin: 0 0 10px; color: #7d8994; font-size: 11px; line-height: 1.55; }
.category-product ul { min-height: 42px; margin: 0 0 10px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 5px; align-content: flex-start; }
.category-product li { padding: 4px 6px; border-radius: 3px; color: #687886; background: #f0f4f5; font-size: 8px; }
.category-rating { color: #75838f; font-size: 9px; }.category-rating > span { color: #f0a923; letter-spacing: .8px; }.category-rating small { color: #a1aab2; }
.category-price { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.category-price > div { display: flex; flex-direction: column; }.category-price small, .category-price span { color: #929da6; font-size: 8px; }.category-price strong { color: var(--navy); font-size: 17px; }
.category-price > a { color: var(--blue); font-size: 9px; font-weight: 900; text-align: right; }
.quick-add { width: 37px; height: 37px; border: 0; border-radius: 5px; color: var(--navy); background: var(--lime); font-size: 19px; cursor: pointer; }
.quick-add.added { color: #fff; background: var(--navy); }
.category-product-grid.list-view { grid-template-columns: 1fr; }
.category-product-grid.list-view .category-product { display: grid; grid-template-columns: 230px 1fr; }
.category-product-grid.list-view .category-product__visual { height: 100%; min-height: 250px; }
.category-product-grid.list-view .category-product__body { display: grid; grid-template-columns: 1fr 200px; align-content: center; column-gap: 30px; }
.category-product-grid.list-view .category-product__body > small,
.category-product-grid.list-view .category-product__body > h3,
.category-product-grid.list-view .category-product__body > p,
.category-product-grid.list-view .category-product__body > ul,
.category-product-grid.list-view .category-rating { grid-column: 1; }
.category-product-grid.list-view .category-price { grid-column: 2; grid-row: 1 / 6; align-self: center; border: 0; margin: 0; padding: 0; }
.no-results { min-height: 350px; text-align: center; place-items: center; align-content: center; color: #7a8996; }.no-results:not([hidden]) { display: grid; }.no-results > span { font-size: 35px; color: var(--blue); }.no-results h3 { margin: 12px 0 5px; color: var(--navy); }.no-results p { font-size: 12px; }.no-results button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--blue); font-size: 10px; font-weight: 800; cursor: pointer; }
.load-more { width: 100%; min-height: 48px; margin-top: 22px; border: 1px solid #c8d3da; border-radius: 6px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; }.load-more span { margin-left: 7px; color: #929da6; font-weight: 500; }

.comparison-section { padding: 85px 0; background: var(--paper); }
.comparison-table { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.comparison-row { min-width: 700px; min-height: 55px; padding: 0 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; gap: 20px; }
.comparison-row:last-child { border: 0; }.comparison-row > span { color: #768490; font-size: 10px; }.comparison-row b { color: var(--navy); font-size: 10px; text-align: center; }
.comparison-row--head { min-height: 66px; color: #fff; background: var(--navy); }.comparison-row--head strong { color: var(--lime); font-size: 12px; text-align: center; }
.category-copy { padding: 80px 0; }
.category-copy__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.category-copy h2 { margin: 0; color: var(--navy); font: 700 36px/1.08 "Space Grotesk"; }
.category-copy p { color: #647482; font-size: 13px; line-height: 1.8; }.category-copy a { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 11px; font-weight: 800; }

@media (max-width: 1050px) {
  .category-paths { grid-template-columns: repeat(2, 1fr); }
  .category-product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .category-hero__inner { grid-template-columns: 1fr; }
  .category-hero__copy { padding-bottom: 15px; }
  .category-hero__visual { height: 300px; }
  .category-guide__inner { align-items: flex-start; flex-direction: column; }
  .listing-head { align-items: flex-start; flex-direction: column; }
  .listing-controls { width: 100%; }
  .filter-toggle { display: block; }
  .listing-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; z-index: 100; top: 0; left: 0; bottom: 0; width: min(340px, 90vw); overflow-y: auto; transform: translateX(-105%); transition: .25s; border-radius: 0; box-shadow: 20px 0 40px rgba(11,31,53,.2); }
  .filters.is-open { transform: translateX(0); }
  .category-product-grid.list-view .category-product { grid-template-columns: 190px 1fr; }
  .category-product-grid.list-view .category-product__body { grid-template-columns: 1fr; }
  .category-product-grid.list-view .category-price { grid-column: 1; grid-row: auto; align-self: auto; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
  .comparison-table { overflow-x: auto; }
  .category-copy__inner { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 560px) {
  .category-hero__copy { padding-top: 45px; }
  .category-hero h1 { font-size: 43px; }
  .category-hero__links { align-items: flex-start; flex-direction: column; gap: 12px; }
  .category-hero__visual { transform: scale(.82); transform-origin: center bottom; margin-top: -45px; }
  .category-paths { grid-template-columns: 1fr; }
  .category-guide p { font-size: 11px; line-height: 1.5; }
  .listing-head h2 { font-size: 30px; }
  .listing-controls { flex-wrap: wrap; }
  .listing-controls label { order: 3; width: 100%; }
  .sort-select { flex: 1; }
  .category-product-grid { grid-template-columns: 1fr; }
  .category-product-grid.list-view .category-product { display: block; }
  .category-product-grid.list-view .category-product__visual { min-height: 220px; }
  .comparison-section { padding: 65px 0; }
}

/* Standard czytelności listy produktów */
.breadcrumbs { font-size: 13px; }
.category-hero__links a { font-size: 14px; }
.category-paths small { font-size: 11px; }
.category-paths p { min-height: 42px; font-size: 13px; }
.category-paths b { font-size: 12px; }
.category-guide p { font-size: 14px; line-height: 1.55; }
.category-guide button { font-size: 13px; }
.listing-count { font-size: 12px; }
.listing-controls label,
.sort-select,
.filter-toggle { font-size: 13px; }
.filters__top strong { font-size: 15px; }
.clear-filters { font-size: 12px; }
.filter-group__title { min-height: 52px; font-size: 14px; }
.filter-group__body > label { min-height: 26px; font-size: 13px; }
.filter-group__body > label > span { font-size: 11px; }
.price-filter label > span,
.price-filter b { font-size: 11px; }
.price-filter input { font-size: 13px; }
.filter-help strong { font-size: 14px; }
.filter-help p { font-size: 12px; }
.filter-help a { font-size: 14px; }
.active-filter-chip { font-size: 12px; }
.category-product__badge { font-size: 10px; }
.category-product__body > small { font-size: 11px; }
.category-product h3 { min-height: 50px; font-size: 17px; }
.category-product__body > p { min-height: 45px; font-size: 13px; }
.category-product ul { min-height: 52px; }
.category-product li { padding: 5px 7px; font-size: 11px; }
.category-rating { font-size: 12px; }
.category-price small,
.category-price span { font-size: 11px; }
.category-price > a { font-size: 12px; }
.no-results p,
.no-results button,
.load-more { font-size: 13px; }
.comparison-row > span,
.comparison-row b { font-size: 13px; }
.comparison-row--head strong { font-size: 14px; }
.category-copy p { font-size: 15px; }
.category-copy a { font-size: 13px; }
