@import url("https://cdn.kitchencabinetkings.com/assets/css/kck-fonts.css");

/* Scoped baseline/reset for the new header/footer components only. */
.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 .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;
}

/* Icons with explicit container sizing can fill their container. */
.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;
  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 !important;
}


.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;
  }
}


/* Production footer uses .kckfootcol as plain link columns, not bordered cards. */
.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 !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(--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) {

.kckdrawer__quick-section {
      padding: 20px 20px 80px 20px;
}
.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-md);
  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-charcoal);
  background: #fff;
  border: 1px solid var(--doc-charcoal);
}

.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-charcoal);
}

.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;
}


/* Mini-cart edit/remove icons: vertical mock-style action stack */
.kckhf-chrome #cart-sidebar.mini-products-list > li.item {
  position: relative;
  grid-template-columns: 56px 1fr;
  align-items: start;
  padding-right: 50px;
}

.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;
  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(--doc-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-chrome #cart-sidebar .btn-edit {
  top: 12px;
}

.kckhf-chrome #cart-sidebar .btn-remove,
.kckhf-chrome #cart-sidebar .btn-remove2 {
  top: 40px;
}

.kckhf-chrome #cart-sidebar .btn-edit::before,
.kckhf-chrome #cart-sidebar .btn-remove::before,
.kckhf-chrome #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-chrome #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-chrome #cart-sidebar .btn-remove::before,
.kckhf-chrome #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-chrome #cart-sidebar .btn-edit:hover,
.kckhf-chrome #cart-sidebar .btn-remove:hover,
.kckhf-chrome #cart-sidebar .btn-remove2:hover {
  color: var(--doc-red);
  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;
}

/* Main nav/mega stays above page content, but below utility dropdowns */
.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;
  }
}

.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"] {
  background: transparent 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='%237A736D' 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") center / 16px 16px no-repeat !important;
}


/* Klaviyo footer embed */
.kckfooter-bar__klaviyo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}



.kckfootmobile__klaviyo {
  padding: 24px 20px;
  border-bottom: 1px solid var(--doc-foot-line);
}

/* Klaviyo footer embed: keep 480px design width, force inner fields to fill it */
.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(--doc-red) !important;
  outline-offset: 2px !important;
  border-color: var(--doc-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(--doc-font-heading) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  white-space: nowrap !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(--doc-font-heading) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   KCK header/footer interaction polish
   ========================================================= */

/* Phone links */
.kckhf-chrome .kckheader-utility__phone,
.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 150ms ease;
}

.kckfooter-bar .kckfootbrand__phone:hover,
.kckfooter-bar .kckfootbrand__phone:focus,
.kckfootmobile .kckfootmobile__phone:hover,
.kckfootmobile .kckfootmobile__phone:focus {
  color: var(--doc-red);
  text-decoration: none;
}

/* Mobile footer phone icon fallback */
.kckfootmobile .kckfootmobile__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.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;
}

/* Main header link hover states */
.kckhf-chrome .kckheader-bar__nav a,
.kckhf-chrome .kckheader-bar__nav button,
.kckhf-chrome .kckheaderlink {
  transition: color 150ms ease;
}

.kckhf-chrome .kckheader-bar__nav a:hover,
.kckhf-chrome .kckheader-bar__nav a:focus,
.kckhf-chrome .kckheader-bar__nav button:hover,
.kckhf-chrome .kckheader-bar__nav button:focus,
.kckhf-chrome .kckmegabar__trigger:hover .kckheaderlink,
.kckhf-chrome .kckmegabar__trigger:focus .kckheaderlink,
.kckhf-chrome .kckheaderlink:hover,
.kckhf-chrome .kckheaderlink:focus {
  color: var(--doc-red);
}

/* CSS-only search icon for WordPress/blog search button */
.kckhf-chrome .kck-search-canonical button[type="submit"],
.kckhf-chrome .kck-search-canonical button.kck-search-button {
  overflow: visible;
}

.kckhf-chrome .kck-search-canonical button[type="submit"]::before,
.kckhf-chrome .kck-search-canonical button.kck-search-button::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.kckhf-chrome .kck-search-canonical button[type="submit"]::after,
.kckhf-chrome .kck-search-canonical button.kck-search-button::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 12px;
  width: 6px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.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.76;
}
/* =========================================
   Top row logo sizing
   ========================================= */

.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;
}

/* =========================================
   Bottom row logo sizing
   ========================================= */

.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;
}

/* =========================================
   Tablet adjustments
   ========================================= */

@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;
  }
}

/* =========================================
   Mobile
   Hide press logos on mobile
   ========================================= */

@media (max-width: 767px) {
  .kckfooter-bar__press-grid,
  .kckfootmobile__press-grid {
    display: none;
  }
}

/* =========================================
   Mobile Footer Trust + Legal Badges
   Natural centered wrap
   ========================================= */

@media (max-width: 767px) {
  .kckfootmobile__legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 20px 88px;
    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(--doc-font-body);
    font-size: 12px;
    line-height: 1.45;
    color: var(--doc-mid);
    text-align: center;
  }

  .kckfootmobile__legal-links {
    margin-top: 4px;
    font-family: var(--doc-font-body);
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
  }

  .kckfootmobile__legal-links a {
    color: var(--doc-mid);
    text-decoration: none;
    transition: color 150ms ease;
  }

  .kckfootmobile__legal-links a:hover {
    color: var(--doc-ink);
    text-decoration: underline;
  }
}


/* =========================================
   Extra-small phones
   ========================================= */

@media (max-width: 374px) {
  .kckfootmobile__legal {
    padding: 22px 18px 88px;
  }

  .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;
  }
}


/* Desktop mini-cart hover bridge */
@media (min-width: 768px) {
  .kckhf-chrome #mini-cart.mini-cart.kckheader-utility__dropdown {
    position: relative;
    overflow: visible;
  }

  .kckhf-chrome #mini-cart.mini-cart.kckheader-utility__dropdown:hover::before,
  .kckhf-chrome #mini-cart.mini-cart.kckheader-utility__dropdown.is-open::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, calc(100vw - 24px));
    height: calc(100% + 40px);
    background: transparent;
    pointer-events: auto;
    z-index: 9302;
  }

  .kckhf-chrome #mini-cart .mini-cart-heading.kckheader-utility__action {
    position: relative;
    z-index: 9304;
  }

  .kckhf-chrome #header-cart.mini-cart-content.kckheader-utility__menu {
    margin-top: 0 !important;
    z-index: 9305 !important;
  }
}

/* Mini-cart Details: floating option popout */
.kckhf-chrome #header-cart,
.kckhf-chrome #header-cart #cart-sidebar,
.kckhf-chrome #header-cart #cart-sidebar > li.item,
.kckhf-chrome #header-cart #cart-sidebar .product-details,
.kckhf-chrome #header-cart #cart-sidebar .truncated {
  overflow: visible !important;
}

.kckhf-chrome #header-cart #cart-sidebar > li.item {
  position: relative;
  z-index: 1;
}

.kckhf-chrome #header-cart #cart-sidebar > li.item:hover,
.kckhf-chrome #header-cart #cart-sidebar > li.item:focus-within {
  z-index: 80;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated {
  position: relative !important;
  display: inline-block !important;
  margin-top: 4px;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated .details {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: var(--doc-mid);
  text-decoration: underline;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated_full_value {
  display: none !important;
}

.kckhf-chrome #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;
  background: #fff !important;
  border: 1px solid var(--doc-line) !important;
  border-radius: var(--doc-radius-md) !important;
  box-shadow: 0 10px 24px rgba(56, 52, 46, 0.14) !important;
  color: var(--doc-charcoal) !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  transform: none !important;
  pointer-events: auto;
  z-index: 9999 !important;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated_full_value.show .item-options {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--doc-charcoal) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated_full_value.show .item-options dt,
.kckhf-chrome #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;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: var(--doc-charcoal) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated_full_value.show .item-options dt {
  font-weight: 700 !important;
  color: var(--doc-ink) !important;
  margin-bottom: 2px !important;
}

.kckhf-chrome #header-cart #cart-sidebar .truncated_full_value.show .item-options dd {
  margin-bottom: 4px !important;
}

.kckhf-chrome #cart-sidebar.mini-products-list > li.item {
  column-gap: 10px !important;
  row-gap: 0 !important;
  align-items: start !important;
}

/* Footer trust badges */
.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;
}

.kckhf-chrome .kckbtn,
.kckhf-chrome a.kckbtn,
.kckhf-chrome .kckmegabar__quick .kckbtn,
.kckhf-chrome .kckdrawer__rail-quick .kckbtn {
  text-decoration: none;
  text-decoration-line: none;
  box-shadow: none;
}

.kckhf-chrome .kckbtn--primary,
.kckhf-chrome a.kckbtn--primary,
.kckhf-chrome .kckmegabar__quick .kckbtn--primary,
.kckhf-chrome .kckdrawer__rail-quick .kckbtn--primary {
  color: var(--doc-white);
  background: var(--doc-red);
  border-color: var(--doc-red);
}

.kckhf-chrome .kckbtn--primary:hover,
.kckhf-chrome .kckbtn--primary:focus,
.kckhf-chrome a.kckbtn--primary:hover,
.kckhf-chrome a.kckbtn--primary:focus {
  color: var(--doc-white);
  background: var(--doc-red-hover);
  border-color: var(--doc-red-hover);
  text-decoration: none;
  text-decoration-line: none;
  box-shadow: none;
}

.kckhf-chrome .kckbtn--tertiary,
.kckhf-chrome a.kckbtn--tertiary,
.kckhf-chrome .kckmegabar__quick .kckbtn--tertiary,
.kckhf-chrome .kckdrawer__rail-quick .kckbtn--tertiary {
  color: var(--doc-charcoal);
  background: var(--doc-white);
  border-color: var(--doc-charcoal);
}

.kckhf-chrome .kckbtn--tertiary:hover,
.kckhf-chrome .kckbtn--tertiary:focus,
.kckhf-chrome a.kckbtn--tertiary:hover,
.kckhf-chrome a.kckbtn--tertiary:focus {
  color: var(--doc-white);
  background: var(--doc-charcoal);
  border-color: var(--doc-charcoal);
  text-decoration: none;
  text-decoration-line: none;
  box-shadow: none;
}