/* Barevná Founárna – filtr nabíječek v levém sloupci
   Přesouvá výkon a konektory z velkých dlaždic do sidebaru.
   v: 20260709c6
   ========================================================= */

html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-do-15-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-20-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-25-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-30-35-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-45-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-50-60-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-65-w"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-100-w-a-vice"]),
html.founarna-anti-flash body:not(.type-product) #content .subcategories > li:has(a[href*="nabijecky-vykon-neuveden"]),
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-do-15-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-20-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-25-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-30-35-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-45-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-50-60-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-65-w"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-100-w-a-vice"].founarna-illustrated-tile,
html.founarna-anti-flash body:not(.type-product) #content a[href*="nabijecky-vykon-neuveden"].founarna-illustrated-tile {
  display: none !important;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-section {
  overflow: hidden;
  border-color: rgba(255, 197, 31, .34);
  background:
    radial-gradient(circle at 0 0, rgba(255, 197, 31, .15), transparent 62%),
    radial-gradient(circle at 100% 100%, rgba(100, 191, 242, .13), transparent 66%),
    rgba(255, 255, 255, .74);
}

body.fn-charger-filter-loading:not(.type-product) #content .fn-model-filter-main {
  opacity: .46;
  pointer-events: none;
  transition: opacity .16s ease;
}

body.fn-charger-filter-loading:not(.type-product) #content .fn-charger-filter-section {
  cursor: progress;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-model-filter-section--brands,
body.fn-charger-filter-page:not(.type-product) #content .fn-model-filter-section--types {
  display: none !important;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group + .fn-charger-filter-group {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(218, 229, 243, .72);
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group-title {
  margin: 0 0 7px;
  color: #4d596d;
  font-size: 11.5px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: .01em;
  text-transform: uppercase;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--package .fn-charger-filter-list,
body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--cable .fn-charger-filter-list,
body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--output .fn-charger-filter-list {
  grid-template-columns: 1fr;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-link {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 36px;
  padding: 8px 9px;
  border: 1px solid rgba(205, 221, 241, .82);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 197, 31, .08), transparent 64%),
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(246, 253, 255, .86));
  color: #111827;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-link:hover,
body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-link:focus-visible {
  border-color: rgba(255, 197, 31, .72);
  background:
    radial-gradient(circle at 0 0, rgba(255, 197, 31, .16), transparent 64%),
    rgba(255, 255, 255, .96);
  box-shadow: 0 9px 22px rgba(18, 35, 55, .08);
  transform: translateY(-1px);
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-link.is-active {
  border-color: rgba(255, 197, 31, .92);
  background:
    radial-gradient(circle at 0 0, rgba(255, 197, 31, .22), transparent 62%),
    linear-gradient(135deg, rgba(255, 251, 235, .98), rgba(255, 255, 255, .94));
  box-shadow: inset 0 0 0 1px rgba(255, 197, 31, .26);
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc51f, #64bff2);
  box-shadow: 0 0 0 4px rgba(255, 197, 31, .14);
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-copy strong {
  color: #111827;
  font-size: 12.5px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.01em;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-copy small {
  overflow: hidden;
  color: #667085;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10.5px;
  line-height: 1.12;
  font-weight: 760;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-watt-grid-hidden {
  display: none !important;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-watt-tile-hidden {
  display: none !important;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-compact-top {
  min-height: 0 !important;
  padding-bottom: 22px !important;
}

body.fn-charger-filter-page:not(.type-product) #content .fn-charger-compact-top .category-title,
body.fn-charger-filter-page:not(.type-product) #content .fn-charger-compact-top h1 {
  margin-bottom: 0 !important;
}

@media (max-width: 1180px) {
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-section {
    grid-column: 1 / -1;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-section {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 10px 12px;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-section > .fn-model-filter-section-title {
    grid-column: 1 / -1;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group + .fn-charger-filter-group {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-section {
    display: block;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--package .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--cable .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--output .fn-charger-filter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-link {
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 12px;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-copy strong {
    font-size: 11.5px;
  }

  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-copy small {
    display: none;
  }
}

@media (max-width: 390px) {
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--package .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--cable .fn-charger-filter-list,
  body.fn-charger-filter-page:not(.type-product) #content .fn-charger-filter-group--output .fn-charger-filter-list {
    grid-template-columns: 1fr;
  }
}
