/* Lekamarket catalog v2 - production scoped */
body.lek-catalog-v2-page .wd-sidebar,
body.lek-catalog-v2-page .shop-loop-head,
body.lek-catalog-v2-page .wd-shop-tools,
body.lek-catalog-v2-page .woocommerce-products-header,
body.lek-catalog-v2-page .wd-show-sidebar-btn,
body.lek-catalog-v2-page .wd-products-per-page,
body.lek-catalog-v2-page .wpc-filters-main-wrap,
body.lek-catalog-v2-page .wd-shop-filters-area {
  display: none !important;
}
body.lek-catalog-v2-page .wd-content-layout {
  display: block !important;
  grid-template-columns: 1fr !important;
}
body.lek-catalog-v2-page .wd-content-area {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lek-catalog-v2 {
  --lm-orange: #ff5a00;
  --lm-orange-hover: #e65000;
  --lm-text: #242424;
  --lm-muted: #777;
  --lm-line: #ececec;
  --lm-bg: #fff;
  --lm-soft: #f6f6f6;
  --lm-green: #2ea44f;
  --lm-sidebar: 260px;
  --lm-max: 1320px;
  color: var(--lm-text);
  font-size: 14px;
  line-height: 1.45;
}
.lek-catalog-v2 *, .lek-catalog-v2 *::before, .lek-catalog-v2 *::after { box-sizing: border-box; }
.lek-catalog-v2 a { color: inherit; text-decoration: none; }
.lek-catalog-v2 button, .lek-catalog-v2 input { font: inherit; }
.lek-catalog-v2 img { max-width: 100%; display: block; }
.lek-catalog-v2 a { color: inherit; text-decoration: none; }
.lek-catalog-v2 button, .lek-catalog-v2 input, .lek-catalog-v2 select { font: inherit; }
.lek-catalog-v2 img { max-width: 100%; display: block; }
.lek-catalog-v2 .icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--lm-text);
}
.lek-catalog-v2 .page {
  max-width: var(--lm-max);
  margin: 0 auto;
  padding: 18px 20px 64px;
}
.lek-catalog-v2 .layout {
  display: grid;
  grid-template-columns: var(--lm-sidebar) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.lek-catalog-v2 .crumbs {
  font-size: 13px;
  color: var(--lm-muted);
  margin-bottom: 12px;
}
.lek-catalog-v2 .crumbs a { color: var(--lm-orange); }
.lek-catalog-v2 .crumbs a:hover { color: var(--lm-orange-hover); }

/* SEO H1 + description: between crumbs and sections-nav */
.lek-catalog-v2 .custom-category-seo-top {
  margin: 0 0 18px;
  max-width: 920px;
}
.lek-catalog-v2 .custom-category-seo-top .custom-category-h1,
.lek-catalog-v2 .custom-category-seo-top h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0;
  text-transform: none;
}
.lek-catalog-v2 .custom-category-seo-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #6b6b6b;
}
.lek-catalog-v2 .custom-category-seo-description p {
  margin: 0 0 0.6em;
}
.lek-catalog-v2 .custom-category-seo-description p:last-child {
  margin-bottom: 0;
}
.lek-catalog-v2 .custom-category-seo-description[hidden] {
  display: none !important;
}

.lek-catalog-v2-bottom-desc {
  margin: 40px 0 0;
  max-width: var(--lm-max, 1320px);
}
.lek-catalog-v2 .lek-catalog-v2-bottom-desc {
  grid-column: 1 / -1;
}

.lek-catalog-v2 .sections-nav {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin: 0 0 18px;
  padding: 4px 0 16px;
  border-bottom: 1px solid var(--lm-line);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.lek-catalog-v2 .sections-nav button,
.lek-catalog-v2 .sections-nav a {
  flex: 0 0 auto;
  border: 0;
  background: none;
  padding: 0 18px 8px 0;
  color: var(--lm-text);
  cursor: pointer;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.lek-catalog-v2 .sections-nav button.has-menu,
.lek-catalog-v2 .sections-nav a.has-menu { padding-right: 18px; }
.lek-catalog-v2 .sections-nav button.has-menu::after,
.lek-catalog-v2 .sections-nav a.has-menu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.lek-catalog-v2 .sections-nav button.is-open::after,
.lek-catalog-v2 .sections-nav a.is-open::after { transform: rotate(-135deg); top: 11px; }
.lek-catalog-v2 .sections-nav button.is-active,
.lek-catalog-v2 .sections-nav a.is-active { font-weight: 700; }
.lek-catalog-v2 .sections-nav button.is-active::before,
.lek-catalog-v2 .sections-nav a.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 18px;
  bottom: -17px;
  height: 2px;
  background: var(--lm-orange);
}
.lek-catalog-v2 .sections-nav button.no-arrow.is-active::before,
.lek-catalog-v2 .sections-nav a.no-arrow.is-active::before { right: 0; }
.lek-catalog-v2 .sheet-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 10040;
}
.lek-catalog-v2 .sheet-backdrop.is-on { display: block; z-index: 10040; }
.lek-catalog-v2 .cat-sheet {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(380px, 92vw);
  background: #fff;
  z-index: 10050;
  overflow: auto;
  transform: translateX(-105%);
  transition: transform .32s ease;
  box-shadow: 8px 0 30px rgba(0,0,0,.12);
  padding: 18px 20px 40px;
  pointer-events: none;
}
.lek-catalog-v2 .cat-sheet.is-open {
  transform: translateX(0) !important;
  pointer-events: auto !important;
}
.lek-catalog-v2 .cat-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--lm-text);
}
.lek-catalog-v2 .cat-sheet-list { list-style: none; margin: 0; padding: 0; }
.lek-catalog-v2 .cat-sheet-list li { list-style: none; margin: 0; padding: 0; }
.lek-catalog-v2 .cat-sheet-list a, .lek-catalog-v2 .cat-sheet-list button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 11px 0;
  border-bottom: 1px solid var(--lm-line);
  color: #242424 !important;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
  white-space: normal;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 400;
}
.lek-catalog-v2 .cat-sheet-list a:hover, .lek-catalog-v2 .cat-sheet-list button:hover { color: var(--lm-orange) !important; }
.lek-catalog-v2 .cat-sheet-list a.is-active {
  color: var(--lm-orange) !important;
  font-weight: 600;
}
.lek-catalog-v2 .subcats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: -4px 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--lm-line);
}
.lek-catalog-v2 .subcats-bar[hidden] { display: none !important; }
.lek-catalog-v2 .subcats-bar-link {
  color: #242424 !important;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  opacity: 1 !important;
  visibility: visible !important;
}
.lek-catalog-v2 .subcats-bar-link:hover { color: var(--lm-orange) !important; }
.lek-catalog-v2 .subcats-bar-link.is-active {
  color: var(--lm-orange) !important;
  font-weight: 600;
}
.lek-catalog-v2 .sort-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 10px 0 14px;
  border-bottom: 1px solid var(--lm-line);
  font-size: 14px;
}
.lek-catalog-v2 .sort-label { color: var(--lm-muted); flex: 0 0 auto; }
.lek-catalog-v2 .sort-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.lek-catalog-v2 .sort-links button {
  position: relative;
  border: 0;
  background: none;
  padding: 0 14px;
  color: #9a9a9a;
  cursor: pointer;
  white-space: nowrap;
}
.lek-catalog-v2 .sort-links button:first-child { padding-left: 0; }
.lek-catalog-v2 .sort-links button + button::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #d4d4d4;
  font-weight: 400;
  pointer-events: none;
}
.lek-catalog-v2 .sort-links button:hover { color: var(--lm-text); }
.lek-catalog-v2 .sort-links button.is-active { color: var(--lm-text); font-weight: 600; }
.lek-catalog-v2 .sort-links .arr-pair {
  display: inline-flex;
  flex-direction: column;
  margin-left: 3px;
  vertical-align: middle;
  line-height: 0.75;
  font-size: 9px;
}
.lek-catalog-v2 .sort-links .arr-up, .lek-catalog-v2 .sort-links .arr-down { color: #c8c8c8; }
.lek-catalog-v2 .sort-links .arr-up.is-on, .lek-catalog-v2 .sort-links .arr-down.is-on { color: var(--lm-text); }
.lek-catalog-v2 .sort-count { color: var(--lm-muted); flex: 0 0 auto; margin-left: auto; }
.lek-catalog-v2 .sort-count strong { color: var(--lm-text); font-weight: 700; }
.lek-catalog-v2 .active-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
}
.lek-catalog-v2 .active-chips[hidden] { display: none !important; }
.lek-catalog-v2 .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 12px;
  border: 1px solid var(--lm-line);
  border-radius: 999px;
  background: #f7f7f7;
  color: var(--lm-text);
  font-size: 13px;
  cursor: pointer;
}
.lek-catalog-v2 .chip:hover { border-color: #ccc; }
.lek-catalog-v2 .chip span {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: var(--lm-muted);
  font-size: 16px;
  line-height: 1;
}
.lek-catalog-v2 .chips-reset {
  border: 0;
  background: none;
  padding: 6px 4px;
  color: var(--lm-orange);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.lek-catalog-v2 .chips-reset:hover { color: var(--lm-orange-hover); }
.lek-catalog-v2 .filter-badge {
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  margin-left: 6px;
  padding: 0 5px;
  border-radius: 9px;
  background: var(--lm-orange);
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}
.lek-catalog-v2 .filter-badge[hidden] { display: none !important; }
.lek-catalog-v2 .filters {
  padding-bottom: 80px;
}
.lek-catalog-v2 .filter-extra {
  margin-top: 0;
}
.lek-catalog-v2 .filter-extra-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
  color: var(--lm-text);
  font-size: 14px;
  font-weight: 700;
}
.lek-catalog-v2 .filter-extra-head .n {
  margin-left: 6px;
  color: var(--lm-muted);
  font-weight: 500;
}
.lek-catalog-v2 .filter-extra-body { display: none; }
.lek-catalog-v2 .filter-extra.is-open .filter-extra-body { display: block; }
.lek-catalog-v2 .filter-extra.is-open .filter-extra-head .chev { transform: rotate(180deg); }
.lek-catalog-v2 .filter-group {
  border-bottom: 1px solid var(--lm-line);
}
.lek-catalog-v2 .filter-group.is-open .filter-body { display: block; }
.lek-catalog-v2 .filter-group.is-open .chev { transform: rotate(180deg); }
.lek-catalog-v2 .filter-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--lm-text);
  font-size: 14px;
  font-weight: 500;
}
.lek-catalog-v2 .filter-head .left { display: flex; align-items: center; gap: 8px; }
.lek-catalog-v2 .filter-clear {
  display: none;
  align-items: center;
  gap: 4px;
  color: var(--lm-muted);
  font-size: 12px;
  font-weight: 400;
}
.lek-catalog-v2 .filter-group.has-value .filter-clear { display: inline-flex; }
.lek-catalog-v2 .filter-clear:hover { color: var(--lm-orange); }
.lek-catalog-v2 .chev {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #999;
  border-bottom: 1.5px solid #999;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform .2s;
  flex: 0 0 auto;
}
.lek-catalog-v2 .filter-body {
  display: none;
  padding: 0 0 14px;
}
.lek-catalog-v2 .filter-opts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.lek-catalog-v2 .filter-opt {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  cursor: pointer;
  color: #444;
  font-size: 13px;
}
.lek-catalog-v2 .filter-opt input { position: absolute; opacity: 0; pointer-events: none; }
.lek-catalog-v2 .box {
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  flex: 0 0 auto;
  margin-top: 1px;
  background: #fff;
  position: relative;
}
.lek-catalog-v2 .filter-opt.is-checked .box {
  border-color: var(--lm-orange);
  background: var(--lm-orange);
}
.lek-catalog-v2 .filter-opt.is-checked .box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.lek-catalog-v2 .filter-opt .n { color: var(--lm-muted); margin-left: 4px; }
.lek-catalog-v2 .filter-opt.is-empty {
  opacity: .38;
  pointer-events: none;
}
.lek-catalog-v2 .size-block {
  margin: 0 0 16px;
}
.lek-catalog-v2 .size-block:last-child { margin-bottom: 0; }
.lek-catalog-v2 .size-block strong {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
}
.lek-catalog-v2 display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.range-field span {
  display: block;
  font-size: 12px;
  color: var(--lm-muted);
  margin-bottom: 4px;
}
.lek-catalog-v2 .range-field input {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 8px 10px;
  border-radius: 2px;
}
.lek-catalog-v2 .dual-range {
  position: relative;
  height: 28px;
  margin: 8px 2px 0;
}
.lek-catalog-v2 .dual-range .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 2px;
  background: #ddd;
}
.lek-catalog-v2 .dual-range .fill {
  position: absolute;
  top: 12px;
  height: 2px;
  background: var(--lm-text);
}
.lek-catalog-v2 .dual-range input[type="range"] {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4px;
  margin: 0;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
}
.lek-catalog-v2 .dual-range input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--lm-text);
  cursor: pointer;
}
.lek-catalog-v2 .dual-range input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--lm-text);
  cursor: pointer;
}
.lek-catalog-v2 .filter-sticky {
  position: sticky;
  bottom: 12px;
  display: none;
  gap: 8px;
  padding-top: 12px;
  background: linear-gradient(transparent, #fff 18%);
}
.lek-catalog-v2 .filter-sticky.is-on { display: flex; }
.lek-catalog-v2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .02em;
}
.lek-catalog-v2 .btn-primary {
  flex: 1;
  background: var(--lm-orange);
  color: #fff;
}
.lek-catalog-v2 .btn-primary:hover { background: var(--lm-orange-hover); }
.lek-catalog-v2 .btn-ghost {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--lm-text);
}
.lek-catalog-v2 .btn-ghost:hover { border-color: #bbb; }
.lek-catalog-v2 .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 20px;
}
.lek-catalog-v2 .card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.lek-catalog-v2 .card-media {
  display: block;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background: #f3f3f3;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.lek-catalog-v2 .card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lek-catalog-v2 .card-media .hover {
  opacity: 0;
  transition: opacity .25s;
  background: #fff;
}
.lek-catalog-v2 .card:hover .hover { opacity: 1; }
.lek-catalog-v2 .card-body { padding: 10px 2px 0; }
.lek-catalog-v2 .card-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.lek-catalog-v2 .card-title a:hover { color: var(--lm-orange); }
.lek-catalog-v2 .stock {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 4px;
  color: var(--lm-green);
  font-size: 13px;
}
.lek-catalog-v2 .stock::before {
  content: "";
  width: 11px;
  height: 6px;
  border-left: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(-45deg);
  margin-top: -2px;
}
.lek-catalog-v2 .price {
  font-size: 16px;
  font-weight: 700;
}
.lek-catalog-v2 .empty {
  display: none;
  grid-column: 1 / -1;
  padding: 48px 16px;
  text-align: center;
  color: var(--lm-muted);
}
.lek-catalog-v2 .empty.is-on { display: block; }
.lek-catalog-v2 .pager {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 36px;
}
.lek-catalog-v2 .pager[hidden] { display: none !important; }
.lek-catalog-v2 .pager span, .lek-catalog-v2 .pager a, .lek-catalog-v2 .pager button {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lm-line);
  font-size: 13px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  padding: 0;
}
.lek-catalog-v2 .pager .is-current {
  background: var(--lm-text);
  color: #fff;
  border-color: var(--lm-text);
}
.lek-catalog-v2 .filters-mobile-head, .lek-catalog-v2 .mobile-filter-btn { display: none; }
@media (max-width: 1100px) {
.lek-catalog-v2 .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

}
@media (max-width: 1023px) {
.lek-catalog-v2 .page { padding: 12px 12px 48px; }
.lek-catalog-v2 .layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
.lek-catalog-v2 .layout > aside {
    position: fixed;
    inset: 0;
    z-index: 41;
    pointer-events: none;
    overflow: hidden;
  }
.lek-catalog-v2 .sections-nav {
    gap: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
.lek-catalog-v2 .sections-nav button,
.lek-catalog-v2 .sections-nav a { font-size: 12px; padding-right: 16px; }
.lek-catalog-v2 .sort-bar {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 14px;
    padding: 4px 0 12px;
  }
.lek-catalog-v2 .sort-label { display: none; }
.lek-catalog-v2 .sort-links {
    order: 3;
    flex: 1 1 100%;
  }
.lek-catalog-v2 .sort-links button { padding: 0 10px; }
.lek-catalog-v2 .sort-count {
    font-size: 13px;
    margin-left: auto;
  }
.lek-catalog-v2 .filters-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
    font-size: 16px;
  }
.lek-catalog-v2 .filters-mobile-head .icon-btn { font-size: 28px; line-height: 1; }
.lek-catalog-v2 .filters {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(400px, 92vw);
    max-width: none;
    background: #fff;
    z-index: 41;
    padding: 16px 16px 90px;
    overflow: auto;
    transform: translateX(100%);
    transition: transform .32s ease;
    box-shadow: -8px 0 30px rgba(0,0,0,.12);
    pointer-events: auto;
  }
.lek-catalog-v2 .filters.is-open { transform: none; }
.lek-catalog-v2 .mobile-filter-btn {
    display: inline-flex;
    min-height: 36px;
    padding: 0 14px;
    background: #111;
    color: #fff;
    font-size: 13px;
  }
.lek-catalog-v2 .cat-sheet:not(.is-open) { transform: translateX(-100%); }
.lek-catalog-v2 .pager { margin-top: 24px; gap: 4px; }
.lek-catalog-v2 .pager span, .lek-catalog-v2 .pager a, .lek-catalog-v2 .pager button {
    min-width: 32px;
    height: 32px;
  }

}
@media (max-width: 640px) {
.lek-catalog-v2 .products { grid-template-columns: 1fr 1fr; gap: 16px 10px; }
.lek-catalog-v2 .card-title, .lek-catalog-v2 .price { font-size: 13px; }
.lek-catalog-v2 .stock { font-size: 12px; }
.lek-catalog-v2 .custom-category-seo-top .custom-category-h1,
.lek-catalog-v2 .custom-category-seo-top h1 { font-size: 22px; }

}
