@font-face {
  font-family: "KF Minion";
  src: url("../assets/fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Material Symbols Outlined";
  src: url("../assets/fonts/material-symbols-outlined.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --kf-bg: #ffffff;
  --kf-text: #1b120d;
  --kf-muted: #737373;
  --kf-soft: #f5f5f5;
  --kf-line: #e0e0e0;
  --kf-line-soft: #f0f0f0;
  --kf-warm: #221610;
  --kf-ivory: #f3ebe7;
  --kf-header-h: 70px;
  --kf-topbar-h: 24px;
  --kf-page-x: 40px;
  --kf-max: 1920px;
  --kf-sans: 'Lora', serif;
  --kf-serif: "Minion Pro", MinionPro-Regular, "Times New Roman", serif;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}

body.kf-theme {
  background: var(--kf-bg);
  color: var(--kf-text);
  font-family: var(--kf-sans);
  letter-spacing: 0;
}

.kf-theme a {
  color: inherit;
}

.kf-theme a:hover,
.kf-theme a:focus {
  color: var(--kf-muted);
  text-decoration: none;
}

.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
}

.kf-ms-thin {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.kf-shell {
  max-width: var(--kf-max);
  margin: 0 auto;
  padding-left: var(--kf-page-x);
  padding-right: var(--kf-page-x);
}

.kf-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--kf-text);
  line-height: 1;
  transition: color .2s ease, opacity .2s ease, background-color .2s ease;
}

.kf-icon-button:hover,
.kf-icon-button:focus {
  color: var(--kf-muted);
  background: transparent;
}

.kf-bag-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.kf-cabinet-icon {
  display: block;
  width: 19px;
  height: 19px;
}

.kf-count {
  position: absolute;
  top: 2px;
  right: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--kf-text);
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}

#top.kf-topbar {
  position: relative;
  z-index: 60;
  height: auto;
  padding: 0;
  min-height: var(--kf-topbar-h);
  border-bottom: 1px solid var(--kf-line);
  background: var(--kf-soft);
  color: #666;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .05em;
}

.kf-topbar__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--kf-topbar-h);
}

.kf-topbar__message {
  max-width: 70%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.kf-topbar .top_bar_mob {
  display: none;
}

.kf-topbar__meta {
  position: absolute;
  right: var(--kf-page-x);
  top: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateY(-50%);
}

.kf-region-trigger {
  border: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 40px;
  height: 24px;
  padding: 0;
  transition: opacity .2s ease, color .2s ease;
  width: max-content;
}

.kf-region-trigger:hover,
.kf-region-trigger:focus {
  color: var(--kf-text);
  opacity: .8;
}

.kf-region-trigger__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  flex: 0 0 auto;
}

.kf-region-trigger__flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kf-region-trigger__label {
  color: var(--kf-text);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: none;
}

header.v2header.kf-header {
  position: sticky;
  top: 0;
  z-index: 55;
  border: 0;
  background: rgba(255, 255, 255, .92);
  color: var(--kf-text);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

header.v2header.kf-header a {
  color: var(--kf-text);
}

header.v2header.kf-header a:hover,
header.v2header.kf-header a:focus {
  color: var(--kf-muted);
}

body.kf-theme.common-home #top.kf-topbar {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  margin-block: 0;
}

body.kf-theme.common-home .v2header.kf-header {
  position: sticky;
  top: 0;
  left: auto;
  width: auto;
  max-height: none;
}

.kf-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--kf-header-h);
}

.kf-header__left,
.kf-header__right {
  display: flex;
  align-items: center;
  gap: 2px;
}

.kf-header__left {
  justify-content: flex-start;
  margin-left: -0.5rem;
}

.kf-header__right {
  justify-content: flex-end;
}

.kf-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kf-text);
  font-family: var(--kf-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-logo:hover,
.kf-logo:focus {
  color: var(--kf-muted);
}

.kf-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.kf-header__actions li {
  margin: 0 !important;
}

.kf-header__actions .icon {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 24px;
}

.kf-header__actions .cart_count,
.kf-header__actions .whish_count {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--kf-text);
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  display: block;
  visibility: hidden;
  background: rgba(0, 0, 0, .42);
  opacity: 0;
  transition: opacity .28s ease, visibility .28s ease;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

body.sideactive {
  overflow: hidden;
}

#sidebar.kf-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  width: min(320px, 100vw);
  height: 100vh;
  flex-direction: column;
  overflow: hidden;
  background: var(--kf-bg);
  color: var(--kf-text);
  box-shadow: 20px 0 60px rgba(0, 0, 0, .16);
  transform: translateX(-105%);
  transition: transform .32s cubic-bezier(.32, .72, 0, 1);
}

#sidebar.kf-drawer.active {
  transform: translateX(0);
}

.kf-drawer__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 24px;
  border-bottom: 1px solid var(--kf-line);
  position: relative;
}

.kf-drawer__back {
  display: none;
  align-items: center;
  justify-self: start;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.kf-drawer.is-subpanel .kf-drawer__back {
  display: inline-flex;
  margin-right: auto;
}

.kf-drawer__brand {
  color: var(--kf-text);
  font-family: var(--kf-serif);
  font-size: 14px;
  letter-spacing: .25em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-drawer.is-subpanel .kf-drawer__brand {
  display: none;
}

#dismiss.kf-icon-button {
  position: absolute;
  top: 24px;
  right: 24px;
  transform: unset;
  background: transparent;
  background-image: none;
  color: var(--kf-text);

}

.kf-drawer__body {
  position: relative;
  flex: 1;
  overflow-y: auto;
  padding: 8px 0 116px;
}

.kf-drawer .components,
.kf-drawer .account {
  margin: 0;
  padding: 0;
}

.kf-drawer__panel {
  position: absolute;
  inset: 8px 0 116px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}

.kf-drawer__panel--main {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.kf-drawer.is-subpanel .kf-drawer__panel--main {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}

.kf-drawer.is-subpanel .kf-drawer__panel--sub.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.kf-menu-list {
  padding: 8px 0;
}

.kf-drawer .components > li > a,
.kf-drawer .components > li > button,
#sidebar .kf-menu-item,
.kf-drawer .account a,
.kf-drawer .account span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 53px;
  padding: 0 30px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--kf-line-soft);
  background: transparent;
  color: var(--kf-text);
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .09em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
}

.kf-drawer .components > li > a:hover,
.kf-drawer .components > li > button:hover,
.kf-menu-item:hover,
.kf-menu-item:focus {
  color: var(--kf-muted);
  background: var(--kf-soft);
}

#sidebar .kf-menu-list--compact .kf-menu-item {
  min-height: 34px;
  border-bottom: 1px solid var(--kf-line-soft);
  font-size: 12px;
  letter-spacing: .07em;
  display: flex;
  color: var(--kf-text);
  padding: 0 30px;
}


#sidebar .kf-menu-list--compact .kf-menu-item:hover,
#sidebar .kf-menu-item:hover {
  background-color: rgb(245 245 245) !important;
  text-decoration: none !important;
}

.kf-menu-item--all {
  min-height: 42px !important;
  font-size: 13px !important;
  letter-spacing: .1em !important;
  padding: 0 30px !important;
}

.kf-drawer .account {
  display: none;
}

.kf-drawer .dropdown-menu {
  position: static !important;
  float: none !important;
  display: none;
  min-width: 0;
  margin: 0;
  padding: 4px 0 8px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.kf-drawer .dropdown.open > .dropdown-menu,
.kf-drawer .dropdown.kf-open > .dropdown-menu {
  display: block;
}

.kf-drawer .dropdown-menu a {
  display: block;
  padding: 7px 30px 7px 44px;
  color: #444;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kf-drawer .see-all {
  color: var(--kf-muted) !important;
}

.kf-drawer__foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 30px 20px;
  border-top: 1px solid var(--kf-line);
  background: var(--kf-bg);
}

.kf-drawer__locale {
  color: var(--kf-muted);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.kf-drawer__login {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--kf-muted);
  font-family: var(--kf-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  transition: color .2s ease, opacity .2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.kf-drawer__login:hover,
.kf-drawer__login:focus {
  background: transparent;
  color: var(--kf-text);
  outline: none;
}

.kf-localization.hidden {
  display: none;
}

.kf-localization:not(.hidden) {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.kf-localization,
.kf-localization * {
  box-sizing: border-box;
}

body.kf-localization-open {
  overflow: hidden;
}

.kf-localization__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.kf-localization__dialog {
  position: relative;
  display: flex;
  width: min(440px, 100%);
  max-height: 85vh;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--kf-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  animation: kf-localization-in .2s ease both;
}

.kf-localization__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: #fff;
  color: #555;
  transition: color .2s ease;
}

.kf-localization__close:hover,
.kf-localization__close:focus {
  color: #000;
}

.kf-localization__close svg,
.kf-localization-option__check {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kf-localization__close svg {
  stroke-width: 1;
}

.kf-localization__heading {
  padding: 28px 32px 0;
  border-bottom: 1px solid var(--kf-line);
}

.kf-localization__heading h2 {
  margin: 0;
  padding: 0 40px 12px 0;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-localization__form {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.kf-localization__body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 32px 104px;
}

.kf-localization__copy {
  margin: 0 24px 4px 0;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.kf-localization__options {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.kf-localization-currency-form {
  margin: 0;
}

.kf-localization-search {
  position: relative;
  margin: 0 0 16px;
}

.kf-localization-search .material-symbols-outlined {
  position: absolute;
  left: 14px;
  top: 50%;
  color: #999;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}

.kf-localization-search__input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 14px 0 44px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 13px;
  font-weight: 300;
  line-height: 44px;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease;
}

.kf-localization-search__input:focus {
  border-color: var(--kf-muted);
  box-shadow: none;
}

.kf-localization__options--countries {
  margin-bottom: 0;
}

.kf-localization-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  gap: 14px;
  margin: 0;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--kf-line);
  background: transparent;
  color: #222;
  text-align: left;
  cursor: pointer;
}

.kf-localization-option:last-child {
  border-bottom: 0;
}

.kf-localization-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.kf-localization-option__flag,
.kf-localization-option__currency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.kf-localization-option__currency {
  border-color: var(--kf-line);
  color: #737373;
  font-size: 14px;
  font-weight: 500;
}

.kf-localization-option__flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kf-localization-option__text {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.kf-localization-option__text span {
  color: #222;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.kf-localization-option__text span small {
  display: inline;
  color: #737373;
  font-size: 14px;
  line-height: inherit;
}

.kf-localization-option__text span .kf-localization-option__currency-code {
  margin-left: 2px;
}

.kf-localization-option__text small {
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
}

.kf-localization-option__check {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #222;
  opacity: 0;
  stroke-width: 1.5;
}

.kf-localization-option.is-active .kf-localization-option__check {
  opacity: 1;
}

.kf-localization-option:hover .kf-localization-option__text span,
.kf-localization-option:focus .kf-localization-option__text span {
  color: #000;
}

.kf-localization__empty {
  padding: 28px 0 16px;
  color: #737373;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.kf-localization__separator {
  width: 100%;
  height: 1px;
  margin: 8px 0 20px;
  background: var(--kf-line);
}

.kf-localization__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  border-top: 1px solid var(--kf-line);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.kf-localization__apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 0;
  background: #737373;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.kf-localization__apply:hover,
.kf-localization__apply:focus {
  background: #222;
  color: #fff;
}

@keyframes kf-localization-in {
  from {
    opacity: 0;
    transform: scale(.98);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.kf-auth.hidden {
  display: none;
}

.kf-auth:not(.hidden) {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.kf-auth,
.kf-auth * {
  box-sizing: border-box;
}

body.kf-auth-open {
  overflow: hidden;
}

.kf-auth__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.kf-auth__dialog {
  position: relative;
  width: min(440px, 100%);
  max-height: 95vh;
  overflow-y: auto;
  background: #fff;
  color: var(--kf-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  animation: kf-localization-in .2s ease both;
}

.kf-auth__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 32px 16px;
}

.kf-auth__head h2 {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-auth__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin: -8px -8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555;
  transition: color .2s ease;
}

.kf-auth__close:hover,
.kf-auth__close:focus {
  color: #000;
}

.kf-auth__close svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.kf-auth__tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 32px 24px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-auth__tab,
.kf-auth__link,
.kf-auth__switch {
  padding: 0;
  border: 0;
  background: transparent;
  color: #737373;
  font-family: var(--kf-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color .2s ease;
}

.kf-auth__switch {
  width: 100%;
  text-align: center;
}

.kf-auth__tab {
  position: relative;
  padding-bottom: 12px;
}

.kf-auth__tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #222;
  content: "";
  opacity: 0;
}

.kf-auth__tab.is-active {
  color: #222;
}

.kf-auth__tab.is-active::after {
  opacity: 1;
}

.kf-auth__body {
  padding: 0 32px 32px;
}

.kf-auth__panel {
  display: none;
}

.kf-auth__panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kf-auth__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  color: #222;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
}

.kf-auth__field input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: var(--kf-text);
  font-size: 13px;
  font-weight: 300;
  line-height: 44px;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease;
}

.kf-auth__field input:focus {
  border-color: var(--kf-muted);
  box-shadow: none;
}

.kf-auth__field.has-error input {
  border-color: #b42318;
}

.kf-auth__error {
  display: block;
  color: #b42318;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
}

.kf-auth__error.hidden {
  display: none;
}

.kf-auth__message {
  padding: 10px 12px;
  border: 1px solid var(--kf-line);
  color: #222;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.kf-auth__message.hidden {
  display: none;
}

.kf-auth__message.is-error {
  border-color: rgba(180, 35, 24, .35);
  background: #fff5f4;
  color: #b42318;
}

.kf-auth__message.is-success {
  border-color: rgba(29, 122, 70, .35);
  background: #f3fbf6;
  color: #1d7a46;
}

.kf-auth__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kf-auth__intro h3 {
  margin: 0;
  color: var(--kf-text);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.kf-auth__intro p {
  margin: 0;
  color: var(--kf-muted);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.45;
}

.kf-auth__link,
.kf-auth__switch {
  align-self: flex-start;
  color: #222;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kf-auth__primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  transition: background-color .2s ease;
}

.kf-auth__primary:hover,
.kf-auth__primary:focus {
  background: #111;
  color: #fff;
}

.kf-auth__primary:disabled,
.kf-auth__primary.is-loading {
  cursor: wait;
  opacity: .65;
}

.kf-auth__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.kf-auth__divider::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--kf-line);
  content: "";
}

.kf-auth__divider span {
  position: relative;
  z-index: 1;
  padding: 0 14px;
  background: #fff;
}

.kf-auth__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  gap: 10px;
  border: 1px solid #222;
  border-radius: 0;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .2s ease;
}

.kf-auth__social:hover,
.kf-auth__social:focus {
  background: var(--kf-soft);
}

.kf-auth__social > .material-symbols-outlined,
.kf-auth__google {
  position: absolute;
  left: 16px;
}

.kf-auth__google {
  width: 18px;
  height: 18px;
  display: block;
}

.kf-auth__consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 2px 0 0;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
  cursor: pointer;
}

.kf-auth__consent input {
  position: relative;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  margin-top: 2px;
  overflow: hidden;
  border: 1px solid #222 !important;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  color: #222;
  opacity: 1;
  cursor: pointer;
}

.kf-auth__consent input::after {
  position: absolute;
  top: 1px;
  left: 5px;
  display: none;
  width: 6px;
  height: 11px;
  border: solid #222;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.kf-auth__consent input:checked::after {
  display: block;
}

.kf-auth__consent input:focus {
  outline: 1px solid #737373;
  outline-offset: 2px;
}

.kf-auth__consent-text {
  display: block;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
}

.kf-auth__consent-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity .2s ease;
}

.kf-auth__consent:hover .kf-auth__consent-link {
  opacity: .72;
}

#kf-sidebarCollapse span {
  font-size: 26px;
}

.kf-home {
  width: 100%;
  min-height: 60vh;
  overflow: hidden;
  background: var(--kf-bg);
}

.kf-home__main,
.kf-home__demo-flow,
.kf-home__section {
  width: 100%;
}

.kf-home__side-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.kf-home__side {
  width: 100%;
  padding: 0 var(--kf-page-x);
}

.kf-home__section {
  position: relative;
  margin: 0;
  padding: 0;
}

.kf-home__section > .container,
.kf-home__section > .row,
.kf-home__section .banner-rows {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.kf-home__section .row {
  margin-left: 0;
  margin-right: 0;
}

.kf-home__section [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.kf-home-editorial-grid {
  display: grid;
  width: 100%;
  grid-auto-flow: dense;
  grid-auto-rows: 300px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  animation: kf-home-fade-in .7s ease both;
}

.kf-home-editorial-grid__item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  background: #f5f5f5;
  cursor: pointer;
}

.kf-home-editorial-grid__item--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.kf-home-editorial-grid__item--portrait {
  grid-row: span 2;
}

.kf-home-editorial-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1);
  transition: filter .7s ease-in-out, transform .7s ease-in-out;
}

.kf-home-editorial-grid__item:hover img,
.kf-home-editorial-grid__item:focus-within img {
  filter: grayscale(0);
  transform: scale(1.05);
}

.kf-home__module {
  width: 100%;
}

@keyframes kf-home-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.kf-search-page {
  width: 100%;
  min-height: 60vh;
  padding: 16px 0 64px;
  background: var(--kf-bg);
  color: var(--kf-text);
}

.kf-search-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 32px;
  color: var(--kf-muted);
  font-size: 12px;
  line-height: 1;
}

.kf-search-breadcrumbs a,
.kf-search-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.kf-search-breadcrumbs__home .material-symbols-outlined {
  font-size: 16px;
}


.kf-search-breadcrumbs__chevron {
  color: #999;
  font-size: 14px;
}

.kf-search-breadcrumbs a:hover,
.kf-search-breadcrumbs__current {
  color: var(--kf-text);
  font-weight: 500;
}

.kf-search-layout.container {
  width: 100%;
  max-width: var(--kf-max);
  padding-right: var(--kf-page-x);
  padding-left: var(--kf-page-x);
}

.kf-search-content {
  min-height: 40vh;
}

.kf-search-panel {
  max-width: 1200px;
  margin: 0 auto 56px;
  text-align: center;
}

.kf-search-form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 24px auto 40px;
}

.kf-search-form__submit {
  position: absolute;
  top: 50%;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #999;
  transform: translateY(-50%);
  transition: color .2s ease;
}

.kf-search-form__submit:hover,
.kf-search-form__submit:focus {
  color: var(--kf-text);
  outline: none;
}

.kf-search-form__submit .material-symbols-outlined {
  font-size: 22px;
}

.kf-search-form__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px 0 52px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
  outline: none;
  box-shadow: none;
  transition: border-color .2s ease;
}

.kf-search-form__input:focus {
  border-color: var(--kf-muted);
  box-shadow: none;
}

.kf-search-form__input::placeholder {
  color: #999;
}

.kf-search-popular {
  text-align: center;
}

.kf-search-popular__label {
  margin: 0 0 16px;
  color: var(--kf-muted);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kf-search-popular__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.kf-search-popular__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid var(--kf-line);
  border-radius: 999px;
  background: transparent;
  color: var(--kf-text);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.kf-search-popular__term:hover,
.kf-search-popular__term:focus {
  border-color: var(--kf-muted);
  background: var(--kf-soft);
  color: var(--kf-text);
  outline: none;
}

.kf-search-results {
  width: 100%;
  padding-bottom: 16px;
}

.kf-search-results__head {
  margin: 0 0 32px;
  text-align: left;
}

.kf-search-results__head h1 {
  margin: 0;
  color: var(--kf-text);
  font-family: var(--kf-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}

.kf-search-results__head h1 span {
  font-weight: 700;
}

.kf-search-results__head h1 small {
  display: inline-block;
  margin-left: 6px;
  color: var(--kf-muted);
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 300;
}

.kf-search-products {
  animation: kf-home-fade-in .7s ease both;
}

.kf-search-toolbar {
  position: relative;
  top: auto;
  z-index: 5;
  margin-bottom: 24px;
}

.kf-search-products__items,
.kf-search-products > .appenddivproduct {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 40px;
  margin-right: -8px;
  margin-left: -8px;
}

.kf-search-products::before,
.kf-search-products::after,
.kf-search-products > .appenddivproduct::before,
.kf-search-products > .appenddivproduct::after {
  display: none;
  content: none;
}

.kf-search-products .product-layout {
  float: none;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 8px;
}

.kf-search-products.kf-category-products--large .product-layout {
  width: 25%;
}

.kf-search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  gap: 16px;
  text-align: center;
}

.kf-search-empty .material-symbols-outlined {
  color: var(--kf-line);
  font-size: 48px;
}

.kf-search-empty p {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kf-search-pagination {
  margin-top: 8px;
  color: var(--kf-muted);
  font-size: 13px;
}

.kf-product-layout {
  margin-bottom: 40px;
}

.kf-product-card.product-thumb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: var(--kf-text);
  padding: 15px;
}

.kf-product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.kf-product-card__image-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.kf-product-card__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
  margin: 0 auto;
  object-fit: cover;
  transform: scale(1);
  transition: transform .7s ease;
}

.kf-product-card:hover .kf-product-card__image,
.kf-product-card:focus-within .kf-product-card__image {
  transform: scale(1.05);
}

.kf-product-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 72px);
}

.kf-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  color: var(--kf-text);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.kf-product-card__badge--sale {
  color: #b42318;
}

.kf-product-card__wishlist,
.kf-product-card__cart {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  width: auto;
  margin: 0;
}

.kf-product-card__wishlist {
  top: 12px;
  right: 12px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .3s ease, transform .3s ease;
}

.kf-product-card__cart {
  right: 16px;
  bottom: 16px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease;
}

.kf-product-card:hover .kf-product-card__wishlist,
.kf-product-card:hover .kf-product-card__cart,
.kf-product-card:focus-within .kf-product-card__wishlist,
.kf-product-card:focus-within .kf-product-card__cart,
.kf-product-card__wishlist.is-active,
.kf-product-card__cart.is-active {
  opacity: 1;
  transform: translateY(0);
}

.kf-product-card__wishlist .is-active,
.kf-product-card__cart .is-active {
  opacity: 1;
}

.kf-product-card__icon-button.hidden {
  display: none !important;
}

.kf-product-card__icon-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  color: #1b120d !important;
  line-height: 1 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; /* shadow-sm */
  transition: background-color .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease !important;
  outline: none !important;
}

.kf-product-card__icon-button:hover,
.kf-product-card__icon-button:focus {
  background: #4a4a4a !important;
  color: #fff !important;
  transform: scale(1.05) !important;
  outline: none !important;
}

.kf-product-card__icon-button.is-active {
  background: #4a4a4a !important;
  color: #fff !important;
}

.kf-product-card__icon-button.is-active:hover,
.kf-product-card__icon-button.is-active:focus {
  background: #333333 !important;
  color: #fff !important;
}

/* Cart shadow is larger (shadow-lg) */
.kf-product-card__cart .kf-product-card__icon-button {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important; /* shadow-lg */
}

.kf-product-card__icon-button .icon {
  display: block;
  padding: 0;
}

.kf-product-card__wishlist .kf-product-card__icon-button .icon {
  width: 24px !important;
  height: 24px !important;
  fill: transparent;
}

.kf-product-card__cart .kf-product-card__icon-button .icon {
  width: 28px !important;
  height: 28px !important;
}

.kf-product-card__icon-button .icon-v2-wish-hover,
.kf-product-card__icon-button .icon-v2-bag-hover,
.kf-product-card__icon-button:hover .icon-v2-wish,
.kf-product-card__icon-button:focus .icon-v2-wish,
.kf-product-card__icon-button.is-active .icon-v2-wish,
.kf-product-card__icon-button:hover .icon-v2-bag,
.kf-product-card__icon-button:focus .icon-v2-bag,
.kf-product-card__icon-button.is-active .icon-v2-bag {
  display: none;
}

.kf-product-card__icon-button:hover .icon-v2-wish-hover,
.kf-product-card__icon-button:focus .icon-v2-wish-hover,
.kf-product-card__icon-button.is-active .icon-v2-wish-hover,
.kf-product-card__icon-button:hover .icon-v2-bag-hover,
.kf-product-card__icon-button:focus .icon-v2-bag-hover,
.kf-product-card__icon-button.is-active .icon-v2-bag-hover {
  display: block;
}

.kf-product-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 6px;
  padding: 0 !important;
}

.kf-product-card__swatches {
  display: flex;
  align-items: center;
  min-height: 24px;
  gap: 7px;
  padding: 0 2px;
}

.kf-product-card__swatch {
  display: inline-flex;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  opacity: .75;
  transition: opacity .2s ease, transform .2s ease;
}

.kf-product-card__swatch.is-active {
  opacity: 1;
  border-color: rgba(0, 0, 0, .05);
  box-shadow:
    0 0 0 2px var(--kf-bg),
    0 0 0 4px #555;
  transform: scale(1.1);
}

.kf-product-card__swatch-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  outline: 0;
}

.kf-product-card__swatch-group:hover .kf-product-card__swatch,
.kf-product-card__swatch-group:focus .kf-product-card__swatch,
.kf-product-card__swatch-group:focus-within .kf-product-card__swatch {
  opacity: 1;
}

.kf-product-card__swatch-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 6px;
  z-index: 30;
  display: block;
  width: 210px;
  max-width: min(210px, 70vw);
  padding: 8px 12px;
  border-radius: 2px;
  background: #555;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
  color: #fff;
  font-family: var(--kf-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateX(-12px);
  transition: opacity .25s ease, visibility .25s ease;
  visibility: hidden;
}

.kf-product-card__swatch-tooltip:after {
  position: absolute;
  bottom: -4px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #555;
  content: "";
  transform: rotate(45deg);
}

.kf-product-card__swatch-group:hover .kf-product-card__swatch-tooltip,
.kf-product-card__swatch-group:focus .kf-product-card__swatch-tooltip,
.kf-product-card__swatch-group:focus-within .kf-product-card__swatch-tooltip {
  opacity: 1;
  visibility: visible;
}

.kf-product-card__swatch-more {
  display: inline-flex;
  align-items: center;
  height: 12px;
  color: #888;
  font-size: 18px;
  letter-spacing: .08em;
  line-height: 0;
}

.kf-product-card__title {
  margin: 0;
  color: var(--kf-text);
  font-family: var(--kf-serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-product-card__title a {
  display: block;
  color: inherit;
}

.kf-product-card__title a:hover,
.kf-product-card__title a:focus {
  color: var(--kf-muted);
}

.kf-product-card__type {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--kf-sans);

}

.kf-product-card__model {
  margin-left: 6px;
  color: var(--kf-text);
  font-size: 12px;
}

.kf-product-card__meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 18px;
}

.kf-product-card__stock {
  width: auto;
  margin: 0;
  color: #1d7a46;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-product-card__stock--order {
  color: #b85c00;
}

.kf-product-card__sku {
  color: #999;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-product-card__sku strong {
  color: #555;
  font-weight: 500;
}

.kf-product-card__purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: 4px;
}

.kf-product-card__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 22px;
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.25;
  font-size: var( --kf-sans) !important;
}

.kf-product-card__price-current {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.kf-product-card__price-current--sale {
  color: #b42318;
  font-weight: 500;
}

.kf-product-card__price-old {
  margin-left: 0;
  color: #999;
  font-size: 10px;
  text-decoration: line-through;
  white-space: nowrap;
}

.kf-product-card__discount {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  background: #fff5f4;
  color: #b42318;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.kf-product-card__tax {
  flex-basis: 100%;
  color: #999;
  font-size: 11px;
}

.kf-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 5px !important;
  flex: 0 0 auto;
  margin-top: 0 !important;
  color: #555;
  line-height: 1;
}

.kf-product-card__rating .kf-product-card__rating-count {
  font-size: 10px !important;
}


.kf-product-card__stars {
  display: inline-flex;
  color: var(--kf-text);
}

.kf-product-card__stars .material-symbols-outlined {
  font-size: 14px;
}

.kf-product-card__stars .is-filled {
  color: var(--kf-text);
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 20;
}

.kf-product-card__stars .is-empty {
  color: #d8d8d8;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.kf-product-card__rating-count {
  color: #555;
  font-size: 10px;
  font-weight: 300;
}

.kf-category-page {
  width: 100%;
  min-height: 60vh;
  padding: 16px 0 64px;
  background: var(--kf-bg);
  color: var(--kf-text);
}

.kf-category-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 24px;
  color: var(--kf-muted);
  font-size: 12px;
  line-height: 1;
}

body.kf-checkout-empty-state .kf-category-breadcrumbs,
body.kf-checkout-empty-state .kf-simplecheckout-title {
  display: none;
}

.kf-category-breadcrumbs__trail {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.kf-category-breadcrumbs a,
.kf-category-breadcrumbs__current {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.kf-category-breadcrumbs__chevron {
  color: #999;
  font-size: 14px;
}

.kf-category-breadcrumbs a:hover,
.kf-category-breadcrumbs__current {
  color: var(--kf-text);
  font-weight: 500;
}

.kf-category-hero {
  /*display: grid;*/
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding-bottom: 24px;
  display: none;
}

.kf-category-hero__copy {
  max-width: 760px;
}

.kf-category-hero h1 {
  margin: 0;
  color: var(--kf-text);
  font-family: var(--kf-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.18;
  text-transform: uppercase;
}

.kf-category-hero__description {
  margin-top: 12px;
  color: var(--kf-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.kf-category-hero__description p {
  margin: 0 0 8px;
}

.kf-category-hero__image {
  width: 120px;
  height: 150px;
  margin: 0;
  overflow: hidden;
  background: var(--kf-soft);
}

.kf-category-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kf-category-toolbar {
  position: sticky;
  top: var(--kf-header-h);
  z-index: 42;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kf-category-toolbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  gap: 16px;
}

.kf-category-toolbar__left,
.kf-category-toolbar__right,
.kf-category-view {
  display: flex;
  align-items: center;
}

.kf-category-toolbar__left {
  flex: 1 1 auto;
  gap: 14px;
  min-width: 0;
}

.kf-category-toolbar__right {
  gap: 10px;
  flex: 0 0 auto;
}

.kf-category-pill,
.kf-category-top,
.kf-category-filter__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--kf-soft);
  color: #222;
  font-family: var(--kf-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.kf-category-pill {
  height: 38px;
  min-width: 122px;
  gap: 7px;
  padding: 0 18px;
}

.kf-category-filter-toggle {
  position: relative;
}

.kf-category-filter-toggle.has-active-filters {
  background: var(--kf-soft);
  color: #222;
}

.kf-category-filter-toggle.has-active-filters:hover,
.kf-category-filter-toggle.has-active-filters:focus {
  background: #eaeaea;
  color: #222;
}

.kf-category-filter-toggle__badge {
  position: absolute;
  top: -6px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #1b120d;
  color: #fff;
  font-family: var(--kf-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.kf-category-filter-toggle__badge[hidden] {
  display: none !important;
}

.kf-category-active-filters-bar[hidden] {
  display: none !important;
}

.kf-category-active-filters-bar {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: none;
  overflow-x: auto;
  border-left: 1px solid var(--kf-line);
  margin-left: 2px;
  padding: 4px 0 4px 12px;
  scrollbar-width: none;
}

.kf-category-active-filters-bar__list {
  flex: 0 0 auto;
  min-width: 0;
}

.kf-category-active-filters-bar::-webkit-scrollbar {
  display: none;
}

.kf-category-active-filters-bar .mfilter-selected-filters {
  width: auto;
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  position: static;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: visible;
  padding: 0 1px;
  scrollbar-width: none;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt::-webkit-scrollbar {
  display: none;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt::before {
  content: "Обрано:";
  flex: 0 0 auto;
  margin-left: 8px;
  color: #999;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 28px;
  text-transform: uppercase;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  min-height: 28px;
  padding: 0 12px !important;
  border: 1px solid var(--kf-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .035);
  color: #222;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt a span.sttr_name {
  display: none;
}

.kf-category-active-filters-bar__list .mfilter-selected-filters-cnt a img,
.kf-category-active-filters-bar__list .mfilter-selected-filters-cnt a .color-check {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}


.kf-category-active-filters-bar .mfilter-selected-filters-cnt a .mfilter-close,
.kf-category-filter .mfilter-selected-filters-cnt a .mfilter-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: -5px;
  color: inherit;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt a .mfilter-close i,
.kf-category-filter .mfilter-selected-filters-cnt a .mfilter-close i {
  display: none !important;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt a .mfilter-close::before,
.kf-category-filter .mfilter-selected-filters-cnt a .mfilter-close::before {
  content: "close";
  font-family: "Material Symbols Outlined";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.kf-category-active-filters-bar .mfilter-selected-filters-cnt a:hover .mfilter-close,
.kf-category-filter .mfilter-selected-filters-cnt a:hover .mfilter-close {
  color: #b42318;
}

.kf-category-active-filters-bar .mfilter-button-reset-2 {
  display: none !important;
}

.kf-category-active-filters-bar__clear {
  flex: 0 0 auto;
  min-height: 28px !important;
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #737373 !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kf-category-active-filters-bar__clear:hover,
.kf-category-active-filters-bar__clear:focus {
  color: #222 !important;
}

.kf-category-pill:hover,
.kf-category-pill:focus,
.kf-category-top:hover,
.kf-category-top:focus {
  background: #eaeaea;
  color: var(--kf-text);
  outline: none;
}

.kf-category-pill .material-symbols-outlined {
  font-size: 16px;
}

.kf-category-view {
  gap: 8px;
  flex: 0 0 auto;
}

.kf-category-view__button {
  display: grid;
  width: 23px;
  height: 23px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #cfcfcf;
  transition: color .2s ease;
}

.kf-category-view__button[data-kf-view="large"] {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}

.kf-category-view__button[data-kf-view="small"] {
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.kf-category-view__button span {
  display: block;
  background: currentColor;
}

.kf-category-view__button:hover,
.kf-category-view__button:focus,
.kf-category-view__button.is-active {
  color: #555;
  outline: none;
}

.kf-category-pagination .box-next {
  margin-left: auto;
  display: block;
  width: max-content;
}

.kf-category-sort {
  position: relative;
  z-index: 3;
}

.kf-category-sort__select.form-control {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.kf-category-sort__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 38px;
  gap: 7px;
  padding: 0 16px 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--kf-soft);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .025);
  color: #222;
  font-family: var(--kf-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .2s ease;
}

.kf-category-sort__button:hover,
.kf-category-sort__button:focus {
  background: #eaeaea;
  outline: none;
}

.kf-category-sort__button .material-symbols-outlined {
  font-size: 20px;
  transition: transform .24s ease;
}

.kf-category-sort.is-open .kf-category-sort__button .material-symbols-outlined {
  transform: rotate(180deg);
}

.kf-category-sort__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  width: 224px;
  overflow: hidden;
  border: 1px solid var(--kf-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  animation: kf-sort-menu-in .18s ease both;
}

.kf-category-sort.is-open .kf-category-sort__menu {
  display: block;
}

.kf-category-sort__option {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #737373;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
}

.kf-category-sort__option:hover,
.kf-category-sort__option:focus {
  background: #fafafa;
  color: #222;
  outline: none;
}

.kf-category-sort__option.is-active {
  background: var(--kf-soft);
  color: #222;
}

.kf-category-sort__option .material-symbols-outlined {
  font-size: 16px;
}

@keyframes kf-sort-menu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kf-category-layout.container {
  width: 100%;
  max-width: var(--kf-max);
  padding-right: var(--kf-page-x);
  padding-left: var(--kf-page-x);
}

.kf-category-content {
  min-height: 48vh;
}

.kf-category-products {
  animation: kf-home-fade-in .7s ease both;
}

.kf-category-products__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-right: -8px;
  margin-left: -8px;
}

.kf-category-products .kf-product-layout {
  float: none;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 8px;
  transition: width .25s ease;
}

.kf-category-pagination {
  margin-top: 8px;
  color: var(--kf-muted);
  font-size: 13px;
}

.kf-category-floating-top {
  position: fixed;
  right: var(--kf-page-x);
  bottom: 20px;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(48px);
  transition: opacity .5s ease, transform .5s ease;
}

.kf-category-floating-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-24px);
}

.kf-category-top {
  height: 38px;
  gap: 6px;
  min-width: 122px;
  padding: 0 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.kf-category-top .material-symbols-outlined {
  font-size: 18px;
}

.kf-category-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  gap: 16px;
  text-align: center;
}

.kf-category-empty .material-symbols-outlined {
  color: var(--kf-line);
  font-size: 48px;
}

.kf-category-empty p {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kf-category-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #222;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kf-category-empty__button:hover,
.kf-category-empty__button:focus {
  background: #222;
  color: #fff;
}

.kf-category-filter {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}

.kf-category-filter.is-open {
  visibility: visible;
  pointer-events: auto;
}

.kf-category-filter__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .42);
  opacity: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity .35s ease;
}

.kf-category-filter.is-open .kf-category-filter__overlay {
  opacity: 1;
}

.kf-category-filter__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: min(380px, 100vw);
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--kf-text);
  box-shadow: 24px 0 70px rgba(0, 0, 0, .18);
  transform: translateX(-105%);
  transition: transform .42s cubic-bezier(.32, .72, 0, 1);
}

.kf-category-filter.is-open .kf-category-filter__panel {
  transform: translateX(0);
}

body.kf-category-filter-open {
  overflow: hidden;
}

.kf-category-filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 24px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-category-filter__head > span {
  color: #222;
  font-family: var(--kf-serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.kf-category-filter__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555;
}

.kf-category-filter__close:hover,
.kf-category-filter__close:focus {
  color: #000;
  outline: none;
}

.kf-category-filter__body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px 24px 96px;
}

.kf-category-filter__refine {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 8px;
}

.kf-category-filter__refine span {
  color: var(--kf-muted);
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.kf-category-filter__clear {
  flex: 0 0 auto;
  margin-left: 16px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .18s ease, border-color .18s ease;
}

.kf-category-filter__clear:hover,
.kf-category-filter__clear:focus {
  border-color: #bd490f;
  color: #bd490f;
  outline: none;
}

.kf-category-filter__clear[hidden] {
  display: none !important;
}

.kf-category-filter__active[hidden],
[data-kf-active-filters-drawer][hidden] {
  display: none !important;
}

.kf-category-filter__active {
  margin: 0 0 4px;
}

.kf-category-filter__section {
  border-bottom: 1px solid var(--kf-line);
  margin-bottom: 4px;
}

.kf-category-filter__label {
  display: block;
  margin: 0 0 10px;
  color: #111;
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-category-filter__accordion {
  display: block;
}

.kf-category-filter__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 0;
  color: #111;
  cursor: pointer;
  list-style: none;
  transition: color .18s ease;
}

.kf-category-filter__summary:hover,
.kf-category-filter__summary:focus {
  color: #000;
  outline: none;
}

.kf-category-filter__summary::-webkit-details-marker {
  display: none;
}

.kf-category-filter__summary .kf-category-filter__label {
  margin: 0;
}

.kf-category-filter__summary-icon {
  flex: 0 0 auto;
  color: #111;
  font-size: 20px;
  transition: transform .2s ease;
}

.kf-category-filter__accordion[open] .kf-category-filter__summary-icon {
  transform: rotate(180deg);
}

.kf-category-filter__select.form-control {
  width: 100%;
  height: 42px;
  border: 1px solid var(--kf-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #222;
  font-size: 13px;
  line-height: 42px;
}

.kf-category-filter__category-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 0 2px;
}

.kf-category-filter__category-option {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #333;
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  cursor: pointer;
  transition: color .18s ease;
}

.kf-category-filter__category-option:hover,
.kf-category-filter__category-option.is-active {
  color: #000;
}

.kf-category-filter__category-input {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
  margin: 0 !important;
  border: 1px solid #222 !important;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.kf-category-filter__category-input:checked {
  border-color: rgb(115 115 115) !important;
  background-color: rgb(115 115 115) !important;
}

.kf-category-filter__category-input:checked::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.kf-category-filter__category-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(34, 34, 34, .16) !important;
}

.kf-category-filter__category-text {
  min-width: 0;
  transition: color .18s ease;
}

.kf-category-filter__foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  border-top: 1px solid var(--kf-line);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 22;
}

.kf-category-filter__apply {
  width: 100%;
  height: 48px;
  border-radius: 0;
  background-color: rgb(115 115 115);
  color: #fff;
}

.kf-category-filter__apply:hover,
.kf-category-filter__apply:focus {
  background: #222;
  color: #fff;
}

.kf-category-filter .box,
.kf-category-filter .box-content,
.kf-category-filter .mfilter-box,
.kf-category-filter .mfilter-content_top {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1.4;
  white-space: normal !important;
}

.kf-category-filter .mfilter-box .box-heading {
  display: none !important;
}

.kf-category-filter .mfilter-content > ul {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kf-category-filter .mfilter-content > ul > li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kf-line) !important;
  position: relative !important;
  float: none !important;
}

.kf-category-filter .mfilter-content > ul > li.mfilter-hide {
  display: none !important;
}

.kf-category-filter .mfilter-heading {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  background: transparent !important;
  color: #222 !important;
  cursor: default !important;
}

.kf-category-filter .mfilter-heading-content {
  display: block;
  padding: 0 !important;
}

.kf-category-filter .mfilter-heading-text {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 !important;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-category-filter .mfilter-heading-text > span {
  display: block;
  padding: 0 !important;
}

.kf-category-filter .mfilter-heading-text::after,
.kf-category-filter .mfilter-head-icon {
  display: none !important;
}

.kf-category-filter .mfilter-content-opts {
  position: static !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.kf-category-filter .mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts,
.kf-category-filter .mfilter-content_top .mfilter-content > ul > li.clsOpt .mfilter-content-opts,
.kf-category-filter .mfilter-content_top .mfilter-content > ul > li.openOpt .mfilter-content-opts {
  display: block !important;
}

.kf-category-filter .mfilter-opts-container,
.kf-category-filter .mfilter-content-wrapper,
.kf-category-filter .mfilter-options,
.kf-category-filter .mfilter-options-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.kf-category-filter .mfilter-tb,
.kf-category-filter .mfilter-tb .mfilter-tb,
.kf-category-filter .mfilter-option {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  border: 0 !important;
  background: transparent !important;
}

.kf-category-filter .mfilter-option.mfilter-hide {
  display: none !important;
}

.kf-category-filter .mfilter-tb-as-tr {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 34px;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.kf-category-filter .mfilter-tb-as-td {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.kf-category-filter .mfilter-col-input {
  flex: 0 0 18px;
  width: 18px !important;
}

.kf-category-filter label.mfilter-tb-as-td {
  flex: 1 1 auto;
  min-width: 0;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  white-space: normal !important;
  cursor: pointer;
}

.kf-category-filter .mfilter-col-input input[type="checkbox"],
.kf-category-filter .mfilter-col-input input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  border: 1px solid #737373;
  cursor: pointer;
}

.kf-category-filter .mfilter-input-active label,
.kf-category-filter .mfilter-option:hover label {
  color: #111;
}

.kf-category-filter .mfilter-disabled {
  opacity: .35;
}

.kf-category-filter .mfilter-price-inputs,
.kf-category-filter .mfilter-slider-inputs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 2px 0 16px;
}

.kf-category-filter .mfilter-price-inputs input,
.kf-category-filter .mfilter-slider-inputs input,
.kf-category-filter .mfilter-search input,
.kf-category-filter .mfilter-text input,
.kf-category-filter select {
  width: 100% !important;
  height: 40px;
  border: 1px solid var(--kf-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 300;
}

.kf-category-filter .mfilter-price-slider,
.kf-category-filter .mfilter-slider-container {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 10px !important;
  padding: 0 8px !important;
}

.kf-category-filter #mfilter-price-slider,
.kf-category-filter .mfilter-slider-slider {
  height: 2px !important;
  border: 0 !important;
  background: var(--kf-line) !important;
}

.kf-category-filter #mfilter-price-slider .ui-slider-range,
.kf-category-filter .mfilter-slider-slider .ui-slider-range {
  background: rgb(115 115 115) !important;
}

.kf-category-filter #mfilter-price-slider .ui-slider-handle,
.kf-category-filter .mfilter-slider-slider .ui-slider-handle {
  top: -7px !important;
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgb(115 115 115) !important;
  cursor: pointer !important;
}

.kf-category-filter .mfilter-button {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.kf-category-filter .mfilter-button a:not(.mfilter-button-reset) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #222 !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kf-category-filter .mfilter-button-reset,
.kf-category-filter .mfilter-button-reset-2 {
  display: none !important;
}

.kf-category-filter .mfilter-selected-filters {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.kf-category-filter .mfilter-selected-filters-cnt {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kf-category-filter .mfilter-selected-filters-cnt a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid var(--kf-line);
  border-radius: 999px;
  color: #222;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.kf-category-filter .mfilter-content > ul > li {
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.kf-category-filter .mfilter-content > ul > li:last-child {
  border-bottom: 0 !important;
}


.kf-category-filter .mfilter-heading {
  min-height: 46px !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.kf-category-filter .mfilter-heading-content,
.kf-category-filter .mfilter-heading-text {
  height: 46px;
}

.kf-category-filter .mfilter-heading-content {
  display: block !important;
  width: 100% !important;
}

.kf-category-filter .mfilter-heading-text {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #111 !important;
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
  border: none;
}

.kf-category-filter .mfilter-heading:hover .mfilter-heading-text,
.kf-category-filter .mfilter-heading:focus .mfilter-heading-text {
  color: #000 !important;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
  border: none !important;
}

.kf-category-filter .mfilter-heading-text > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.kf-category-filter .mfilter-heading-text::after {
  content: "expand_more" !important;
  display: inline-flex !important;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #111;
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transform: rotate(180deg);
  transition: transform .2s ease;
  top: unset;
}

.kf-category-filter .mfilter-heading.mfilter-collapsed .mfilter-heading-text::after,
.kf-category-filter .mfilter-filter-item.kf-mfilter-collapsed > .mfilter-heading .mfilter-heading-text::after {
  transform: rotate(0deg);
}

.kf-category-filter .mfilter-content-opts {
  padding: 14px 0 16px !important;
}

.kf-category-filter .mfilter-filter-item.kf-mfilter-collapsed > .mfilter-content-opts {
  display: none !important;
}

.kf-category-filter .mfilter-filter-item > .mfilter-heading.mfilter-collapsed + .mfilter-content-opts,
.kf-category-filter .mfilter-content_top .mfilter-content > ul > li.kf-mfilter-collapsed > .mfilter-content-opts,
.kf-category-filter .mfilter-content_top .mfilter-content > ul > li > .mfilter-heading.mfilter-collapsed + .mfilter-content-opts {
  display: none !important;
}

.kf-category-filter .mfilter-options-container:not(.colorbox-list) > .mfilter-tb,
.kf-category-filter .mfilter-category .mfilter-tb {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 12px;
}

.kf-category-filter .mfilter-filter-item[data-id="stock_status"] .mfilter-options-container > .mfilter-tb {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 0;
  row-gap: 12px;
}

.kf-category-filter .mfilter-options-container:not(.colorbox-list) > .mfilter-tb > .mfilter-tb,
.kf-category-filter .mfilter-category .mfilter-tb > .mfilter-tb,
.kf-category-filter .mfilter-filter-item[data-id="stock_status"] .mfilter-options-container > .mfilter-tb > .mfilter-tb {
  display: block !important;
  width: 100% !important;
}

.kf-category-filter .mfilter-tb-as-tr {
  min-height: 20px;
  gap: 12px;
  color: #333;
  font-family: var(--kf-sans);
}

.kf-category-filter .mfilter-price .mfilter-tb,
.kf-category-filter .mfilter-slider .mfilter-tb,
.kf-category-filter .mfilter-search .mfilter-tb,
.kf-category-filter .mfilter-text .mfilter-tb,
.kf-category-filter .mfilter-select .mfilter-tb {
  display: block !important;
}

.kf-category-filter .mfilter-col-input {
  display: flex !important;
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px;
  align-items: center;
  justify-content: center;
}

.kf-category-filter .mfilter-col-input input[type="checkbox"],
.kf-category-filter .mfilter-col-input input[type="radio"] {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px;
  border: 1px solid #222 !important;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.kf-category-filter .mfilter-col-input input[type="radio"] {
  border-radius: 999px;
}

.kf-category-filter .mfilter-col-input input[type="checkbox"]:checked,
.kf-category-filter .mfilter-col-input input[type="radio"]:checked {
  border-color: rgb(115 115 115) !important;
  background-color: rgb(115 115 115) !important;
}

.kf-category-filter .mfilter-col-input input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.kf-category-filter .mfilter-col-input input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #fff;
}

.kf-category-filter label.mfilter-tb-as-td {
  color: #333;
  font-family: var(--kf-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  transition: color .18s ease;
}

.kf-category-filter .mfilter-input-active label,
.kf-category-filter .mfilter-option:hover label {
  color: #000;
}

.kf-category-filter .mfilter-col-count,
.kf-category-filter .mfilter-counter {
  display: none !important;
}

.kf-category-filter .mfilter-selected-filters {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.kf-category-filter .mfilter-selected-filters-cnt::before {
  content: "Обрано:";
  display: inline-flex;
  align-items: center;
  height: 25px;
  color: #999;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kf-category-filter .mfilter-selected-filters-cnt a {
  gap: 6px;
  min-height: 25px;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .035);
  color: #222;
  font-family: var(--kf-sans);
  font-size: 10px;
  font-weight: 500;
}

.kf-category-filter .mfilter-button-reset-2 {
  display: none !important;
}

.kf-category-filter .mfilter-button-reset-2:hover,
.kf-category-filter .mfilter-button-reset-2:focus {
  color: #000 !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .kf-category-filter .mfilter-selected-filters {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .kf-category-filter .mfilter-selected-filters-cnt {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  .kf-category-filter .mfilter-selected-filters-cnt::before {
    content: "Обрано:";
    flex: 0 0 auto;
    height: 28px;
    margin: 0 2px 0 0;
    line-height: 28px;
  }

  .kf-category-filter .mfilter-selected-filters-cnt a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    min-height: 28px;
    margin: 0 !important;
    padding: 0 7px 0 10px !important;
    border: 1px solid var(--kf-line, #e0e0e0) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--kf-text, #1b120d) !important;
    line-height: 26px;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .kf-category-filter .mfilter-selected-filters-cnt a .mfilter-close {
    width: 18px;
    height: 18px;
    margin: 0 -2px 0 0 !important;
    flex: 0 0 18px;
  }

  .kf-category-filter .mfilter-selected-filters-cnt a .mfilter-close::before {
    font-size: 13px;
  }
}

.kf-category-filter .mfilter-price-inputs,
.kf-category-filter .mfilter-slider-inputs {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 8px 0 24px !important;
  font-size: 0;
}

.kf-category-filter .mfilter-price-inputs::after,
.kf-category-filter .mfilter-slider-inputs::after {
  content: "";
  width: 14px;
  height: 1px;
  order: 2;
  background: #e0e0e0;
}

.kf-category-filter .mfilter-price-inputs input,
.kf-category-filter .mfilter-slider-inputs input {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
  height: 40px !important;
  border-color: #e0e0e0 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  text-align: center;
}

.kf-category-filter .mfilter-price-inputs input:first-of-type,
.kf-category-filter .mfilter-slider-inputs input:first-of-type {
  order: 1;
}

.kf-category-filter .mfilter-price-inputs input:last-of-type,
.kf-category-filter .mfilter-slider-inputs input:last-of-type {
  order: 3;
}

.kf-category-filter .mfilter-price-inputs > :not(input),
.kf-category-filter .mfilter-slider-inputs > :not(input) {
  display: none !important;
}

.kf-category-filter .mfilter-price-slider,
.kf-category-filter .mfilter-slider-container {
  margin: 0 0 12px !important;
  padding: 0 8px !important;
}

.kf-category-filter #mfilter-price-slider,
.kf-category-filter .mfilter-slider-slider {
  height: 4px !important;
  border-radius: 999px !important;
  background: #e0e0e0 !important;
}

.kf-category-filter #mfilter-price-slider .ui-slider-range,
.kf-category-filter .mfilter-slider-slider .ui-slider-range {
  border-radius: 999px !important;
}

.kf-category-filter #mfilter-price-slider .ui-slider-handle,
.kf-category-filter .mfilter-slider-slider .ui-slider-handle {
  top: -6px !important;
}

.kf-category-filter .colorbox-list {
  width: 100% !important;
}

.kf-category-filter .mfilter-options-container.colorbox-list > .mfilter-tb {
  display: grid !important;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}

.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-tb .mfilter-tb,
.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-option {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  float: none !important;
  position: static !important;
}

.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-tb-as-tr {
  width: 32px !important;
  min-height: 32px;
}

.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-v2-16 {
  display: none !important;
}

.kf-category-filter .mfilter-options-container.colorbox-list label.mfilter-tb-as-td {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kf-category-filter .mfilter-options-container.colorbox-list label.mfilter-tb-as-td:hover {
  transform: scale(1.2);
}

.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-input-active label.mfilter-tb-as-td,
.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-image-checked label.mfilter-tb-as-td,
.kf-category-filter .mfilter-options-container.colorbox-list .kf-mfilter-color-selected label.mfilter-tb-as-td,
.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-tb-as-tr:has(input:checked) label.mfilter-tb-as-td {
  border-color: #555 !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgb(85 85 85);
}

.kf-category-filter .mfilter-options-container.colorbox-list label img,
.kf-category-filter .mfilter-selected-filters-cnt .color-check {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 999px;
  object-fit: none;
  scale: 1.1;
}

.kf-category-filter .mfilter-options-container.colorbox-list .mfilter-col-count {
  display: none !important;
}

.kf-category-filter .mfilter-live-filter {
  margin: 0 0 12px !important;
}

.kf-category-filter .mfilter-live-filter input,
.kf-category-filter .mfilter-search input,
.kf-category-filter .mfilter-text input,
.kf-category-filter select {
  height: 40px !important;
  border-color: #e0e0e0 !important;
  border-radius: 3px !important;
  font-family: var(--kf-serif);
}

.kf-category-page .mfilter-col-count,
.kf-category-page .mfilter-counter,
#kf-category-filter .mfilter-col-count,
#kf-category-filter .mfilter-counter {
  display: none !important;
}

#content > .mfilter-selected-filters,
.kf-category-content > .mfilter-selected-filters,
.kf-category-results + .mfilter-selected-filters {
  display: none !important;
}

.kf-footer {
  width: 100%;
  padding: 40px var(--kf-page-x) 32px;
  background: var(--kf-bg);
  color: #4a4a4a;
  font-family: var(--kf-sans);
}

.kf-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.kf-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 32px;
}

.kf-footer__section {
  min-width: 0;
}

.kf-footer__section--contacts {
  /*flex: 0 1 430px;*/
}

.kf-footer__title {
  margin: 0 0 24px;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.kf-footer__links {
  display: grid;
  gap: 14px 64px;
}

.kf-footer__links--two {
  grid-template-columns: repeat(2, minmax(0, max-content));
}

.kf-footer__links div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.kf-footer__links a,
.kf-footer__contact {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease;
}

.kf-footer__links a:hover,
.kf-footer__links a:focus,
.kf-footer__contact:hover,
.kf-footer__contact:focus {
  color: #222;
}

.kf-footer__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 18px 48px;
}

.kf-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kf-footer__contact-list--right {
  align-items: center;
}

.kf-footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.kf-footer__contact--strong {
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.kf-footer__contact .material-symbols-outlined,
.kf-footer__contact-icon {
  flex: 0 0 auto;
}

.kf-footer__contact .material-symbols-outlined {
  font-size: 16px;
}

.kf-footer__contact-icon {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.kf-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.kf-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #4a4a4a;
  transition: color .2s ease;
}

.kf-footer__socials a:hover,
.kf-footer__socials a:focus {
  color: #222;
}

.kf-footer__socials svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.kf-footer__socials a[aria-label="YouTube"] svg {
  width: 26px;
  height: 26px;
}

.kf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-top: 12px;
}

.kf-footer__brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.kf-footer__logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .9;
}

.kf-footer__copyright {
  display: flex;
  flex-direction: column;
  color: #888;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
}

.kf-footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-right: 8px;
}

.kf-footer__payments img {
  display: block;
  width: auto;
  max-width: 74px;
  height: 20px;
  object-fit: contain;
  opacity: .82;
}

.kf-footer__payments img[alt="Visa"] {
  height: 14px;
}

#content {
  min-height: unset;
}

/* Cart Drawer */
.kf-cart,
.kf-cart *,
.kf-cart__backdrop,
.kf-cart__drawer,
.kf-cart__drawer * {
  box-sizing: border-box;
}

.kf-cart.is-loading {
  pointer-events: none;
}

.kf-cart__trigger .cart_count {
  position: absolute;
  top: 2px;
  right: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--kf-text);
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}

.kf-cart__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}

body.kf-cart-open .kf-cart__backdrop {
  opacity: 1;
  visibility: visible;
}

.kf-cart__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: flex;
  width: min(450px, 100vw);
  height: 100vh;
  flex-direction: column;
  background: var(--kf-bg);
  box-shadow: -20px 0 60px rgba(0, 0, 0, .16);
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.32, .72, 0, 1);
}

body.kf-cart-open .kf-cart__drawer {
  transform: translateX(0);
}

.kf-cart__drawer .kf-drawer__head {
  justify-content: space-between;
  min-height: 68px;
  padding: 20px 24px;
  flex: 0 0 auto;
}

.kf-cart__drawer .kf-drawer__brand {
  font-family: var(--kf-serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .14em;
}

.kf-cart__drawer .kf-drawer__dismiss {
  position: static;
  flex: 0 0 40px;
  margin-right: -10px;
}

.kf-cart__drawer .kf-drawer__body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0;
}

.kf-cart__drawer .kf-drawer__foot {
  position: static;
  display: block;
  flex: 0 0 auto;
  padding: 0;
  border-top: 0;
  background: var(--kf-bg);
}

.kf-cart__drawer .kf-drawer__foot a.kf-btn--primary {
  color: #fff;
}


body.kf-cart-open {
  overflow: hidden;
}

.kf-drawer__count {
  font-family: var(--kf-sans);
  font-size: 14px;
  vertical-align: top;
  margin-left: 4px;
}

.kf-cart-items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 16px 24px;
}

.kf-cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.kf-cart-item__main {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 10px;
}

.kf-cart-item__remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: #999;
  transition: color .2s ease;
  align-self: flex-start;
  margin-top: 4px;
}

.kf-cart-item__remove:hover {
  color: #b42318;
}

.kf-cart-item__remove .material-symbols-outlined {
  font-size: 18px;
}

.kf-cart-item__image {
  width: 80px;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

.kf-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kf-cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.kf-cart-item__name {
  display: flex;
  flex-direction: column;
  color: var(--kf-text);
  text-decoration: none !important;
}

.kf-cart-item__model {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kf-cart-item__title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.2;
}

.kf-cart-item__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-top: 6px;
  gap: 6px;
}

.kf-cart-item__stock {
  color: #1d7a46;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-cart-item__stock--order {
  color: #b85c00;
}

.kf-cart-item__sku {
  min-width: 0;
  overflow: hidden;
  color: #999;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.kf-cart-item__sku strong {
  color: #555;
  font-weight: 500;
}

.kf-cart-item__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kf-cart-item__option {
  font-size: 10px;
  color: var(--kf-muted);
  text-transform: uppercase;
}

.kf-cart-item__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  min-width: 84px;
}

.kf-cart-item__price {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.kf-qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid var(--kf-line);
  height: 22px;
  background: #fff;
}

.kf-qty-selector button {
  width: 22px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 14px;
  line-height: 1;
  transition: background .2s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kf-qty-selector button:hover {
  background: var(--kf-soft);
}

.kf-qty-selector span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  border-left: 1px solid var(--kf-line);
  border-right: 1px solid var(--kf-line);
  font-size: 11px;
}

.kf-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 16px;
  text-align: center;
  padding: 40px;
}

.kf-cart-empty .material-symbols-outlined {
  font-size: 48px;
  color: var(--kf-line);
}

.kf-cart-empty p {
  font-size: 13px;
  color: var(--kf-muted);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.kf-cart-empty__continue {
  border: 0;
  border-bottom: 1px solid var(--kf-text);
  background: transparent;
  padding: 0 0 2px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: color .2s ease;
  cursor: pointer;
}

.kf-cart-empty__continue:hover {
  color: var(--kf-muted);
}

.kf-cart-totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.kf-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kf-cart-total__title {
  font-family: var(--kf-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--kf-text);
  font-weight: 500;
}

.kf-cart-total__value {
  font-family: var(--kf-sans);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.kf-cart-totals__delivery-info {
  font-size: 10px;
  color: var(--kf-muted);
  font-weight: 300;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 16px;
}

.kf-cart-continue-container {
  padding: 8px 24px 20px;
  background: var(--kf-bg);
}

.kf-cart-continue-container .kf-cart-continue {
  margin: 0;
}

.kf-cart-foot-checkout {
  padding: 24px;
  border-top: 1px solid var(--kf-line);
  background: var(--kf-bg);
}

.kf-cart-continue {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid var(--kf-text);
  background: transparent;
  color: var(--kf-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color .2s ease;
}

.kf-cart-continue:hover,
.kf-cart-continue:focus {
  color: var(--kf-text);
}

.kf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  border: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
  text-decoration: none !important;
  cursor: pointer;
}

.kf-btn--primary {
  background: var(--kf-text);
  color: #fff;
}

.kf-btn--primary:hover {
  background: #333;
  color: #fff;
}

.kf-btn--outline {
  border: 1px solid var(--kf-text);
  background: transparent;
  color: var(--kf-text);
}

.kf-btn--outline:hover,
.kf-btn--outline:focus {
  background: var(--kf-text);
  color: #fff !important;
}

.kf-btn--full {
  width: 100%;
}

.kf-checkout-empty {
  display: flex;
  min-height: 52vh;
  padding: 72px 16px 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.kf-checkout-empty__icon {
  color: var(--kf-line);
  font-size: 48px;
  line-height: 1;
}

.kf-checkout-empty__text {
  margin: 0;
  color: var(--kf-muted);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .18em;
  line-height: 1.6;
  text-transform: uppercase;
}

.kf-checkout-empty__button {
  height: 44px;
  margin-top: 4px;
  padding-inline: 32px;
  letter-spacing: .2em;
}

/* Product detail */
.kf-product-page,
.kf-product-page * {
  box-sizing: border-box;
}

.kf-product-page {
  padding-top: 24px;
  padding-bottom: 56px;
  color: var(--kf-text);
}

.kf-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-bottom: 24px;
  color: var(--kf-muted);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.kf-product-breadcrumbs a {
  color: var(--kf-muted);
  transition: color .2s ease;
}

.kf-product-breadcrumbs a:hover,
.kf-product-breadcrumbs a:focus {
  color: var(--kf-text);
}

.kf-product-breadcrumbs__home {
  display: inline-flex;
  align-items: center;
}

.kf-product-breadcrumbs__chevron {
  color: #aaa;
  font-size: 14px;
}

.kf-product-breadcrumbs__current {
  color: var(--kf-text);
  font-weight: 400;
}

.kf-product-layout.row,
.kf-product-main.row,
.kf-product-gallery.row {
  margin-right: 0;
  margin-left: 0;
}

.kf-product-layout.row:before,
.kf-product-layout.row:after,
.kf-product-main.row:before,
.kf-product-main.row:after,
.kf-product-gallery.row:before,
.kf-product-gallery.row:after {
  display: none;
}

.kf-product-content {
  padding-right: 0;
  padding-left: 0;
}

.kf-product-main {
  align-items: flex-start;
}

.kf-product-media-column,
.kf-product-info-column {
  padding-right: 0;
  padding-left: 0;
}

.kf-product-gallery {
  display: flex;
  min-height: 500px;
  height: calc(100vh - var(--kf-header-h) - 70px);
  gap: 16px;
}

.kf-product-gallery__thumbs,
.kf-product-gallery__stage {
  float: none;
  padding: 0;
}

.kf-product-gallery__thumbs {
  width: 210px;
  flex: 0 0 210px;
  max-width: 210px;
  overflow: hidden;
}

.kf-product-gallery__stage {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
  max-width: none;
  background: #fff;
}

.kf-product-thumbs,
.kf-product-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.kf-product-thumbs::-webkit-scrollbar {
  display: none;
}

.kf-product-thumbs li {
  width: 210px !important;
  height: 210px;
  flex: 0 0 210px;
  overflow: hidden;
  cursor: pointer;
}

.kf-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
  transition: opacity .2s ease;
}

.kf-product-thumbs .act img,
.kf-product-thumbs .is-active img,
.kf-product-thumbs .slick-current img,
.kf-product-thumbs img:hover {
  opacity: 1;
}

.kf-product-slider,
.kf-product-slider li {
  height: 100%;
}

.kf-product-slider {
  position: relative;
}

.kf-product-slider li {
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.kf-product-slider li.is-active {
  display: flex;
}

.kf-product-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.kf-product-slider img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.kf-product-gallery__dots {
  display: none;
}

.kf-product-page .kf-product-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  max-width: calc(100% - 84px);
}

.kf-product-page .kf-product-badges .kf-product-card__badge {
  min-height: 26px;
  padding: 0 12px;
}

.kf-product-video-trigger {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: rgb(85, 85, 85) !important;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.kf-product-video-trigger:hover,
.kf-product-video-trigger:focus {
  color: #fff !important;
  transform: scale(1.05);
}

.kf-product-video-trigger:hover .kf-product-video-trigger__circle,
.kf-product-video-trigger:focus .kf-product-video-trigger__circle {
  background: rgb(85, 85, 85);
}

.kf-product-video-trigger__circle {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(2px);
}

.kf-product-video-trigger__icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.kf-product-wishlist-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  color: var(--kf-text);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  backdrop-filter: blur(4px);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.kf-product-wishlist-overlay:hover,
.kf-product-wishlist-overlay:focus {
  background: #4a4a4a;
  color: #fff !important;
  transform: scale(1.05);
}

.kf-product-wishlist-overlay.is-active {
  background: #4a4a4a;
  color: #fff;
}

.kf-product-wishlist-overlay.is-active:hover,
.kf-product-wishlist-overlay.is-active:focus {
  background: #333;
  color: #fff;
}

.kf-product-wishlist-overlay__icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kf-product-wishlist-overlay.is-active .kf-product-wishlist-overlay__icon {
  stroke: currentColor;
}

.kf-product-summary {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding-top: 2px;
}

.kf-product-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.kf-product-title__name {
  display: block;
  text-transform: uppercase;
}

.kf-product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin-bottom: 14px;
}

.kf-product-stock {
  color: #207245;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kf-product-stock--order {
  color: #b85c00;
}

.kf-product-sku {
  color: #999;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kf-product-sku b {
  color: #555;
  font-weight: 500;
}

.kf-product-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.kf-product-price-row:before,
.kf-product-price-row:after {
  display: none;
}

.kf-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px 12px;
  margin: 0;
  padding: 0;
}

.kf-product-price li {
  display: inline-flex;
  align-items: baseline;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
}

.kf-product-price__current {
  margin: 0;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.15;
}

.kf-product-price__current--special {
  color: #b42318;
}

.kf-product-price__old {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.kf-product-price__discount {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  background: #fef3f2;
  color: #b42318;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.kf-product-buybox {
  float: none;
  width: 100%;
  padding: 0;
}

.kf-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  cursor: pointer;
}

.kf-product-rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-product-rating ul li svg {
  display: block;
  width: 12px;
  height: 12px;
}

.kf-product-rating li svg path {
  stroke: var(--kf-text);
}

.kf-product-rating li.active svg path {
  fill: var(--kf-text);
}

.kf-product-rating .product-rating-title {
  color: #555;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
}

.kf-product-color-block {
  margin: 26px 0 20px;
}

.kf-product-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding-top: 24px;
}

.kf-product-color-swatch {
  position: relative;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 0;
  text-decoration: none;
}

.kf-product-color-swatch:hover,
.kf-product-color-swatch:focus {
  text-decoration: none;
}

.kf-product-color-swatch__chip {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 50%;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kf-product-color-swatch:hover .kf-product-color-swatch__chip,
.kf-product-color-swatch:focus .kf-product-color-swatch__chip {
  transform: scale(1.1);
  border-color: rgba(0, 0, 0, .28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.kf-product-color-swatch.is-active .kf-product-color-swatch__chip {
  transform: scale(1.1);
  box-shadow:
    0 0 0 2px var(--kf-bg),
    0 0 0 4px #555,
    0 2px 8px rgba(0, 0, 0, .14);
}

.kf-product-color-swatch__label {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  max-width: 180px;
  overflow: hidden;
  color: #222;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.kf-product-options-title {
  margin: 16px 0 12px;
  color: #737373;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kf-product-page #product .form-group {
  margin-bottom: 18px;
}

.kf-product-page #product .control-label {
  display: block;
  margin-bottom: 10px;
  color: #555;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kf-product-page #product .form-control {
  min-height: 42px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: var(--kf-text);
  font-size: 13px;
}

.kf-product-page #product .form-control:focus {
  border-color: var(--kf-text);
  box-shadow: none;
}

.kf-product-page--certificate .kf-product-options-title {
  display: none;
}

.kf-product-page--certificate .kf-product-price {
  display: none;
}

.kf-product-page--certificate .kf-certificate-amount {
  margin: 0 0 24px;
}

.kf-product-page--certificate .kf-certificate-amount__label {
  display: block;
  margin: 0 0 12px;
  color: #222222;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.kf-product-page--certificate .kf-certificate-amount__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kf-product-page--certificate #product .kf-certificate-amount__input.form-control {
  width: 128px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: transparent;
  color: var(--kf-text, #1b120d);
  font-size: 14px;
  line-height: 46px;
  box-shadow: none;
}

.kf-product-page--certificate #product .kf-certificate-amount__input.form-control:focus {
  border-color: var(--kf-muted, #737373);
  box-shadow: none;
  outline: none;
}

.kf-product-page--certificate .kf-certificate-amount__preview {
  color: #222222;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
}

.kf-product-page--certificate .kf-certificate-amount__hint {
  margin-top: 8px;
  color: var(--kf-muted, #737373);
  font-size: 12px;
  line-height: 1.5;
}

.kf-product-page--certificate .kf-certificate-amount__error {
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
}

.kf-product-page--certificate .kf-certificate-amount.has-error .kf-certificate-amount__input.form-control {
  border-color: #b42318;
}

.kf-product-page--certificate .kf-product-accordion {
  margin-top: 24px;
}

.kf-product-page .radio-block .radioblock {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kf-product-page .radio-block .option-item {
  position: relative;
  margin: 0;
}

.kf-product-page .radio-block .option-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kf-product-page .radio-block .option-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 32px;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.kf-product-page .radio-block .option-item label:hover {
  transform: scale(1.06);
}

.kf-product-page .radio-block .option-item input:checked + label {
  border-color: #555;
  box-shadow: 0 0 0 2px #555;
}

.kf-product-page .radio-block .option-item label img {
  display: block;
  width: 20px;
  height: 20px;
  max-width: none;
  margin-right: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}

.kf-product-actions {
  margin-top: 16px;
  margin-bottom: 12px !important;
}

.kf-product-actions #button-credit,
.kf-product-actions #oneclick {
  display: none !important;
}

.kf-product-cart-button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: #222;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.kf-product-cart-button.btn:hover,
.kf-product-cart-button.btn:focus {
  background: #333;
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.kf-product-conversion-actions {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: -4px 0 12px;
  border: 1px solid var(--kf-text);
}

.kf-product-conversion-actions__button {
  flex: 1 1 0;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--kf-text);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  transition: background .2s ease;
}

.kf-product-conversion-actions__button + .kf-product-conversion-actions__button {
  position: relative;
}

.kf-product-conversion-actions__button + .kf-product-conversion-actions__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: rgba(34, 34, 34, .2);
}

.dark .kf-product-conversion-actions__button + .kf-product-conversion-actions__button::before {
  background-color: rgba(243, 235, 231, .2);
}

.kf-product-conversion-actions__button:hover,
.kf-product-conversion-actions__button:focus {
  background: #f9f9f9;
}

.kf-installments-open {
  overflow: hidden;
}

.kf-installments {
  position: fixed;
  inset: 0;
  z-index: 1006;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.kf-installments.is-open {
  display: flex;
}

.kf-installments,
.kf-installments * {
  box-sizing: border-box;
}

.kf-installments__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.kf-installments__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(900px, 100%);
  max-height: 90vh;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--kf-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  animation: kf-localization-in .2s ease both;
}

.kf-installments__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-installments__title {
  margin: 0;
  color: #222;
  font-family: var(--kf-sans);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kf-installments__close {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
}

.kf-installments__close:before,
.kf-installments__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
}

.kf-installments__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kf-installments__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kf-installments__close:hover,
.kf-installments__close:focus {
  color: #222;
}

.kf-installments__body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  padding: 32px;
}

.kf-installments__row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 150px 160px 140px;
  align-items: center;
  gap: 18px 24px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-installments__row + .kf-installments__row {
  margin-top: 32px;
}

.kf-installments__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.kf-installments__bank {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.kf-installments__icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
}

.kf-installments__bank-logo {
  display: block;
  width: 48px;
  height: 48px;
}

.kf-installments__icon--mono {
  color: #111;
}

.kf-installments__icon--mono .kf-installments__bank-logo {
  width: 44px;
  height: 44px;
}

.kf-installments__count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kf-line);
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.kf-installments__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.kf-installments__name {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.kf-installments__note {
  color: var(--kf-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.kf-installments__select-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.kf-installments__select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--kf-line);
  border-radius: 2px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  line-height: 40px;
  outline: none;
  box-shadow: none;
}

.kf-installments__select:focus {
  border-color: #bbb;
  box-shadow: none;
}

.kf-installments__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: #222;
}

.kf-installments__price strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.kf-installments__price span {
  color: var(--kf-muted);
  font-size: 14px;
  font-weight: 300;
}

.kf-installments__submit {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 2px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
  transition: background .2s ease;
}

.kf-installments__submit:hover,
.kf-installments__submit:focus {
  background: #111;
  color: #fff;
}

.kf-installments__more {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
  color: var(--kf-muted);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kf-installments__more:hover,
.kf-installments__more:focus {
  color: #222;
  text-decoration: underline;
}

.kf-quick-order-open {
  overflow: hidden;
}

.kf-quick-order {
  position: fixed;
  inset: 0;
  z-index: 1005;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.kf-quick-order.is-open {
  display: flex;
}

.kf-quick-order__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(4px);
}

.kf-quick-order__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(500px, 100%);
  max-height: 90vh;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--kf-text);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.kf-quick-order__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 32px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-quick-order__title {
  margin: 0;
  color: #222;
  font-family: var(--kf-font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.kf-quick-order__close {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.kf-quick-order__close:before,
.kf-quick-order__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #999;
  content: "";
  transition: background .2s ease;
}

.kf-quick-order__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kf-quick-order__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kf-quick-order__close:hover:before,
.kf-quick-order__close:hover:after,
.kf-quick-order__close:focus:before,
.kf-quick-order__close:focus:after {
  background: #222;
}

.kf-quick-order__body {
  padding: 32px;
  overflow-y: auto;
}

.kf-quick-order__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kf-quick-order__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kf-quick-order__label {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 300;
}

.kf-quick-order__input.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  color: var(--kf-text);
  font-size: 16px !important;
  line-height: 1.4;
  transition: border-color .2s ease;
}

.kf-quick-order__input.form-control:focus {
  border-color: #737373;
  box-shadow: none;
}

.kf-quick-order__field.has-error .kf-quick-order__input {
  border-color: #b91c1c;
}

.kf-quick-order__error {
  min-height: 18px;
  color: #b91c1c;
  font-size: 12px;
  line-height: 1.4;
}

.kf-quick-order__submit {
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 2px;
  background: #222;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, opacity .2s ease;
}

.kf-quick-order__submit:hover,
.kf-quick-order__submit:focus {
  background: #111;
  color: #fff;
}

.kf-quick-order__submit:disabled {
  background: #222;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
}

.kf-quick-order__submit:disabled:hover,
.kf-quick-order__submit:disabled:focus {
  background: #222;
  color: #fff;
}


.kf-quick-order__success {
  text-align: center;
}

.kf-quick-order__success-icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f0fdf4;
  color: #16a34a;
}

.kf-quick-order__success-icon .material-symbols-outlined {
  font-size: 34px;
}

.kf-quick-order__success-title {
  margin: 0 0 10px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.kf-quick-order__success-text {
  margin: 0 0 28px;
  color: var(--kf-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.kf-product-page .kf-product-consult-row {
  margin: 0 0 2px;
}

.kf-product-page .row-product-consult {
  float: none;
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--kf-line);
  border-radius: 2px;
  background: #f9f9f9;
}

.kf-product-page .kf-product-consult__title {
  margin: 0 0 12px !important;
  color: var(--kf-muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kf-product-page .kf-product-consult__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 1.55;
}

.kf-product-page .kf-product-consult__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.kf-product-page .kf-product-consult__schedule {
  min-width: 0;
  color: rgba(34, 34, 34, .7);
}

.kf-product-page .kf-product-consult__phone {
  flex: 0 0 auto;
  color: #222;
  font-weight: 400;
  white-space: nowrap;
}

.kf-product-page .kf-product-consult__phone:hover,
.kf-product-page .kf-product-consult__phone:focus {
  color: #222;
  text-decoration: underline;
}

.kf-product-page .collapse-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--kf-line);
}

.kf-product-page .row-product-delivery .collapse-content strong {
  font-weight: 500;
}

.kf-product-page .row-product-delivery .collapse-content-scroll > p {
  color: rgb(27 18 13 );
  text-transform: uppercase;
}

.kf-product-page .row-product-delivery .collapse-content-scroll > ul {
  padding-left: 15px;
  color: rgb(85, 85, 85);
  font-size: 13px;
}



.kf-product-page .collapse-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  cursor: pointer;
}

.kf-product-page .collapse-header h3 {
  margin: 0;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kf-product-page .collapse-link {
  position: relative;
  width: 20px;
  height: 20px;
}

.kf-product-page .collapse-link img {
  display: none;
}

.kf-product-page .collapse-link:before,
.kf-product-page .collapse-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #222;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity .2s ease;
}

.kf-product-page .collapse-link:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.kf-product-page .collapse-active .collapse-link:after {
  opacity: 0;
}

.kf-product-page .collapse-content {
  color: rgb(85, 85, 85) !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.kf-product-page .collapse-row:not(.collapse-active) > .collapse-content {
  display: none;
}

.kf-product-page .collapse-row.collapse-active > .collapse-content {
  display: block;
  padding-bottom: 16px;
}

.kf-product-page .collapse-content table {
  width: 100%;
}

.kf-product-page .collapse-content tr {
  border-bottom: 1px dashed #eee;
}

.kf-product-page .collapse-content tr:last-child {
  border-bottom: 0;
}

.kf-product-page .collapse-content td {
  padding: 5px 0;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  vertical-align: top;
}

.kf-product-page .collapse-content td:last-child {
  text-align: right;
}

.kf-product-page .collapse-content b {
  color: #777;
  font-weight: 300;
}

.kf-product-page .kf-product-reviews-section {
  clear: both;
  width: 100%;
  margin-top: 34px;
  padding-top: 22px;
}

.kf-product-page .reviews-section__top-block {
  text-align: center;
}

.kf-product-page .reviews-section__title {
  margin: 0 0 18px;
  color: var(--kf-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.kf-product-page #open-review-form {
  width: min(358px, 100%);
  height: 41px;
  margin: 0 auto 24px;
  border: 1px solid var(--kf-text);
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--kf-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: unset;
}

.kf-product-page #open-review-form:hover,
.kf-product-page #open-review-form:focus {
  background: var(--kf-text) !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  .kf-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    gap: 48px;
  }

  .kf-product-main > .kf-product-media-column,
  .kf-product-main > .kf-product-info-column {
    float: none;
    width: auto;
    max-width: none;
  }

  .kf-product-main > .kf-product-media-column {
    position: sticky;
    top: calc(var(--kf-header-h) + 10px);
  }
}

@media (max-width: 767px) {
  :root {
    --kf-header-h: 60px;
    --kf-topbar-h: 26px;
    --kf-page-x: 16px;
  }

  .kf-product-page {
    padding-top: 14px;
    padding-bottom: 44px;
  }

  .kf-product-breadcrumbs {
    padding-bottom: 18px;
    gap: 5px;
    font-size: 11px;
  }

  .kf-product-main {
    display: block;
  }

  .kf-product-media-column,
  .kf-product-info-column {
    width: 100%;
  }

  .kf-product-gallery {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto;
  }

  .kf-product-gallery__stage {
    order: 1;
    width: 100%;
    overflow: hidden;
  }

  .kf-product-slider {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .kf-product-slider::-webkit-scrollbar {
    display: none;
  }

  .kf-product-slider,
  .kf-product-slider li {
    height: 500px;
  }

  .kf-product-gallery__thumbs {
    display: none;
  }

  .kf-product-slider li,
  .kf-product-slider li.is-active {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .kf-product-gallery__dots {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
  }

  .kf-product-gallery__dot {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid #777;
    border-radius: 50%;
    background: transparent;
    pointer-events: auto;
  }

  .kf-product-gallery__dot.is-active {
    background: #777;
  }

  .kf-product-gallery--single .kf-product-gallery__dots {
    display: none;
  }

  .kf-product-summary {
    max-width: none;
    margin: 22px 0 0;
  }

  .kf-product-title {
    font-size: 20px;
  }

  .kf-product-price__current {
    font-size: 22px;
  }

  /*.kf-product-conversion-actions {*/
  /*  display: block;*/
  /*}*/

  /*.kf-product-conversion-actions__button {*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*}*/

  /*.kf-product-conversion-actions__button + .kf-product-conversion-actions__button {*/
  /*  border-top: 1px solid rgba(34, 34, 34, .2);*/
  /*  border-left: 0;*/
  /*}*/

  /*.kf-product-conversion-actions__button + .kf-product-conversion-actions__button::before {*/
  /*  display: none;*/
  /*}*/

  /*.dark .kf-product-conversion-actions__button + .kf-product-conversion-actions__button {*/
  /*  border-top: 1px solid rgba(243, 235, 231, .2);*/
  /*}*/
  #content.kf-product-content {
    padding: 0 !important;
    overflow: unset;
  }

  .kf-product-video-trigger {
    width: 38px;
    height: 38px;
    color: #777 !important;
  }

  .kf-product-video-trigger__circle {
    width: 38px;
    height: 38px;
  }

  .kf-product-video-trigger__icon {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid currentColor;
  }

  .kf-installments {
    align-items: center;
    padding: 16px;
  }

  .kf-installments__head {
    padding: 20px 24px;
  }

  .kf-installments__title {
    font-size: 20px;
  }

  .kf-installments__body {
    padding: 24px;
  }

  .kf-installments__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding-bottom: 28px;
  }

  .kf-installments__row + .kf-installments__row {
    margin-top: 28px;
  }

  .kf-installments__bank {
    align-items: flex-start;
  }

  .kf-installments__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .kf-installments__bank-logo {
    width: 40px;
    height: 40px;
  }

  .kf-installments__icon--mono .kf-installments__bank-logo {
    width: 36px;
    height: 36px;
  }

  .kf-installments__price {
    justify-content: flex-start;
  }

  .kf-installments__more {
    width: auto;
  }

  .kf-quick-order {
    align-items: center;
    padding: 16px;
  }

  .kf-quick-order__head {
    padding: 20px 24px;
  }

  .kf-quick-order__title {
    font-size: 20px;
  }

  .kf-quick-order__body {
    padding: 24px;
  }

  #top.kf-topbar {
    font-size: 10px;
  }

  .kf-topbar__message {
    max-width: 100%;
  }

  .kf-topbar .top_bar_pc {
    display: none;
  }

  .kf-topbar .top_bar_mob {
    display: block;
  }

  .kf-topbar__meta {
    right: 0;
    display: block;
  }

  .kf-topbar__meta > .kf-region-trigger,
  .kf-topbar__meta > .kf-topbar__account {
    display: none;
  }

  .kf-header__inner {
    grid-template-columns: 84px 1fr 84px;
  }

  .kf-logo {
    max-width: calc(100vw - 190px);
    overflow: hidden;
    font-size: 20px;
    letter-spacing: .12em;
    text-overflow: ellipsis;
  }

  .kf-header__actions .v2header__actions_login {
    display: none;
  }

  .kf-localization:not(.hidden) {
    align-items: stretch;
    padding: 16px;
  }

  .kf-localization__dialog {
    width: 100%;
    height: 85vh;
    max-height: none;
  }

  .kf-localization__heading {
    padding: 24px 24px 0;
  }

  .kf-localization__body {
    padding: 18px 24px 104px;
  }

  .kf-auth:not(.hidden) {
    align-items: stretch;
    padding: 16px;
  }

  .kf-auth__dialog {
    width: 100%;
    max-height: none;
  }

  .kf-auth__head {
    padding: 24px 24px 16px;
  }

  .kf-auth__tabs {
    margin-right: 24px;
    margin-left: 24px;
    gap: 18px;
  }

  .kf-auth__tab {
    font-size: 12px;
  }

  .kf-auth__body {
    padding: 0 24px 28px;
  }

  .kf-home-editorial-grid {
    grid-auto-rows: 200px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-home-editorial-grid__item--desktop {
    display: none;
  }

  .kf-search-page {
    padding-top: 12px;
    padding-bottom: 48px;
  }

  .kf-search-breadcrumbs {
    padding-bottom: 24px;
  }

  .kf-search-panel {
    margin-bottom: 44px;
  }

  .kf-search-form {
    margin-top: 12px;
    margin-bottom: 32px;
  }

  .kf-search-results__head {
    text-align: center;
  }

  .kf-search-results__head h1 {
    font-size: 19px;
  }

  .kf-search-pagination .text-left,
  .kf-search-pagination .text-right {
    text-align: center;
  }

  .kf-search-products.kf-category-products--large .product-layout {
    width: 100%;
  }

  .kf-search-products.kf-category-products--small .product-layout {
    width: 50%;
  }

  .kf-product-layout {
    margin-bottom: 32px;
  }

  .kf-product-card__media {
    border-radius: 4px;
  }

  .kf-product-card__wishlist,
  .kf-product-card__cart {
    opacity: 1;
    transform: translateY(0);
  }

  .kf-product-card__wishlist {
    top: 10px;
    right: 10px;
  }

  .kf-product-card__cart {
    right: 12px;
    bottom: 12px;
  }

  .kf-product-card__icon-button {
    width: 36px !important;
    height: 36px !important;
  }

  .kf-product-card__wishlist .kf-product-card__icon-button .icon {
    width: 22px !important;
    height: 22px !important;
  }

  .kf-product-card__cart .kf-product-card__icon-button .icon {
    width: 26px !important;
    height: 26px !important;
  }

  .kf-product-card__badges {
    top: 10px;
    left: 10px;
  }

  .kf-product-card__title {
    font-size: 11px;
  }

  .kf-product-card__meta {
    gap: 4px 8px;
  }

  .kf-category-page {
    padding-top: 12px;
    padding-bottom: 48px;
  }

  .kf-category-breadcrumbs {
    padding-bottom: 20px;
  }

  .kf-category-breadcrumbs__trail {
    gap: 6px;
  }

  .kf-category-hero h1 {
    font-size: 23px;
  }

  .kf-category-hero__description {
    font-size: 12px;
  }

  .kf-category-hero__image {
    display: none;
  }

  .kf-category-toolbar {
    top: var(--kf-header-h);
    margin-bottom: 18px;
  }

  .kf-category-toolbar__inner {
    min-height: 50px;
  }

  .kf-category-toolbar__left {
    gap: 10px;
  }

  .kf-category-active-filters-bar {
    display: none !important;
  }

  .kf-category-pill {
    height: 32px;
    min-width: 0;
    padding: 0 13px;
    font-size: 10px;
  }

  .kf-category-view {
    gap: 4px;
  }

  .kf-category-sort__button {
    min-width: 0;
    height: 32px;
    padding: 0 11px 0 13px;
    font-size: 10px;
  }

  .kf-category-sort__button-label {
    display: none;
  }

  .kf-category-sort__menu {
    width: 210px;
  }

  .kf-category-floating-top {
    right: 16px;
    bottom: 18px;
  }

  .kf-category-top {
    min-width: 0;
    height: 34px;
    padding: 0 13px;
    font-size: 10px;
  }

  .kf-category-layout.container {
    padding-right: var(--kf-page-x);
    padding-left: var(--kf-page-x);
  }

  .kf-category-products__items {
    row-gap: 40px;
    margin-right: -8px;
    margin-left: -8px;
  }

  .kf-category-products .kf-product-layout {
    padding-right: 8px;
    padding-left: 8px;
  }

  .kf-category-products--large .kf-product-layout {
    width: 100%;
  }

  .kf-category-products--small .kf-product-layout {
    width: 50%;
  }

  .kf-category-products--small .kf-product-card.product-thumb {
    gap: 10px;
  }

  .kf-category-products--small .kf-product-card__media {
    border-radius: 4px;
  }

  .kf-category-products--small .kf-product-card__wishlist {
    top: 8px;
    right: 8px;
  }

  .kf-category-products--small .kf-product-card__cart {
    right: 8px;
    bottom: 8px;
  }

  .kf-category-products--small .kf-product-card__icon-button {
    width: 32px;
    height: 32px;
  }

  .kf-category-products--small .kf-product-card__icon-button .icon {
    width: 19px;
    height: 19px;
  }

  .kf-category-products--small .kf-product-card__badges {
    top: 8px;
    left: 8px;
    max-width: calc(100% - 52px);
  }

  .kf-category-products--small .kf-product-card__badge {
    min-height: 19px;
    padding: 0 6px;
    font-size: 8px;
  }

  .kf-category-products--small .kf-product-card__body {
    gap: 5px;
  }

  .kf-category-products--small .kf-product-card__swatches {
    min-height: 20px;
    gap: 6px;
    margin-bottom: 1px;
  }

  .kf-category-products--small .kf-product-card__swatch {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
  }

  .kf-category-products--small .kf-product-card__title {
    font-size: 10px;
    line-height: 1.25;
  }

  .kf-category-products--small .kf-product-card__type {
    font-size: 9px;
  }

  .kf-category-products--small .kf-product-card__model {
    margin-left: 4px;
    font-size: 10px;
  }

  .kf-category-products--small .kf-product-card__meta {
    display: block;
    min-height: 0;
  }

  .kf-category-products--small .kf-product-card__stock,
  .kf-category-products--small .kf-product-card__sku {
    display: block;
    overflow: hidden;
    font-size: 8px;
    line-height: 1.35;
    text-overflow: ellipsis;
  }

  .kf-category-products--small .kf-product-card__price {
    gap: 4px 6px;
    margin-top: 1px;
    font-size: 12px;
  }

  .kf-category-products--small .kf-product-card__price-current {
    font-size: 12px;
  }

  .kf-category-products--small .kf-product-card__price-old {
    font-size: 9px;
  }

  .kf-category-products--small .kf-product-card__discount {
    min-height: 16px;
    padding: 0 5px;
    font-size: 8px;
  }

  .kf-category-filter__panel {
    width: min(380px, 100vw);
  }

  .kf-category-filter__head {
    min-height: 60px;
    padding: 0 20px;
  }

  .kf-category-filter__body {
    padding: 18px 20px 92px;
  }

  .kf-category-filter__foot {
    padding: 14px 20px;
  }

  .kf-category-filter .mfilter-options-container:not(.colorbox-list) > .mfilter-tb,
  .kf-category-filter .mfilter-category .mfilter-tb {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }

  .kf-footer {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .kf-footer__top {
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }

  .kf-footer__section {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid var(--kf-line-soft);
  }

  .kf-footer__title {
    margin-bottom: 18px;
  }

  .kf-footer__links--two,
  .kf-footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
  }

  .kf-footer__contact-list--right {
    align-items: flex-start;
  }

  .kf-footer__contact {
    white-space: normal;
  }

  .kf-footer__bottom {
    padding-top: 8px;
  }

  .kf-footer__logo {
    width: 44px;
    height: 44px;
  }

  .kf-footer__copyright {
    font-size: 11px;
  }

  .kf-footer__payments {
    gap: 8px;
    margin-right: 0;
  }

  .kf-footer__socials {
    width: 100%;
  }

  .kf-footer__section--contacts {
    padding-top: 24px;
  }

  .kf-footer__payments img {
    max-width: 54px;
    height: 14px;
  }

  .kf-footer__payments img[alt="Visa"] {
    height: 12px;
  }
}

@media (max-width: 480px) {
  .kf-cart__drawer .kf-drawer__head {
    min-height: 60px;
    padding: 0 18px;
  }

  .kf-cart__drawer .kf-drawer__brand {
    font-size: 15px;
    letter-spacing: .12em;
  }

  .kf-cart-items {
    gap: 18px;
    padding: 14px 16px;
  }

  .kf-cart-item {
    gap: 10px;
  }

  .kf-cart-item__image {
    width: 68px;
  }

  .kf-cart-item__side {
    min-width: 72px;
  }

  .kf-cart-item__title {
    font-size: 11px;
  }

  .kf-cart-item__price {
    font-size: 12px;
  }

  .kf-cart__drawer .kf-drawer__foot {
    padding: 18px 16px 20px;
  }
}

@media (min-width: 1200px) {
  .kf-search-content.col-sm-12 .kf-search-products.kf-category-products--large .product-layout {
    width: 25%;
  }

  .kf-search-content.col-sm-12 .kf-search-products.kf-category-products--small .product-layout {
    width: 12.5%;
  }

  .kf-search-content:not(.col-sm-12) .kf-search-products.kf-category-products--large .product-layout {
    width: 33.333333%;
  }

  .kf-search-content:not(.col-sm-12) .kf-search-products.kf-category-products--small .product-layout {
    width: 16.666667%;
  }

  .kf-category-content.col-sm-12 .kf-category-products--large .kf-product-layout {
    width: 25%;
  }

  .kf-category-content.col-sm-12 .kf-category-products--small .kf-product-layout {
    width: 12.5%;
  }

  .kf-category-content:not(.col-sm-12) .kf-category-products--large .kf-product-layout {
    width: 33.333333%;
  }

  .kf-category-content:not(.col-sm-12) .kf-category-products--small .kf-product-layout {
    width: 16.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kf-search-products.kf-category-products--large .product-layout {
    width: 50%;
  }

  .kf-search-products.kf-category-products--small .product-layout {
    width: 25%;
  }

  .kf-category-products--large .kf-product-layout {
    width: 50%;
  }

  .kf-category-products--small .kf-product-layout {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kf-search-products.kf-category-products--large .product-layout {
    width: 33.333333%;
  }

  .kf-search-products.kf-category-products--small .product-layout {
    width: 16.666667%;
  }

  .kf-category-products--large .kf-product-layout {
    width: 33.333333%;
  }

  .kf-category-products--small .kf-product-layout {
    width: 16.666667%;
  }
}

/* Wishlist Page Styles */
.kf-wishlist-page {
  padding-top: 32px;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .kf-wishlist-page {
    padding-top: 48px;
  }
}

.kf-wishlist-header {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 576px) {
  .kf-wishlist-header {
    text-align: left;
  }
}

.kf-wishlist-title {
  font-family: 'Lora', serif;
  font-size: 18px;
  color: var(--kf-text, #1b120d);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .kf-wishlist-title {
    font-size: 20px;
  }
}

.kf-wishlist-count {
  font-size: 15px;
  color: var(--kf-muted, #737373);
  margin: 0;
}
@media (min-width: 576px) {
  .kf-wishlist-count {
    font-size: 16px;
  }
}

.kf-wishlist-login-prompt {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--kf-soft, #f5f5f5);
  padding: 24px 16px;
  border: 1px solid var(--kf-line, #e0e0e0);
  text-align: center;
}

.kf-wishlist-login-prompt__text {
  font-size: 14px;
  color: var(--kf-text, #1b120d);
  margin-bottom: 16px;
  margin-top: 0;
}

.kf-wishlist-login-prompt__button {
  display: inline-block;
  padding: 12px 40px;
  background-color: var(--kf-text, #1b120d);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.kf-wishlist-login-prompt__button:hover,
.kf-wishlist-login-prompt__button:focus {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

.kf-wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
  text-align: center;
}
@media (min-width: 576px) {
  .kf-wishlist-empty {
    padding: 96px 16px;
  }
}

.kf-wishlist-empty__icon {
  font-family: 'Material Symbols Outlined';
  font-size: 64px;
  font-weight: 200;
  color: var(--kf-line, #e0e0e0);
  margin-bottom: 24px;
  line-height: 1;
}

.kf-wishlist-empty__title {
  font-size: 20px;
  color: var(--kf-text, #1b120d);
  margin-bottom: 12px;
  margin-top: 0;
}
@media (min-width: 576px) {
  .kf-wishlist-empty__title {
    font-size: 24px;
  }
}

.kf-wishlist-empty__subtitle {
  font-size: 14px;
  color: var(--kf-muted, #737373);
  max-width: 448px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  margin-top: 0;
}

.kf-wishlist-empty__button {
  display: inline-block;
  padding: 16px 40px;
  border: 1px solid var(--kf-text, #1b120d);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--kf-text, #1b120d);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.kf-wishlist-empty__button:hover,
.kf-wishlist-empty__button:focus {
  background-color: var(--kf-text, #1b120d);
  color: #ffffff !important;
  text-decoration: none;
}

/* Wishlist Responsive Grid Columns */
.kf-wishlist-products .kf-product-layout {
  width: 50%; /* 2 in a row on mobile */
  transition: width 0.25s ease;
}

@media (min-width: 576px) {
  .kf-wishlist-products .kf-product-layout {
    width: 33.333333%; /* 3 in a row on small/tablet */
  }
}

@media (min-width: 992px) {
  .kf-wishlist-products .kf-product-layout {
    width: 25%; /* 4 in a row on desktop */
  }
}

@media (min-width: 1200px) {
  .kf-wishlist-products .kf-product-layout {
    width: 20%; /* 5 in a row on large desktop */
  }
}

/* Floating Toast Notifications */
.kf-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.kf-toast {
  background-color: var(--kf-text, #1b120d);
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  max-width: 400px;
  pointer-events: auto;
  animation: kf-toast-fade-in 0.3s ease forwards;
  border-left: 4px solid #4caf50;
}

.kf-toast__icon {
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  color: #4caf50;
  flex-shrink: 0;
  line-height: 1;
}

.kf-toast__message {
  flex-grow: 1;
  line-height: 1.4;
}

.kf-toast__message a {
  color: #ffffff;
  text-decoration: underline;
}

.kf-toast__close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  line-height: 1;
}

.kf-toast__close:hover {
  color: #ffffff;
}

@keyframes kf-toast-fade-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kf-toast--fade-out {
  animation: kf-toast-fade-out 0.3s ease forwards !important;
}

@keyframes kf-toast-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* Account Dashboard Layout */
.kf-account-page {
  padding-top: 16px;
  padding-bottom: 80px;
}

.kf-account-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kf-account-layout {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .kf-account-layout {
    gap: 64px;
  }
}

.kf-account-sidebar {
  width: 100%;
  flex-shrink: 0;
  border: 1px solid var(--kf-line, #e0e0e0);
  padding: 16px;
  background-color: #fafafa;
}
.dark .kf-account-sidebar {
  background-color: #2a1d17;
  border-color: #3e2c24;
}
@media (min-width: 768px) {
  .kf-account-sidebar {
    width: 280px;
    padding: 24px;
  }
}

.kf-account-sidebar__title {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--kf-text, #1b120d);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .kf-account-sidebar__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.kf-account-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.kf-account-nav__btn {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: none;
  border: none;
  border-left: 2px solid transparent;
  color: var(--kf-muted, #737373);
  transition: all 0.25s ease;
  cursor: pointer;
  outline: none;
}

.kf-account-nav__btn.is-active {
  color: var(--kf-text, #1b120d);
  font-weight: bold;
  background-color: #ffffff;
}
.dark .kf-account-nav__btn.is-active {
  background-color: #1b120d;
}

.kf-account-nav__divider {
  height: 1px;
  background-color: var(--kf-line, #e0e0e0);
  margin: 8px 0;
}
@media (min-width: 768px) {
  .kf-account-nav__divider {
    margin: 16px 0;
  }
}

.kf-account-nav__logout {
  color: var(--kf-muted, #737373);
}
.kf-account-nav__logout:hover {
  color: #d9534f;
  text-decoration: none;
}

.kf-account-content {
  flex-grow: 1;
  width: 100%;
}

.kf-account-content__title {
  font-family: 'Lora', serif;
  font-size: 18px;
  color: var(--kf-text, #1b120d);
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .kf-account-content__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

/* Forms styling */
.kf-form-group {
  margin-bottom: 20px;
}

.kf-form-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--kf-muted, #737373);
  margin-bottom: 8px;
  font-weight: 500;
}

.kf-form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--kf-line, #ddd);
  background-color: #ffffff;
  font-size: 13px;
  color: var(--kf-text, #1b120d);
  outline: none;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

.kf-form-input:focus {
  border-color: var(--kf-muted, #737373);
}

.kf-account-btn {
  display: inline-block;
  padding: 14px 40px;
  background-color: var(--kf-text, #1b120d);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.kf-account-btn:hover {
  background-color: #333333;
}

/* Orders Styling */
.kf-order-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kf-order-card {
  border: 1px solid var(--kf-line, #e0e0e0);
  background-color: #ffffff;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
@media (min-width: 576px) {
  .kf-order-card {
    padding: 24px;
  }
}

.kf-order-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 576px) {
  .kf-order-head {
    flex-direction: row;
    align-items: center;
  }
}

.kf-order-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 4px;
}

.kf-order-date {
  font-size: 12px;
  color: var(--kf-muted, #737373);
  margin: 0;
}

.kf-order-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .kf-order-meta {
    margin-top: 0;
  }
}

.kf-order-total {
  font-size: 16px;
  font-weight: 500;
}

.kf-order-toggle-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--kf-soft, #f5f5f5);
  color: var(--kf-muted, #737373);
  transition: background-color 0.25s, transform 0.3s;
}

.kf-order-toggle-icon .material-symbols-outlined {
  transition: transform 0.3s ease;
}

.kf-order-details {
  display: none;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--kf-line, #e0e0e0);
}

.kf-order-table-container {
  background-color: #f9f9f9;
  border: 1px solid var(--kf-line, #e0e0e0);
  overflow-x: auto;
}

.kf-order-table {
  width: 100%;
  border-collapse: collapse;
}

.kf-order-table th {
  background-color: #eee;
  padding: 12px 16px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555555;
  text-align: center;
}

.kf-order-table th:first-child {
  text-align: left;
}
.kf-order-table th:last-child {
  text-align: right;
}

.kf-order-item-row {
  border-bottom: 1px solid var(--kf-line, #e0e0e0);
}
.kf-order-item-row:last-child {
  border-bottom: none;
}

.kf-order-item-row td {
  padding: 16px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.kf-order-item-row td:first-child {
  text-align: left;
}
.kf-order-item-row td:last-child {
  text-align: right;
}

.kf-order-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kf-order-product-img {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border: 1px solid var(--kf-line, #eee);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.kf-order-product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.kf-order-product-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kf-order-product-name {
  font-size: 10px;
  color: var(--kf-muted, #737373);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.kf-order-product-model {
  font-size: 12px;
  font-weight: 500;
  color: var(--kf-text, #1b120d);
}

.kf-order-product-sku {
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kf-order-delivery-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-top: 1px dotted #cccccc;
  gap: 8px;
}
@media (min-width: 768px) {
  .kf-order-delivery-info {
    flex-direction: row;
    align-items: center;
  }
}

.kf-order-delivery-method {
  font-size: 12px;
  color: var(--kf-text, #1b120d);
}

.kf-order-delivery-label {
  font-size: 10px;
  color: var(--kf-muted, #737373);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 8px;
}

.kf-order-delivery-price {
  font-size: 13px;
  font-weight: 500;
}

.kf-order-grand-summary {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.kf-order-grand-box {
  border: 1px solid var(--kf-line, #e0e0e0);
  padding: 12px 24px;
  background-color: var(--kf-soft, #f9f9f9);
  min-width: 200px;
  text-align: right;
}

.kf-order-grand-label {
  font-size: 13px;
  color: var(--kf-muted, #737373);
  margin-right: 8px;
}

.kf-order-grand-total {
  font-size: 16px;
  font-weight: bold;
}

.kf-account-total-box {
  border: 1px solid var(--kf-line, #e0e0e0);
  padding: 20px 32px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .kf-account-total-box {
    width: auto;
    min-width: 260px;
  }
}

.kf-account-total-label {
  font-family: 'Lora', serif;
  font-size: 15px;
  color: var(--kf-muted, #737373);
}

.kf-account-total-val {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

/* Autocomplete Dropdown styling */
.kf-autocomplete-wrapper {
  position: relative;
}

.kf-autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid var(--kf-line, #ddd);
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  margin-top: 4px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
}

.kf-autocomplete-dropdown li {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--kf-text, #1b120d);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid var(--kf-line, #f0f0f0);
}

.kf-autocomplete-dropdown li:last-child {
  border-bottom: none;
}

.kf-autocomplete-dropdown li:hover,
.kf-autocomplete-dropdown li.is-active {
  background-color: var(--kf-soft, #f5f5f5);
  color: var(--kf-text, #1b120d);
  text-decoration: none;
}

.dark .kf-autocomplete-dropdown {
  background-color: #1b120d;
  border-color: #3e2c24;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.dark .kf-autocomplete-dropdown li {
  color: #f3ebe7;
  border-bottom-color: #2a1d17;
}

.dark .kf-autocomplete-dropdown li:hover,
.dark .kf-autocomplete-dropdown li.is-active {
  background-color: #2a1d17;
}

/* Form validation error styling */
.kf-input-error {
  border-color: #d9534f !important;
}

.kf-field-error {
  margin-top: 4px;
  font-size: 12px;
  color: #d9534f;
}

/* Information pages */
.kf-information-page {
  padding: 110px 0 64px;
  color: var(--kf-text, #1b120d);
}

.kf-information-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.kf-information-hero {
  margin-bottom: 40px;
  text-align: center;
}

.kf-information-hero h1 {
  margin: 0;
  color: var(--kf-text, #1b120d);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kf-information-layout {
  display: flex;
  gap: 24px;
}

.kf-information-content {
  flex: 1 1 auto;
  min-width: 0;
}

.kf-information-body {
  max-width: 768px;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.75;
}

.kf-information-content--with-column .kf-information-body {
  max-width: 100%;
}

.kf-information-content--narrow .kf-information-body {
  max-width: 100%;
}

.kf-information-body > *:first-child {
  margin-top: 0;
}

.kf-information-body > *:last-child {
  margin-bottom: 0;
}

.kf-information-body p {
  margin: 0 0 24px;
}

.kf-information-body h1,
.kf-information-body h2,
.kf-information-body h3,
.kf-information-body h4,
.kf-information-body h5,
.kf-information-body h6 {
  margin: 40px 0 16px;
  color: var(--kf-text, #1b120d);
  font-family: var(--kf-sans, Arial, sans-serif);
  font-weight: 600;
  line-height: 1.35;
}

.kf-information-body h1 {
  font-size: 22px;
}

.kf-information-body h2 {
  font-size: 20px;
}

.kf-information-body h3 {
  font-size: 18px;
}

.kf-information-body h4,
.kf-information-body h5,
.kf-information-body h6 {
  font-size: 16px;
}

.kf-information-body strong,
.kf-information-body b {
  color: var(--kf-text, #1b120d);
  font-weight: 600;
}

.kf-information-body ul,
.kf-information-body ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.kf-information-body li {
  margin-bottom: 12px;
}

.kf-information-body li:last-child {
  margin-bottom: 0;
}

.kf-information-body a {
  color: var(--kf-text, #1b120d);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kf-information-body img,
.kf-information-body iframe,
.kf-information-body video {
  max-width: 100%;
}

.kf-information-body img {
  height: auto;
}

.kf-information-body table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}

.kf-information-body th,
.kf-information-body td {
  padding: 12px;
  border: 1px solid var(--kf-line, #e0e0e0);
  vertical-align: top;
}

.kf-contacts-body {
  max-width: 522px;
}

.kf-contacts-body .kf-contact-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.kf-contacts-body .kf-contact-column {
  flex: 1 1 0;
  width: 100%;
}

.kf-contacts-body .kf-contact-section {
  margin-bottom: 32px;
}

.kf-contacts-body .kf-contact-section:last-child {
  margin-bottom: 0;
}

.kf-contacts-body .kf-contact-section h3 {
  margin: 0 0 16px;
  color: var(--kf-text, #1b120d);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kf-contacts-body .kf-contact-section p {
  margin: 0;
}

.kf-contacts-body .kf-contact-link,
.kf-contacts-body .kf-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s ease;
}

.kf-contacts-body .kf-contact-link:last-child,
.kf-contacts-body .kf-contact-row:last-child {
  margin-bottom: 0;
}

.kf-contacts-body .kf-contact-link:hover,
.kf-contacts-body .kf-contact-link:focus {
  color: var(--kf-text, #1b120d);
  text-decoration: none;
}

.kf-contacts-body .kf-contact-icon {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 21px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.kf-contacts-body .kf-contact-phone,
.kf-contacts-body .kf-contact-hours {
  font-size: 16px;
  letter-spacing: 0.025em;
}

.kf-contacts-body .kf-contact-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.kf-contacts-body .kf-contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease;
}

.kf-contacts-body .kf-contact-socials a:hover,
.kf-contacts-body .kf-contact-socials a:focus {
  color: var(--kf-text, #1b120d);
  text-decoration: none;
}

.kf-contacts-body .kf-contact-socials .material-symbols-outlined {
  font-size: 28px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 28;
}

.kf-contacts-body .kf-contact-socials svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kf-contacts-body .kf-contact-socials .kf-contact-socials__youtube svg {
  width: 32px;
  height: 32px;
}

.kf-contacts-body .kf-contact-showroom {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.75;
}

@media (min-width: 640px) {
  .kf-information-page {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .kf-information-shell {
    padding: 0 40px;
  }

  .kf-information-hero {
    margin-bottom: 56px;
  }

  .kf-information-hero h1 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .kf-information-page {
    padding-top: 160px;
  }

  .kf-information-hero h1 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .kf-contacts-body .kf-contact-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 96px;
    text-align: left;
  }

  .kf-contacts-body .kf-contact-link,
  .kf-contacts-body .kf-contact-row,
  .kf-contacts-body .kf-contact-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .kf-information-layout {
    display: block;
  }

  .kf-information-body h1,
  .kf-information-body h2,
  .kf-information-body h3,
  .kf-information-body h4,
  .kf-information-body h5,
  .kf-information-body h6 {
    text-align: center;
  }
}

/* Testimonials page */
.kf-testimonials-page {
  padding-top: 160px;
  padding-bottom: 80px;
  color: var(--kf-text, #1b120d);
}

.kf-testimonials-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--kf-muted, #737373);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kf-testimonials-breadcrumbs a {
  color: var(--kf-muted, #737373);
}

.kf-testimonials-breadcrumbs a:hover,
.kf-testimonials-breadcrumbs a:focus {
  color: var(--kf-text, #1b120d);
}

.kf-testimonials-breadcrumbs__chevron {
  font-size: 16px;
}

.kf-testimonials-breadcrumbs__current {
  color: var(--kf-text, #1b120d);
}

.kf-testimonials-hero {
  margin-bottom: 48px;
  text-align: center;
}

.kf-testimonials-hero h1 {
  margin: 0;
  color: var(--kf-text, #1b120d);
  /*font-family: var(--kf-serif, "Times New Roman", serif);*/
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.kf-testimonials-layout {
  display: flex;
  gap: 24px;
}

.kf-testimonials-content {
  flex: 1 1 auto;
  min-width: 0;
}

.kf-testimonials-content--with-column .kf-testimonials-grid,
.kf-testimonials-content--narrow .kf-testimonials-grid {
  grid-template-columns: minmax(0, 1fr);
}

.kf-testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 40px;
}

.kf-testimonials-list-panel h2 {
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--kf-line-soft, #f0f0f0);
  color: var(--kf-text, #1b120d);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kf-testimonials-form-panel h2 {
  margin: 0 0 24px;
  color: var(--kf-text, #1b120d);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kf-testimonials-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kf-testimonial-card,
.kf-testimonials-form-panel {
  border: 1px solid var(--kf-line-soft, #f0f0f0);
  background: #faf9f8;
}

.kf-testimonial-card {
  padding: 24px;
}

.kf-testimonial-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}

.kf-testimonial-card__author {
  min-width: 0;
}

.kf-testimonial-card__name {
  margin: 0;
  overflow: hidden;
  color: var(--kf-text, #1b120d);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.kf-testimonial-card__date {
  color: #888888;
  font-size: 12px;
  line-height: 1.4;
}

.kf-testimonial-card__rating {
  display: flex;
  flex: 0 0 auto;
  gap: 1px;
  color: #d8d8d8;
}

.kf-testimonial-card__rating .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.kf-testimonial-card__rating .is-filled {
  color: var(--kf-text, #1b120d);
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 20;
}

.kf-testimonial-card__text {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.75;
}

.kf-testimonial-card__product,
.kf-testimonial-card__source {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--kf-line-soft, #f0f0f0);
}

.kf-testimonial-card__product img {
  width: 64px;
  height: 80px;
  object-fit: contain;
  background: #ffffff;
}

.kf-testimonial-card__product a {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--kf-muted, #737373);
  font-size: 12px;
  line-height: 1.5;
}

.kf-testimonial-card__source {
  color: var(--kf-muted, #737373);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kf-testimonial-card__source img {
  max-width: 110px;
  max-height: 40px;
  object-fit: contain;
}

.kf-testimonials-form-panel {
  position: sticky;
  top: 132px;
  padding: 32px;
  width: 100%;
}

.kf-testimonials-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kf-testimonials-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.kf-testimonials-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 2px 0;
  border: 0;
}

.kf-testimonials-rating__label {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--kf-muted, #737373);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

.kf-testimonials-field input,
.kf-testimonials-field textarea {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--kf-text, #1b120d);
  font-size: 13px;
  line-height: 1.5;
  outline: none;
  transition: border-color .2s ease;
}

.kf-testimonials-field input::placeholder,
.kf-testimonials-field textarea::placeholder {
  color: var(--kf-muted, #737373);
  opacity: 1;
}

.kf-testimonials-field textarea {
  min-height: 110px;
  resize: none;
}

.kf-testimonials-field input:focus,
.kf-testimonials-field textarea:focus {
  border-color: var(--kf-text, #1b120d);
}

.kf-testimonials-note {
  margin-top: 6px;
  color: var(--kf-muted, #737373);
  font-size: 11px;
  line-height: 1.5;
}

.kf-testimonials-rating__controls {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
}

.kf-testimonials-rating__controls input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kf-testimonials-rating__controls label {
  margin: 0;
  color: #d8d8d8;
  cursor: pointer;
  line-height: 1;
  transition: color .15s ease;
}

.kf-testimonials-rating__controls label .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.kf-testimonials-rating__controls label.is-selected,
.kf-testimonials-rating__controls label.is-preview {
  color: var(--kf-text, #1b120d);
}

.kf-testimonials-rating__controls input:focus + label {
  outline: 1px solid var(--kf-text, #1b120d);
  outline-offset: 2px;
}

.kf-testimonials-captcha {
  overflow: hidden;
}

.kf-testimonials-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid var(--kf-text, #1b120d);
  border-radius: 0;
  background: var(--kf-text, #1b120d);
  color: #ffffff;
  font-family: var(--kf-serif, "Times New Roman", serif);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.kf-testimonials-submit:hover,
.kf-testimonials-submit:focus {
  border-color: #333333;
  background: #333333;
  color: #ffffff;
}

.kf-testimonials-login {
  color: var(--kf-muted, #737373);
  font-size: 14px;
  line-height: 1.7;
}

.kf-testimonials-login a {
  color: var(--kf-text, #1b120d);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kf-testimonials-message {
  margin-top: 20px;
}

.kf-testimonials-message .alert {
  margin-bottom: 0;
  border-radius: 0;
  font-size: 13px;
}

.kf-testimonials-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  color: var(--kf-muted, #737373);
  font-size: 12px;
  flex-direction: column;
}

.kf-testimonials-pagination .pagination {
  margin: 0;
}

.kf-testimonials-pagination .pagination > li > a,
.kf-testimonials-pagination .pagination > li > span {
  border-radius: 0;
  border-color: var(--kf-line, #e0e0e0);
  color: var(--kf-text, #1b120d);
}

.kf-testimonials-pagination .pagination > .active > a,
.kf-testimonials-pagination .pagination > .active > span {
  border-color: var(--kf-text, #1b120d);
  background: var(--kf-text, #1b120d);
  color: #ffffff;
}

.kf-testimonials-empty {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--kf-line-soft, #f0f0f0);
  background: #faf9f8;
  color: var(--kf-muted, #737373);
  font-size: 14px;
  line-height: 1.6;
}

.kf-testimonials-notifications {
  position: fixed;
  top: calc(var(--kf-header-h, 70px) + var(--kf-topbar-h, 24px) + 18px);
  right: 24px;
  z-index: 1050;
  width: min(360px, calc(100vw - 32px));
  pointer-events: none;
}

.kf-testimonials-notice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  padding: 14px 14px 14px 16px;
  border: 1px solid var(--kf-line, #e0e0e0);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(27, 18, 13, 0.12);
  color: var(--kf-text, #1b120d);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
}

.kf-testimonials-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kf-testimonials-notice__icon {
  color: var(--kf-text, #1b120d);
  font-size: 22px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.kf-testimonials-notice--success .kf-testimonials-notice__icon {
  color: #2f7d32;
}

.kf-testimonials-notice--error .kf-testimonials-notice__icon {
  color: #b64236;
}

.kf-testimonials-notice--loading .kf-testimonials-notice__icon {
  color: var(--kf-muted, #737373);
}

.kf-testimonials-notice__text {
  min-width: 0;
  color: var(--kf-text, #1b120d);
  font-size: 13px;
  line-height: 1.45;
}

.kf-testimonials-notice__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kf-muted, #737373);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-feature-settings: "liga";
  line-height: 1;
  transition: color .15s ease;
}

.kf-testimonials-notice__close:hover,
.kf-testimonials-notice__close:focus {
  color: var(--kf-text, #1b120d);
  outline: none;
}

/* Footer Collapsible Chevron */
.kf-footer__chevron {
  display: none !important;
}

@media (max-width: 1199px) {
  .kf-testimonials-grid {
    gap: 40px;
    padding-inline: 0;
  }
}

@media (max-width: 991px) {
  .kf-testimonials-page {
    padding-bottom: 64px;
  }

  .kf-testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kf-testimonials-form-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .kf-testimonials-page {
    padding-top: 78px;
  }

  .kf-testimonials-hero {
    margin-bottom: 34px;
  }

  .kf-testimonials-hero h1 {
    font-size: 22px;
  }

  .kf-testimonials-layout {
    display: block;
  }

  .kf-testimonial-card,
  .kf-testimonials-form-panel {
    padding: 22px;
  }

  .kf-testimonial-card__head,
  .kf-testimonials-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .kf-testimonials-notifications {
    top: calc(var(--kf-header-h, 70px) + 14px);
    right: 16px;
    left: 16px;
    width: auto;
  }

  .kf-footer__section--collapsible .kf-footer__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    user-select: none;
  }

  .kf-footer__section--collapsible .kf-footer__chevron {
    display: inline-flex !important;
    align-items: center;
    font-size: 18px;
    color: var(--kf-muted);
    transition: transform 0.3s ease;
  }

  .kf-footer__section--collapsible .kf-footer__links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
  }

  .kf-footer__section--collapsible.is-open .kf-footer__title {
    margin-bottom: 18px;
  }

  .kf-footer__section--collapsible.is-open .kf-footer__links {
    max-height: 250px;
    opacity: 1;
    margin-top: 14px;
    padding-bottom: 8px;
  }

  .kf-footer__section--collapsible.is-open .kf-footer__chevron {
    transform: rotate(180deg);
  }

  #content.kf-home {
    padding: 0 !important;
    min-height: unset !important;
  }
}

@media (max-width: 480px) {
  .kf-testimonials-breadcrumbs {
    display: none;
  }

  .kf-testimonial-card__product {
    align-items: flex-start;
  }

  .kf-product-page .collapse-row.collapse-active > .collapse-content {
    max-height: unset;
  }
}
