

.ksv2-page {
  --kck-red: #C8102E;
  --kck-red-dark: #a10d24;
  --kck-red-soft: #fdf3f4;
  --kck-red-border: #f5d6db;
  --kck-ink: #1a1a1a;
  --kck-text: #444;
  --kck-muted: #777;
  --kck-subtle: #999;
  --kck-line: #eaeaea;
  --kck-line-soft: #f0f0f0;
  --kck-surface: #fafafa;
  --kck-surface-hover: #f0f0f0;
  --kck-radius-sm: 6px;
  --kck-radius: 8px;
  --kck-radius-lg: 12px;
  --kck-transition: 0.2s ease;
  --kck-nav-offset: 0px;

  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--kck-text);
  line-height: 1.55;
}

.ksv2-page *,
.ksv2-page *::before,
.ksv2-page *::after {
  box-sizing: border-box;
}

.ksv2-page ul,
.ksv2-page ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ksv2-page img {
  max-width: 100%;
  display: block;
}


.ksv2-page .block-layered-nav.aw-top-filters,
.ksv2-page #aw-ln-filters {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ksv2-page .toolbar .view-mode { display: none; }
.ksv2-page .toolbar .sort-by .category-asc,
.ksv2-page .toolbar .sort-by .ic-arrow-down { display: none; }
.ksv2-page .toolbar-wrapper #toggle-filters { display: none; }
.ksv2-page .toolbar-wrapper > .toolbar { display: none; }
.ksv2-page .toolbar-wrapper { margin: 0; padding: 0; }


.ksv2-page {
  padding: 24px 0 0;
}

.ksv2-page .ksv2-breadcrumbs {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted);
  margin: 0 0 20px;
}

.ksv2-page .ksv2-breadcrumbs a {
  color: var(--kck-red);
  text-decoration: none;
}

.ksv2-page .ksv2-breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}


.ksv2-page .ksv2-hero {
  padding: 0 0 20px;
  margin: 0 0 16px;
}

.ksv2-page .ksv2-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--kck-ink);
  margin: 0 0 10px;
}

.ksv2-page .ksv2-hero-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--kck-text);
  line-height: 1.5;
  margin: 0 0 22px;
  max-width: 680px;
}

.ksv2-page .ksv2-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ksv2-page .ksv2-trust-chip {
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  border-radius: var(--kck-radius);
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  transition: border-color var(--kck-transition), box-shadow var(--kck-transition);
}

.ksv2-page .ksv2-trust-chip:hover {
  border-color: #d8d8d8;
}

.ksv2-page .ksv2-trust-icon {
  width: 36px;
  height: 36px;
  color: var(--kck-red);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.ksv2-page .ksv2-trust-icon svg {
  width: 100%;
  height: 100%;
}

.ksv2-page .ksv2-trust-text {
  min-width: 0;
  flex: 1;
}

.ksv2-page .ksv2-trust-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  color: var(--kck-ink);
  margin: 0 0 4px;
}

.ksv2-page .ksv2-trust-body {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-text);
  line-height: 1.4;
  margin: 0;
}

.ksv2-page .ksv2-trust-link {
  color: var(--kck-red);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--kck-transition);
}

.ksv2-page .ksv2-trust-link:hover {
  color: var(--kck-red-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ksv2-page .ksv2-trust-link-arrow {
  display: inline-block;
  transition: transform var(--kck-transition);
}

.ksv2-page .ksv2-trust-link:hover .ksv2-trust-link-arrow {
  transform: translateX(2px);
}


.ksv2-page .ksv2-howitworks {
  margin: 0 0 12px;
  border-top: 1px solid var(--kck-line);
  border-bottom: 1px solid var(--kck-line);
}

.ksv2-page .ksv2-howitworks-summary {
  padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--kck-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.01em;
  list-style: none;
  user-select: none;
}

.ksv2-page .ksv2-howitworks-summary::-webkit-details-marker { display: none; }
.ksv2-page .ksv2-howitworks-summary::marker { content: ''; }

.ksv2-page .ksv2-howitworks-summary:hover {
  color: var(--kck-red);
}

.ksv2-page .ksv2-howitworks-summary:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 4px;
  border-radius: 2px;
}

.ksv2-page .ksv2-howitworks-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--kck-muted);
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
}

.ksv2-page .ksv2-howitworks-icon svg {
  width: 10px;
  height: 10px;
  display: block;
}

.ksv2-page .ksv2-howitworks[open] .ksv2-howitworks-icon {
  transform: rotate(45deg);
  background: var(--kck-red-soft);
  border-color: var(--kck-red-border);
  color: var(--kck-red);
}

.ksv2-page .ksv2-howitworks-body {
  padding: 4px 0 14px;
}

.ksv2-page .ksv2-howitworks-body p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--kck-text);
  margin: 0 0 12px;
}

.ksv2-page .ksv2-howitworks-body p:last-child {
  margin-bottom: 0;
}

.ksv2-page .ksv2-howitworks-body strong {
  color: var(--kck-ink);
  font-weight: 700;
}


.ksv2-page .ksv2-shop-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--kck-line);
  margin: 0;
}

.ksv2-page .ksv2-shop-bar:has(+ .ksv2-active-filters.ksv2-visible) {
  border-bottom: 0;
  padding-bottom: 10px;
}

.ksv2-page .ksv2-shop-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.ksv2-page .ksv2-filter-by-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kck-muted);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ksv2-page .ksv2-facet-dropdowns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ksv2-page .ksv2-facet-wrap {
  position: relative;
}

.ksv2-page .ksv2-facet-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border: 1.5px solid var(--kck-ink);
  border-radius: var(--kck-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--kck-ink);
  cursor: pointer;
  line-height: 1;
  transition: background var(--kck-transition), color var(--kck-transition), border-color var(--kck-transition);
  white-space: nowrap;
}

.ksv2-page .ksv2-facet-trigger-facet-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ksv2-page .ksv2-facet-trigger:hover {
  background: var(--kck-ink);
  color: #fff;
}

.ksv2-page .ksv2-facet-trigger:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .ksv2-facet-trigger[aria-expanded="true"] {
  background: var(--kck-ink);
  color: #fff;
}

.ksv2-page .ksv2-facet-trigger.ksv2-has-active {
  border-color: var(--kck-red);
  color: var(--kck-red);
  background: #fff;
}

.ksv2-page .ksv2-facet-trigger.ksv2-has-active:hover,
.ksv2-page .ksv2-facet-trigger.ksv2-has-active[aria-expanded="true"] {
  background: var(--kck-red);
  color: #fff;
}

.ksv2-page .ksv2-facet-trigger-count {
  font-weight: 800;
  font-size: 13px;
}

.ksv2-page .ksv2-facet-trigger-caret {
  width: 10px;
  height: 6px;
  transition: transform 0.2s;
}

.ksv2-page .ksv2-facet-trigger[aria-expanded="true"] .ksv2-facet-trigger-caret {
  transform: rotate(180deg);
}


.ksv2-page .ksv2-facet-popover {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background: #fff;
  border: 1px solid var(--kck-line);
  border-radius: var(--kck-radius);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  padding: 16px;
  width: 340px;
  max-height: 420px;
  overflow-y: auto;
  z-index: 100;
  font-family: 'Nunito', sans-serif;
  display: none;
}

.ksv2-page .ksv2-facet-popover.ksv2-open {
  display: block;
}

.ksv2-page .ksv2-facet-popover-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ksv2-page .ksv2-facet-popover-opt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--kck-surface);
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--kck-ink);
  cursor: pointer;
  user-select: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  line-height: 1;
}

.ksv2-page .ksv2-facet-popover-opt:hover {
  background: var(--kck-surface-hover);
}

.ksv2-page .ksv2-facet-popover-opt:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .ksv2-facet-popover-opt.ksv2-on {
  background: var(--kck-red-soft);
  border-color: var(--kck-red);
  color: var(--kck-red);
  font-weight: 700;
}

.ksv2-page .ksv2-facet-popover-opt-count {
  color: var(--kck-subtle);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.ksv2-page .ksv2-facet-popover-opt.ksv2-on .ksv2-facet-popover-opt-count {
  color: var(--kck-red);
}


.ksv2-page .ksv2-filter-btn-mobile {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #fff;
  border: 1.5px solid var(--kck-ink);
  border-radius: var(--kck-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--kck-ink);
  cursor: pointer;
  line-height: 1;
  transition: background var(--kck-transition), color var(--kck-transition), border-color var(--kck-transition);
  white-space: nowrap;
}

.ksv2-page .ksv2-filter-btn-mobile:hover {
  background: var(--kck-ink);
  color: #fff;
}

.ksv2-page .ksv2-filter-btn-mobile:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .ksv2-filter-btn-mobile.ksv2-has-active {
  border-color: var(--kck-red);
  color: var(--kck-red);
}

.ksv2-page .ksv2-filter-btn-mobile.ksv2-has-active:hover {
  background: var(--kck-red);
  color: #fff;
}

.ksv2-page .ksv2-filter-btn-mobile-icon {
  width: 14px;
  height: 14px;
}

.ksv2-page .ksv2-filter-btn-mobile-count {
  background: var(--kck-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 999px;
  min-width: 20px;
  text-align: center;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}

.ksv2-page .ksv2-filter-btn-mobile:hover .ksv2-filter-btn-mobile-count {
  background: #fff;
  color: var(--kck-red);
}


.ksv2-page .ksv2-shop-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.ksv2-page .ksv2-result-count {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: var(--kck-muted);
}

.ksv2-page .ksv2-result-count strong {
  color: var(--kck-ink);
  font-weight: 700;
}

.ksv2-page .ksv2-shop-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  border-left: 1px solid var(--kck-line);
}


.ksv2-page .toolbar .sort-by,
.ksv2-page .toolbar .limiter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  float: none;
}

.ksv2-page .toolbar .sort-by label,
.ksv2-page .toolbar .limiter label {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted);
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

.ksv2-page .toolbar .sort-by select,
.ksv2-page .toolbar .limiter select {
  padding: 9px 32px 9px 12px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23555' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid #d8d8d8;
  border-radius: var(--kck-radius);
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-ink);
  font-weight: 600;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.3;
}

.ksv2-page .toolbar .sort-by select:hover,
.ksv2-page .toolbar .limiter select:hover {
  border-color: var(--kck-ink);
}

.ksv2-page .toolbar .sort-by select:focus-visible,
.ksv2-page .toolbar .limiter select:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}


.ksv2-page .ksv2-sort-dir {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: var(--kck-radius);
  cursor: pointer;
  color: var(--kck-ink);
  transition: border-color var(--kck-transition), background var(--kck-transition);
  flex-shrink: 0;
}

.ksv2-page .ksv2-sort-dir:hover {
  border-color: var(--kck-ink);
  background: var(--kck-surface);
}

.ksv2-page .ksv2-sort-dir:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .ksv2-sort-dir svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}


.ksv2-page .toolbar-wrapper .amount { display: none; }

.ksv2-page .ksv2-shop-tools .toolbar-wrapper,
.ksv2-page .ksv2-shop-tools .toolbar,
.ksv2-page .ksv2-shop-tools .sorter,
.ksv2-page .ksv2-shop-tools .align-right {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}


.ksv2-page .ksv2-result-count-mobile {
  display: none;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted);
}

.ksv2-page .ksv2-result-count-mobile strong {
  color: var(--kck-ink);
  font-weight: 700;
}


.ksv2-page .ksv2-active-filters {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  margin: 0 0 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--kck-line);
}

.ksv2-page .ksv2-active-filters.ksv2-visible {
  display: flex;
}

.ksv2-page .ksv2-active-filters-label {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted);
  font-weight: 600;
}

.ksv2-page .ksv2-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  background: var(--kck-red-soft);
  border: 1px solid var(--kck-red-border);
  border-radius: 999px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--kck-red);
  cursor: pointer;
  line-height: 1;
  transition: background var(--kck-transition);
}

.ksv2-page .ksv2-active-chip:hover {
  background: #fae7eb;
}

.ksv2-page .ksv2-active-chip-close {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity var(--kck-transition);
}

.ksv2-page .ksv2-active-chip:hover .ksv2-active-chip-close {
  opacity: 1;
}

.ksv2-page .ksv2-active-clear {
  background: transparent;
  border: 0;
  color: var(--kck-muted);
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: auto;
  transition: color var(--kck-transition);
}

.ksv2-page .ksv2-active-clear:hover {
  color: var(--kck-ink);
}


.ksv2-page .section__list-products {
  margin: 0 0 28px;
  padding: 0;
}

.ksv2-page .section__list-products ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}

.ksv2-page .section__list-products ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}


.ksv2-page .article-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--kck-line);
  border-radius: var(--kck-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color var(--kck-transition), box-shadow var(--kck-transition);
}

.ksv2-page .article-item:hover {
  border-color: #d0d0d0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.ksv2-page .ksv2-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ksv2-page .ksv2-card-link:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: -2px;
  border-radius: var(--kck-radius-lg);
}

.ksv2-page .article__image {
  position: relative;
  aspect-ratio: 1;
  background: #fff;
  overflow: hidden;
  margin: 0;
  padding: 14px 0 0 0;
}

.ksv2-page .article__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.ksv2-page .article__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ksv2-page .article-item:hover .article__image img {
  transform: scale(1.03);
}

.ksv2-page .article-item::before {
  content: "Save $10";
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--kck-red);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  pointer-events: none;
  z-index: 3;
}

.ksv2-page .article__group {
  position: relative;
  z-index: 2;
  padding: 14px 16px 16px;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.ksv2-page .article__group__head {
  margin: 0 0 10px;
  padding: 0;
  flex: 1;
}

.ksv2-page .article__group__head-title {
  margin: 0;
  padding: 0;
}

.ksv2-page .article__group__head-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: var(--kck-ink);
  margin: 0;
  padding: 0;
}

.ksv2-page .article__group__head-title h3 a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.ksv2-page .article-item:hover .article__group__head-title h3 a {
  color: var(--kck-red);
}

.ksv2-page .article__group__head-meta { display: none; }

.ksv2-page .article__group-price {
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.ksv2-page .article__group-price h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--kck-ink);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ksv2-page .article__group-price p {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  color: var(--kck-subtle);
  margin: 0;
  padding: 0;
  line-height: 1;
}

.ksv2-page .article__group-price p span {
  text-decoration: line-through;
}

.ksv2-page .article__group-options:empty { display: none; }

.ksv2-page .article__group-actions {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 4;
}

.ksv2-page .article__group-actions label,
.ksv2-page .article__group-actions input.qty,
.ksv2-page .article__group-actions input[name="qty"] { display: none; }

.ksv2-page .article__group-actions .btn-cart {
  width: 100%;
  padding: 10px 12px;
  background: var(--kck-red);
  color: #fff;
  border: 0;
  border-radius: var(--kck-radius);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background var(--kck-transition);
  line-height: 1.3;
  position: relative;
  z-index: 4;
}

.ksv2-page .article__group-actions .btn-cart:hover {
  background: var(--kck-red-dark);
}

.ksv2-page .article__group-actions .btn-cart:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .article__group-actions .btn-cart span,
.ksv2-page .article__group-actions .btn-cart span span {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  display: inline;
  letter-spacing: inherit;
}


.ksv2-page .pager-wrapper {
  margin: 0 0 24px;
  padding: 20px 0 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--kck-line);
}

.ksv2-page .pager-wrapper .toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.ksv2-page .pager-wrapper .sorter { display: none; }
.ksv2-page .pager-wrapper .pager { margin: 0; }
.ksv2-page .pager-wrapper .pages strong { display: none; }

.ksv2-page .pager-wrapper .pages ol {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ksv2-page .pager-wrapper .pages ol li {
  margin: 0;
  padding: 0;
}

.ksv2-page .pager-wrapper .pages ol li a,
.ksv2-page .pager-wrapper .pages ol li.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: var(--kck-radius);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--kck-ink);
  text-decoration: none;
  transition: border-color var(--kck-transition), background var(--kck-transition);
}

.ksv2-page .pager-wrapper .pages ol li a:hover {
  border-color: var(--kck-ink);
}

.ksv2-page .pager-wrapper .pages ol li a:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 2px;
}

.ksv2-page .pager-wrapper .pages ol li.current {
  background: var(--kck-red);
  color: #fff;
  border-color: var(--kck-red);
  cursor: default;
}

.ksv2-page .pager-wrapper .pages ol li.next a,
.ksv2-page .pager-wrapper .pages ol li.previous a {
  font-size: 0;
  position: relative;
}

.ksv2-page .pager-wrapper .pages ol li.next a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'><path d='M1 1l5 5-5 5' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ksv2-page .pager-wrapper .pages ol li.previous a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'><path d='M1 1l5 5-5 5' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@media (max-width: 1023px) {
  .ksv2-page .ksv2-shop-left { display: none; }
  .ksv2-page .ksv2-filter-btn-mobile { display: inline-flex; }

  .ksv2-page .ksv2-shop-tools {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .ksv2-page {
    padding: 20px 20px 0;
  }

  .ksv2-page .ksv2-hero h1 { font-size: 32px; }
  .ksv2-page .ksv2-hero-sub { font-size: 16px; }
  .ksv2-page .ksv2-trust { grid-template-columns: repeat(2, 1fr); }
  .ksv2-page .section__list-products ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .ksv2-page .article__group { padding: 12px 14px 14px; }
  .ksv2-page .article__group__head-title h3 { font-size: 14px; }
}


@media (max-width: 767px) {
  .ksv2-page {
    padding: 16px 14px 0;
  }

  .ksv2-page .ksv2-hero {
    padding: 0 0 16px;
    margin: 0 0 12px;
  }

  .ksv2-page .ksv2-hero h1 {
    font-size: 28px;
    letter-spacing: -0.015em;
    margin: 0 0 8px;
  }

  .ksv2-page .ksv2-hero-sub {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
  }

  .ksv2-page .ksv2-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .ksv2-page .ksv2-trust-chip {
    padding: 12px;
    gap: 10px;
    align-items: center;
  }

  .ksv2-page .ksv2-trust-icon {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .ksv2-page .ksv2-trust-title {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .ksv2-page .ksv2-trust-body {
    font-size: 12px;
    line-height: 1.35;
  }

  .ksv2-page .ksv2-howitworks { margin: 0 0 12px; }
  .ksv2-page .ksv2-howitworks-summary { padding: 12px 0; font-size: 14px; }
  .ksv2-page .ksv2-howitworks-body p { font-size: 14px; line-height: 1.6; }

  .ksv2-page .ksv2-shop-bar {
    padding: 12px 0;
    gap: 10px;
    align-items: center;
  }

  .ksv2-page .ksv2-filter-btn-mobile {
    flex: 1;
    justify-content: center;
    padding: 11px 10px;
    font-size: 13px;
  }

  .ksv2-page .ksv2-shop-right {
    flex: 1;
    gap: 8px;
  }

  .ksv2-page .ksv2-result-count {
    display: none;
  }


  .ksv2-page .ksv2-result-count-mobile {
    display: block;
    margin: 0 0 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--kck-line);
  }

  .ksv2-page .ksv2-shop-tools {
    flex: 1;
    gap: 8px;
  }


  .ksv2-page .toolbar .sort-by { flex: 1; }
  .ksv2-page .toolbar .sort-by select {
    width: 100%;
    padding: 11px 32px 11px 14px;
    font-weight: 700;
    border-width: 1.5px;
    border-color: var(--kck-ink);
  }
  .ksv2-page .toolbar .sort-by label,
  .ksv2-page .toolbar .limiter { display: none; }


  .ksv2-page .ksv2-sort-dir {
    width: 42px;
    height: 42px;
    border-width: 1.5px;
    border-color: var(--kck-ink);
  }

  .ksv2-page .section__list-products ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ksv2-page .article-item { border-radius: 10px; }
  .ksv2-page .article-item::before {
    top: 6px;
    left: 6px;
    font-size: 9px;
    padding: 3px 6px;
  }
  .ksv2-page .article__image { padding: 10px 0 0 0; }
  .ksv2-page .article__group { padding: 10px 12px 12px; }
  .ksv2-page .article__group__head-title h3 { font-size: 14px; }
  .ksv2-page .article__group-price { margin-bottom: 8px; gap: 6px; }
  .ksv2-page .article__group-price h4 { font-size: 18px; }
  .ksv2-page .article__group-price p { font-size: 11px; }
  .ksv2-page .article__group-actions .btn-cart { padding: 10px 8px; font-size: 13px; }

  .ksv2-page .pager-wrapper {
    padding: 16px 0 0;
    margin: 0 0 20px;
  }

  .ksv2-page .pager-wrapper .pages ol li a,
  .ksv2-page .pager-wrapper .pages ol li.current {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}


.ksv2-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 26, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9998;
}

.ksv2-overlay.ksv2-open {
  opacity: 1;
  pointer-events: auto;
}

.ksv2-filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  font-family: 'Nunito', sans-serif;
}

.ksv2-filter-modal.ksv2-open {
  transform: translateY(0);
}

.ksv2-filter-head {
  padding: 16px 20px;
  border-bottom: 1px solid #eaeaea;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ksv2-filter-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
  margin: 0;
}

.ksv2-filter-close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  flex-shrink: 0;
}

.ksv2-filter-close:hover {
  background: #f0f0f0;
  color: #1a1a1a;
}

.ksv2-filter-close:focus-visible {
  outline: 2px solid #C8102E;
  outline-offset: 2px;
}

.ksv2-filter-close svg {
  width: 20px;
  height: 20px;
}

.ksv2-filter-body {
  padding: 8px 20px 16px;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.ksv2-filter-facet {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ksv2-filter-facet:last-child { border-bottom: 0; }

.ksv2-filter-facet-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 12px;
}

.ksv2-filter-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ksv2-filter-opt {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: #f6f6f6;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  line-height: 1;
}

.ksv2-filter-opt:hover { background: #ececec; }

.ksv2-filter-opt:focus-visible {
  outline: 2px solid #C8102E;
  outline-offset: 2px;
}

.ksv2-filter-opt.ksv2-on {
  background: #fdf3f4;
  border-color: #C8102E;
  color: #C8102E;
  font-weight: 700;
}

.ksv2-filter-opt-count {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.ksv2-filter-opt.ksv2-on .ksv2-filter-opt-count {
  color: #C8102E;
}

.ksv2-filter-foot {
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid #eaeaea;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.ksv2-filter-clear {
  background: transparent;
  border: 0;
  color: #777;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
  flex-shrink: 0;
  transition: color 0.2s;
}

.ksv2-filter-clear:hover { color: #1a1a1a; }

.ksv2-filter-apply {
  flex: 1;
  padding: 14px;
  background: #C8102E;
  border: 0;
  color: #fff;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s;
}

.ksv2-filter-apply:hover { background: #a10d24; }

.ksv2-filter-apply:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}

body.ksv2-modal-locked { overflow: hidden; }


.ksv2-page .ksv2-faq {
  padding: clamp(24px, 3vw, 40px) 0 clamp(32px, 4vw, 56px);
  background: #fff;
}

.ksv2-page .ksv2-faq-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.ksv2-page .ksv2-faq-head {
  text-align: center;
  margin: 0 0 28px;
}

.ksv2-page .ksv2-faq-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kck-red);
  margin: 0 0 10px;
}

.ksv2-page .ksv2-faq-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--kck-ink);
  margin: 0;
}

.ksv2-page .ksv2-faq-item {
  border-bottom: 1px solid var(--kck-line);
}

.ksv2-page .ksv2-faq-item > summary {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  user-select: none;
}

.ksv2-page .ksv2-faq-item > summary::-webkit-details-marker { display: none; }
.ksv2-page .ksv2-faq-item > summary::marker { content: ''; }

.ksv2-page .ksv2-faq-item > summary:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 4px;
  border-radius: 2px;
}

.ksv2-page .ksv2-faq-question {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--kck-ink);
  line-height: 1.4;
  transition: color 0.2s;
  flex: 1;
}

.ksv2-page .ksv2-faq-item > summary:hover .ksv2-faq-question {
  color: var(--kck-red);
}

.ksv2-page .ksv2-faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--kck-muted);
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
}

.ksv2-page .ksv2-faq-icon svg {
  width: 10px;
  height: 10px;
  display: block;
}

.ksv2-page .ksv2-faq-item[open] > summary .ksv2-faq-icon {
  transform: rotate(45deg);
  background: var(--kck-red-soft);
  border-color: var(--kck-red-border);
  color: var(--kck-red);
}

.ksv2-page .ksv2-faq-answer {
  padding: 0 0 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--kck-text);
}

@media (max-width: 767px) {
  .ksv2-page .ksv2-faq {
    padding: 24px 0 32px;
  }
  .ksv2-page .ksv2-faq-head { margin: 0 0 20px; }
  .ksv2-page .ksv2-faq-item > summary {
    padding: 16px 0;
  }
  .ksv2-page .ksv2-faq-question {
    font-size: 14px;
  }
  .ksv2-page .ksv2-faq-answer {
    font-size: 14px;
    padding: 0 0 16px;
  }
}


.ksv2-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .ksv2-page *,
  .ksv2-page *::before,
  .ksv2-page *::after,
  .ksv2-overlay,
  .ksv2-filter-modal {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


.block-layered-nav.aw-top-filters#aw-ln-filters,
.ksv2-aw-filter-source {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.ksv2-page .ksv2-shop-bar.ksv2-has-active-filters {
  border-bottom: 0;
  padding-bottom: 10px;
}


.ksv2-page .ksv2-shop-tools .toolbar-wrapper > .toolbar,
.ksv2-page .ksv2-shop-tools .toolbar {
  display: flex;
}

.ksv2-page .ksv2-shop-tools .amount,
.ksv2-page .ksv2-shop-tools .pager,
.ksv2-page .ksv2-shop-tools .pages {
  display: none !important;
}


.ksv2-page .ksv2-shop-tools .toolbar:after,
.ksv2-page .ksv2-shop-tools .sorter:after,
.ksv2-page .ksv2-shop-tools .align-right:after {
  content: none;
}


.ksv2-page .ksv2-shop-tools .toolbar-wrapper,
.ksv2-page .ksv2-shop-tools .toolbar,
.ksv2-page .ksv2-shop-tools .sorter,
.ksv2-page .ksv2-shop-tools .align-right {
  float: none !important;
}


.ksv2-page .article__group-options {
  position: relative;
  z-index: 5;
  margin: 0 0 12px;
}

.ksv2-page .article__group-options .js__expand {
  width: 100%;
  border: 1px solid var(--kck-line);
  background: var(--kck-surface);
  border-radius: var(--kck-radius);
  padding: 8px 10px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.ksv2-page .article__group-options .custom-options-content {
  display: none;
  margin-top: 8px;
}

.ksv2-page .article__group-options.active .custom-options-content {
  display: block;
}

.ksv2-page .article__group-options .custom-options-content li {
  margin-bottom: 8px;
}

.ksv2-page .article__group-options select,
.ksv2-page .article__group-options input[type="text"] {
  width: 100%;
  max-width: 100%;
}


.ksv2-page.ksv2-is-refreshing .ksv2-facet-dropdowns,
.ksv2-page.ksv2-is-refreshing .ksv2-filter-btn-mobile,
.ksv2-page.ksv2-is-refreshing .ksv2-active-filters,
body.ksv2-filter-refreshing .ksv2-page .ksv2-facet-dropdowns,
body.ksv2-filter-refreshing .ksv2-page .ksv2-filter-btn-mobile,
body.ksv2-filter-refreshing .ksv2-page .ksv2-active-filters {
  cursor: wait;
  pointer-events: none;
}

.ksv2-page.ksv2-is-refreshing .ksv2-facet-trigger,
.ksv2-page.ksv2-is-refreshing .ksv2-filter-btn-mobile,
.ksv2-page.ksv2-is-refreshing .ksv2-active-chip,
.ksv2-page.ksv2-is-refreshing .ksv2-active-clear,
.ksv2-page.ksv2-is-refreshing .ksv2-facet-popover-opt,
body.ksv2-filter-refreshing .ksv2-page .ksv2-facet-trigger,
body.ksv2-filter-refreshing .ksv2-page .ksv2-filter-btn-mobile,
body.ksv2-filter-refreshing .ksv2-page .ksv2-active-chip,
body.ksv2-filter-refreshing .ksv2-page .ksv2-active-clear,
body.ksv2-filter-refreshing .ksv2-page .ksv2-facet-popover-opt {
  opacity: 0.55;
  pointer-events: none;
}

.ksv2-page.ksv2-is-refreshing .ksv2-facet-popover,
body.ksv2-filter-refreshing .ksv2-page .ksv2-facet-popover {
  display: none !important;
}

.ksv2-page.ksv2-is-refreshing .ksv2-facet-trigger[disabled],
.ksv2-page.ksv2-is-refreshing .ksv2-filter-btn-mobile[disabled],
.ksv2-page.ksv2-is-refreshing .ksv2-active-chip[disabled],
.ksv2-page.ksv2-is-refreshing .ksv2-active-clear[disabled],
body.ksv2-filter-refreshing .ksv2-page .ksv2-facet-trigger[disabled],
body.ksv2-filter-refreshing .ksv2-page .ksv2-filter-btn-mobile[disabled],
body.ksv2-filter-refreshing .ksv2-page .ksv2-active-chip[disabled],
body.ksv2-filter-refreshing .ksv2-page .ksv2-active-clear[disabled] {
  cursor: wait;
}


.ksv2-page .ksv2-shop-tools .ksv2-toolbar-custom .toolbar,
.ksv2-page .ksv2-shop-tools .ksv2-toolbar-custom .sorter,
.ksv2-page .ksv2-shop-tools .ksv2-toolbar-custom .align-right {
  display: flex !important;
  align-items: center;
  gap: 12px;
  float: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.ksv2-page .ksv2-shop-tools .ksv2-toolbar-custom .limiter,
.ksv2-page .ksv2-shop-tools .ksv2-toolbar-custom .sort-by {
  display: inline-flex !important;
}


.ksv2-filter-modal {
  height: var(--ksv2-vh, 100vh) !important;
  max-height: var(--ksv2-vh, 100vh) !important;
  overflow: hidden !important;
}

@supports (height: 100dvh) {
  .ksv2-filter-modal {
    height: 100dvh !important;
    max-height: 100dvh !important;
  }
}

.ksv2-filter-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.ksv2-filter-foot {
  flex: 0 0 auto !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .ksv2-filter-head {
    padding: 12px 16px;
  }

  .ksv2-filter-body {
    padding: 6px 16px 12px !important;
  }

  .ksv2-filter-facet {
    padding: 12px 0;
  }

  .ksv2-filter-foot {
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom)) !important;
    gap: 10px;
  }

  .ksv2-filter-apply {
    padding: 12px;
  }
}


.ksv2-top-content,
.ksv2-cms-top {
  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--kck-text, #444);
  line-height: 1.55;
}

.ksv2-cms-top.std,
.ksv2-cms-top.std * {
  box-sizing: border-box;
}

.ksv2-cms-top.std p,
.ksv2-top-content p {
  margin-top: 0;
}

.ksv2-top-content .ksv2-breadcrumbs,
.ksv2-cms-top .ksv2-breadcrumbs {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted, #777);
  margin: 0 0 20px;
}

.ksv2-top-content .ksv2-breadcrumbs a,
.ksv2-cms-top .ksv2-breadcrumbs a {
  color: var(--kck-red, #C8102E);
  text-decoration: none;
}

.ksv2-top-content .ksv2-hero,
.ksv2-cms-top .ksv2-hero {
  display: block;
  padding: 0 0 20px;
  margin: 0 0 16px;
}

.ksv2-top-content .ksv2-hero h1,
.ksv2-cms-top .ksv2-hero h1,
.ksv2-cms-top.std .ksv2-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--kck-ink, #1a1a1a);
  margin: 0 0 10px;
  padding: 0;
}

.ksv2-top-content .ksv2-hero-sub,
.ksv2-cms-top .ksv2-hero-sub,
.ksv2-cms-top.std .ksv2-hero-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--kck-text, #444);
  line-height: 1.5;
  margin: 0 0 22px;
  max-width: 680px;
}

.ksv2-top-content .ksv2-trust,
.ksv2-cms-top .ksv2-trust,
.ksv2-cms-top.std .ksv2-trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ksv2-top-content .ksv2-trust-chip,
.ksv2-cms-top .ksv2-trust-chip,
.ksv2-cms-top.std .ksv2-trust-chip {
  background: var(--kck-surface, #fafafa);
  border: 1px solid var(--kck-line, #eaeaea);
  border-radius: var(--kck-radius, 8px);
  padding: 16px 18px;
  display: flex !important;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  margin: 0;
}

.ksv2-top-content .ksv2-trust-icon,
.ksv2-cms-top .ksv2-trust-icon,
.ksv2-cms-top.std .ksv2-trust-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  flex: 0 0 36px !important;
  color: var(--kck-red, #C8102E);
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 1px 0 0;
  padding: 0;
  line-height: 1;
}

.ksv2-top-content .ksv2-trust-icon svg,
.ksv2-cms-top .ksv2-trust-icon svg,
.ksv2-cms-top.std .ksv2-trust-icon svg {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  flex: 0 0 36px !important;
}

.ksv2-top-content .ksv2-trust-text,
.ksv2-cms-top .ksv2-trust-text {
  min-width: 0;
  flex: 1 1 auto;
}

.ksv2-top-content .ksv2-trust-title,
.ksv2-cms-top .ksv2-trust-title,
.ksv2-cms-top.std .ksv2-trust-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  color: var(--kck-ink, #1a1a1a);
  margin: 0 0 4px;
  padding: 0;
}

.ksv2-top-content .ksv2-trust-body,
.ksv2-cms-top .ksv2-trust-body,
.ksv2-cms-top.std .ksv2-trust-body {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-text, #444);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.ksv2-top-content .ksv2-trust-link,
.ksv2-cms-top .ksv2-trust-link {
  color: var(--kck-red, #C8102E);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.ksv2-top-content .ksv2-howitworks,
.ksv2-cms-top .ksv2-howitworks,
.ksv2-cms-top.std .ksv2-howitworks {
  margin: 0 0 12px;
  border-top: 1px solid var(--kck-line, #eaeaea);
  border-bottom: 1px solid var(--kck-line, #eaeaea);
  display: block;
}

.ksv2-top-content .ksv2-howitworks-summary,
.ksv2-cms-top .ksv2-howitworks-summary,
.ksv2-cms-top.std .ksv2-howitworks-summary {
  padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--kck-ink, #1a1a1a);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.01em;
  list-style: none;
  user-select: none;
}

.ksv2-top-content .ksv2-howitworks-summary::-webkit-details-marker,
.ksv2-cms-top .ksv2-howitworks-summary::-webkit-details-marker { display: none; }

.ksv2-top-content .ksv2-howitworks-icon,
.ksv2-cms-top .ksv2-howitworks-icon,
.ksv2-cms-top.std .ksv2-howitworks-icon {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  border-radius: 50%;
  background: var(--kck-surface, #fafafa);
  border: 1px solid var(--kck-line, #eaeaea);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kck-muted, #777);
}

.ksv2-top-content .ksv2-howitworks-icon svg,
.ksv2-cms-top .ksv2-howitworks-icon svg,
.ksv2-cms-top.std .ksv2-howitworks-icon svg {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
}

.ksv2-top-content .ksv2-howitworks[open] .ksv2-howitworks-icon,
.ksv2-cms-top .ksv2-howitworks[open] .ksv2-howitworks-icon {
  transform: rotate(45deg);
  background: var(--kck-red-soft, #fdf3f4);
  border-color: var(--kck-red-border, #f5d6db);
  color: var(--kck-red, #C8102E);
}

.ksv2-top-content .ksv2-howitworks-body,
.ksv2-cms-top .ksv2-howitworks-body {
  padding: 4px 0 14px;
}

.ksv2-top-content .ksv2-howitworks-body p,
.ksv2-cms-top .ksv2-howitworks-body p,
.ksv2-cms-top.std .ksv2-howitworks-body p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--kck-text, #444);
  margin: 0 0 12px;
  padding: 0;
}

.ksv2-top-content .ksv2-howitworks-body p:last-child,
.ksv2-cms-top .ksv2-howitworks-body p:last-child { margin-bottom: 0; }

@media (max-width: 1023px) and (min-width: 768px) {
  .ksv2-top-content .ksv2-trust,
  .ksv2-cms-top .ksv2-trust,
  .ksv2-cms-top.std .ksv2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ksv2-top-content .ksv2-hero,
  .ksv2-cms-top .ksv2-hero {
    padding: 0 0 16px;
    margin: 0 0 12px;
  }

  .ksv2-top-content .ksv2-hero h1,
  .ksv2-cms-top .ksv2-hero h1,
  .ksv2-cms-top.std .ksv2-hero h1 {
    font-size: 28px;
    letter-spacing: -0.015em;
    margin-bottom: 8px;
  }

  .ksv2-top-content .ksv2-hero-sub,
  .ksv2-cms-top .ksv2-hero-sub,
  .ksv2-cms-top.std .ksv2-hero-sub {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .ksv2-top-content .ksv2-trust,
  .ksv2-cms-top .ksv2-trust,
  .ksv2-cms-top.std .ksv2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ksv2-top-content .ksv2-trust-chip,
  .ksv2-cms-top .ksv2-trust-chip,
  .ksv2-cms-top.std .ksv2-trust-chip {
    padding: 12px;
    gap: 10px;
    align-items: center;
  }

  .ksv2-top-content .ksv2-trust-icon,
  .ksv2-cms-top .ksv2-trust-icon,
  .ksv2-cms-top.std .ksv2-trust-icon,
  .ksv2-top-content .ksv2-trust-icon svg,
  .ksv2-cms-top .ksv2-trust-icon svg,
  .ksv2-cms-top.std .ksv2-trust-icon svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    flex-basis: 28px !important;
  }

  .ksv2-top-content .ksv2-trust-title,
  .ksv2-cms-top .ksv2-trust-title,
  .ksv2-cms-top.std .ksv2-trust-title {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .ksv2-top-content .ksv2-trust-body,
  .ksv2-cms-top .ksv2-trust-body,
  .ksv2-cms-top.std .ksv2-trust-body {
    font-size: 12px;
    line-height: 1.35;
  }

  .ksv2-top-content .ksv2-howitworks,
  .ksv2-cms-top .ksv2-howitworks { margin-bottom: 12px; }

  .ksv2-top-content .ksv2-howitworks-summary,
  .ksv2-cms-top .ksv2-howitworks-summary { padding: 12px 0; font-size: 14px; }

  .ksv2-top-content .ksv2-howitworks-body p,
  .ksv2-cms-top .ksv2-howitworks-body p { font-size: 14px; line-height: 1.6; }
}


.inner-container .preface .widget-static-block,
.preface .widget-static-block {
  --kck-red: #C8102E;
  --kck-red-dark: #a10d24;
  --kck-red-soft: #fdf3f4;
  --kck-red-border: #f5d6db;
  --kck-ink: #1a1a1a;
  --kck-text: #444;
  --kck-muted: #777;
  --kck-line: #eaeaea;
  --kck-surface: #fafafa;
  --kck-radius: 8px;
  --kck-transition: 0.2s ease;

  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--kck-text);
  line-height: 1.55;
}

.inner-container .preface .widget-static-block *,
.inner-container .preface .widget-static-block *::before,
.inner-container .preface .widget-static-block *::after,
.preface .widget-static-block *,
.preface .widget-static-block *::before,
.preface .widget-static-block *::after {
  box-sizing: border-box;
}

.inner-container .preface .widget-static-block .ksv2-breadcrumbs,
.preface .widget-static-block .ksv2-breadcrumbs {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-muted);
  margin: 0 0 20px;
}

.inner-container .preface .widget-static-block .ksv2-breadcrumbs a,
.preface .widget-static-block .ksv2-breadcrumbs a {
  color: var(--kck-red);
  text-decoration: none;
}

.inner-container .preface .widget-static-block .ksv2-hero,
.preface .widget-static-block .ksv2-hero {
  display: block;
  padding: 0 0 20px;
  margin: 0 0 16px;
}

.inner-container .preface .widget-static-block .ksv2-hero h1,
.preface .widget-static-block .ksv2-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--kck-ink);
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
}

.inner-container .preface .widget-static-block .ksv2-hero-sub,
.preface .widget-static-block .ksv2-hero-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--kck-text);
  line-height: 1.5;
  margin: 0 0 22px;
  max-width: 680px;
  padding: 0;
}

.inner-container .preface .widget-static-block .ksv2-trust,
.preface .widget-static-block .ksv2-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-container .preface .widget-static-block .ksv2-trust-chip,
.preface .widget-static-block .ksv2-trust-chip {
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  border-radius: var(--kck-radius);
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  transition: border-color var(--kck-transition), box-shadow var(--kck-transition);
}

.inner-container .preface .widget-static-block .ksv2-trust-icon,
.preface .widget-static-block .ksv2-trust-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  color: var(--kck-red);
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  overflow: hidden;
}

.inner-container .preface .widget-static-block .ksv2-trust-icon svg,
.preface .widget-static-block .ksv2-trust-icon svg {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  display: block !important;
  flex: 0 0 36px;
}

.inner-container .preface .widget-static-block .ksv2-trust-text,
.preface .widget-static-block .ksv2-trust-text {
  min-width: 0;
  flex: 1 1 auto;
}

.inner-container .preface .widget-static-block .ksv2-trust-title,
.preface .widget-static-block .ksv2-trust-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.25;
  color: var(--kck-ink);
  margin: 0 0 4px;
  padding: 0;
}

.inner-container .preface .widget-static-block .ksv2-trust-body,
.preface .widget-static-block .ksv2-trust-body {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: var(--kck-text);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.inner-container .preface .widget-static-block .ksv2-trust-link,
.preface .widget-static-block .ksv2-trust-link {
  color: var(--kck-red);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.inner-container .preface .widget-static-block .ksv2-howitworks,
.preface .widget-static-block .ksv2-howitworks {
  display: block;
  margin: 0 0 12px;
  border-top: 1px solid var(--kck-line);
  border-bottom: 1px solid var(--kck-line);
}

.inner-container .preface .widget-static-block .ksv2-howitworks-summary,
.preface .widget-static-block .ksv2-howitworks-summary {
  padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--kck-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.01em;
  list-style: none;
  user-select: none;
}

.inner-container .preface .widget-static-block .ksv2-howitworks-summary::-webkit-details-marker,
.preface .widget-static-block .ksv2-howitworks-summary::-webkit-details-marker { display: none; }

.inner-container .preface .widget-static-block .ksv2-howitworks-icon,
.preface .widget-static-block .ksv2-howitworks-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--kck-muted);
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
}

.inner-container .preface .widget-static-block .ksv2-howitworks-icon svg,
.preface .widget-static-block .ksv2-howitworks-icon svg {
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
  display: block !important;
}

.inner-container .preface .widget-static-block .ksv2-howitworks[open] .ksv2-howitworks-icon,
.preface .widget-static-block .ksv2-howitworks[open] .ksv2-howitworks-icon {
  transform: rotate(45deg);
  background: var(--kck-red-soft);
  border-color: var(--kck-red-border);
  color: var(--kck-red);
}

.inner-container .preface .widget-static-block .ksv2-howitworks-body,
.preface .widget-static-block .ksv2-howitworks-body {
  padding: 4px 0 14px;
}

.inner-container .preface .widget-static-block .ksv2-howitworks-body p,
.preface .widget-static-block .ksv2-howitworks-body p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--kck-text);
  margin: 0 0 12px;
  padding: 0;
}

.inner-container .preface .widget-static-block .ksv2-howitworks-body p:last-child,
.preface .widget-static-block .ksv2-howitworks-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .inner-container .preface .widget-static-block .ksv2-trust,
  .preface .widget-static-block .ksv2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inner-container .preface .widget-static-block .ksv2-hero,
  .preface .widget-static-block .ksv2-hero {
    padding: 0 0 16px;
    margin: 0 0 12px;
  }

  .inner-container .preface .widget-static-block .ksv2-hero h1,
  .preface .widget-static-block .ksv2-hero h1 {
    font-size: 28px;
    letter-spacing: -0.015em;
    margin: 0 0 8px;
  }

  .inner-container .preface .widget-static-block .ksv2-hero-sub,
  .preface .widget-static-block .ksv2-hero-sub {
    font-size: 16px;
    margin: 0 0 16px;
  }

  .inner-container .preface .widget-static-block .ksv2-trust,
  .preface .widget-static-block .ksv2-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .inner-container .preface .widget-static-block .ksv2-trust-chip,
  .preface .widget-static-block .ksv2-trust-chip {
    padding: 12px;
    gap: 10px;
    align-items: center;
  }

  .inner-container .preface .widget-static-block .ksv2-trust-icon,
  .preface .widget-static-block .ksv2-trust-icon,
  .inner-container .preface .widget-static-block .ksv2-trust-icon svg,
  .preface .widget-static-block .ksv2-trust-icon svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    flex-basis: 28px;
  }

  .inner-container .preface .widget-static-block .ksv2-trust-title,
  .preface .widget-static-block .ksv2-trust-title {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .inner-container .preface .widget-static-block .ksv2-trust-body,
  .preface .widget-static-block .ksv2-trust-body {
    font-size: 12px;
    line-height: 1.35;
  }

  .inner-container .preface .widget-static-block .ksv2-howitworks,
  .preface .widget-static-block .ksv2-howitworks { margin-bottom: 12px; }

  .inner-container .preface .widget-static-block .ksv2-howitworks-summary,
  .preface .widget-static-block .ksv2-howitworks-summary { padding: 12px 0; font-size: 14px; }

  .inner-container .preface .widget-static-block .ksv2-howitworks-body p,
  .preface .widget-static-block .ksv2-howitworks-body p { font-size: 14px; line-height: 1.6; }
}


.ksv2-faq {
  --kck-red: #C8102E;
  --kck-red-dark: #a10d24;
  --kck-red-soft: #fdf3f4;
  --kck-red-border: #f5d6db;
  --kck-ink: #1a1a1a;
  --kck-text: #444;
  --kck-muted: #777;
  --kck-subtle: #999;
  --kck-line: #eaeaea;
  --kck-line-soft: #f0f0f0;
  --kck-surface: #fafafa;
  --kck-surface-hover: #f0f0f0;
  --kck-radius-sm: 6px;
  --kck-radius: 8px;
  --kck-radius-lg: 12px;
  --kck-transition: 0.2s ease;

  box-sizing: border-box;
  padding: clamp(24px, 3vw, 40px) 0 clamp(32px, 4vw, 56px);
  background: #fff;
  font-family: 'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--kck-text);
  line-height: 1.55;
}

.ksv2-faq *,
.ksv2-faq *::before,
.ksv2-faq *::after {
  box-sizing: border-box;
}

.inner-container .ksv2-faq,
.col-main .ksv2-faq,
.std .ksv2-faq,
.widget-static-block .ksv2-faq {
  display: block;
}

.ksv2-faq .ksv2-faq-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.ksv2-faq .ksv2-faq-head {
  text-align: center;
  margin: 0 0 28px;
}

.ksv2-faq .ksv2-faq-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--kck-red);
  margin: 0 0 10px;
  padding: 0;
}

.ksv2-faq .ksv2-faq-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--kck-ink);
  margin: 0;
  padding: 0;
}

.ksv2-faq .ksv2-faq-item {
  display: block;
  border-bottom: 1px solid var(--kck-line);
  margin: 0;
  padding: 0;
}

.ksv2-faq .ksv2-faq-item > summary {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  user-select: none;
  margin: 0;
}

.ksv2-faq .ksv2-faq-item > summary::-webkit-details-marker { display: none; }
.ksv2-faq .ksv2-faq-item > summary::marker { content: ''; }

.ksv2-faq .ksv2-faq-item > summary:focus-visible {
  outline: 2px solid var(--kck-red);
  outline-offset: 4px;
  border-radius: 2px;
}

.ksv2-faq .ksv2-faq-question {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--kck-ink);
  line-height: 1.4;
  transition: color 0.2s;
  flex: 1 1 auto;
}

.ksv2-faq .ksv2-faq-item > summary:hover .ksv2-faq-question {
  color: var(--kck-red);
}

.ksv2-faq .ksv2-faq-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  border-radius: 50%;
  background: var(--kck-surface);
  border: 1px solid var(--kck-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  color: var(--kck-muted);
  transition: transform 0.25s, background 0.2s, color 0.2s, border-color 0.2s;
  overflow: hidden;
}

.ksv2-faq .ksv2-faq-icon svg {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
  display: block !important;
  flex: 0 0 10px;
}

.ksv2-faq .ksv2-faq-item[open] > summary .ksv2-faq-icon {
  transform: rotate(45deg);
  background: var(--kck-red-soft);
  border-color: var(--kck-red-border);
  color: var(--kck-red);
}

.ksv2-faq .ksv2-faq-answer {
  padding: 0 0 20px;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--kck-text);
}

@media (max-width: 767px) {
  .ksv2-faq {
    padding: 24px 0 32px;
  }

  .ksv2-faq .ksv2-faq-head {
    margin: 0 0 20px;
  }

  .ksv2-faq .ksv2-faq-item > summary {
    padding: 16px 0;
  }

  .ksv2-faq .ksv2-faq-question {
    font-size: 14px;
  }

  .ksv2-faq .ksv2-faq-answer {
    font-size: 14px;
    padding: 0 0 16px;
  }
}


body.ksv2-filter-refreshing .aw-ln-overlay,
body.ksv2-filter-refreshing .aw-ln-overlay *,
body.ksv2-filter-refreshing .aw-layerednavigation-overlay,
body.ksv2-filter-refreshing .aw-layerednavigation-overlay *,
body.ksv2-filter-refreshing .aw-ln-loader,
body.ksv2-filter-refreshing .aw-ln-loader *,
body.ksv2-filter-refreshing .aw-ln-overlay-block,
body.ksv2-filter-refreshing .aw-ln-overlay-block *,
body.ksv2-filter-refreshing .loading-mask,
body.ksv2-filter-refreshing .loading-mask *,
body.ksv2-filter-refreshing #loading-mask,
body.ksv2-filter-refreshing #loading-mask *,
body.ksv2-filter-refreshing .ajax-loading,
body.ksv2-filter-refreshing .ajax-loading *,
body.ksv2-filter-refreshing .ajax-loader,
body.ksv2-filter-refreshing .ajax-loader * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


body.ksv2-filter-refreshing .ksv2-page .section__list-products,
.ksv2-page .section__list-products.ksv2-products-loading {
  pointer-events: none;
}

body.ksv2-filter-refreshing .ksv2-page .section__list-products ul > li,
.ksv2-page .section__list-products.ksv2-products-loading ul > li {
  min-width: 0;
}

body.ksv2-filter-refreshing .ksv2-page .section__list-products .article-item,
.ksv2-page .section__list-products.ksv2-products-loading .article-item {
  position: relative;
  overflow: hidden;
  background: #f2f2f2 !important;
  border-color: #eeeeee !important;
  box-shadow: none !important;
  transform: none !important;
}

body.ksv2-filter-refreshing .ksv2-page .section__list-products .article-item > *,
.ksv2-page .section__list-products.ksv2-products-loading .article-item > * {
  opacity: 0 !important;
  visibility: hidden !important;
}

body.ksv2-filter-refreshing .ksv2-page .section__list-products .article-item::before,
.ksv2-page .section__list-products.ksv2-products-loading .article-item::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: inherit !important;
  background: #f2f2f2 !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body.ksv2-filter-refreshing .ksv2-page .section__list-products .article-item::after,
.ksv2-page .section__list-products.ksv2-products-loading .article-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 21;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(242, 242, 242, 0) 100%);
  transform: translateX(-110%);
  animation: ksv2ProductSkeletonShimmer 1.15s ease-in-out infinite;
}

@keyframes ksv2ProductSkeletonShimmer {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

@media (prefers-reduced-motion: reduce) {
  body.ksv2-filter-refreshing .ksv2-page .section__list-products .article-item::after,
  .ksv2-page .section__list-products.ksv2-products-loading .article-item::after {
    animation: none !important;
    background: rgba(255, 255, 255, 0.35) !important;
  }
}



.kck-samples-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 32px;
  border-top: 1px solid #e5e5e5;
}
 
.kck-samples-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--kck-ink);
  margin: 0 0 16px;
  line-height: 1.3;
}
 
.kck-samples-content p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: var(--kck-text);
  line-height: 1.6;
  margin: 0 0 18px;
}
 
.kck-samples-content p:last-child {
  margin-bottom: 0;
}
 
.kck-samples-content a {
  color: #d81f1f;
  text-decoration: none;
}
 
.kck-samples-content a:hover {
  text-decoration: underline;
}
 
@media (max-width: 600px) {
  .kck-samples-content {
    padding: 36px 16px 24px;
  }
 
  .kck-samples-content h2 {
    font-size: 21px;
  }
 
  .kck-samples-content p {
    font-size: 15px;
  }
}