.kckhf-header-container,
.kckfooter-bar,
.kckfootmobile {
  --kck-chrome-radius-md: 10px;
}

.kckhf-header-container {
  --kck-header-duration: 200ms;
  --kck-header-duration-fast: 140ms;
  --kck-header-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --kck-header-shadow-panel: 0 16px 32px rgba(56, 52, 46, 0.1);
  --kck-header-bar-h: 88px;
  --kck-header-bar-h-pinned: 65px;
  --kck-header-bar-h-pinned-sm: 57px;
  --kck-header-h: 172px;
  --kck-header-h-mobile: 104px;
  --kck-header-util-h: 44px;
  --kck-z-header: 9000;
  --kck-z-header-menu: 9100;
  --kck-z-header-utility: 9300;
  --kck-z-header-overlay: 9400;
  --kck-z-header-drawer: 9500;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--kck-color-bg);
  color: var(--kck-color-ink);
  font-family: var(--kck-font-body);
  font-size: var(--kck-font-size-base);
  line-height: var(--kck-leading-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: var(--kck-z-header);
  overflow: visible;
}
.kckhf-header-container,
.kckhf-header-container *,
.kckhf-header-container *::before,
.kckhf-header-container *::after {
  box-sizing: border-box;
}
.kckhf-header-container :where(img, svg) {
  max-width: 100%;
  height: auto;
  display: block;
}
.kckhf-header-container :where(svg:not([width]):not([height])) {
  width: 1.25em;
  height: 1.25em;
}
.kckhf-header-container :where(button, input, select, textarea) {
  font: inherit;
  color: inherit;
}
.kckhf-header-container :where(button) {
  margin: 0;
}
.kckhf-header-container :where(p, ul, ol) {
  margin: 0;
}
.kckhf-header-container :where(ul, ol) {
  padding: 0;
  list-style: none;
}
.kckhf-header-container a,
.kckhf-header-container a:link,
.kckhf-header-container a:visited,
.kckhf-header-container a:hover,
.kckhf-header-container a:focus,
.kckhf-header-container a:active {
  text-decoration: none;
}

:where(.kckhf-header-container) a {
  color: var(--kck-color-red);
}
:where(.kckhf-header-container) a:hover {
  color: var(--kck-color-red-hover);
}

.kckhf-header-container a[href^="tel"] {
  cursor: pointer;
}
.kckhf-header-container :where(:focus-visible) {
  outline: 2px solid var(--kck-color-ink);
  outline-offset: 2px;
  border-radius: 3px;
}
.kckhf-header-container [data-quiet-focus]:focus,
.kckhf-header-container [data-quiet-focus]:focus-visible {
  outline: none;
}
.kckhf-header-container .kck-sprite {
  display: none;
}
.kckhf-header-container .kck-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kckhf {
  position: relative;
  background: var(--kck-color-bg);
}

.kck-promo {
  background: var(--kck-color-red);
  color: var(--kck-color-white);
}
.kck-promo__in {
  max-width: var(--kck-container-lg);
  margin-inline: auto;
  padding: 10px var(--kck-gutter-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.kck-promo__truck {
  width: 20px;
  height: 15px;
  flex: none;
  fill: currentColor;
  stroke: none;
}
.kck-promo a {
  color: var(--kck-color-white);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 767px) {
  .kck-promo__in {
    padding: 8px var(--kck-gutter-sm);
    font-size: 13px;
    gap: 7px;
  }
  .kck-promo__truck {
    width: 18px;
    height: 13.5px;
  }
}

.kck-util {
  background: var(--kck-color-cream);
  border-bottom: 1px solid var(--kck-color-line);
  font-size: 14px;
  color: var(--kck-color-charcoal);
}
.kck-util__in {
  max-width: var(--kck-container-lg);
  margin-inline: auto;
  padding-inline: var(--kck-gutter-lg);
  height: var(--kck-header-util-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.kck-util__left {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.kck-util__tel {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding-inline: 0 18px;
  font-family: var(--kck-font-heading);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--kck-color-red);
  white-space: nowrap;
}
.kck-util__tel svg {
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kck-util__tel:hover {
  color: var(--kck-color-red-hover);
}

.kck-util__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding-inline: 18px;
  color: var(--kck-color-charcoal);
  font-weight: 600;
  white-space: nowrap;
}
.kck-util__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: var(--kck-color-line);
}
.kck-util__link svg {
  flex: none;
  fill: none;
  stroke: var(--kck-color-red);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kck-util__link:hover svg {
  stroke: var(--kck-color-red-hover);
}
.kck-util__link:hover {
  color: var(--kck-color-red);
}
.kck-util__right {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
}
.kck-util__act {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding-inline: 12px;
  border-radius: var(--kck-chrome-radius-md);
  color: var(--kck-color-charcoal);
  font-size: 14px;
  font-weight: 600;
}
.kck-util__act:hover {
  color: var(--kck-color-red);
  background: rgba(217, 32, 30, 0.06);
}
.kck-util__act svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kck-util__badge {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  border-radius: var(--kck-radius-pill);
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  font-family: var(--kck-font-heading);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1023px) {
  .kck-util {
    display: none;
  }
}

.kckhf {
  min-height: var(--kck-header-h);
}
@media (max-width: 1023px) {
  .kckhf {
    min-height: var(--kck-header-h-mobile);
  }
}

.kck-bar {
  position: relative;
  z-index: var(--kck-z-header);
  background: var(--kck-color-bg);
  border-bottom: 1px solid var(--kck-color-line);
}
.kck-bar.is-pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--kck-z-header);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(56, 52, 46, 0.07);
}
.kck-bar.is-pinned .kck-bar__in {

  height: calc(var(--kck-header-bar-h-pinned) - 1px);
  gap: 24px;
}
.kckhf-header-container .kck-logo__mark {
  display: none;
}
.kck-bar.is-pinned .kck-logo__full {
  display: none;
}
.kck-bar.is-pinned .kck-logo__mark {
  display: block;
  height: 34px;
  width: auto;
}


.kck-bar__end {
  flex: none;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.kck-bar__end .kck-headcta {
  margin-left: 5px;
}

.kck-bar__cart .counter,
.kck-bar__cart .label {
  display: none !important;
}
.kck-bar__cart > span:not(.kck-vh):not(.counter):not(.label),
.kck-bar__cart .kck-bar__badge,
.kck-bar__cart .kckheader-utility__cart-badge,
.kck-bar__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding-inline: 4px;
  border-radius: var(--kck-radius-pill);
  background: var(--kck-color-red);
  color: var(--kck-color-white);

  box-shadow: 0 0 0 2px var(--kck-color-bg);
  font-family: var(--kck-font-heading);
  font-size: 10px;
  font-weight: 700;

  line-height: 17px;
  text-align: center;
  pointer-events: none;
}
.kck-bar__tel,
.kck-bar__acct,
.kck-bar__cart {
  display: none;
}
.kck-bar.is-pinned .kck-bar__tel,
.kck-bar.is-pinned .kck-bar__acct,
.kck-bar.is-pinned .kck-bar__cart {
  display: inline-flex;
}

.kck-bar__tel {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--kck-chrome-radius-md);
  color: var(--kck-color-red);
}
.kck-bar__telno {
  display: none;
}
.kck-bar__tel:hover {
  background: rgba(217, 32, 30, 0.06);
  color: var(--kck-color-red-hover);
}
.kck-bar__tel svg {
  width: 17px;
  height: 17px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kck-bar__acct,
.kck-bar__cart {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--kck-chrome-radius-md);
  color: var(--kck-color-ink);
  position: relative;
}
.kck-bar__acct:hover,
.kck-bar__cart:hover {
  background: rgba(56, 52, 46, 0.05);
  color: var(--kck-color-red);
}
.kck-bar__acct svg,
.kck-bar__cart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kck-bar.is-pinned .kck-headcta {
  padding: 9px 16px;
  font-size: 13px;
}

@media (max-width: 1023px) {
  .kck-bar.is-pinned .kck-bar__in {
    height: calc(var(--kck-header-bar-h-pinned-sm) - 1px);
  }
  .kck-bar.is-pinned .kck-logo__mark {
    height: 30px;
  }
  .kck-bar__tel,
  .kck-bar__acct,
  .kck-bar__cart {
    display: inline-flex;
  }
  .kck-bar.is-pinned .kck-headcta {
    padding: 8px 12px;
    font-size: 12px;
  }
}

body.kck-menuopen .kck-bar {
  box-shadow: inset 0 -3px 0 var(--kck-color-red);
}
.kck-bar__in {
  max-width: var(--kck-container-lg);
  margin-inline: auto;
  padding-inline: var(--kck-gutter-lg);
  height: var(--kck-header-bar-h);
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.kck-logo {
  flex: none;
  display: block;
}
.kck-logo img {
  height: 56px;
  width: auto;
}

.kck-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  height: 100%;
}
.kck-nav__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.kck-nav__item > a,
.kck-nav__item > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kck-color-ink);
  padding: 8px 0;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
}
.kck-nav__item > a:hover,
.kck-nav__item > button:hover {
  color: var(--kck-color-red);
}
.kck-nav__item.is-open > button {
  color: var(--kck-color-red);
}
.kck-chev {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform var(--kck-header-duration) var(--kck-header-ease);
}
.kck-nav__item.is-open .kck-chev {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.kck-headcta {
  flex: none;
  padding: 11px 20px;
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--kck-chrome-radius-md);
}
.kck-headcta:hover {
  background: var(--kck-color-red-hover);
  color: var(--kck-color-white);
}

@media (max-width: 1023px) {
  .kck-bar__in {
    height: 64px;
    gap: 12px;
    padding-inline: var(--kck-gutter-md);
  }
  .kck-nav {
    display: none;
  }


  .kck-headcta {
    padding: 9px 13px;
    font-size: 13px;
  }

  .kck-headcta__verb {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .kck-logo img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .kck-bar__in {
    padding-inline: var(--kck-gutter-sm);
  }
}

@media (max-width: 1279px) {
  .kck-bar__in {
    gap: 20px;
  }
  .kck-nav {
    gap: 15px;
  }
  .kck-nav__item > a,
  .kck-nav__item > button {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .kck-headcta {
    padding: 11px 16px;
    font-size: 13px;
  }

  .kck-bar.is-pinned .kck-bar__in {
    gap: 14px;
  }
  .kck-bar.is-pinned .kck-nav {
    gap: 10px;
  }
  .kck-bar.is-pinned .kck-nav__item > a,
  .kck-bar.is-pinned .kck-nav__item > button {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .kck-bar.is-pinned .kck-bar__tel,
  .kck-bar.is-pinned .kck-bar__acct,
  .kck-bar.is-pinned .kck-bar__cart {
    width: 36px;
    height: 36px;
  }
  .kck-bar.is-pinned .kck-headcta {
    padding: 9px 13px;
    font-size: 12px;
  }
}


@media (min-width: 600px) and (max-width: 1023px) {
  .kck-bar:not(.is-pinned) .kck-bar__tel {
    width: auto;
    gap: 7px;
    padding-inline: 12px;
    font-family: var(--kck-font-heading);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
  .kck-bar:not(.is-pinned) .kck-bar__telno {
    display: inline;
  }
}

@media (min-width: 480px) and (max-width: 1023px) {
  .kck-headcta__verb {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
  }
}

@media (max-width: 392px) {
  .kck-bar__tel,
  .kck-bar.is-pinned .kck-bar__tel {
    display: none;
  }
}

@media (max-width: 479px) {
  .kck-bar__in {
    gap: 12px;
    padding-inline: 12px;
  }
  .kck-headcta,
  .kck-bar.is-pinned .kck-headcta {
    padding-inline: 11px;
    font-size: 12px;
  }
}

@media (max-width: 359px) {
  .kck-bar__in {
    gap: 8px;
    padding-inline: 10px;
  }
  .kck-bar__end .kck-headcta {
    margin-left: 4px;
  }
  .kck-headcta,
  .kck-bar.is-pinned .kck-headcta {
    padding-inline: 8px;
    font-size: 12px;
  }
}

.kck-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: var(--kck-z-header-menu);
  display: none;
  background: var(--kck-color-white);
  border: 1px solid var(--kck-color-line);
  border-top: 0;
  border-radius: 0 0 var(--kck-chrome-radius-md) var(--kck-chrome-radius-md);
  box-shadow: var(--kck-header-shadow-panel);
  max-height: calc(100vh - var(--kck-header-h));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.kck-mega.is-open {
  display: block;
}
.kck-mega__band {
  max-width: var(--kck-container-md);
  margin-inline: auto;
  padding-inline: var(--kck-gutter-lg);
  display: flex;
  width: fit-content;
  min-height: 340px;
}
.kck-mega__cols {
  display: flex;
  padding-block: 28px;
}
.kck-mega__col {
  padding-inline: 26px;
  border-left: 1px solid var(--kck-color-line);
}
.kck-mega__col:first-child {
  border-left: 0;
  padding-left: 0;
}
.kck-mega__h {
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kck-color-red);
  margin-bottom: 14px;
  white-space: nowrap;
}
.kck-mega__h a {
  color: inherit;
}
.kck-mega__h a:hover {
  color: var(--kck-color-red-hover);
}
.kck-mega__h--plain {
  color: var(--kck-color-mid-aa);
  cursor: default;
}
.kck-mega__col ul {
  list-style: none;
}
.kck-mega__col li a {
  display: block;
  padding-block: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--kck-color-charcoal);
  white-space: nowrap;
}
.kck-mega__col li a:hover {
  color: var(--kck-color-red);
}
.kck-mega__rule {
  border-top: 1px solid var(--kck-color-line);
  margin: 10px 0 8px;
}
.kck-mega__col li a.kck-mega__all {
  color: var(--kck-color-red);
  font-weight: 700;
}

.kck-mega__col li a.kck-mega__all:hover,
.kck-mega__col li a.kck-mega__all:focus-visible {
  color: var(--kck-color-red-hover);
}
.kck-mega__all::after {
  content: "\2192";
  display: inline-block;
  margin-left: 6px;
  transition: transform 160ms var(--kck-header-ease);
}
.kck-mega__all:hover::after {
  transform: translateX(4px);
}

.kck-mega__band--rail {
  min-height: 392px;
}
.kck-rl {
  flex: none;
  width: 260px;
  padding: 20px 0;
  margin-right: 26px;
  background: var(--kck-color-cream);
  border-right: 1px solid var(--kck-color-line);
}
.kck-rl__h {
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kck-color-mid-aa);
  padding: 0 24px 10px;
  margin: 0;
}
.kck-rl ul {
  list-style: none;
}
.kck-rl__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 24px;
  font-family: var(--kck-font-body);
  font-size: 14px;
  line-height: 1.35;
  color: var(--kck-color-charcoal);
  background: none;
  border: 0;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.kck-rl__item:hover {
  color: var(--kck-color-ink);
  background: rgba(56, 52, 46, 0.04);
}
.kck-rl__item[aria-current="true"] {
  color: var(--kck-color-red-hover);
  font-weight: 600;
  background: rgba(217, 32, 30, 0.05);
  border-left-color: var(--kck-color-red);
}
.kck-rp__wrap {
  flex: none;
  padding: 0 4px 0 0;
}
.kck-rp {
  display: none;
  padding: 28px 0;
}
.kck-rp.is-on {
  display: block;
}
.kck-rp[hidden] {
  display: none;
}

.kck-rp__hd {
  height: 56px;
}
.kck-rp__h {
  margin: 0 0 6px;
  font-family: var(--kck-font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--kck-color-ink);
}
.kck-rp__l {
  font-size: 14px;
  color: var(--kck-color-mid-aa);
  margin: 0;
}
.kck-rp__list {
  list-style: none;
  width: 380px;
}

.kck-rp__list a {
  display: block;
  padding: 9px 0;
}
.kck-rp__list b {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--kck-color-ink);
  line-height: 1.35;
}
.kck-rp__list em {
  display: block;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  color: var(--kck-color-mid);
  line-height: 1.35;
  margin-top: 1px;
}
.kck-rp__list a:hover b {
  color: var(--kck-color-red);
}
.kck-rp__list a:hover em {
  color: var(--kck-color-charcoal);
}
.kck-rail {
  background: var(--kck-color-cream);
  border-left: 1px solid var(--kck-color-line);
  padding: 28px 24px;
  width: 320px;
  flex: none;
  margin-left: 26px;
}
.kck-rail__h {
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kck-color-mid-aa);
  margin-bottom: 14px;
}
.kck-rail a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-block: 9px;
}
.kck-rail b {
  display: block;
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--kck-color-ink);
  line-height: 1.3;
}
.kck-rail em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--kck-color-mid-aa);
  margin-top: 2px;
  line-height: 1.35;
}

.kck-rail a:hover b {
  color: var(--kck-color-red-hover);
}
.kck-rail a:hover em {
  color: var(--kck-color-charcoal);
}

.kck-rail__rule {
  height: 1px;
  margin: 14px 0 8px;
  border: 0;
  background: var(--kck-color-line);
}
.kck-rail__ic {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  stroke: var(--kck-color-red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#p-shop .kck-mega__col:nth-of-type(1) {
  min-width: 250px;
}
#p-shop .kck-mega__col:nth-of-type(2) {
  min-width: 214px;
}
#p-shop .kck-mega__col:nth-of-type(3) {
  min-width: 222px;
}
#p-gallery .kck-mega__col:nth-of-type(1) {
  min-width: 266px;
}
#p-gallery .kck-mega__col:nth-of-type(2) {
  min-width: 240px;
}
#p-company .kck-mega__col:nth-of-type(1) {
  min-width: 250px;
}
#p-company .kck-mega__col:nth-of-type(2) {
  min-width: 224px;
}
#p-company .kck-mega__col:nth-of-type(3) {
  min-width: 210px;
}

.kck-burger {
  display: none;
}
@media (max-width: 1023px) {
  .kck-burger {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-left: -8px;
    background: none;
    border: 0;
    cursor: pointer;
    color: var(--kck-color-ink);
    flex: none;
  }
  .kck-burger svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
  }
}

.kck-scrim {
  position: fixed;
  inset: 0;
  background: rgba(56, 52, 46, 0.5);
  z-index: var(--kck-z-header-overlay);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--kck-header-duration) var(--kck-header-ease),
    visibility var(--kck-header-duration);
}
.kck-scrim.is-open {
  opacity: 1;
  visibility: visible;
}

.kck-drawer:focus {
  outline: none;
}

.kck-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(400px, 92vw);
  background: var(--kck-color-white);
  z-index: var(--kck-z-header-drawer);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 260ms var(--kck-header-ease);
  box-shadow: var(--kck-header-shadow-panel);
}
.kck-drawer.is-open {
  transform: translateX(0);
}

.kck-drawer__top {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  flex: none;
  padding-inline: var(--kck-gutter-sm);
  border-bottom: 1px solid var(--kck-color-line);
}
.kck-drawer__top img {
  height: 38px;
  width: auto;
}
.kck-drawer__close {
  margin-left: auto;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--kck-color-ink);
}
.kck-drawer__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.kck-drawer__body {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.kck-drawer__level {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--kck-color-white);
  transform: translateX(100%);
  visibility: hidden;
  transition:
    transform 240ms var(--kck-header-ease),
    visibility 240ms;
}
.kck-drawer__level[data-level="root"] {
  transform: translateX(0);
  visibility: visible;
}
.kck-drawer__level.is-active {
  transform: translateX(0);
  visibility: visible;
}
.kck-drawer__level.is-behind {
  transform: translateX(-28%);
  visibility: visible;
}

.kck-drawer__list {
  list-style: none;
}
.kck-drawer__list li + li {
  border-top: 1px solid var(--kck-color-line);
}
.kck-drawer__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 14px var(--kck-gutter-sm);
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--kck-font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--kck-color-ink);
}
.kck-drawer__row:hover,
.kck-drawer__row:active {
  background: var(--kck-color-bg-cream);
  color: var(--kck-color-red);
}
.kck-drawer__row--sub {
  font-family: var(--kck-font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--kck-color-charcoal);
  min-height: 52px;
}
.kck-drawer__row--all {
  color: var(--kck-color-red);
  font-weight: 700;
}
.kck-drawer__row .kck-caret {
  margin-left: auto;
  flex: none;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--kck-color-mid);
  border-bottom: 2px solid var(--kck-color-mid);
  transform: rotate(-45deg);
}

.kck-drawer__back {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 12px var(--kck-gutter-sm);
  background: var(--kck-color-cream);
  border: 0;
  border-bottom: 1px solid var(--kck-color-line);
  cursor: pointer;
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kck-color-mid-aa);
  text-align: left;
}
.kck-drawer__back .kck-caret {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  flex: none;
}
.kck-drawer__lh a {
  color: inherit;
}
.kck-drawer__lh a:hover {
  color: var(--kck-color-red);
}
.kck-drawer__lh {
  padding: 18px var(--kck-gutter-sm) 8px;
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kck-color-red);
}

.kck-acc {
  border-bottom: 1px solid var(--kck-color-line);
}
.kck-acc__hd {
  display: flex;
  align-items: stretch;
}
.kck-acc__t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 12px var(--kck-gutter-sm);
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--kck-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--kck-color-ink);
}
.kck-acc__t[aria-expanded="true"] {
  color: var(--kck-color-red);
}

.kck-acc__t--hub {
  flex: 1 1 auto;
  width: auto;
  justify-content: flex-start;
  gap: 8px;
  text-decoration: none;
  border-right: 1px solid var(--kck-color-line);
}
.kck-acc__t--hub:hover,
.kck-acc__t--hub:active {
  color: var(--kck-color-red);
}
.kck-acc__go {
  flex: none;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.5;
}

.kck-acc__x {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 52px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--kck-color-ink);
}
.kck-acc__x[aria-expanded="true"] {
  color: var(--kck-color-red);
}

.kck-acc__i {
  flex: none;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform var(--kck-header-duration) var(--kck-header-ease);
}
.kck-acc__tog[aria-expanded="true"] .kck-acc__i {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.kck-acc__p {
  padding-bottom: 8px;
  background: var(--kck-color-bg-cream);
}
.kck-acc__p[hidden] {
  display: none;
}

.kck-drawer__util {
  background: var(--kck-color-cream);
  border-top: 1px solid var(--kck-color-line);
  padding: 16px var(--kck-gutter-sm);
}

.kck-drawer__quick {
  flex: 1;
  background: var(--kck-color-cream);
  border-top: 1px solid var(--kck-color-line);
  padding: 16px var(--kck-gutter-sm);
}
.kck-drawer__quick a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-block: 10px;
}
.kck-drawer__quick b {
  display: block;
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--kck-color-ink);
  line-height: 1.3;
}
.kck-drawer__quick em {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--kck-color-mid-aa);
  margin-top: 2px;
}
.kck-drawer__quick a:hover b {
  color: var(--kck-color-red-hover);
}

.kck-drawer__util a {
  align-items: center;
  min-height: 44px;
  padding-block: 0;
}
.kck-drawer__util b {
  font-size: 15px;
  font-weight: 600;
}

.kck-drawer__body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  pointer-events: none;

  background: linear-gradient(
    to top,
    rgba(56, 52, 46, 0.34) 0px,
    rgba(56, 52, 46, 0.14) 18px,
    rgba(56, 52, 46, 0) 64px
  );
}

.kck-drawer__foot {
  flex: none;
  padding: 14px var(--kck-gutter-sm);
  display: grid;
  gap: 8px;
  box-shadow: 0 -14px 24px rgba(56, 52, 46, 0.2);
}
.kck-drawer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 1.5px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);
  font-family: var(--kck-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--kck-color-ink);
}
.kck-drawer__tel svg {
  width: 18px;
  height: 18px;

  position: relative;
  top: -0.85px;
  fill: none;
  stroke: var(--kck-color-red);
  stroke-width: 1.7;
}

body.kck-drawer-open {
  overflow: hidden;
}

.kckhf-header-container .kck-drawer .kck-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 1.5px solid transparent;
  border-radius: var(--kck-chrome-radius-md);
  font-family: var(--kck-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-align: center;
  transition: background-color var(--kck-header-duration-fast) var(--kck-header-ease), border-color var(--kck-header-duration-fast) var(--kck-header-ease), color var(--kck-header-duration-fast) var(--kck-header-ease);
}
.kckhf-header-container .kck-drawer .kck-btn--block {
  width: 100%;
}
.kckhf-header-container .kck-drawer .kck-btn--primary {
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  border-color: var(--kck-color-red);
}
.kckhf-header-container .kck-drawer .kck-btn--primary:hover {
  background: var(--kck-color-red-hover);
  border-color: var(--kck-color-red-hover);
  color: var(--kck-color-white);
}
.kckhf-header-container .kck-drawer .kck-btn--primary:active {
  background: var(--kck-color-red-active);
  border-color: var(--kck-color-red-active);
}

.kck-util__in {
  position: relative;
}
.kck-util__search {
  flex: 1 1 360px;
  min-width: 180px;
  max-width: 430px;
}
.kck-search-canonical,
.kck-search-canonical #search_mini_form {
  width: 100%;
}
.kck-search-canonical #search_mini_form {
  position: relative;
  margin: 0;
}
.kck-search-canonical #search_mini_form .form-search {
  display: flex;
  width: 100%;
  min-width: 0;
}

.kck-search-canonical #search_mini_form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kck-search-canonical #search,
.kck-search-canonical input[type="search"],
.kck-search-canonical input[type="text"] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 34px;
  min-height: 34px;
  margin: 0;
  padding: 0 12px 0 38px;
  border: 1px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);
  background: var(--kck-color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236E675F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") 13px center / 16px 16px no-repeat;
  color: var(--kck-color-ink);
  font-size: 14px;
  line-height: 32px;
  box-shadow: none;

  -webkit-appearance: none;
  appearance: none;
}
.kck-search-canonical #search::placeholder,
.kck-search-canonical input[type="search"]::placeholder,
.kck-search-canonical input[type="text"]::placeholder {
  color: var(--kck-color-mid-aa);
  opacity: 1;
}
.kck-search-canonical input[type="search"]::-webkit-search-cancel-button,
.kck-search-canonical input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.kck-search-canonical #search:focus,
.kck-search-canonical input[type="search"]:focus,
.kck-search-canonical input[type="text"]:focus {
  border-color: var(--kck-color-mid);
  outline: 2px solid rgba(56, 52, 46, 0.14);
  outline-offset: 0;
}

.kck-search-canonical #search_mini_form > button,
.kck-search-canonical #search_mini_form .button {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  text-indent: 0;
}

.kck-search-canonical #search_mini_form > button:focus-visible,
.kck-search-canonical #search_mini_form .button:focus-visible {
  width: auto;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  clip: auto;
  background: var(--kck-color-white);
  color: var(--kck-color-red);
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--kck-chrome-radius-md);
}

.kck-search-canonical .algolia-autocomplete,
.kck-search-canonical .aa-InputWrapper,
.kck-search-canonical .aa-Autocomplete {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: none;
}

.kck-search-canonical .aa-dropdown-menu,
.kck-search-canonical .aa-Panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  width: auto;
  min-width: 0;
  max-height: min(70vh, 520px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--kck-color-white);
  border: 1px solid var(--kck-color-line);
  border-top: 3px solid var(--kck-color-red);
  border-radius: 0 0 var(--kck-chrome-radius-md) var(--kck-chrome-radius-md);
  box-shadow: var(--kck-header-shadow-panel);
  z-index: calc(var(--kck-z-header-utility) + 10);
}
.kck-util__account,
.kck-util__cart-live {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.kck-util__account > .kck-util__act {
  height: 36px;
}
.kck-util__cart-live .mini-cart-heading,
.kck-util__cart-live .dropdown-heading,
.kck-util__cart-live > a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}
.kck-util__cart-live .mini-cart-heading,
.kck-util__cart-live .dropdown-heading {
  margin: 0;
}
.kck-util__cart-live .dropdown-menu,
.kck-util__cart-live .mini-cart-content,
.kck-util__account > :not(.kck-util__act) {
  z-index: calc(var(--kck-z-header-menu) + 5);
}
.kck-drawer__search-band {
  flex: none;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid var(--kck-color-line);
  background: var(--kck-color-bg-cream);
}
.kck-drawer__search-band .kck-search-canonical,
.kck-drawer__search-band .kck-search-canonical #search_mini_form,
.kck-drawer__search-band .kck-search-canonical #search_mini_form .form-search,
.kck-drawer__search-band .kck-search-canonical .algolia-autocomplete,
.kck-drawer__search-band .kck-search-canonical .aa-InputWrapper,
.kck-drawer__search-band .kck-search-canonical .aa-Autocomplete {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.kck-drawer__search-band .kck-search-canonical #search,
.kck-drawer__search-band .kck-search-canonical input[type="search"],
.kck-drawer__search-band .kck-search-canonical input[type="text"] {
  height: 40px;
  min-height: 40px;
  line-height: 38px;
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .kck-util__in {
    gap: 12px;
  }
  .kck-util__link {
    padding-inline: 12px;
  }
  .kck-util__tel {
    padding-right: 12px;
  }
  .kck-util__search {
    max-width: 320px;
  }
}
@media (max-width: 1023px) {
  .kck-util__search {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kckhf-header-container *,
  .kckhf-header-container *::before,
  .kckhf-header-container *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.kck-util {
  position: relative;
  z-index: var(--kck-z-header-utility);
  overflow: visible;
}
.kck-util__in,
.kck-util__right,
.kck-util__account,
.kck-util__cart-live {
  overflow: visible;
}
.kck-util__account,
.kckhf #mini-cart.kckheader-utility__dropdown {
  position: relative;
  z-index: calc(var(--kck-z-header-utility) + 2);
}
.kck-util__account .kckheader-utility__action-chev {
  width: 10px;
  height: 10px;
  margin-left: 1px;
  color: var(--kck-color-mid);
  transition: transform 180ms ease, color var(--kck-transition-fast);
}
.kck-util__account.is-open .kckheader-utility__action-chev {
  transform: rotate(180deg);
  color: var(--kck-color-red);
}
.kckhf .kckheader-utility__menu {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 240px;
  margin-top: 4px;
  padding: 8px 0;
  background: var(--kck-color-white);
  border: 1px solid var(--kck-color-line);
  border-top: 3px solid var(--kck-color-red);
  border-radius: 0 0 var(--kck-chrome-radius-md) var(--kck-chrome-radius-md);
  box-shadow: var(--kck-header-shadow-panel);

  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
  z-index: calc(var(--kck-z-header-utility) + 3);
}
.kckhf .kckheader-utility__dropdown.is-open > .kckheader-utility__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.kckhf .kckheader-utility__menu-item {
  display: block;
  padding: 10px 16px;
  color: var(--kck-color-charcoal);
  font-family: var(--kck-font-body);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 120ms ease, background 120ms ease;
}
.kckhf .kckheader-utility__menu-item:hover,
.kckhf .kckheader-utility__menu-item:focus-visible {
  color: var(--kck-color-red);
  background: rgba(217, 32, 30, 0.04);
}

.kckhf #mini-cart.mini-cart.kckheader-utility__dropdown {
  float: none;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.kckhf #mini-cart .mini-cart-heading.kckheader-utility__action {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 36px;
  margin: 0;
  padding: 0;
  color: var(--kck-color-red);
  line-height: normal;
  background: transparent;
  border: 0;
  border-radius: var(--kck-chrome-radius-md);
  box-shadow: none;
  text-indent: 0;
  z-index: calc(var(--kck-z-header-utility) + 4);
}
.kckhf #mini-cart .mini-cart-heading.kckheader-utility__action:hover {
  color: var(--kck-color-red-hover);
  background: rgba(217, 32, 30, 0.06);
}
.kckhf #mini-cart .kckheader-utility__cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
}
.kckhf #mini-cart .kckheader-utility__cart-icon > svg,
.kckhf #mini-cart .mini-cart-heading.kckheader-utility__action svg {
  width: 24px;
  height: 24px;
  max-width: none;
  color: currentColor;
}
.kckhf #mini-cart .counter.no-display,
.kckhf #mini-cart .label,
.kckhf #mini-cart .label.no-display {
  display: none !important;
}
.kckhf #mini-cart .kckheader-utility__cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  border-radius: 9px;
  box-shadow: 0 0 0 2px var(--kck-color-cream);
  font-family: var(--kck-font-heading);
  font-size: 11px;
  font-weight: 700;

  line-height: 18px;
  text-align: center;
  pointer-events: none;
}
.kckhf #header-cart.mini-cart-content.kckheader-utility__menu {
  float: none;
  display: block !important;
  right: 0;
  left: auto;
  width: auto;
  min-width: 360px;
  max-width: calc(100vw - 24px);
  margin-top: 0;
  padding: 0;
  overflow: visible;
  z-index: calc(var(--kck-z-header-utility) + 5);
}
.kckhf #header-cart .block-content-inner.kckheader-utility__cart-inner {
  padding: 0;
  overflow: visible;
}
.kckhf #header-cart .block-subtitle.kckheader-utility__cart-header {
  margin: 0;
  padding: 14px 18px 10px;
  color: var(--kck-color-ink);
  background: var(--kck-color-white);
  border-bottom: 1px solid var(--kck-color-line);
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.kckhf #cart-sidebar.mini-products-list.kckheader-utility__cart-items {
  display: block;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
  list-style: none;
}
.kckhf #cart-sidebar.mini-products-list > li.item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 10px;
  row-gap: 0;
  align-items: start;
  margin: 0;
  padding: 12px 50px 12px 18px;
  background: var(--kck-color-white);
  border-bottom: 1px solid var(--kck-color-line);
  overflow: visible;
}
.kckhf #cart-sidebar.mini-products-list > li.item.last,
.kckhf #cart-sidebar.mini-products-list > li.item:last-child {
  border-bottom: 0;
}
.kckhf #cart-sidebar.mini-products-list > li.item > .product-image {
  grid-column: 1;
  grid-row: 1 / span 3;
}
.kckhf #cart-sidebar.mini-products-list > li.item > .product-details {
  grid-column: 2;
  grid-row: 1;
}
.kckhf #cart-sidebar .product-image,
.kckhf #cart-sidebar .kckheader-utility__cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: var(--kck-color-cream);
  border: 1px solid var(--kck-color-line);
  border-radius: 4px;
  text-decoration: none;
}
.kckhf #cart-sidebar .product-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 54px;
  max-height: 54px;
}
.kckhf #cart-sidebar .product-details,
.kckhf #cart-sidebar .kckheader-utility__cart-info {
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--kck-color-charcoal);
  font-family: var(--kck-font-body);
  font-size: 13px;
  line-height: 1.4;
}
.kckhf #cart-sidebar .product-name,
.kckhf #cart-sidebar .product-name a,
.kckhf #cart-sidebar .kckheader-utility__cart-title {
  display: block;
  margin: 0 0 3px;
  color: var(--kck-color-ink);
  font-family: var(--kck-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
}
.kckhf #cart-sidebar .product-name:hover,
.kckhf #cart-sidebar .product-name a:hover {
  color: var(--kck-color-red);
}
.kckhf #cart-sidebar .qty,
.kckhf #cart-sidebar .price,
.kckhf #cart-sidebar .truncated,
.kckhf #cart-sidebar .item-options,
.kckhf #cart-sidebar .kckheader-utility__cart-meta {
  color: var(--kck-color-mid);
  font-size: 12px;
  line-height: 1.4;
}
.kckhf #cart-sidebar .item-options {
  margin: 4px 0 0;
}
.kckhf #cart-sidebar .item-options dt,
.kckhf #cart-sidebar .item-options dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.kckhf #cart-sidebar .btn-edit,
.kckhf #cart-sidebar .btn-remove,
.kckhf #cart-sidebar .btn-remove2 {
  position: absolute;
  right: 14px;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  color: var(--kck-color-mid);
  background: transparent !important;
  background-image: none !important;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  text-indent: 0 !important;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}
.kckhf #cart-sidebar .btn-edit {
  top: 12px;
}
.kckhf #cart-sidebar .btn-remove,
.kckhf #cart-sidebar .btn-remove2 {
  top: 40px;
}
.kckhf #cart-sidebar .btn-edit::before,
.kckhf #cart-sidebar .btn-remove::before,
.kckhf #cart-sidebar .btn-remove2::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.kckhf #cart-sidebar .btn-edit::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z'/%3E%3Cpath d='m15 5 4 4'/%3E%3C/svg%3E");
}
.kckhf #cart-sidebar .btn-remove::before,
.kckhf #cart-sidebar .btn-remove2::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3C/svg%3E");
}
.kckhf #cart-sidebar .btn-edit:hover,
.kckhf #cart-sidebar .btn-remove:hover,
.kckhf #cart-sidebar .btn-remove2:hover {
  color: var(--kck-color-red);
  background: rgba(217, 32, 30, 0.06) !important;
}
.kckhf #header-cart .subtotal.kckheader-utility__cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 18px;
  color: var(--kck-color-ink);
  background: var(--kck-color-white);
  border-top: 1px solid var(--kck-color-line);
  font-family: var(--kck-font-body);
  font-size: 15px;
  font-weight: 600;
}
.kckhf #header-cart .subtotal.kckheader-utility__cart-subtotal .label {
  display: inline !important;
  margin: 0;
  color: var(--kck-color-charcoal);
  font-size: 14px;
  font-weight: 600;
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0 18px 18px;
  background: var(--kck-color-white);
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons--single {
  grid-template-columns: 1fr;
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .button,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .kckbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 12px;
  border-radius: var(--kck-chrome-radius-md);
  font-family: var(--kck-font-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: none;
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .button span,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .button span span {
  display: inline;
  padding: 0;
  background: transparent;
  line-height: inherit;
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .view-cart-button,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--tertiary {
  color: var(--kck-color-charcoal);
  background: var(--kck-color-white);
  border: 1px solid var(--kck-color-charcoal);
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .view-cart-button:hover,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--tertiary:hover {
  color: var(--kck-color-white);
  background: var(--kck-color-charcoal);
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .checkout-button,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--primary {
  color: var(--kck-color-white);
  background: var(--kck-color-red);
  border: 1px solid var(--kck-color-red);
}
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .checkout-button:hover,
.kckhf #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--primary:hover {
  color: var(--kck-color-white);
  background: var(--kck-color-red-hover);
  border-color: var(--kck-color-red-hover);
}
.kckhf #header-cart .empty.kckheader-utility__cart-empty {
  padding: 18px;
  color: var(--kck-color-mid);
  background: var(--kck-color-white);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.kckhf #header-cart .kckheader-utility__cart-more {
  display: block;
  padding: 12px 18px;
  color: var(--kck-color-red);
  background: var(--kck-color-cream);
  border-bottom: 1px solid var(--kck-color-line);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.kckhf #header-cart .kckheader-utility__cart-more:hover {
  color: var(--kck-color-red-hover);
  background: #f0e9da;
}
.kckhf #header-cart,
.kckhf #header-cart #cart-sidebar,
.kckhf #header-cart #cart-sidebar > li.item,
.kckhf #header-cart #cart-sidebar .product-details,
.kckhf #header-cart #cart-sidebar .truncated {
  overflow: visible !important;
}
.kckhf #header-cart #cart-sidebar > li.item {
  z-index: 1;
}
.kckhf #header-cart #cart-sidebar > li.item:hover,
.kckhf #header-cart #cart-sidebar > li.item:focus-within {
  z-index: 80;
}
.kckhf #header-cart #cart-sidebar .truncated {
  position: relative !important;
  display: inline-block !important;
  margin-top: 4px;
}
.kckhf #header-cart #cart-sidebar .truncated .details {
  display: inline-block;
  color: var(--kck-color-mid);
  font-size: 12px;
  line-height: 1.3;
  text-decoration: underline;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value {
  display: none !important;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value.show {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  width: 240px !important;
  min-width: 220px !important;
  max-width: min(260px, calc(100vw - 48px)) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: var(--kck-color-charcoal) !important;
  background: var(--kck-color-white) !important;
  border: 1px solid var(--kck-color-line) !important;
  border-radius: var(--kck-chrome-radius-md) !important;
  box-shadow: 0 10px 24px rgba(56, 52, 46, 0.14) !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  transform: none !important;
  pointer-events: auto;
  z-index: 9999 !important;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value.show .item-options {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--kck-color-charcoal) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value.show .item-options dt,
.kckhf #header-cart #cart-sidebar .truncated_full_value.show .item-options dd {
  display: block !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--kck-color-charcoal) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value.show .item-options dt {
  margin-bottom: 2px !important;
  color: var(--kck-color-ink) !important;
  font-weight: 700 !important;
}
.kckhf #header-cart #cart-sidebar .truncated_full_value.show .item-options dd {
  margin-bottom: 4px !important;
}

@media (min-width: 1024px) {
  .kckhf #mini-cart.mini-cart.kckheader-utility__dropdown:hover::before,
  .kckhf #mini-cart.mini-cart.kckheader-utility__dropdown.is-open::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: min(360px, calc(100vw - 24px));
    height: 10px;
    background: transparent;
    pointer-events: auto;
    z-index: calc(var(--kck-z-header-utility) + 2);
  }
}


.kckhf .kckheader-utility__menu-rule {
  height: 1px;
  margin: 8px 16px;
  border: 0;
  background: rgba(56, 52, 46, 0.08);
}


.kckfooter-bar,
.kckfootmobile {
  --kck-footer-bg: #F4F3EF;
  --kck-footer-line: rgba(56, 52, 46, 0.10);
  --kck-footer-houzz-green: #4DBC15;
  --kck-footer-nl-embed-bottom: 47px;
  --kck-footer-nl-embed-top: 13px;
}

.kckfooter-bar,
.kckfooter-bar *,
.kckfooter-bar *::before,
.kckfooter-bar *::after,
.kckfootmobile,
.kckfootmobile *,
.kckfootmobile *::before,
.kckfootmobile *::after {box-sizing: border-box;}

.kckfooter-bar,
.kckfootmobile {font-family: var(--kck-font-body);
  color: var(--kck-color-ink);}

.kckfooter-bar a,
.kckfootmobile a {text-decoration: none;}

.kckfooter-bar img,
.kckfootmobile img {max-width: 100%;}

.kckfooter-bar svg,
.kckfootmobile svg {display: inline-block;
  width: 1em;
  height: 1em;
  max-width: none;
  max-height: none;
  flex: 0 0 auto;
  vertical-align: -0.125em;}

.kckfooter-bar ul,
.kckfootmobile ul {margin: 0;
  padding: 0;}

.kckfooter-bar li,
.kckfootmobile li {list-style: none;}

.kckfootbrand {background: var(--kck-footer-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  max-width: 280px;}

.kckfootbrand__logo {height: 56px;
  width: auto;
  display: block;}

.kckfootbrand__tagline {font-family: var(--kck-font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--kck-color-burgundy);
  line-height: 1.4;
  margin: 0;}

.kckfootbrand__phone {display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--kck-color-ink);
  text-decoration: none;}

.kckfootbrand__phone svg {width: 14px;
  height: 14px;}

.kckfootbrand__social {display: flex;
  gap: 10px;
  margin-top: 4px;}

.kckfootbrand__social-icon {width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kck-color-charcoal);
  transition: color var(--kck-transition-fast);
  text-decoration: none;}

.kckfootbrand__social-icon:hover {color: var(--kck-color-red);}

.kckfootbrand__social-icon svg {width: 14px;
  height: 14px;
  fill: currentColor;}

.kckfootcol {background: var(--kck-footer-bg);
  padding: 28px 24px;
  border-radius: var(--kck-chrome-radius-md);
  border: 1px solid var(--kck-color-line);
  max-width: 240px;
  color: var(--kck-color-ink);}

.kckfootcol__heading {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kck-color-ink);
  margin: 0 0 16px;}

.kckfootcol__subheading {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--kck-color-ink);
  margin: 12px 0 8px;}

.kckfootcol__subheading:first-of-type {margin-top: 0;}

.kckfootcol__list {list-style: none;
  padding: 0;
  margin: 0 0 12px;}

.kckfootcol__link {display: block;
  padding: 6px 0;
  font-family: var(--kck-font-body);
  font-size: 14px;
  color: var(--kck-color-charcoal);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}

.kckfootcol__link:hover {color: var(--kck-color-red);}

.kckfootlegal__badge {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 12px;
  color: var(--kck-color-mid);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--kck-transition-fast);
  cursor: pointer;}

.kckfootlegal__badge:hover {color: var(--kck-color-ink);}

.kckfootlegal__houzz {display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 13px;
  color: var(--kck-footer-houzz-green);
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);
  transition: border-color var(--kck-transition-fast);}

.kckfootlegal__houzz:hover {border-color: var(--kck-footer-houzz-green);}

.kckfootlegal__houzz svg {width: 16px;
  height: 16px;
  fill: var(--kck-footer-houzz-green);}

.kckfootlegal__link {color: var(--kck-color-mid);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}

.kckfootlegal__link:hover {color: var(--kck-color-ink);}

.kckfootmobile {background: var(--kck-footer-bg);
  border-radius: var(--kck-chrome-radius-md);
  border: 1px solid var(--kck-color-line);
  overflow: hidden;
  max-width: 380px;
  margin: 0 auto;
  color: var(--kck-color-ink);
  font-family: var(--kck-font-body);}

.kckfootmobile__newsletter {padding: 36px 20px 32px;
  background: var(--kck-color-white);}

.kckfootmobile__nl-title {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 18px;
  color: var(--kck-color-ink);
  margin: 0 0 4px;
  line-height: 1.2;}

.kckfootmobile__nl-sub {font-size: 13px;
  color: var(--kck-color-charcoal);
  margin: 0 0 14px;
  line-height: 1.4;}

.kckfootmobile__nl-input {width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);
  background: var(--kck-color-white);
  font-family: var(--kck-font-body);
  font-size: 14px;
  color: var(--kck-color-ink);
  margin-bottom: 8px;
  box-sizing: border-box;}

.kckfootmobile__nl-btn {width: 100%;
  height: 44px;
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  border: none;
  border-radius: var(--kck-chrome-radius-md);
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;}

.kckfootmobile__nl-privacy {margin: 12px 0 0;
  font-family: var(--kck-font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  color: var(--kck-color-mid-aa);
  text-align: center;}

.kckfootmobile__brand {padding: 24px 20px;
  border-bottom: 1px solid var(--kck-footer-line);
  text-align: center;}

.kckfootmobile__logo {height: 44px;
  width: auto;
  display: block;
  margin: 0 auto 12px;}

.kckfootmobile__tagline {font-family: var(--kck-font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--kck-color-burgundy);
  margin: 0 0 12px;
  line-height: 1.4;}


.kckfootmobile__phone {display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--kck-color-ink);
  text-decoration: none;}

.kckfootmobile__phone svg {width: 13px;
  height: 13px;}


.kckfootmobile__brand-social {display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;}

.kckfootmobile__brand-social-icon {width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kck-color-charcoal);
  transition: color var(--kck-transition-fast);
  text-decoration: none;}


.kckfootmobile__brand-social-icon:hover,
.kckfootmobile__brand-social-icon:focus-visible {color: var(--kck-color-red);}

.kckfootmobile__brand-social-icon svg {width: 14px;
  height: 14px;
  fill: currentColor;}

.kckfootmobile__accordion {list-style: none;
  padding: 0;
  margin: 0;}

.kckfootmobile__item {border-bottom: 1px solid var(--kck-footer-line);}

.kckfootmobile__toggle {width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: transparent;
  border: none;
  color: var(--kck-color-ink);
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  transition: color var(--kck-transition-fast);}


.kckfootmobile__toggle:hover,
.kckfootmobile__toggle:focus-visible {color: var(--kck-color-red);}

.kckfootmobile__toggle:hover .kckfootmobile__chev,
.kckfootmobile__toggle:focus-visible .kckfootmobile__chev {color: var(--kck-color-red);}

.kckfootmobile__chev {width: 14px;
  height: 14px;
  transition: transform 200ms ease, color var(--kck-transition-fast);
  color: var(--kck-color-charcoal);}

.kckfootmobile__item--open .kckfootmobile__chev {transform: rotate(180deg);}

.kckfootmobile__content {padding: 0 20px 20px;}

.kckfootmobile__sub {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--kck-color-ink);
  margin: 12px 0 6px !important;}

.kckfootmobile__link {display: block;
  padding: 6px 0;
  font-size: 14px;
  color: var(--kck-color-charcoal);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}


.kckfootmobile__link:hover,
.kckfootmobile__link:focus-visible {color: var(--kck-color-red);}

.kckfootmobile__press {padding: 24px 20px;
  border-bottom: 1px solid var(--kck-footer-line);
  text-align: center;}

.kckfootmobile__press-eyebrow {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--kck-color-mid-aa);
  margin: 0 0 14px;}

.kckfootmobile__press-grid {display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 16px;}

.kckfootmobile__press-logo {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 11px;
  color: var(--kck-color-mid);
  text-transform: uppercase;
  letter-spacing: 0.02em;}

.kckfootmobile__legal {padding: 20px;
  text-align: center;}

.kckfootmobile__legal-badges {display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;}

.kckfootmobile__legal-badge {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 11px;
  color: var(--kck-color-mid);
  text-transform: uppercase;
  letter-spacing: 0.04em;}

.kckfootmobile__legal-houzz {display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 11px;
  color: var(--kck-footer-houzz-green);
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);}

.kckfootmobile__legal-houzz svg {width: 12px;
  height: 12px;
  fill: var(--kck-footer-houzz-green);}

.kckfootmobile__legal-copy {font-size: 11px;
  color: var(--kck-color-mid-aa);
  margin: 0 0 6px;
  line-height: 1.4;}

.kckfootmobile__legal-links {font-size: 11px;
  color: var(--kck-color-mid-aa);
  margin: 0;}

.kckfootmobile .kckfootmobile__legal-links a[href],
.kckfootmobile .kckfootmobile__legal-links a[href]:link,
.kckfootmobile .kckfootmobile__legal-links a[href]:visited,
.kckfootmobile .kckfootmobile__legal-copy a[href],
.kckfootmobile .kckfootmobile__legal-copy a[href]:link,
.kckfootmobile .kckfootmobile__legal-copy a[href]:visited {display: inline;
  font-family: var(--kck-font-body);
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  color: var(--kck-color-mid-aa);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}

.kckfootmobile .kckfootmobile__legal-links a[href]:hover,
.kckfootmobile .kckfootmobile__legal-links a[href]:focus-visible,
.kckfootmobile .kckfootmobile__legal-copy a[href]:hover,
.kckfootmobile .kckfootmobile__legal-copy a[href]:focus-visible {color: var(--kck-color-ink);}

.kckfooter-bar {width: 100%;
  background: var(--kck-footer-bg);

  border-top: 1px solid var(--kck-footer-line);}

.kckfooter-bar__inner {max-width: var(--kck-container-lg);
  margin: 0 auto;
  padding: 0 var(--kck-gutter-lg);}

.kckfooter-bar__nl {display: flex;

  align-items: flex-start;
  gap: 32px;

  padding-top: max(0px, calc(var(--kck-space-12) - var(--kck-footer-nl-embed-top)));
  padding-bottom: max(0px, calc(var(--kck-space-12) - var(--kck-footer-nl-embed-bottom)));

  position: relative;
  background: var(--kck-color-white);
  box-shadow: 0 0 0 100vmax var(--kck-color-white);
  clip-path: inset(0 -100vmax);}

@supports not (clip-path: inset(0 -100vmax)) {
.kckfooter-bar__nl {box-shadow: none;}
}

.kckfooter-bar__nl-copy {flex: 1;
  padding-top: calc(var(--kck-footer-nl-embed-top, 0px) + ((44px - (24px * 1.2)) / 2));}

.kckfooter-bar__nl-title {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 24px;
  color: var(--kck-color-ink);
  margin: 0 0 4px;
  line-height: 1.2;}

.kckfooter-bar__nl-sub {font-size: 14px;
  color: var(--kck-color-charcoal);
  margin: 0;
  line-height: 1.45;}

.kckfooter-bar__nl-form {flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;}

.kckfooter-bar__nl-row {display: flex;
  gap: 8px;
  width: 100%;
  max-width: 480px;}

.kckfooter-bar__nl-input {flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--kck-color-line);
  border-radius: var(--kck-chrome-radius-md);
  background: var(--kck-color-white);
  font-family: var(--kck-font-body);
  font-size: 14px;
  color: var(--kck-color-ink);}

.kckfooter-bar__nl-input:focus-visible {outline: 2px solid var(--kck-color-red);
  outline-offset: 2px;}

.kckfooter-bar__nl-btn {padding: 0 20px;
  height: 44px;
  background: var(--kck-color-red);
  color: var(--kck-color-white);
  border: none;
  border-radius: var(--kck-chrome-radius-md);
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background var(--kck-transition-fast);}

.kckfooter-bar__nl-btn:hover {background: var(--kck-color-red-hover);}

.kckfooter-bar__nl-btn:focus-visible {outline: 2px solid var(--kck-color-ink);
  outline-offset: 2px;}

.kckfooter-bar__nl-privacy {font-family: var(--kck-font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  color: var(--kck-color-mid-aa);
  margin: 0;
  width: 100%;
  max-width: 480px;
  text-align: left;}

.kckfooter-bar__main {display: grid;
  grid-template-columns: 280px repeat(4, 1fr);
  gap: 32px;
  padding: 48px 0;
  border-bottom: 1px solid var(--kck-footer-line);}

@media (min-width: 768px) and (max-width: 1023px) {
.kckfooter-bar__inner {padding: 0 var(--kck-gutter-md);}

.kckfooter-bar__main {grid-template-columns: 220px repeat(4, 1fr);
    gap: 20px;}
}

.kckfooter-bar .kckfootcol {background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: none;}

.kckfooter-bar__press {padding: 36px 0;
  border-bottom: 1px solid var(--kck-footer-line);
  text-align: center;}

.kckfooter-bar__press-eyebrow {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--kck-color-mid-aa);
  margin: 0 0 20px !important;}

.kckfooter-bar__press-grid {display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 36px;}

.kckfooter-bar__press-logo {font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--kck-color-mid);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color var(--kck-transition-fast);
  text-decoration: none;}

.kckfooter-bar__press-logo:hover {color: var(--kck-color-ink);}

.kckfooter-bar__bottom {display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 36px;
  flex-wrap: wrap;}

.kckfooter-bar__badges {display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;}

.kckfooter-bar__copyright {font-family: var(--kck-font-body);
  font-size: 12px;
  color: var(--kck-color-mid-aa);
  text-align: right;}

.kckfooter-bar .kckfooter-bar__copyright a[href],
.kckfooter-bar .kckfooter-bar__copyright a[href]:link,
.kckfooter-bar .kckfooter-bar__copyright a[href]:visited {display: inline;
  font-family: var(--kck-font-body);
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: none;
  color: var(--kck-color-mid-aa);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}

.kckfooter-bar .kckfooter-bar__copyright a[href]:hover,
.kckfooter-bar .kckfooter-bar__copyright a[href]:focus-visible {color: var(--kck-color-ink);}

@media (max-width: 767px) {
.kckfooter-bar {display: none;}
}

@media (min-width: 768px) {
.kckfootmobile {display: none;}
}

.kckfootmobile--bar {max-width: none;
  margin: 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--kck-footer-line);}

@media (max-width: 767px) {
.kckfootmobile--bar {display: block;}
}

.kckfootmobile__content {display: none;}

.kckfootmobile__item--open .kckfootmobile__content {display: block;}

.footer-container,
.footer-container2,
.footer-container3,
.footer-primary-container,
.footer-primary,
.footer-primary .inner-container,
.footer-primary .clearer,
.footer-primary .grid12-12,
.footer-primary .std {background: var(--kck-color-white) !important;}

.footer-primary-container,
.footer-primary,
.footer-primary .inner-container,
.footer-primary .clearer,
.footer-primary .grid12-12,
.footer-primary .std {padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;}

.footer-primary-container:has(.kckfooter-bar),
.footer-primary-container:has(.kckfootmobile),
.footer-primary:has(.kckfooter-bar),
.footer-primary:has(.kckfootmobile),
.footer-primary:has(.kckfooter-bar) .inner-container,
.footer-primary:has(.kckfootmobile) .inner-container {padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
  box-sizing: border-box;}

.footer-primary .grid12-12,
.footer-primary .std {width: 100%;}

.kckfooter-bar .kckfootcol {background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  max-width: none;
  color: var(--kck-color-ink);}

.kckfooter-bar .kckfootcol__heading {display: block;
  margin: 0 0 16px;
  padding: 0;
  font-family: var(--kck-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kck-color-ink);}

.kckfooter-bar .kckfootcol__subheading {display: block;
  margin: 12px 0 8px;
  padding: 0;
  font-family: var(--kck-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  color: var(--kck-color-ink);}

.kckfooter-bar .kckfootcol__subheading:first-of-type {margin-top: 0;}

.kckfooter-bar .kckfootcol__list {display: block;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;}

.kckfooter-bar .kckfootcol__list li {display: block;
  margin: 0;
  padding: 0;
  font-family: var(--kck-font-body);
  font-size: 14px;
  line-height: 1.65;}

.kckfooter-bar .kckfootcol__link {display: block;
  margin: 0;
  padding: 6px 0;
  font-family: var(--kck-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--kck-color-charcoal);
  text-decoration: none;
  transition: color var(--kck-transition-fast);}

.kckfooter-bar .kckfootcol__link:hover,
.kckfooter-bar .kckfootcol__link:focus {color: var(--kck-color-red);
  text-decoration: none;}

.footer-primary.footer.container:has(.kckfooter-bar),
.footer-primary.footer.container:has(.kckfootmobile) {max-width: none !important;
  width: 100% !important;}

.footer-primary .grid12-12,
.footer-primary .std {display: block;
  float: none !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;}

@media (max-width: 767px) {
.kckfooter-bar {display: none !important;}

.kckfootmobile,
.kckfootmobile--bar {display: block !important;}

.kckfootmobile .kckfootmobile__content {display: none !important;}

.kckfootmobile .kckfootmobile__item--open > .kckfootmobile__content {display: block !important;}

.kckfootmobile__chev {position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--kck-color-charcoal);}

.kckfootmobile__chev::before {content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 200ms ease;}

.kckfootmobile__item--open .kckfootmobile__chev::before {transform: rotate(225deg);
    top: 6px;}
}

.kckfooter-bar__klaviyo {flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;}

.kckfootmobile__klaviyo {padding: 36px 20px 32px;
  background: var(--kck-color-white);}

.kckfooter-bar__klaviyo {flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: unset;
  margin-left: auto;}

.kckfooter-bar__klaviyo > div,
.kckfooter-bar__klaviyo .klaviyo-form-Xfdudi,
.kckfooter-bar__klaviyo [data-testid="klaviyo-form-Xfdudi"] {width: 100% !important;
  max-width: 480px !important;}

.kckfooter-bar__klaviyo form,
.kckfooter-bar__klaviyo [data-testid="form-row"] {width: 100% !important;
  max-width: none !important;}

.kckfooter-bar__klaviyo [data-testid="form-row"]:first-of-type {display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;}

.kckfooter-bar__klaviyo [data-testid="form-row"]:first-of-type > [data-testid="form-component"]:first-child {flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;}

.kckfooter-bar__klaviyo [data-testid="form-row"]:first-of-type > [data-testid="form-component"]:last-child {flex: 0 0 auto !important;
  width: auto !important;}

.kckfooter-bar__klaviyo input[type="email"] {width: 100% !important;
  max-width: none !important;}

.kckfooter-bar__klaviyo input[type="email"]:focus,
.kckfooter-bar__klaviyo input[type="email"]:focus-visible,
.kckfootmobile__klaviyo input[type="email"]:focus,
.kckfootmobile__klaviyo input[type="email"]:focus-visible {outline: 2px solid var(--kck-color-red) !important;
  outline-offset: 2px !important;
  border-color: var(--kck-color-red) !important;
  box-shadow: none !important;}

.kckfooter-bar__klaviyo button.klaviyo-form-button,
.kckfooter-bar__klaviyo button[data-action-id] {height: 44px !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  font-family: var(--kck-font-heading) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  white-space: nowrap !important;}

.kckfooter-bar__klaviyo button.klaviyo-form-button,
.kckfooter-bar__klaviyo button[data-action-id],
.kckfootmobile__klaviyo button.klaviyo-form-button,
.kckfootmobile__klaviyo button[data-action-id] {background: var(--kck-color-red) !important;
  color: var(--kck-color-white) !important;
  border: 0 !important;
  border-radius: var(--kck-chrome-radius-md) !important;}

.kckfooter-bar__klaviyo button.klaviyo-form-button:hover,
.kckfooter-bar__klaviyo button[data-action-id]:hover,
.kckfootmobile__klaviyo button.klaviyo-form-button:hover,
.kckfootmobile__klaviyo button[data-action-id]:hover {background: var(--kck-color-red-hover) !important;
  color: var(--kck-color-white) !important;}

.kckfooter-bar__klaviyo button.klaviyo-form-button:active,
.kckfooter-bar__klaviyo button[data-action-id]:active,
.kckfootmobile__klaviyo button.klaviyo-form-button:active,
.kckfootmobile__klaviyo button[data-action-id]:active {background: var(--kck-color-red-active) !important;
  color: var(--kck-color-white) !important;}

.kckfooter-bar__klaviyo button.klaviyo-form-button:focus-visible,
.kckfooter-bar__klaviyo button[data-action-id]:focus-visible,
.kckfootmobile__klaviyo button.klaviyo-form-button:focus-visible,
.kckfootmobile__klaviyo button[data-action-id]:focus-visible {background: var(--kck-color-red-hover) !important;
  color: var(--kck-color-white) !important;
  outline: 2px solid var(--kck-color-ink) !important;
  outline-offset: 2px !important;}

@media (max-width: 767px) {
.kckfootmobile__klaviyo button.klaviyo-form-button,
.kckfootmobile__klaviyo button[data-action-id] {width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    font-family: var(--kck-font-heading) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    white-space: nowrap !important;}
}

.kckfooter-bar .kckfootbrand__phone,
.kckfootmobile .kckfootmobile__phone {cursor: pointer;}

.kckfooter-bar .kckfootbrand__phone,
.kckfooter-bar .kckfootbrand__phone svg,
.kckfootmobile .kckfootmobile__phone,
.kckfootmobile .kckfootmobile__phone svg {transition: color var(--kck-transition-fast);}

.kckfooter-bar .kckfootbrand__phone:hover,
.kckfooter-bar .kckfootbrand__phone:focus,
.kckfootmobile .kckfootmobile__phone:hover,
.kckfootmobile .kckfootmobile__phone:focus {color: var(--kck-color-red);
  text-decoration: none;}

.kckfootmobile .kckfootmobile__phone {display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 6px;
  font-family: var(--kck-font-heading);
  font-weight: 700;
  font-size: var(--kck-font-size-sm);
  letter-spacing: 0.04em;}

.kckfootmobile .kckfootmobile__phone::before {content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.15.98.39 1.92.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.89.31 1.83.55 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.15.98.39 1.92.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.89.31 1.83.55 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;}

.kckfootmobile .kckfootmobile__phone:has(svg)::before {display: none;}

.kckfooter-bar__press-grid {display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
  gap: 22px;}

.kckfooter-bar__press-row {display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;}

.kckfooter-bar__press-row--top {gap: 28px 62px;}

.kckfooter-bar__press-row--bottom {gap: 28px 76px;
  max-width: 980px;}

.kckfooter-bar__press-logo {display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  cursor: default;}

.kckfooter-bar__press-logo img {display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 48px;

  filter: grayscale(1) saturate(0);
  opacity: 0.90;}

.kckfooter-bar__press-logo--greys img {width: 120px;
  height: auto;}

.kckfooter-bar__press-logo--diy img {width: auto;
  height: 36px;}

.kckfooter-bar__press-logo--buzzfeed img {width: 132px;
  height: auto;}

.kckfooter-bar__press-logo--property-brothers img {width: 94px;
  height: auto;}

.kckfooter-bar__press-logo--apartment-therapy img {width: 124px;
  height: auto;}

.kckfooter-bar__press-logo--forbes img {width: 100px;
  height: auto;}

.kckfooter-bar__press-logo--hgtv img {width: auto;
  height: 38px;}

.kckfooter-bar__press-logo--entrepreneur img {width: 132px;
  height: auto;}

.kckfooter-bar__press-logo--sfgate img {width: 82px;
  height: auto;}

.kckfooter-bar__press-logo--huffpost img {width: 126px;
  height: auto;}

.kckfooter-bar__press-logo--spruce img {width: 120px;
  height: auto;}

.kckfooter-bar__press-logo--yahoo img {width: 106px;
  height: auto;}

@media (max-width: 1199px) {
.kckfooter-bar__press-grid {gap: 20px;}

.kckfooter-bar__press-row--top,
.kckfooter-bar__press-row--bottom {max-width: 900px;
    gap: 24px 46px;}

.kckfooter-bar__press-logo--greys img {width: 112px;}

.kckfooter-bar__press-logo--diy img {height: 34px;}

.kckfooter-bar__press-logo--buzzfeed img {width: 124px;}

.kckfooter-bar__press-logo--apartment-therapy img {width: 116px;}

.kckfooter-bar__press-logo--forbes img {width: 96px;}

.kckfooter-bar__press-logo--hgtv img {height: 36px;}

.kckfooter-bar__press-logo--entrepreneur img {width: 124px;}

.kckfooter-bar__press-logo--huffpost img {width: 116px;}

.kckfooter-bar__press-logo--spruce img {width: 112px;}

.kckfooter-bar__press-logo--yahoo img {width: 100px;}
}

@media (max-width: 767px) {
.kckfooter-bar__press-grid,
.kckfootmobile__press-grid {display: none;}
}

@media (max-width: 767px) {
.kckfootmobile__legal {display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 20px calc(88px + env(safe-area-inset-bottom, 0px));
    text-align: center;}

.kckfootmobile__legal-badges {display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 28px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 18px;}

.kckfootmobile__legal-badges .kckfootlegal__badge {display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;}

.kckfootmobile__legal-badges .kckfootlegal__badge img {display: block;
    width: auto;
    height: auto;
    max-width: 100%;}

.kckfootmobile__legal-badges .kckfootlegal__badge--nkba img {height: 34px;
    width: auto;}

.kckfootmobile__legal-badges .kckfootlegal__badge--houzz img {height: 32px;
    width: auto;}

.kckfootmobile__legal-badges .kckfootlegal__badge--norton img {height: 40px;
    width: auto;}

.kckfootmobile__legal-badges .kckfootlegal__badge--tree img {height: 46px;
    width: auto;}

.kckfootmobile__legal-copy {margin: 0;
    font-family: var(--kck-font-body);
    font-size: 12px;
    line-height: 1.45;
    color: var(--kck-color-mid-aa);
    text-align: center;}

.kckfootmobile__legal-links {margin-top: 4px;
    font-family: var(--kck-font-body);
    font-size: 12px;
    line-height: 1.45;
    text-align: center;}

.kckfootmobile__legal-links a {color: var(--kck-color-mid-aa);
    text-decoration: none;
    transition: color var(--kck-transition-fast);}

.kckfootmobile__legal-links a:hover {color: var(--kck-color-ink);}
}

@media (max-width: 374px) {
.kckfootmobile__legal {padding: 22px 18px calc(88px + env(safe-area-inset-bottom, 0px));}

.kckfootmobile__legal-badges {max-width: 310px;
    gap: 15px 22px;
    margin-bottom: 16px;}

.kckfootmobile__legal-badges .kckfootlegal__badge--nkba img {height: 31px;}

.kckfootmobile__legal-badges .kckfootlegal__badge--houzz img {height: 29px;}

.kckfootmobile__legal-badges .kckfootlegal__badge--norton img {height: 37px;}

.kckfootmobile__legal-badges .kckfootlegal__badge--tree img {height: 42px;}

.kckfootmobile__legal-copy,
.kckfootmobile__legal-links {font-size: 11px;}
}

.kckfooter-bar .kckfooter-bar__badges {display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;}

.kckfooter-bar .kckfootlegal__badge {display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;}

.kckfooter-bar .kckfootlegal__badge img {display: block;
  width: auto;
  max-width: none;}

.kckfooter-bar .kckfootlegal__badge--nkba img {height: 34px;}

.kckfooter-bar .kckfootlegal__badge--houzz img {height: 34px;}

.kckfooter-bar .kckfootlegal__badge--norton img {height: 44px;}

.kckfooter-bar .kckfootlegal__badge--tree img {height: 48px;}


.kckfooter-bar a[href^="tel"],
.kckfootmobile a[href^="tel"] {
  cursor: pointer;
}


.kckfooter-bar a:hover,
.kckfooter-bar a:focus,
.kckfootmobile a:hover,
.kckfootmobile a:focus,
.footer-primary .kckfooter-bar a:hover,
.footer-primary .kckfooter-bar a:focus,
.footer-primary .kckfootmobile a:hover,
.footer-primary .kckfootmobile a:focus {
  text-decoration: none;
}

.kck-totop {
  position: fixed;
  right: var(--kck-gutter-lg);
  bottom: var(--kck-space-24);
  z-index: 8900;
  display: inline-flex;
  align-items: center;
  gap: var(--kck-space-2);
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--kck-radius-pill);
  background: var(--kck-color-white);
  border: 1px solid var(--kck-color-line);
  box-shadow: var(--kck-shadow-md);
  font-family: var(--kck-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--kck-color-ink);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms, border-color 140ms cubic-bezier(0.4, 0, 0.2, 1), color 140ms cubic-bezier(0.4, 0, 0.2, 1);
}

.kck-totop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.kck-totop:hover,
.kck-totop:focus {
  border-color: var(--kck-color-red);
  color: var(--kck-color-red);
  text-decoration: none;
}

.kck-totop:focus-visible {
  outline: 2px solid var(--kck-color-red);
  outline-offset: 3px;
}

.kck-totop svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.kck-drawer-open .kck-totop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .kck-totop {
    right: var(--kck-gutter-sm);
    bottom: calc(var(--kck-space-24) + env(safe-area-inset-bottom, 0px));
    padding: 0;
    width: 44px;
    justify-content: center;
  }

  .kck-totop span {
    display: none;
  }
}

@media print {
  .kck-totop {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kck-totop {
    transition: none;
    transform: none;
  }
}

