@import url("https://cdn.kitchencabinetkings.com/assets/css/kck-fonts.css");


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

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

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

.kckhf-chrome button,
.kckhf-chrome input,
.kckfooter-bar button,
.kckfooter-bar input,
.kckfootmobile button,
.kckfootmobile input {
  font-family: inherit;
}
.kckhf-chrome .kckdrawer__row {
  font-family: var(--doc-sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

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

/* Prevent Magento/Ultimo/global image rules from blowing up inline SVG icons. */
.kckhf-chrome svg,
.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;
}


.kckpromo__icon svg,
.kckheader-utility__search-icon,
.kckheader-utility__action > svg:not(.kckheader-utility__action-chev),
.kckheader-bar__icon-btn svg,
.kckheader-bar__hamburger svg,
.kckdrawer-panel__close svg,
.kckdrawer__search-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.kckhf-header-container {
  overflow: visible;
}

.kckhf-header-container .kckhf-chrome {
  position: relative;
  z-index: 50;
}

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

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

:root {
  
  --doc-red:          #D9201E;
  --doc-red-hover:    #B81A18;
  --doc-red-active:   #A11814;  
  --doc-houzz-green:  #4DBC15;  
  --doc-red-wash:     #FCF6F5;
  --doc-red-wash-hover: #F5E5E3;
  --doc-burgundy:     #991C1F;
  --doc-burgundy-deep:#7A1214;
  --doc-burgundy-dark:#5A0D0E;
  --doc-gold:         #E2CE1F;
  --doc-gold-deep:    #C0AD18;
  --doc-gold-wash:    #FDF8D6;

  --doc-ink:          #38342E;
  --doc-charcoal:     #544F4A;
  --doc-mid:          #7A736D;
  --doc-muted:        #A3A3A3;
  --doc-line:         #E0DBD6;
  --doc-surface:      #F4EFE8;
  --kck-bg:           #FFFFFF;
  --kck-bg-cream:     #FBF8F3; 
  --doc-bg:           #FFFFFF;  
  --doc-bg-cream:     #FBF8F3;  
  --doc-white:        #FFFFFF;
  --doc-cream:        #F9F2E6;

  --doc-success:      #15803D;
  --doc-warning:      #B45309;
  --doc-error:        #C41E3A;
  --doc-info:         #1E5262;

  --doc-success-wash: #DCFCE7;
  --doc-warning-wash: #FEF3C7;
  --doc-error-wash:   #FDE8E8;
  --doc-info-wash:    #E9EEEF;

  
  --doc-font-heading: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --doc-font-body:    "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --doc-font-display: "Playfair Display", Georgia, serif;
  --doc-font-mono:    "SF Mono", Menlo, Monaco, Consolas, "Courier New", monospace;

  
  --doc-sidebar-width:   280px;
  --doc-content-max:     820px;
  --doc-gutter:          48px;

  
  --doc-space-1:   4px;
  --doc-space-2:   8px;
  --doc-space-3:   12px;
  --doc-space-4:   16px;
  --doc-space-5:   20px;
  --doc-space-6:   24px;
  --doc-space-8:   32px;
  --doc-space-10:  40px;
  --doc-space-12:  48px;
  --doc-space-16:  64px;
  --doc-space-20:  80px;
  --doc-space-24:  96px;
  --doc-space-32:  128px;

  
  --doc-radius-sm:     6px;
  --doc-radius-md:     10px;
  --doc-radius-lg:     14px;
  --doc-radius-xl:     20px;
  --doc-radius-pill:   999px;
  --doc-radius-circle: 50%;

  
  --doc-shadow-sm: 0 1px 3px rgba(56, 52, 46, 0.06);
  --doc-shadow-md: 0 4px 14px rgba(56, 52, 46, 0.08);

  
  --doc-transition: 200ms ease;

  

  
  --kck-container-xs: 720px;   
  --kck-container-sm: 860px;   
  --kck-container-md: 1200px;  
  --kck-container-lg: 1440px;  

  
  --kck-gutter-sm: 16px;       
  --kck-gutter-md: 24px;       
  --kck-gutter-lg: 32px;       

  
  --kck-page-end-sm: 48px;     
  --kck-page-end-md: 64px;     
  --kck-page-end-lg: 80px;     

  
  --kck-measure: 680px;

  
  --z-base:            1;     
  --z-sticky-promo:    80;    
  --z-sticky-header:   90;    
  --z-mega-panel:      100;   
  --z-dropdown:        110;   
  --z-drawer-overlay:  200;   
  --z-drawer-panel:    210;   
  --z-modal-overlay:   300;   
  --z-modal:           310;   
  --z-toast:           400;   
  --z-preview-pill:    500;   
}

.kckbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  vertical-align: middle;
}

.kckbtn:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: 2px;
}

.kckbtn--md {
  padding: 0 22px;
  height: 44px;
  font-size: 13px;
}

.kckbtn--primary {
  background: var(--doc-red);
  color: var(--doc-white);
  border-color: var(--doc-red);
}

.kckbtn--primary:hover {
  background: var(--doc-red-hover);
  border-color: var(--doc-red-hover);
  color: var(--doc-white);
}

.kckbtn--primary:active,
.kckbtn--primary.is-active {
  background: var(--doc-red-active);
  border-color: var(--doc-red-active);
  color: var(--doc-white);
}

.kckbtn--secondary:active,
.kckbtn--secondary.is-active {
  background: #D8E1E4;
  border-color: var(--doc-info);
  color: var(--doc-info);
}

.kckbtn--tertiary {
  background: var(--doc-white);
  color: var(--doc-charcoal);
  border-color: var(--doc-charcoal);
}

.kckbtn--tertiary:hover {
  background: var(--doc-charcoal);
  border-color: var(--doc-charcoal);
  color: var(--doc-white);
}

.kckbtn--tertiary:active,
.kckbtn--tertiary.is-active {
  background: var(--doc-ink);
  border-color: var(--doc-ink);
  color: var(--doc-white);
}

.kckbtn--text:active,
.kckbtn--text.is-active {
  color: var(--doc-red-active);
  background: transparent;
  border-color: transparent;
}

.kckbtn--tertiary:focus-visible { outline-color: var(--doc-ink); }

.kckbtn:disabled,
.kckbtn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.kckbtn--secondary.kckbtn--loading::after,
.kckbtn--tertiary.kckbtn--loading::after,
.kckbtn--text.kckbtn--loading::after,
.kckbtn--toggle.kckbtn--loading::after {
  color: var(--doc-ink);
}

@keyframes kckbtn-spin {
  to { transform: rotate(360deg); }
}

.kckfield__tooltip-icon:hover,
.kckfield__tooltip-icon.is-active,
.kckfield__tooltip-icon:focus-visible {
  color: var(--doc-ink);
  outline: none;
}

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

.kcksearch__item:hover,
.kcksearch__item.is-active {
  background: var(--doc-red-wash);
}

.kckcard--sample .kckbtn {
  margin-top: auto;
}

.kckcard--cabinet .kckcard__qty-cart .kckbtn {
  flex: 1;
}

:root {
  --doc-green: #1F4D2E;
  --doc-green-hover: #163A23;
}

.kckpromo {
  background: var(--doc-red);
  color: #fff;
  font-family: var(--doc-font-body);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  position: relative;
  overflow: hidden;
}

.kckpromo__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.kckpromo__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.kckpromo__countdown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}

.kckpromo__countdown-unit {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}

.kckpromo__countdown-num {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
}

.kckpromo__countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.kckpromo--dismissible .kckpromo__inner {
  padding-right: 32px;
}

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

.kckdrawer__item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--doc-line);
}

.kckdrawer__sub {
  display: none;
  flex-basis: 100%;
  padding: 0 16px 12px;
  background: var(--doc-bg);
  border-top: 1px solid var(--doc-line);
}

.kckdrawer__item--expanded .kckdrawer__sub {
  display: block;
}

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

.kckdrawer__rail-item {
  position: relative;
}

.kckdrawer__rail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px 12px 8px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--doc-ink);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.kckdrawer__rail-row:hover {
  color: var(--doc-red);
}

.kckdrawer__rail-row-chev {
  width: 10px;
  height: 10px;
  color: var(--doc-mid);
  transition: transform 200ms ease;
  flex-shrink: 0;
}

.kckdrawer__rail-item--expanded .kckdrawer__rail-row-chev {
  transform: rotate(180deg);
}

.kckdrawer__rail-content {
  display: none;
  padding: 0 0 8px 16px;
}

.kckdrawer__rail-item--expanded .kckdrawer__rail-content {
  display: block;
}

.kckdrawer__rail-link {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0 0 8px;
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
}

.kckdrawer__rail-link:hover {
  color: var(--doc-red);
}

.kckdrawer__rail-quick {
  margin: 8px 0 4px;
  padding: 12px 8px;
  background: var(--doc-cream);
  border-radius: var(--doc-radius-md);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kckdrawer__rail-quick-heading {
  font-family: var(--doc-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--doc-mid);
  margin: 0 0 4px;
  padding: 0 4px;
}

.kckdrawer__rail-quick .kckbtn {
  width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  min-height: 44px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

@media (max-width: 767px) {
.kckdrawer__rail-quick a.kckbtn:nth-of-type(n/**/+3) {
    display: none;
  }
}

.kckdrawer__cta {
  display: block;
  margin: 16px;
  padding: 14px;
  background: var(--doc-red);
  color: #fff;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border-radius: var(--doc-radius-md);
}

.kckdrawer__quick-link {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
}

.kckheaderlink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--doc-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--doc-ink);
  padding: 8px 0;
}

.kckheaderlink__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 200ms ease;
}

.kckheadercta {
  display: inline-block;
  padding: 11px 20px;
  background: var(--doc-red);
  color: #fff;
  font-family: var(--doc-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: var(--doc-radius-md);
  transition: background 150ms ease;
}

.kckheadercta:hover {
  background: var(--doc-red-hover);
  color: #fff;
}

.kckmegareal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kckmegareal__link {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
  transition: color 150ms ease;
}

.kckmegareal__link:hover {
  color: var(--doc-red);
}

.kckdrawer__sub {
  background: var(--doc-bg);
  border-top: 1px solid var(--doc-line);
}

.kckheader-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--doc-bg);
  border-bottom: 1px solid var(--doc-line);
  width: 100%;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.kckheader-bar.is-hidden {
  transform: translateY(-100%);
}

.kckheader-bar.is-compact {
  box-shadow: 0 2px 8px rgba(56, 52, 46, 0.08);
}

.kckheader-bar.is-compact .kckheader-bar__inner {
  height: 56px;
}

.kckheader-bar.is-compact .kckheader-bar__logo-full {
  display: none;
}

.kckheader-bar.is-compact .kckheader-bar__logo-mark {
  display: block;
}

.kckheader-bar.is-compact .kckheader-bar__phone {
  display: none;
}

.kckheader-bar__inner {
  max-width: var(--kck-container-lg);
  margin: 0 auto;
  padding: 0 var(--kck-gutter-lg);
  height: 88px;
  display: flex;
  align-items: center;
  gap: 32px;
  transition: height 220ms ease-out;
  position: relative;  
}

.kckheader-bar__logo {
  display: block;
  flex-shrink: 0;
}

.kckheader-bar__logo-full {
  height: 60px;
  width: auto;
  display: block;
  transition: height 220ms ease-out;
}

.kckheader-bar__logo-mark {
  height: 36px;
  width: auto;
  display: none; 
}

.kckheader-bar__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  height: 100%;
}

.kckheader-bar__nav a {
  text-decoration: none;
}

.kckheader-bar__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.kckheader-bar__icon-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: var(--doc-radius-md);
  color: var(--doc-ink);
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: relative;
  transition: color 150ms ease, background 150ms ease;
}

.kckheader-bar.is-compact .kckheader-bar__icon-btn {
  display: inline-flex;
}

.kckheader-bar__icon-btn:hover {
  color: var(--doc-red);
  background: rgba(217, 32, 30, 0.06);
}

.kckheader-bar__icon-btn:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: 2px;
}

.kckheader-bar__icon-btn svg {
  width: 22px;
  height: 22px;
}

.kckheader-bar__hamburger {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-md);
  color: var(--doc-ink);
  cursor: pointer;
  padding: 0;
}

.kckheader-bar__hamburger:hover {
  border-color: var(--doc-ink);
}

.kckheader-bar__hamburger:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: 2px;
}

.kckheader-bar__hamburger svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
.kckheader-bar__inner {
    height: 68px;
    padding: 0 var(--kck-gutter-sm);
    gap: 12px;
  }

.kckheader-bar__logo-full {
    height: 52px;
  }

.kckheader-bar.is-compact .kckheader-bar__inner {
    height: 56px;
  }

.kckheader-bar.is-compact .kckheader-bar__logo-mark {
    height: 36px;
  }

.kckheader-bar__nav,
  .kckheader-bar__phone,
  .kckheader-bar__cta-mobile-hide {
    display: none;
  }

.kckheader-bar__actions {
    margin-left: auto;
    gap: 4px;
  }

.kckheader-bar__icon-btn {
    display: inline-flex;
  }

.kckheader-bar__icon-btn svg {
    width: 20px;
    height: 20px;
  }

.kckheader-bar__hamburger {
    display: inline-flex;
  }
}

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

.kckheader-bar__nav {
    gap: 20px;
  }
}

.kckheader-utility {
  width: 100%;
  background: var(--doc-cream);
  border-bottom: 1px solid var(--doc-line);
  font-family: var(--doc-font-body);
  font-size: 14px;
  color: var(--doc-charcoal);
}

.kckheader-utility__inner {
  max-width: var(--kck-container-lg);
  margin: 0 auto;
  padding: 0 var(--kck-gutter-lg);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.kckheader-utility__left {
  display: flex;
  align-items: center;
  gap: 0;
}

.kckheader-utility__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px 0 0;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--doc-red);
  text-decoration: none;
  white-space: nowrap;
}

.kckheader-utility__phone:hover {
  color: var(--doc-red-hover);
}

.kckheader-utility__phone svg {
  width: 14px;
  height: 14px;
}

.kckheader-utility__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  color: var(--doc-charcoal);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-left: 1px solid var(--doc-line);
}

.kckheader-utility__link:hover {
  color: var(--doc-red);
}

.kckheader-utility__link svg {
  width: 14px;
  height: 14px;
  color: var(--doc-red);
}

.kckheader-utility__search {
  flex: 1;
  max-width: 400px;
  margin: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.kckheader-utility__search-input {
  width: 100%;
  height: 32px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-pill);
  padding: 0 12px 0 36px;
  font-family: var(--doc-font-body);
  font-size: 13px;
  color: var(--doc-ink);
}

.kckheader-utility__search-input::placeholder {
  color: var(--doc-mid);
}

.kckheader-utility__search-input:focus {
  outline: 2px solid var(--doc-red);
  outline-offset: 1px;
  border-color: var(--doc-red);
}

.kckheader-utility__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: var(--doc-mid);
  pointer-events: none;
}

.kckheader-utility__right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.kckheader-utility__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  background: transparent;
  border: none;
  border-radius: var(--doc-radius-md);
  color: var(--doc-charcoal);
  font-family: var(--doc-font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: color 150ms ease, background 150ms ease;
  white-space: nowrap;
}

.kckheader-utility__action:hover {
  color: var(--doc-red);
  background: rgba(217, 32, 30, 0.06);
}

.kckheader-utility__action:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: 2px;
}

.kckheader-utility__action > svg:not(.kckheader-utility__action-chev) {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--doc-red);
}

.kckheader-utility__action-chev {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  color: var(--doc-mid);
  transition: transform 200ms ease, color 150ms ease;
}

.kckheader-utility__dropdown:hover .kckheader-utility__action-chev,
.kckheader-utility__dropdown.is-open .kckheader-utility__action-chev {
  color: var(--doc-red);
}

.kckheader-utility__dropdown.is-open .kckheader-utility__action-chev {
  transform: rotate(180deg);
}

.kckheader-utility__action--cart {
  width: 44px;
  padding: 0;
  justify-content: center;
}

.kckheader-utility__action--cart > svg:not(.kckheader-utility__action-chev) {
  width: 24px;
  height: 24px;
}

.kckheader-utility__cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--doc-red);
  color: #fff;
  border-radius: 9px;
  font-family: var(--doc-font-heading);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px var(--doc-cream);
  pointer-events: none;
}

.kckheader-utility__dropdown {
  position: relative;
  z-index: var(--z-dropdown);
}

.kckheader-utility__menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-top: 3px solid var(--doc-red);
  border-radius: 0 0 var(--doc-radius-md) var(--doc-radius-md);
  box-shadow: 0 16px 32px rgba(56, 52, 46, 0.10);
  padding: 8px 0;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: var(--z-dropdown);
}

.kckheader-utility__dropdown.is-open .kckheader-utility__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kckheader-utility__menu-item {
  display: block;
  padding: 10px 16px;
  font-family: var(--doc-font-body);
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
  transition: color 120ms ease, background 120ms ease;
}

.kckheader-utility__menu-item:hover {
  color: var(--doc-red);
  background: rgba(217, 32, 30, 0.04);
}

.kckheader-utility__menu--cart {
  min-width: 360px;
  padding: 0;
}

.kckheader-utility__cart-header {
  padding: 14px 18px 10px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--doc-ink);
  border-bottom: 1px solid var(--doc-line);
}

.kckheader-utility__cart-items {
  
}

.kckheader-utility__cart-more {
  display: block;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: var(--doc-red);
  text-decoration: none;
  border-bottom: 1px solid var(--doc-line);
  background: var(--doc-cream);
  transition: background 150ms ease;
}

.kckheader-utility__cart-more:hover {
  background: #F0E9DA;
  color: var(--doc-red-hover);
}

.kckheader-utility__cart-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--doc-line);
  align-items: center;
}

.kckheader-utility__cart-item:last-child {
  border-bottom: none;
}

.kckheader-utility__cart-thumb {
  width: 56px;
  height: 56px;
  background: var(--doc-cream);
  border: 1px solid var(--doc-line);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--doc-font-body);
  font-size: 10px;
  color: var(--doc-mid);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kckheader-utility__cart-info {
  font-family: var(--doc-font-body);
  font-size: 13px;
  line-height: 1.4;
}

.kckheader-utility__cart-title {
  color: var(--doc-ink);
  font-weight: 500;
  margin: 0 0 2px;
  white-space: normal;
}

.kckheader-utility__cart-meta {
  color: var(--doc-mid);
  font-size: 12px;
}

.kckheader-utility__cart-meta-details {
  position: relative;
  color: var(--doc-mid);
  font-size: 12px;
  margin-left: 6px;
  text-decoration: underline dotted;
  cursor: help;
}

.kckheader-utility__cart-details-popover {
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  max-width: 260px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-md);
  box-shadow: 0 8px 24px rgba(56, 52, 46, 0.12);
  font-family: var(--doc-font-body);
  font-size: 12px;
  line-height: 1.5;
  color: var(--doc-charcoal);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  z-index: var(--z-dropdown);
  pointer-events: none;
}

.kckheader-utility__cart-meta-details:hover .kckheader-utility__cart-details-popover,
.kckheader-utility__cart-meta-details:focus-visible .kckheader-utility__cart-details-popover {
  opacity: 1;we
  visibility: visible;
  transform: translateY(0);
}

.kckheader-utility__cart-details-popover-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 0;
}

.kckheader-utility__cart-details-popover-label {
  color: var(--doc-mid);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.kckheader-utility__cart-details-popover-value {
  color: var(--doc-ink);
  font-weight: 600;
  text-align: right;
}

.kckheader-utility__cart-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.kckheader-utility__cart-edit {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--doc-mid);
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}

.kckheader-utility__cart-edit:hover {
  color: var(--doc-red);
  background: rgba(217, 32, 30, 0.06);
}

.kckheader-utility__cart-edit svg {
  width: 14px;
  height: 14px;
}

.kckheader-utility__cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid var(--doc-line);
  font-family: var(--doc-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--doc-ink);
}

.kckheader-utility__cart-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 18px 18px;
}

.kckheader-utility__cart-buttons .kckbtn {
  width: 100%;
  font-size: 12px;
  height: 40px;
}

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

@media (min-width: 768px) and (max-width: 1023px) {
.kckheader-utility__inner {
    padding: 0 var(--kck-gutter-md);
    font-size: 13px;
  }

.kckheader-utility__phone {
    padding-right: 12px;
  }

.kckheader-utility__link {
    display: none;
  }

.kckheader-utility__search {
    max-width: 200px;
    margin: 0 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
.kckheader-utility__link {
    display: none;
  }

.kckheader-utility__search {
    max-width: 300px;
  }
}

.kckpromo-strip {
  width: 100%;
  background: var(--doc-red);
  color: #fff;
}

.kckpromo-strip .kckpromo {
  max-width: var(--kck-container-lg);
  margin: 0 auto;
  padding: 10px var(--kck-gutter-lg);
}

@media (max-width: 767px) {
.kckpromo-strip .kckpromo {
    padding: 10px var(--kck-gutter-sm);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
.kckpromo-strip .kckpromo {
    padding: 10px var(--kck-gutter-md);
  }
}

.kckdrawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(56, 52, 46, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
  z-index: 200;
}

.kckdrawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.kckdrawer-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 88vw);
  background: var(--doc-bg);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(0.32, 0.72, 0, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(56, 52, 46, 0.18);
}

.kckdrawer-panel.is-open {
  transform: translateX(0);
}

.kckdrawer-panel .kckdrawer__item {
  border-bottom: none;
  display: block;
}

.kckdrawer-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--doc-line);
  flex-shrink: 0;
}

.kckdrawer-panel__logo img {
  height: 32px;
  width: auto;
  display: block;
}

.kckdrawer-panel__close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--doc-ink);
  cursor: pointer;
  padding: 0;
  border-radius: var(--doc-radius-md);
}

.kckdrawer-panel__close:hover {
  background: var(--doc-cream);
}

.kckdrawer-panel__close:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: 2px;
}

.kckdrawer-panel__close svg {
  width: 20px;
  height: 20px;
}

.kckdrawer-panel__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  
  padding: 0 0 8px;
}

.kckdrawer__search-band {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background-color: var(--doc-cream, #f7f1e8);
  padding: 14px 16px;
  margin: 0;
}


.kckdrawer__search-band form,
.kckdrawer__search-band .kckdrawer__search,
.kckdrawer__search-band .kcksearch {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.kckdrawer__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-pill);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.kckdrawer__search:focus-within {
  border-color: var(--doc-red);
  box-shadow: 0 0 0 3px rgba(217, 32, 30, 0.15);
}

.kckdrawer__search-icon {
  width: 16px;
  height: 16px;
  color: var(--doc-mid);
  flex-shrink: 0;
}

.kckdrawer__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--doc-font-body);
  font-size: 14px;
  color: var(--doc-ink);
  padding: 0;
}

.kckdrawer__search-input::placeholder {
  color: var(--doc-mid);
}

.kckdrawer__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.kckdrawer__item .kckdrawer__sub {
  display: none;
}

.kckdrawer__item--expanded .kckdrawer__sub {
  display: block;
}

.kckdrawer__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--doc-ink);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.kckdrawer__row::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background: var(--doc-line);
  pointer-events: none;
}

.kckdrawer__item--expanded .kckdrawer__row::after {
  display: none;
}

.kckdrawer__row:hover {
  color: var(--doc-red);
}

.kckdrawer__row:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: -2px;
}

.kckdrawer__row-label {
  flex: 1;
}

.kckdrawer__row-chev {
  width: 14px;
  height: 14px;
  color: var(--doc-charcoal);
  transition: transform 200ms ease;
  flex-shrink: 0;
}

.kckdrawer__item--expanded .kckdrawer__row-chev {
  transform: rotate(180deg);
}

.kckdrawer__item:has(.kckdrawer__row) {
  display: block;
  border-bottom: none; 
}

.kckmegabar__item {
  position: relative;  
  height: 100%;
  display: flex;
  align-items: center;
}

.kckmegabar__trigger {
  display: inline-flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
}

.kckmegabar__panel {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-top: 3px solid var(--doc-red);
  border-radius: 0 0 var(--doc-radius-md) var(--doc-radius-md);
  box-shadow: 0 16px 32px rgba(56, 52, 46, 0.10);
  padding: 28px 32px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 90;
  width: max-content;
  max-width: calc(100vw - 2 * var(--kck-gutter-lg));
}

.kckmegabar__item--open .kckmegabar__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kckmegabar__item--open .kckmegabar__trigger,
.kckmegabar__item--open .kckheaderlink {
  color: var(--doc-red);
}

.kckmegabar__item--open .kckheaderlink__chev {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.kckmegabar__panel .kckmegareal {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  max-width: none;
  width: 100%;
  gap: 32px;
}

.kckmegabar__panel .kckmegareal__col {
  min-width: 160px;
}

.kckmegabar__sale-trigger {
  color: var(--doc-red) !important;
  font-weight: 700;
  position: relative;
}

.kckmegabar__item--escape-viewport {
  position: static;
}

.kckmegabar__panel--rail {
  left: 50%;
  right: auto;
  margin-left: -50vw;
  width: 100vw;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.kckmegabar__panel--rail-inner {
  display: grid;
  grid-template-columns: 260px 1fr 320px;
  max-width: var(--kck-container-md);
  margin: 0 auto;
  padding: 0 var(--kck-gutter-lg);
  min-height: 360px;
}

.kckmegabar__rail {
  background: var(--doc-cream);
  border-right: 1px solid var(--doc-line);
  padding: 20px 0;
}

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

.kckmegabar__rail-item {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 10px 24px;
  font-family: var(--doc-font-body);
  font-size: 14px;
  color: var(--doc-charcoal);
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: background 120ms ease, color 120ms ease, border-left-color 120ms ease;
}

.kckmegabar__rail-item:hover {
  color: var(--doc-ink);
  background: rgba(56, 52, 46, 0.04);
}

.kckmegabar__rail-item.is-active {
  color: var(--doc-red);
  font-weight: 600;
  background: rgba(217, 32, 30, 0.05);
  border-left-color: var(--doc-red);
}

.kckmegabar__content {
  padding: 28px 32px;
}

.kckmegabar__content-pane {
  display: none;
}

.kckmegabar__content-pane.is-active {
  display: block;
}

.kckmegabar__content-heading {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--doc-ink);
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

.kckmegabar__panel--rail .kckmegareal__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  gap: 0;
}

.kckmegabar__content .kckmegareal__list {
  column-count: 2;
  column-gap: 24px;
}

.kckmegabar__panel--rail .kckmegareal__list li {
  padding: 0;
  break-inside: avoid;
}

.kckmegabar__panel--rail .kckmegareal__link {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
  line-height: 1.5;
  transition: color 120ms ease;
}

.kckmegabar__panel--rail .kckmegareal__link:hover {
  color: var(--doc-red);
}

.kckmegabar__quick {
  background: var(--doc-cream);
  border-left: 1px solid var(--doc-line);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kckmegabar__quick-heading {
  font-family: var(--doc-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--doc-mid);
  margin: 0 0 4px;
}

.kckmegabar__quick .kckbtn {
  width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  min-height: 44px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kckmegabar__panel--rail-inner--simple {
  grid-template-columns: 260px 1fr 320px;
}

.kckmegabar__simple-cols {
  grid-column: 2 / 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 28px 32px;
}

.kckmegabar__simple-col {
  
}

.kckmegabar__simple-heading {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--doc-ink);
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) and (max-width: 1023px) {
.kckmegabar__panel--rail-inner--simple {
    grid-template-columns: 240px 1fr 280px;
  }

.kckmegabar__simple-cols {
    padding: 24px 24px;
    gap: 24px;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
.kckmegabar__panel--rail-inner {
    grid-template-columns: 240px 1fr 280px;
    min-height: 320px;
    padding: 0 var(--kck-gutter-md);
  }

.kckmegabar__content {
    padding: 24px 24px;
  }

.kckmegabar__quick {
    padding: 24px 20px;
  }
}

:root {
  --doc-foot-bg: #F4F3EF;
  --doc-foot-text: var(--doc-ink);
  --doc-foot-text-muted: var(--doc-charcoal);
  --doc-foot-text-dim: var(--doc-mid);
  --doc-foot-line: rgba(56, 52, 46, 0.10);
}

.kckfootbrand {
  background: var(--doc-foot-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(--doc-font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--doc-burgundy);
  line-height: 1.4;
  margin: 0;
}

.kckfootbrand__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--doc-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(--doc-charcoal);
  transition: color 150ms ease;
  text-decoration: none;
}

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

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

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

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

.kckfootcol__subheading {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--doc-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(--doc-font-body);
  font-size: 14px;
  color: var(--doc-charcoal);
  text-decoration: none;
  transition: color 150ms ease;
}

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

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

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

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

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

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

.kckfootlegal__link {
  color: var(--doc-mid);
  text-decoration: none;
  transition: color 150ms ease;
}

.kckfootlegal__link:hover {
  color: var(--doc-ink);
  text-decoration: underline;
}

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

.kckfootmobile__newsletter {
  padding: 24px 20px;
  border-bottom: 1px solid var(--doc-foot-line);
}

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

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

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

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

.kckfootmobile__nl-privacy {
  margin: 12px 0 0;
  font-size: 11px;
  font-style: italic;
  color: var(--doc-mid);
  text-align: center;
}

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

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

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

.kckfootmobile__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--doc-ink);
  text-decoration: none;
}

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

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

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

.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(--doc-foot-line);
}

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

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

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

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

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

.kckfootmobile__sub:first-child { margin-top: 0; }

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

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

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

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

.kckfootmobile__press-logo {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 11px;
  color: var(--doc-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(--doc-font-heading);
  font-weight: 700;
  font-size: 11px;
  color: var(--doc-mid);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

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

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

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

.kckfooter-bar {
  width: 100%;
  background: var(--doc-foot-bg);
  border-top: 1px solid var(--doc-foot-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: center;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid var(--doc-foot-line);
}

.kckfooter-bar__nl-copy { flex: 1; }

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

.kckfooter-bar__nl-sub {
  font-size: 14px;
  color: var(--doc-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(--doc-line);
  border-radius: var(--doc-radius-md);
  background: #fff;
  font-family: var(--doc-font-body);
  font-size: 14px;
  color: var(--doc-ink);
}

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

.kckfooter-bar__nl-btn {
  padding: 0 20px;
  height: 44px;
  background: var(--doc-red);
  color: #fff;
  border: none;
  border-radius: var(--doc-radius-md);
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 150ms ease;
}

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

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

.kckfooter-bar__nl-privacy {
  font-size: 12px;
  font-style: italic;
  color: var(--doc-mid);
  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(--doc-foot-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(--doc-foot-line);
  text-align: center;
}

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

.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(--doc-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--doc-mid);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease;
  text-decoration: none;
}

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

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

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

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

.kckfooter-bar__copyright a {
  color: var(--doc-mid);
  text-decoration: none;
  transition: color 150ms ease;
}

.kckfooter-bar__copyright a:hover {
  color: var(--doc-ink);
  text-decoration: underline;
}

@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(--doc-foot-line);
}

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

.kckfootmobile__content {
  display: none;
}

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

.kckdrawer__quick-section {
      padding: 20px;
      border-top: 1px solid var(--doc-line);
      margin-top: 8px;
    }

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

.kckdrawer__quick-link {
      display: block;
      padding: 6px 0;
      font-family: var(--doc-font-body);
      font-size: 14px;
      color: var(--doc-charcoal);
      text-decoration: none;
    }

.kckdrawer__quick-link:hover { color: var(--doc-red); }

.kck_faq {
  
  max-width: var(--kck-container-xs);
  margin: var(--doc-space-12) auto 0;
}

.kck_faq__title {
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--doc-ink);
  text-align: center;
  margin: 0 0 8px;
}

.kck_faq__intro {
  font-family: var(--doc-font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--doc-charcoal);
  text-align: center;
  
  max-width: 560px;
  margin: 0 auto 24px;
}

@supports (interpolate-size: allow-keywords) {
:root {
    interpolate-size: allow-keywords;
  }
}

.kck_faq__item {
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-md);
  margin-bottom: 12px;
  background-color: #fff;
  overflow: hidden;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.kck_faq__item:last-child {
  margin-bottom: 0;
}

.kck_faq__item:hover {
  border-color: var(--doc-red);
  box-shadow: 0 2px 8px rgba(217, 32, 30, 0.08);
}

.kck_faq__item[open] {
  border-color: var(--doc-red);
  box-shadow: 0 2px 12px rgba(217, 32, 30, 0.10);
}

.kck_faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: var(--doc-ink);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition:
    background-color 150ms ease,
    color 150ms ease;
}

.kck_faq__question::-webkit-details-marker {
  display: none;
}

.kck_faq__question::marker {
  display: none;
}

.kck_faq__question:hover {
  background-color: var(--doc-red-wash);
  color: var(--doc-red);
}

.kck_faq__item[open] .kck_faq__question {
  color: var(--doc-red);
  border-bottom: 1px solid var(--doc-line);
}

.kck_faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D9201E' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 150ms ease;
}

.kck_faq__item[open] .kck_faq__question::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D9201E' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

.kck_faq__question:focus-visible {
  outline: 2px solid var(--doc-red);
  outline-offset: -2px;
}

.kck_faq__answer {
  padding: 18px 22px 22px;
  font-family: var(--doc-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--doc-charcoal);
}

.kck_faq__answer > *:first-child { margin-top: 0; }

.kck_faq__answer > *:last-child { margin-bottom: 0; }

.kck_faq__answer p {
  margin: 0 0 12px;
}

.kck_faq__answer ol,
.kck_faq__answer ul {
  margin: 8px 0 12px;
  padding-left: 22px;
}

.kck_faq__answer li {
  margin-bottom: 6px;
}

.kck_faq__answer a {
  color: var(--doc-red);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms ease;
}

.kck_faq__answer a:hover {
  color: var(--doc-red-hover);
}

.kck_faq--single .kck_faq__item {
  
}

@media (prefers-reduced-motion: reduce) {
.kck_faq__item,
  .kck_faq__question,
  .kck_faq__question::after,
  .kck_faq__answer a {
    transition: none;
  }
}

@media print {
.kck_faq__item {
    border: none;
    box-shadow: none;
    page-break-inside: avoid;
    margin-bottom: 16px;
  }

.kck_faq__item[open] .kck_faq__question {
    border-bottom: 1px solid #ccc;
  }

.kck_faq__answer {
    display: block !important;
  }

.kck_faq__item:not([open]) .kck_faq__answer {
    display: block !important;
  }

.kck_faq__question::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
.kck_faq {
    margin-top: var(--doc-space-10);
  }
}

@media (max-width: 767px) {
.kck_faq {
    margin-top: var(--doc-space-8);
  }

.kck_faq__title {
    font-size: 24px;
  }

.kck_faq__intro {
    font-size: 15px;
    margin-bottom: 20px;
  }

.kck_faq__question {
    padding: 14px 16px;
    font-size: 16px;
    gap: 12px;
  }

.kck_faq__answer {
    padding: 14px 16px 18px;
    font-size: 15px;
  }

.kck_faq__question::after {
    width: 20px;
    height: 20px;
  }
}


.kckhf-chrome #mini-cart.mini-cart.kckheader-utility__dropdown {
  float: none;
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.kckhf-chrome #mini-cart .mini-cart-heading.kckheader-utility__action {
  float: none;
  display: inline-flex;
  width: 44px;
  height: 36px;
  margin: 0;
  padding: 0;
  line-height: normal;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-indent: 0;
}

.kckhf-chrome #mini-cart .mini-cart-heading.kckheader-utility__action svg {
  width: 24px;
  height: 24px;
}

.kckhf-chrome #mini-cart .counter.no-display,
.kckhf-chrome #mini-cart .label.no-display {
  display: none !important;
}

.kckhf-chrome #header-cart.mini-cart-content.kckheader-utility__menu {
  float: none;
  right: 0;
  left: auto;
  width: auto;
  min-width: 360px;
  max-width: calc(100vw - 24px);
  margin: 4px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-top: 3px solid var(--doc-red);
  box-shadow: 0 16px 32px rgba(56, 52, 46, 0.10);
}

.kckhf-chrome #cart-sidebar.kckheader-utility__cart-items {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kckhf-chrome #cart-sidebar .kckheader-utility__cart-item {
  margin: 0;
}


.kckhf-chrome #mini-cart.mini-cart.kckheader-utility__dropdown {

}

.kckhf-chrome #mini-cart.is-empty {

}

.kckhf-chrome #mini-cart .kckheader-utility__cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
}

.kckhf-chrome #mini-cart .kckheader-utility__cart-icon > svg {
  width: 24px;
  height: 24px;
}

.kckhf-chrome #mini-cart .mini-cart-heading.kckheader-utility__action .label:not(.no-display) {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin-left: 6px;
  font-size: 13px;
  color: var(--doc-charcoal);
}

.kckhf-chrome #header-cart .block-content-inner.kckheader-utility__cart-inner {
  padding: 0;
}

.kckhf-chrome #header-cart .block-subtitle.kckheader-utility__cart-header {
  margin: 0;
  padding: 14px 18px 10px;
  font-family: var(--doc-font-heading);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: var(--doc-ink);
  border-bottom: 1px solid var(--doc-line);
  background: #fff;
}

.kckhf-chrome #cart-sidebar.mini-products-list.kckheader-utility__cart-items {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
}

.kckhf-chrome #cart-sidebar.mini-products-list > li.item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px 18px;
  border-bottom: 1px solid var(--doc-line);
  background: #fff;
}

.kckhf-chrome #cart-sidebar.mini-products-list > li.item.last,
.kckhf-chrome #cart-sidebar.mini-products-list > li.item:last-child {
  border-bottom: 0;
}

.kckhf-chrome #cart-sidebar .product-image,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  background: var(--doc-cream);
  border: 1px solid var(--doc-line);
  border-radius: 4px;
  text-decoration: none;
}

.kckhf-chrome #cart-sidebar .product-image img {
  display: block;
  max-width: 54px;
  max-height: 54px;
  width: auto;
  height: auto;
}

.kckhf-chrome #cart-sidebar .product-details,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-info {
  min-width: 0;
  margin: 0;
  padding: 0;
  font-family: var(--doc-font-body);
  font-size: 13px;
  line-height: 1.4;
  color: var(--doc-charcoal);
}

.kckhf-chrome #cart-sidebar .product-name,
.kckhf-chrome #cart-sidebar .product-name a,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-title {
  display: block;
  margin: 0 0 3px;
  color: var(--doc-ink);
  font-family: var(--doc-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: normal;
}

.kckhf-chrome #cart-sidebar .product-name:hover,
.kckhf-chrome #cart-sidebar .product-name a:hover {
  color: var(--doc-red);
}

.kckhf-chrome #cart-sidebar .qty,
.kckhf-chrome #cart-sidebar .price,
.kckhf-chrome #cart-sidebar .truncated,
.kckhf-chrome #cart-sidebar .item-options,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-meta {
  color: var(--doc-mid);
  font-size: 12px;
  line-height: 1.4;
}

.kckhf-chrome #cart-sidebar .item-options {
  margin: 4px 0 0;
}

.kckhf-chrome #cart-sidebar .item-options dt,
.kckhf-chrome #cart-sidebar .item-options dd {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.kckhf-chrome #cart-sidebar .btn-edit,
.kckhf-chrome #cart-sidebar .btn-remove,
.kckhf-chrome #cart-sidebar .btn-remove2,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 2px 0 0 6px;
  padding: 0;
  color: var(--doc-mid);
  background: transparent;
  border: 0;
  border-radius: 4px;
  text-indent: 0;
  overflow: hidden;
  text-decoration: none;
}

.kckhf-chrome #cart-sidebar .btn-edit:hover,
.kckhf-chrome #cart-sidebar .btn-remove:hover,
.kckhf-chrome #cart-sidebar .btn-remove2:hover,
.kckhf-chrome #cart-sidebar .kckheader-utility__cart-edit:hover {
  color: var(--doc-red);
  background: rgba(217, 32, 30, 0.06);
}

.kckhf-chrome #header-cart .subtotal.kckheader-utility__cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid var(--doc-line);
  font-family: var(--doc-font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--doc-ink);
  background: #fff;
}

.kckhf-chrome #header-cart .subtotal.kckheader-utility__cart-subtotal .label {
  margin: 0;
  color: var(--doc-charcoal);
  font-size: 14px;
  font-weight: 600;
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0 18px 18px;
  background: #fff;
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons--single {
  grid-template-columns: 1fr;
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .button,
.kckhf-chrome #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(--doc-radius-pill);
  font-family: var(--doc-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-chrome #header-cart .actions.kckheader-utility__cart-buttons .button span,
.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .button span span {
  display: inline;
  padding: 0;
  background: transparent;
  line-height: inherit;
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .view-cart-button,
.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--tertiary {
  color: var(--doc-red);
  background: #fff;
  border: 1px solid var(--doc-red);
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .view-cart-button:hover,
.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--tertiary:hover {
  color: #fff;
  background: var(--doc-red);
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .checkout-button,
.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--primary {
  color: #fff;
  background: var(--doc-red);
  border: 1px solid var(--doc-red);
}

.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .checkout-button:hover,
.kckhf-chrome #header-cart .actions.kckheader-utility__cart-buttons .kckbtn--primary:hover {
  color: #fff;
  background: var(--doc-red-hover);
  border-color: var(--doc-red-hover);
}

.kckhf-chrome #header-cart .empty.kckheader-utility__cart-empty {
  padding: 18px;
  color: var(--doc-mid);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  background: #fff;
}

/* =========================================================
   KCK mini-cart legacy item action icon fix
   =========================================================
   Magento/Ultimo sidebar item renderers usually output btn-edit/btn-remove
   anchors as sprite-backed text links. The KCK mini-cart styling should not
   rely on the old sprite background, so draw simple CSS icons instead and
   position them consistently regardless of renderer child order.
*/
.kckhf-chrome #cart-sidebar.mini-products-list > li.item {
  position: relative;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding-right: 76px;
}

.kckhf-chrome #cart-sidebar.mini-products-list > li.item > .product-image {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.kckhf-chrome #cart-sidebar.mini-products-list > li.item > .product-details {
  grid-column: 2;
  grid-row: 1;
}

.kckhf-chrome #cart-sidebar .btn-edit,
.kckhf-chrome #cart-sidebar .btn-remove,
.kckhf-chrome #cart-sidebar .btn-remove2 {
  position: absolute;
  top: 12px;
  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(--doc-mid);
  background: transparent !important;
  background-image: none !important;
  border: 1px solid var(--doc-line);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  text-indent: 0 !important;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.kckhf-chrome #cart-sidebar .btn-edit {
  right: 46px;
}

.kckhf-chrome #cart-sidebar .btn-remove,
.kckhf-chrome #cart-sidebar .btn-remove2 {
  right: 18px;
}

.kckhf-chrome #cart-sidebar .btn-edit::before,
.kckhf-chrome #cart-sidebar .btn-remove::before,
.kckhf-chrome #cart-sidebar .btn-remove2::before {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
}

.kckhf-chrome #cart-sidebar .btn-edit::before {
  content: '\270E';
  font-size: 14px;
}

.kckhf-chrome #cart-sidebar .btn-remove::before,
.kckhf-chrome #cart-sidebar .btn-remove2::before {
  content: '\00D7';
  font-size: 18px;
}

.kckhf-chrome #cart-sidebar .btn-edit:hover,
.kckhf-chrome #cart-sidebar .btn-remove:hover,
.kckhf-chrome #cart-sidebar .btn-remove2:hover {
  color: var(--doc-red);
  border-color: rgba(217, 32, 30, 0.35);
  background: rgba(217, 32, 30, 0.06) !important;
}


.kckhf-header-container,
.kckhf-header-container .kckhf-chrome {
  overflow: visible !important;
}

.kckhf-chrome .kckheader-bar {
  z-index: 9000;
}

.kckhf-chrome .kckheader-bar.is-compact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9000;
}

.kckhf-chrome .kckheader-bar.is-compact.is-hidden {
  transform: translateY(-100%);
}

.kckhf-chrome .kckheader-bar.is-compact:not(.is-hidden) {
  transform: translateY(0);
}


.kckheader-utility__action--cart > .label,
.mini-cart-heading.skip-cart > .label {
  display: none !important;
}


.header-container,
.kckhf-chrome,
.kckheader,
.kckheader-main,
.kckheader-nav,
.kckheader-nav__inner,
.kckheader-bar {
  position: relative;
  z-index: 9000;
  overflow: visible;
}

.kckheader-mega,
.kcknav__dropdown,
.kckmega,
.kckmega-panel,
.kckmegabar__panel,
.kckmegabar__dropdown {
  z-index: 9100;
}

.catalog-category-view .main-container,
.catalog-category-view .category-view,
.catalog-category-view .category-products {
  position: relative;
  z-index: 1;
}


.kckhf-chrome .kckheader-utility__action--cart,
.kckhf-chrome .kckheader-utility__action--cart .kckheader-utility__cart-icon,
.kckhf-chrome .kckheader-utility__action--cart .kckheader-utility__cart-icon svg {
  color: var(--doc-red) !important;
}

.kckhf-chrome .kckheader-utility__action--cart svg {
  stroke: currentColor !important;
}

.kckhf-chrome .kckheader-utility__action--cart svg [stroke] {
  stroke: currentColor !important;
}

.kckhf-chrome .kckheader-utility__action--cart svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}


.kckhf-chrome .kckheader-bar__icon-btn--cart,
.kckhf-chrome .kckheader-bar__icon-btn--cart:hover,
.kckhf-chrome .kckheader-bar__icon-btn--cart:focus,
.kckhf-chrome .kckheader-bar__icon-btn--cart svg {
  color: var(--doc-ink) !important;
}

.kckhf-chrome .kckheader-bar__icon-btn--cart svg,
.kckhf-chrome .kckheader-bar__icon-btn--cart svg [stroke] {
  stroke: currentColor !important;
}

.kckhf-chrome .kckheader-bar__icon-btn--cart svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}


@media (max-width: 1239px) {
  .kckhf-chrome .kckheader-utility {
    display: none !important;
  }

  .kckhf-chrome .kckheader-bar__inner {
    height: 68px;
    padding-left: var(--kck-gutter-md);
    padding-right: var(--kck-gutter-md);
    gap: 12px;
  }

  .kckhf-chrome .kckheader-bar__logo-full {
    height: 52px;
  }

  .kckhf-chrome .kckheader-bar.is-compact .kckheader-bar__inner {
    height: 56px;
  }

  .kckhf-chrome .kckheader-bar.is-compact .kckheader-bar__logo-mark {
    height: 36px;
  }

  .kckhf-chrome .kckheader-bar__nav,
  .kckhf-chrome .kckheader-bar__phone,
  .kckhf-chrome .kckheader-bar__cta-mobile-hide {
    display: none !important;
  }

  .kckhf-chrome .kckheader-bar__actions {
    margin-left: auto;
    gap: 4px;
  }

  .kckhf-chrome .kckheader-bar__icon-btn,
  .kckhf-chrome .kckheader-bar__hamburger {
    display: inline-flex !important;
  }

  .kckhf-chrome .kckheader-bar__icon-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .kckhf-chrome .kckheader-bar__inner {
    padding-left: var(--kck-gutter-sm);
    padding-right: var(--kck-gutter-sm);
  }
}

.kckhf-chrome .kckheader-utility {
  position: relative;
  z-index: 9300;
  overflow: visible;
}

.kckhf-chrome .kckheader-utility__inner,
.kckhf-chrome .kckheader-utility__right {
  position: relative;
  z-index: 9301;
  overflow: visible;
}

.kckhf-chrome .kckheader-utility__dropdown,
.kckhf-chrome #mini-cart.kckheader-utility__dropdown {
  position: relative;
  z-index: 9302;
  overflow: visible;
}

.kckhf-chrome .kckheader-utility__menu,
.kckhf-chrome #header-account.kckheader-utility__menu,
.kckhf-chrome #header-cart.kckheader-utility__menu {
  z-index: 9303 !important;
}


.kckhf-chrome .kckheader-nav,
.kckhf-chrome .kckheader-nav__inner,
.kckhf-chrome .kckmegabar {
  z-index: 9000;
}

.kckhf-chrome .kckheader-mega,
.kckhf-chrome .kcknav__dropdown,
.kckhf-chrome .kckmega,
.kckhf-chrome .kckmega-panel,
.kckhf-chrome .kckmegabar__panel,
.kckhf-chrome .kckmegabar__dropdown {
  z-index: 9100;
}


.kckhf-chrome .kckdrawer-overlay,
.kckdrawer-overlay {
  z-index: 9400 !important;
}

.kckhf-chrome .kckdrawer-panel,
.kckdrawer-panel {
  z-index: 9500 !important;
}

.kckhf-chrome .kckdrawer-panel__header,
.kckhf-chrome .kckdrawer-panel__close {
  position: relative;
  z-index: 9501;
}
.kckhf-chrome .kck-search-slot {
  position: relative;
  min-width: 0;
  overflow: visible;
}

.kckhf-chrome .kck-search-canonical,
.kckhf-chrome .kck-search-canonical .form-search,
.kckhf-chrome .kck-search-canonical form,
.kckhf-chrome .kck-search-canonical .algolia-autocomplete {
  width: 100% !important;
  max-width: none;
  box-sizing: border-box;
}

.kckhf-chrome .kck-search-canonical .algolia-autocomplete {
  display: block !important;
  position: relative !important;
}

.kckhf-chrome .kck-search-canonical form,
.kckhf-chrome .kck-search-canonical .form-search {
  margin: 0;
  position: relative;
}

.kckhf-chrome .kck-search-canonical input[type="search"],
.kckhf-chrome .kck-search-canonical input[type="text"],
.kckhf-chrome .kck-search-canonical input[name="q"],
.kckhf-chrome .kck-search-canonical .input-text,
.kckhf-chrome .kck-search-canonical .aa-input,
.kckhf-chrome .kck-search-canonical .aa-hint {
  width: 100% !important;
  max-width: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  height: 32px;
  min-height: 32px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-pill);
  padding: 0 12px 0 36px;
  font-family: var(--doc-font-body);
  font-size: 13px;
  line-height: 32px;
  color: var(--doc-ink);
  outline: none;
}

.kckhf-chrome .kck-search-canonical input[type="search"]::placeholder,
.kckhf-chrome .kck-search-canonical input[type="text"]::placeholder,
.kckhf-chrome .kck-search-canonical input[name="q"]::placeholder,
.kckhf-chrome .kck-search-canonical .input-text::placeholder {
  color: var(--doc-mid);
}

.kckhf-chrome .kck-search-canonical input[type="search"]:focus,
.kckhf-chrome .kck-search-canonical input[type="text"]:focus,
.kckhf-chrome .kck-search-canonical input[name="q"]:focus,
.kckhf-chrome .kck-search-canonical .input-text:focus {
  border-color: var(--doc-red);
  box-shadow: 0 0 0 3px rgba(217, 32, 30, 0.15);
}

.kckhf-chrome .kck-search-canonical button[type="submit"],
.kckhf-chrome .kck-search-canonical button.kck-search-button,
.kckhf-chrome .kck-search-canonical input[type="submit"] {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--doc-mid);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  box-shadow: none;
}

.kckhf-chrome .kck-search-canonical button[type="submit"] svg,
.kckhf-chrome .kck-search-canonical button.kck-search-button svg {
  display: block;
  width: 16px;
  height: 16px;
  color: currentColor;
  stroke: currentColor;
}

.kckhf-chrome .kck-search-canonical button[type="submit"] svg path,
.kckhf-chrome .kck-search-canonical button[type="submit"] svg circle,
.kckhf-chrome .kck-search-canonical button.kck-search-button svg path,
.kckhf-chrome .kck-search-canonical button.kck-search-button svg circle {
  stroke: currentColor;
}

/* Desktop search slot */
.kckhf-chrome .kckheader-utility__search.kck-search-slot {
  flex: 1;
  max-width: 400px;
  margin: 0 16px;
  display: flex;
  align-items: center;
}

/* Mobile drawer search slot */
.kckhf-chrome .kckdrawer__search-band.kck-search-slot,
.kckdrawer__search-band.kck-search-slot {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background: var(--doc-cream);
  padding: 14px 16px;
  margin: 0;
  overflow: visible;
}

.kckhf-chrome .kckdrawer__search-band .kck-search-canonical form,
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical .form-search {
  display: flex;
  align-items: center;
  min-height: 42px;
  background: #fff;
  border: 1px solid var(--doc-line);
  border-radius: var(--doc-radius-pill);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.kckhf-chrome .kckdrawer__search-band .kck-search-canonical form:focus-within,
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical .form-search:focus-within {
  border-color: var(--doc-red);
  box-shadow: 0 0 0 3px rgba(217, 32, 30, 0.15);
}

.kckhf-chrome .kckdrawer__search-band .kck-search-canonical input[type="search"],
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical input[type="text"],
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical input[name="q"],
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical .input-text,
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical .aa-input,
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical .aa-hint {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  padding-left: 40px;
}

.kckhf-chrome .kckdrawer__search-band .kck-search-canonical button[type="submit"],
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical button.kck-search-button,
.kckhf-chrome .kckdrawer__search-band .kck-search-canonical input[type="submit"] {
  left: 16px;
}


.kckhf-chrome .kck-search-canonical .aa-dropdown-menu,
.kckhf-chrome .kck-search-canonical .autocomplete-wrapper,
.kckhf-chrome .kck-search-canonical .autocomplete-results,
.kckhf-chrome .kck-search-canonical .algolia-autocomplete .aa-dropdown-menu {
  z-index: 9600 !important;
}


.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(--doc-foot-bg) !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 .grid12-12,
.footer-primary .std {
  width: 100%;
}

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

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

.kckfooter-bar .kckfootcol__subheading {
  display: block;
  margin: 12px 0 8px;
  padding: 0;
  font-family: var(--doc-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  color: var(--doc-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(--doc-font-body);
  font-size: 14px;
  line-height: 1.65;
}

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

.kckfooter-bar .kckfootcol__link:hover,
.kckfooter-bar .kckfootcol__link:focus {
  color: var(--doc-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(--doc-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;
  }
}

/* WordPress header/footer adjustments */
#wrapper-inner > .kckhf-header-container,
#wrapper-inner > .kckhf-header-container .kckhf-chrome {
  width: 100%;
}

.kckheader-utility__action--cart > .label,
.mini-cart-heading.skip-cart > .label {
  display: none !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(--doc-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 {
    top: 6px;
    transform: rotate(225deg);
  }
}
