:root {
  --kmk-ink: #172024;
  --kmk-muted: #5d6a70;
  --kmk-soft: #f6f8f7;
  --kmk-card: #ffffff;
  --kmk-line: #e2e7e4;
  --kmk-brass: #b98938;
  --kmk-sage: #6f8175;
  --kmk-blue: #172024;
  --kmk-shadow: 0 18px 45px rgba(18, 28, 33, 0.08);
}

body {
  background: var(--kmk-soft);
  color: var(--kmk-ink);
  letter-spacing: 0;
}

body.kmk-fullbleed-content-page .ct-container-full {
  --theme-content-vertical-spacing: 0px !important;
  padding-top: 0 !important;
}

body.kmk-fullbleed-content-page .entry-content {
  margin-top: 0 !important;
}

body.kmk-custom-article .ct-container-full {
  --theme-content-vertical-spacing: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.kmk-custom-article .hero-section,
body.postid-16675 .hero-section,
body.postid-20940 .hero-section,
body.postid-27409 .hero-section,
body.kmk-custom-article .entry-header,
body.postid-16675 .entry-header,
body.postid-20940 .entry-header,
body.postid-27409 .entry-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.kmk-custom-article main#main,
body.kmk-custom-article .site-main,
body.kmk-custom-article article[id^="post-"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.kmk-custom-article .entry-content,
body.postid-16675 .entry-content,
body.postid-20940 .entry-content,
body.postid-27409 .entry-content {
  width: min(1180px, calc(100% - 44px));
  max-width: 1180px !important;
  margin-top: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-top: 34px !important;
  --theme-content-spacing: 0;
}

body.kmk-custom-article .entry-content > *,
body.postid-16675 .entry-content > *,
body.postid-20940 .entry-content > *,
body.postid-27409 .entry-content > * {
  max-width: 100% !important;
}

.ct-header [data-row] {
  border-bottom: 1px solid rgba(23, 32, 36, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(140%) blur(14px);
}

.ct-header [data-row] .ct-container,
.ct-header [data-row] .ct-container-fluid {
  min-height: 90px;
}

.ct-header .site-title a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 300px;
  color: var(--kmk-ink);
  font-weight: 720;
  line-height: 1.08;
}

.ct-header .site-title a::before {
  display: none;
}

body:not(.home) .ct-header [data-row] {
  --height: 76px !important;
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 1px 0 rgba(23, 32, 36, 0.08);
}

body:not(.home) .ct-header [data-row] .ct-container,
body:not(.home) .ct-header [data-row] .ct-container-fluid {
  min-height: 76px !important;
}

body:not(.home) .ct-header .site-title a {
  width: 198px;
  max-width: 198px;
  height: 44px;
  color: transparent;
  font-size: 0;
}

body:not(.home) .ct-header .site-title a::after {
  content: "";
  display: block;
  width: 198px;
  height: 44px;
  background: url("/wp-content/uploads/2025/07/3.png") center / contain no-repeat;
}

@media (min-width: 1000px) {
  body:not(.home) .ct-header [data-device="desktop"] [data-row] .ct-container {
    max-width: 1440px;
    grid-template-columns: 230px minmax(0, 1fr) !important;
  }

  body:not(.home) .ct-header .header-menu-1 .menu {
    gap: 26px;
  }

  body:not(.home) .ct-header .header-menu-1 .ct-menu-link {
    position: relative;
    min-height: 38px;
    padding-inline: 0;
    font-size: 15px;
    font-weight: 720;
    background: transparent;
    color: #14242b;
  }

  body:not(.home) .ct-header .header-menu-1 .ct-menu-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--kmk-brass);
    opacity: 0;
    transform: scaleX(0.55);
    transform-origin: center;
    transition: opacity 0.16s ease, transform 0.16s ease;
  }

  body:not(.home) .ct-header .header-menu-1 .ct-menu-link:hover,
  body:not(.home) .ct-header .header-menu-1 .current-menu-item > .ct-menu-link {
    color: #071823;
    background: transparent;
  }

  body:not(.home) .ct-header .header-menu-1 .ct-menu-link:hover::after,
  body:not(.home) .ct-header .header-menu-1 .current-menu-item > .ct-menu-link::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.header-menu-1 .menu {
  align-items: center;
  justify-content: center;
  gap: 0;
}

.header-menu-1 .ct-menu-link {
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 4px;
  color: var(--kmk-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.header-menu-1 .ct-menu-link:hover,
.header-menu-1 .current-menu-item > .ct-menu-link {
  color: var(--kmk-blue);
  background: rgba(41, 76, 96, 0.07);
}

@media (min-width: 1000px) {
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg path,
  .ct-header .header-menu-1 .menu > .menu-item > .ct-menu-link svg use {
    color: var(--kmk-ink) !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .current-menu-item > .ct-menu-link,
  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .current-menu-item > .ct-menu-link .ct-icon,
  .ct-header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link svg,
  .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link svg,
  .ct-header .header-menu-1 .menu > .current-menu-item > .ct-menu-link svg {
    color: #071823 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link .ct-icon,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg path,
  .home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link svg use,
  .home header#header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link,
  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link,
  .home header#header .header-menu-1 .menu > .current-menu-item > .ct-menu-link {
    color: #fff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}

body:not(.home) .ct-header .header-menu-1 .sub-menu {
  min-width: 230px;
  padding: 8px 0;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 18px 42px rgba(18, 28, 33, 0.16);
}

body:not(.home) .ct-header .header-menu-1 .sub-menu li {
  border-bottom: 1px solid rgba(226, 231, 228, 0.78);
}

body:not(.home) .ct-header .header-menu-1 .sub-menu li:last-child {
  border-bottom: 0;
}

body:not(.home) .ct-header .header-menu-1 .sub-menu .ct-menu-link {
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 0;
  background: transparent !important;
  color: #14242b !important;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.25;
  text-shadow: none !important;
  white-space: nowrap;
}

body:not(.home) .ct-header .header-menu-1 .sub-menu .ct-menu-link:hover,
body:not(.home) .ct-header .header-menu-1 .sub-menu .current-menu-item > .ct-menu-link {
  background: #f7faf8 !important;
  color: var(--kmk-brass) !important;
}

body:not(.home) .ct-header .header-menu-1 .sub-menu .ct-menu-link::after {
  display: none;
}

@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item.kmk-menu-hold > .sub-menu {
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .ct-header [data-device="desktop"] .header-menu-1 .menu > .menu-item.kmk-menu-hold > .sub-menu > li {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body:not(.home) .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link {
    color: #071823;
    background: transparent !important;
  }

  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link {
    color: #fff;
    background: transparent !important;
  }

  body:not(.home) .ct-header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link::after,
  .home header#header .header-menu-1 .menu > .menu-item.kmk-menu-hold > .ct-menu-link::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.home {
  background: #fff;
  --theme-content-vertical-spacing: 0px !important;
}

.home #main-container,
.home .site-main,
.home .ct-container-full {
  background: #fff;
}

.home .ct-container-full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home .hero-section {
  display: none !important;
}

.home .entry-content {
  --theme-content-spacing: 0;
  margin-top: 0;
}

.home main#main,
.home .site-main,
.home article,
.home .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home .entry-header,
.home .page-title {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.home .entry-content > .kmk-home-source {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.admin-bar.home .entry-content > .kmk-home-source {
  margin-top: 0 !important;
}

.home .entry-content.is-layout-constrained > .kmk-home-source {
  max-width: none !important;
}

.home header#header {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 56px;
}

body.admin-bar.home header#header {
  top: 77px;
}

.home header#header [data-row] {
  --height: 56px !important;
  height: 56px !important;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)) !important;
  backdrop-filter: none;
}

.home header#header [data-row] .ct-container,
.home header#header [data-row] .ct-container-fluid {
  min-height: 56px;
}

@media (min-width: 1000px) {
  .home header#header [data-device="desktop"] [data-row] .ct-container {
    max-width: 1600px;
    grid-template-columns: 260px 1fr !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items] {
    justify-content: flex-start;
    padding-left: 16px;
  }
}

.home header#header .site-branding,
.home header#header .header-menu-1,
.home header#header .ct-header-search {
  transform: none;
}

.home header#header .site-title a {
  width: 220px;
  max-width: 220px;
  height: 48px;
  color: #fff;
  font-size: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .site-title a::before {
  display: none;
}

.home header#header .site-title a::after {
  content: "";
  display: block;
  width: 220px;
  height: 48px;
  background: url("/wp-content/uploads/2025/07/1-1.png") center / contain no-repeat;
}

.home header#header .ct-menu-link {
  color: #fff;
  background: transparent !important;
  min-height: 40px;
  padding-inline: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .header-menu-1 .menu {
  gap: 16px;
}

.home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link {
  position: relative;
}

.home header#header .ct-menu-link:hover,
.home header#header .current-menu-item > .ct-menu-link {
  color: #fff;
  background: transparent !important;
}

.home header#header .header-menu-1 .menu > .menu-item > .ct-menu-link::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 5px;
  left: 7px;
  height: 2px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.home header#header .header-menu-1 .menu > .menu-item:hover > .ct-menu-link::after,
.home header#header .header-menu-1 .current-menu-item > .ct-menu-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.home header#header .header-menu-1 .sub-menu {
  position: fixed !important;
  top: 101px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1000;
  width: 100vw;
  min-width: 100vw;
  padding: 28px calc((100vw - min(1220px, 92vw)) / 2);
  border: 0;
  background: rgba(20, 20, 20, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  transform: none !important;
}

body.admin-bar.home header#header .header-menu-1 .sub-menu {
  top: 133px !important;
}

.home header#header .header-menu-1 .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.home header#header .header-menu-1 .sub-menu li {
  display: inline-flex;
  width: 25%;
  min-width: 180px;
  vertical-align: top;
}

.home header#header .header-menu-1 .sub-menu .ct-menu-link {
  min-height: 36px;
  width: 100%;
  padding: 8px 18px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: none;
  white-space: nowrap;
}

.home header#header .header-menu-1 .sub-menu .ct-menu-link:hover,
.home header#header .header-menu-1 .sub-menu .current-menu-item > .ct-menu-link {
  color: #c3935b !important;
  background: transparent !important;
}

.home header#header .ct-header-trigger,
.home header#header .ct-header-search {
  color: #fff !important;
}

.home header#header .ct-header-search {
  width: 40px;
  height: 40px;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent !important;
  opacity: 1;
  transition: color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

.home header#header .ct-header-search .ct-icon {
  width: 18px;
  height: 18px;
  color: #fff !important;
  fill: currentColor !important;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.42));
}

.home header#header .ct-header-search .ct-icon path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.home header#header .ct-header-search:hover,
.home header#header .ct-header-search:focus-visible {
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 0.82;
  transform: translateY(-1px);
}

.kmk-home-source {
  --kmk-home-max: 1208px;
  --kmk-category-max: 1524px;
  color: #222;
  background: #fff;
}

.editor-styles-wrapper .kmk-home-source,
.home .entry-content > .wp-block-group.kmk-home-source {
  max-width: none !important;
}

.kmk-home-source :where(.wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-image, .wp-block-video, .wp-block-buttons, .wp-block-button, figure, p, h2, h3) {
  margin-block-start: 0;
  margin-block-end: 0;
}

.kmk-home-topbar {
  display: grid;
  place-items: center;
  min-height: 45px;
  padding: 4px 16px;
  background: #1c3b2d;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.kmk-home-hero {
  position: relative;
  height: min(684px, calc(100vh - 45px));
  min-height: 520px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.kmk-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: transparent;
}

.kmk-home-hero picture,
.kmk-home-hero img,
.kmk-home-hero .wp-block-image,
.kmk-home-hero .kmk-home-hero-image,
.kmk-home-hero .kmk-home-hero-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.kmk-home-hero img,
.kmk-home-hero .kmk-home-hero-image img {
  object-fit: cover;
}

.kmk-home-hero .kmk-home-hero-image,
.kmk-home-hero .kmk-home-hero-image img,
.kmk-home-hero picture,
.kmk-home-hero picture img {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kmk-home-hero .kmk-hero-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.kmk-home-hero.is-playing .kmk-hero-video {
  opacity: 1;
}

.kmk-home-hero.is-playing .kmk-home-hero-image,
.kmk-home-hero.is-playing .kmk-home-hero-image img,
.kmk-home-hero.is-playing picture,
.kmk-home-hero.is-playing picture img {
  opacity: 0;
  visibility: hidden;
}

.kmk-home-categories {
  background: #f5f5f5;
  padding: 52px 0 46px;
}

.kmk-home-inner {
  max-width: var(--kmk-category-max);
  margin: 0 auto;
  padding: 0 18px;
}

.kmk-home-categories h2 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 18px;
  color: #222;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-home-categories h2::before,
.kmk-home-categories h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.kmk-home-categories h2::before {
  right: 0;
  background: #d8d8d8;
}

.kmk-home-categories h2::after {
  width: 145px;
  background: #d39a45;
}

.kmk-category-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.kmk-category-track::-webkit-scrollbar {
  display: none;
}

.kmk-category-card {
  display: grid;
  flex: 0 0 calc((100% - 100px) / 6);
  justify-items: center;
  gap: 10px;
  color: #222;
  text-align: center;
  text-decoration: none;
  scroll-snap-align: start;
}

.kmk-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.kmk-category-card figure {
  width: 100%;
}

.kmk-category-card strong,
.kmk-category-card h3 {
  min-height: 27px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.kmk-category-card span,
.kmk-category-card p {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
}

.kmk-home-products {
  background: #f5f5f5;
  padding: 48px 0 70px;
}

.kmk-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 78px 38px;
  max-width: var(--kmk-home-max);
  margin: 0 auto;
  padding: 0 18px;
}

.kmk-home-product-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.kmk-home-product-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  color: #222;
  text-decoration: none;
}

.kmk-home-product-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.kmk-home-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kmk-home-product-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.kmk-lazy-products-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--kmk-muted, #687178);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.kmk-lazy-products-status.is-loading {
  color: var(--kmk-brass, #a8741f);
}

.kmk-home-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  border-radius: 999px;
  background: #c9964a;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-home-product-card > .kmk-home-sale,
.kmk-home-product-card > .kmk-home-like-button {
  margin: 0;
}

.kmk-product-like-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 42px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #66737a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.16s ease, color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.kmk-product-like-button:hover,
.kmk-product-like-button:focus-visible {
  color: var(--kmk-brass);
  transform: translateY(-1px);
}

.kmk-product-like-button.is-liked {
  border-color: var(--kmk-brass);
  background: var(--kmk-brass);
  color: #fff;
}

.kmk-product-like-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.kmk-like-heart {
  font-size: 14px;
  line-height: 1;
}

.kmk-like-count {
  min-width: 1ch;
  text-align: left;
}

.kmk-home-like-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.kmk-home-product-meta {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.kmk-home-product-cat {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.kmk-home-product-card h3 {
  width: 100%;
  min-height: 40px;
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  display: block;
  overflow: visible;
}

.kmk-home-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.kmk-home-rating {
  color: #f6ad31;
  font-size: 12px;
  line-height: 1;
}

.kmk-home-price {
  color: #b98938;
  font-size: 12px;
  font-weight: 800;
}

.kmk-home-price del {
  color: #aaa;
  font-weight: 500;
}

.kmk-home-add {
  margin-top: 4px;
}

.kmk-home-add,
.kmk-home-add .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #2e8b47;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.kmk-home-wide-video {
  grid-column: 1 / -1;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 2px;
  background: #000;
}

.kmk-home-wide-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kmk-home-wide-video .wp-block-html {
  width: 100%;
  height: 100%;
}

.kmk-home-popular-bar {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 48px;
  margin: -12px 0 -16px;
  border-radius: 4px;
  background: #8d1111;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 80px 0 80px rgba(255, 205, 130, 0.18), inset -80px 0 80px rgba(255, 205, 130, 0.18);
}

.kmk-home-signature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  max-width: var(--kmk-home-max);
  margin: 0 auto;
  padding: 0 18px 46px;
  background: #f5f5f5;
}

.kmk-home-signature-copy {
  position: relative;
  z-index: 2;
  margin-right: -36px;
  padding: 34px 30px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.kmk-home-signature-copy h2 {
  margin: 0 0 16px;
  color: #222;
  font-size: 25px;
  line-height: 1.2;
}

.kmk-home-signature-copy p {
  margin: 0 0 12px;
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}

.kmk-home-signature-copy .kmk-home-quote {
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 2px solid #cda874;
}

.kmk-home-signature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.kmk-home-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 36px;
  max-width: var(--kmk-home-max);
  margin: 0 auto;
  padding: 0 18px 46px;
  background: #f5f5f5;
}

.kmk-home-offer-media {
  display: grid;
  place-items: center;
  min-height: 300px;
  background: #d8d8d8;
}

.kmk-home-offer-media span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
}

.kmk-home-offer-media span::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.9);
}

.kmk-home-offer-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.kmk-home-offer-copy p {
  margin: 0 0 8px;
  color: #c9964a;
  font-size: 13px;
  font-weight: 700;
}

.kmk-home-offer-copy h2 {
  max-width: 460px;
  margin: 0 0 10px;
  color: #333;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 0.95;
  text-transform: uppercase;
}

.kmk-home-offer-copy span {
  max-width: 420px;
  color: #444;
  font-size: 21px;
  line-height: 1.25;
}

.kmk-home-offer-copy a {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 14px;
  background: #222;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-home-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #111;
  color: #fff;
}

.kmk-home-service-strip div {
  display: grid;
  gap: 5px;
  padding: 28px 22px;
  background: #161616;
  text-align: center;
}

.kmk-home-service-strip strong {
  font-size: 12px;
  text-transform: uppercase;
}

.kmk-home-service-strip span {
  color: #cfcfcf;
  font-size: 12px;
}

.home .entry-content > section,
.home .entry-content > div {
  margin-block: 0;
}

.home .wp-hero-video-section {
  margin-top: 0;
}

.home .wp-hero-video-section + * {
  margin-top: clamp(28px, 4vw, 56px);
}

.home .custom-video-box {
  position: relative;
  max-width: 1228px;
  margin: clamp(34px, 5vw, 70px) auto 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #edf1ef url("/wp-content/uploads/kammak-hero/pc.webp") center / cover no-repeat;
  box-shadow: 0 18px 44px rgba(18, 28, 33, 0.08);
}

.home .custom-video-box video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.home .custom-video-box.is-video-ready video {
  opacity: 1;
}

.home .custom-video-box + .kmk-flash-sale-xmas {
  margin-top: clamp(22px, 3vw, 38px) !important;
}

.home .kmk-flash-sale-xmas .kmk-flash-inner {
  max-width: 1240px !important;
  padding-inline: 22px !important;
}

.home .kmk-flash-sale-xmas .kmk-flash-bar {
  min-height: 52px;
  border-radius: 8px !important;
}

.home .kmk-flash-sale-xmas .kmk-flash-title {
  font-size: clamp(20px, 2vw, 27px) !important;
  letter-spacing: 0 !important;
}

.home .kmk-sig {
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(34px, 5vw, 62px) 0 !important;
  background: #f1f4f3 !important;
}

.home .kmk-sig-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center !important;
  max-width: 1240px !important;
  padding-inline: 22px !important;
}

.home .kmk-sig-card {
  width: 100%;
  transform: none !important;
  margin-right: -56px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(18, 28, 33, 0.08) !important;
}

.home .kmk-sig-img {
  width: 100% !important;
  min-height: 380px;
  height: auto !important;
  aspect-ratio: 16 / 10;
  transform: none !important;
}

.home .kmk-sig-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .entry-content h1,
.home .entry-content h2 {
  color: var(--kmk-ink);
  letter-spacing: 0;
}

.home .entry-content p {
  color: var(--kmk-muted);
}

.woocommerce-shop .ct-container,
.tax-pa_brand .ct-container,
.tax-product_cat .ct-container {
  width: min(1680px, calc(100% - 96px));
  max-width: 1680px;
}

.woocommerce-shop,
.tax-pa_brand,
.tax-product_cat {
  --theme-content-vertical-spacing: 34px !important;
}

.woocommerce-shop .site-main > .ct-container,
.tax-pa_brand .site-main > .ct-container,
.tax-product_cat .site-main > .ct-container {
  padding-top: 34px !important;
}

.woocommerce-shop .hero-section[data-type="type-2"],
.tax-pa_brand.term-kammak .hero-section[data-type="type-2"],
.tax-product_cat:is(
  .term-crystal-glass-plate,
  .term-k9-whiskey-glasses,
  .term-wine-glasses,
  .term-champagne-glasses,
  .term-crystal-decanters,
  .term-ordinary-ceramics,
  .term-glass-vase,
  .term-retro-ceramics-vase,
  .term-teapot,
  .term-coffee-cups-saucers,
  .term-ceramic-cups,
  .term-ceramic-decorative,
  .term-other-ceramics,
  .term-paper-napkins
) .hero-section[data-type="type-2"] {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: clamp(240px, 12.2vw, 320px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.woocommerce-shop .hero-section[data-type="type-2"] > figure,
.tax-pa_brand.term-kammak .hero-section[data-type="type-2"] > figure,
.tax-product_cat:is(
  .term-crystal-glass-plate,
  .term-k9-whiskey-glasses,
  .term-wine-glasses,
  .term-champagne-glasses,
  .term-crystal-decanters,
  .term-ordinary-ceramics,
  .term-glass-vase,
  .term-retro-ceramics-vase,
  .term-teapot,
  .term-coffee-cups-saucers,
  .term-ceramic-cups,
  .term-ceramic-decorative,
  .term-other-ceramics,
  .term-paper-napkins
) .hero-section[data-type="type-2"] > figure {
  display: none;
}

.woocommerce-shop .hero-section[data-type="type-2"] .entry-header,
.tax-pa_brand.term-kammak .hero-section[data-type="type-2"] .entry-header,
.tax-product_cat:is(
  .term-crystal-glass-plate,
  .term-k9-whiskey-glasses,
  .term-wine-glasses,
  .term-champagne-glasses,
  .term-crystal-decanters,
  .term-ordinary-ceramics,
  .term-glass-vase,
  .term-retro-ceramics-vase,
  .term-teapot,
  .term-coffee-cups-saucers,
  .term-ceramic-cups,
  .term-ceramic-decorative,
  .term-other-ceramics,
  .term-paper-napkins
) .hero-section[data-type="type-2"] .entry-header {
  position: relative;
  z-index: 1;
}

.tax-pa_brand.term-kammak .hero-section[data-type="type-2"],
.woocommerce-shop .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/shop-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-crystal-glass-plate .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/crystal-glass-plate-hero-complete-v1.webp?v=1") !important;
}

.tax-product_cat .hero-section[data-type="type-2"] .entry-header strong::after {
  content: " ";
}

.tax-product_cat.term-k9-whiskey-glasses .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/k9-whiskey-glasses-hero-complete-cups-v6.webp?v=2") !important;
}

.tax-product_cat.term-wine-glasses .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/wine-glasses-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-champagne-glasses .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/champagne-glasses-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-crystal-decanters .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/crystal-decanters-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-ordinary-ceramics .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/ordinary-ceramics-hero-complete-v1.webp?v=1") !important;
}

.tax-product_cat.term-glass-vase .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/glass-vase-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-retro-ceramics-vase .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/retro-ceramics-vase-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-teapot .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/teapot-hero-complete-v1.webp?v=1") !important;
}

.tax-product_cat.term-coffee-cups-saucers .hero-section[data-type="type-2"],
.tax-product_cat.term-ceramic-cups .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/coffee-cups-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-ceramic-decorative .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/ceramic-decorative-hero-complete-v1.webp?v=2") !important;
}

.tax-product_cat.term-other-ceramics .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/other-ceramics-hero-complete-v1.webp?v=1") !important;
}

.tax-product_cat.term-paper-napkins .hero-section[data-type="type-2"] {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.38) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("/wp-content/uploads/kammak-category-heroes/paper-napkins-hero-complete-v1.webp?v=2") !important;
}

.woocommerce-result-count {
  color: var(--kmk-muted);
  font-size: 13px;
}

.woocommerce-ordering select {
  min-height: 40px;
  border-color: var(--kmk-line);
  border-radius: 4px;
  background-color: #fff;
}

.kmk-shop-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  width: 100%;
  margin-top: 8px;
}

.kmk-shop-sidebar {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
  box-shadow: 0 18px 44px rgba(18, 28, 33, 0.06);
}

.kmk-shop-filter-head {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--kmk-line);
}

.kmk-shop-filter-head p,
.kmk-shop-filter-group h3 {
  margin: 0;
  color: var(--kmk-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kmk-shop-filter-head h2 {
  margin: 0;
  color: var(--kmk-ink);
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: 0;
}

.kmk-shop-filter-head a {
  width: fit-content;
  color: var(--kmk-brass);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.kmk-shop-filter-head a:hover {
  color: #8b6425;
}

.kmk-shop-filter-group {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.kmk-shop-filter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 12px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #23343b;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.kmk-shop-filter-link small {
  color: var(--kmk-muted);
  font-size: 11px;
  font-weight: 800;
}

.kmk-shop-filter-link:hover,
.kmk-shop-filter-link.is-active {
  border-color: rgba(185, 137, 56, 0.34);
  background: #fffaf1;
  color: var(--kmk-ink);
}

.kmk-shop-filter-link.is-active small {
  color: var(--kmk-brass);
}

.kmk-shop-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kmk-shop-filter-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid var(--kmk-line);
  border-radius: 999px;
  background: #fff;
  color: #23343b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.kmk-shop-filter-pills a:hover,
.kmk-shop-filter-pills a.is-active {
  border-color: rgba(185, 137, 56, 0.45);
  background: #fffaf1;
  color: #8b6425;
}

.kmk-shop-results {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.kmk-shop-results .woocommerce-result-count,
.kmk-shop-results .woocommerce-ordering {
  float: none;
  margin: 0;
}

.kmk-shop-results .woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--kmk-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kmk-shop-results .woocommerce-ordering {
  position: relative;
  justify-self: end;
}

.kmk-shop-results .woocommerce-ordering select.orderby {
  min-width: 220px;
  padding: 0 42px 0 14px !important;
  color: var(--kmk-muted) !important;
  font-size: 14px;
  font-weight: 650;
}

.kmk-shop-results .woocommerce-ordering svg {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--kmk-muted);
  pointer-events: none;
  transform: translateY(-50%);
}

.kmk-shop-results > ul.products,
.kmk-shop-results > nav.woocommerce-pagination,
.kmk-shop-results > .woocommerce-pagination {
  grid-column: 1 / -1;
}

.kmk-shop-results > ul.products {
  width: 100%;
  margin-top: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  row-gap: 28px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: var(--kmk-card);
  box-shadow: 0 1px 0 rgba(23, 32, 36, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 137, 56, 0.45);
  box-shadow: var(--kmk-shadow);
}

.woocommerce ul.products li.product figure {
  margin-bottom: 14px;
}

.woocommerce ul.products li.product .ct-media-container {
  overflow: hidden;
  border-radius: 6px;
  background: #f2f5f4;
  aspect-ratio: 1 / 1;
}

.woocommerce ul.products li.product .ct-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.woocommerce ul.products li.product:hover .ct-media-container img {
  transform: scale(1.035);
}

.kmk-product-hover-trigger {
  position: relative;
}

.kmk-product-hover-trigger > img:not(.kmk-product-hover-image),
.kmk-product-hover-trigger > picture {
  transition: opacity 0.26s ease, transform 0.24s ease;
}

.kmk-product-hover-trigger > .kmk-product-hover-image {
  position: absolute !important;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.24s ease;
}

.kmk-home-product-image.kmk-product-hover-trigger > .kmk-product-hover-image {
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .kmk-product-hover-trigger.is-kmk-hover-loaded:hover > .kmk-product-hover-image {
    opacity: 1;
  }

  .kmk-product-hover-trigger.is-kmk-hover-loaded:hover > img:not(.kmk-product-hover-image),
  .kmk-product-hover-trigger.is-kmk-hover-loaded:hover > picture {
    opacity: 0;
  }
}

.woocommerce span.onsale {
  border-radius: 3px;
  background: var(--kmk-brass);
  color: #fff;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  color: var(--kmk-ink);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
  display: block;
  overflow: visible;
}

.woocommerce ul.products li.product .price {
  color: var(--kmk-blue);
  font-size: 15px;
  font-weight: 760;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.kmk-button {
  border-radius: 4px;
  background: var(--kmk-ink);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.kmk-button:hover {
  background: var(--kmk-blue);
  color: #fff;
}

.single-product .product {
  align-items: flex-start;
}

.single-product .entry-summary {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 28, 33, 0.06);
}

.single-product {
  --theme-palette-color-1: var(--kmk-ink);
  --theme-palette-color-2: #2d3935;
  --theme-link-initial-color: var(--kmk-ink);
  --theme-link-hover-color: #2d3935;
  --theme-form-field-border-focus-color: var(--kmk-ink);
  --theme-form-selection-field-active-color: var(--kmk-ink);
  --theme-button-background-initial-color: var(--kmk-ink);
  --theme-button-background-hover-color: #2d3935;
}

.single-product a,
.single-product .ct-breadcrumbs a,
.single-product .entry-summary a,
.single-product .product_meta a {
  color: var(--kmk-ink);
}

.single-product a:hover,
.single-product .ct-breadcrumbs a:hover,
.single-product .entry-summary a:hover,
.single-product .product_meta a:hover {
  color: #2d3935;
}

.single-product .quantity,
.single-product .quantity[data-type] {
  --quantity-arrows-initial-color: var(--kmk-ink) !important;
  --quantity-arrows-hover-color: var(--kmk-ink) !important;
}

.single-product .quantity input.qty,
.single-product form.cart input.qty,
.single-product .woocommerce-product-details__short-description textarea,
.single-product #review_form textarea,
.single-product #review_form input {
  border-color: rgba(23, 32, 36, 0.18) !important;
}

.single-product .quantity input.qty:focus,
.single-product form.cart input.qty:focus,
.single-product #review_form textarea:focus,
.single-product #review_form input:focus {
  border-color: var(--kmk-ink) !important;
  box-shadow: 0 0 0 1px var(--kmk-ink) inset !important;
  outline: none !important;
}

.single-product .woocommerce-tabs .tabs li a,
.single-product .woocommerce-tabs .tabs li.active a,
.single-product .woocommerce-tabs .tabs li a:hover {
  color: var(--kmk-ink) !important;
}

.single-product .woocommerce-tabs .tabs li.active a::after,
.single-product .woocommerce-tabs .tabs li a:hover::after {
  background: var(--kmk-ink) !important;
}

.single-product #review_form #submit,
.single-product .woocommerce #review_form #respond .form-submit input,
.single-product #respond input#submit,
.single-product #respond .form-submit .submit,
.single-product .woocommerce button.button,
.single-product .woocommerce input.button {
  background: var(--kmk-ink) !important;
  border-color: var(--kmk-ink) !important;
  color: #fff !important;
}

.single-product #review_form #submit:hover,
.single-product .woocommerce #review_form #respond .form-submit input:hover,
.single-product #respond input#submit:hover,
.single-product #respond .form-submit .submit:hover,
.single-product .woocommerce button.button:hover,
.single-product .woocommerce input.button:hover {
  background: #2d3935 !important;
  border-color: #2d3935 !important;
  color: #fff !important;
}

.single-product .woocommerce-product-gallery .flexy,
.single-product .woocommerce-product-gallery .flexy-view,
.single-product .woocommerce-product-gallery .flexy-items,
.single-product .woocommerce-product-gallery .flexy-item,
.single-product .woocommerce-product-gallery .ct-media-container {
  aspect-ratio: 1 / 1 !important;
}

.single-product .woocommerce-product-gallery .flexy,
.single-product .woocommerce-product-gallery .flexy-view {
  height: auto !important;
}

.single-product .woocommerce-product-gallery .flexy-items,
.single-product .woocommerce-product-gallery .flexy-item,
.single-product .woocommerce-product-gallery .ct-media-container {
  height: 100% !important;
}

.single-product .woocommerce-product-gallery .flexy-items {
  width: 100% !important;
  max-width: 100% !important;
}

.single-product .woocommerce-product-gallery .flexy-item,
.single-product .woocommerce-product-gallery .ct-media-container {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.single-product .woocommerce-product-gallery .ct-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f8f7;
}

.single-product .woocommerce-product-gallery .ct-media-container img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.single-product .product_title {
  color: var(--kmk-ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  letter-spacing: 0;
}

.single-product .summary .price {
  color: var(--kmk-blue);
  font-size: 22px;
  font-weight: 780;
}

.kmk-product-proof {
  display: grid;
  gap: 10px;
  margin: 12px 0 18px;
}

.kmk-product-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kmk-product-proof-list li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(185, 137, 56, 0.28);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.woocommerce-product-details__short-description {
  color: var(--kmk-muted);
  line-height: 1.7;
}

.kmk-product-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--kmk-line);
}

.kmk-product-panel > div {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f7faf9;
}

.kmk-product-panel strong {
  color: var(--kmk-ink);
  font-size: 13px;
}

.kmk-product-panel span {
  color: var(--kmk-muted);
  font-size: 13px;
}

.kmk-product-panel a {
  color: var(--kmk-blue);
  font-weight: 700;
}

.single-product .kmk-amazon-secondary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px !important;
  border: 1px solid rgba(185, 137, 56, 0.45) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--kmk-brass) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.single-product .kmk-amazon-secondary:hover {
  border-color: var(--kmk-brass) !important;
  background: #fffaf1 !important;
  color: #8b6425 !important;
}

.single-product .woocommerce-Tabs-panel--description .kmk-responsive-gallery {
  width: min(1290px, calc(100% - 48px)) !important;
  max-width: 1290px !important;
  margin: 28px auto 0 !important;
  padding: 0 !important;
}

.single-product .woocommerce-Tabs-panel--description .kmk-responsive-gallery .kmk-pc-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-block {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 36px auto 12px;
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f2f2;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-play::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.single-product .woocommerce-Tabs-panel--description .kmk-video-play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
  transform: translateX(2px);
}

.kmk-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 44px);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7faf9 100%);
  box-shadow: 0 12px 35px rgba(18, 28, 33, 0.06);
}

.kmk-eyebrow {
  margin-bottom: 10px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-inquiry h2 {
  margin-bottom: 12px;
  color: var(--kmk-ink);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}

.kmk-inquiry p,
.kmk-inquiry li {
  color: var(--kmk-muted);
}

.kmk-inquiry ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.kmk-inquiry-form {
  display: grid;
  gap: 14px;
}

.kmk-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kmk-inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--kmk-ink);
  font-size: 13px;
  font-weight: 720;
}

.kmk-inquiry-form input,
.kmk-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--kmk-line);
  border-radius: 4px;
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-inquiry-form textarea {
  resize: vertical;
}

.kmk-inquiry-form input:focus,
.kmk-inquiry-form textarea:focus {
  border-color: var(--kmk-blue);
  box-shadow: 0 0 0 3px rgba(41, 76, 96, 0.12);
}

.kmk-button {
  width: fit-content;
  min-height: 42px;
  padding: 10px 18px;
  border: 0;
  cursor: pointer;
}

.kmk-honeypot {
  position: absolute;
  left: -9999px;
}

.kmk-form-status {
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}

.kmk-form-status.is-success {
  background: #eaf5ef;
  color: #24553b;
}

.kmk-form-status.is-error {
  background: #fff0f0;
  color: #8f2929;
}

.entry-content > .kmk-contact-source {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.kmk-contact-source {
  background: #f4f6f5;
  color: var(--kmk-ink);
  overflow-x: hidden;
}

.kmk-contact-source,
.kmk-contact-source * {
  box-sizing: border-box;
}

.kmk-contact-inner {
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
}

.kmk-contact-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: flex-end;
  overflow: hidden;
  background: #101517;
  isolation: isolate;
}

.kmk-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 15, 17, 0.78), rgba(11, 15, 17, 0.42) 48%, rgba(11, 15, 17, 0.14)),
    linear-gradient(0deg, rgba(11, 15, 17, 0.65), rgba(11, 15, 17, 0.1) 58%);
}

.kmk-contact-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kmk-contact-hero-copy {
  position: relative;
  z-index: 1;
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 72px;
  color: #fff;
}

.kmk-contact-kicker {
  margin: 0 0 10px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-contact-hero-copy .kmk-contact-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.kmk-contact-hero-copy h1,
.kmk-contact-details h2,
.kmk-contact-section-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.kmk-contact-hero-copy h1 {
  max-width: 770px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
}

.kmk-contact-hero-copy > p:not(.kmk-contact-kicker) {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.kmk-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kmk-contact-button {
  display: inline-flex;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.kmk-contact-button.is-primary {
  border-color: var(--kmk-brass);
  background: var(--kmk-brass);
  color: #111;
}

.kmk-contact-button.is-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.kmk-contact-routing {
  padding: 42px 0;
  background: #fff;
}

.kmk-contact-routing .kmk-contact-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kmk-contact-routing article {
  min-width: 0;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 28, 33, 0.05);
}

.kmk-contact-routing span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 850;
}

.kmk-contact-routing h2 {
  margin: 0 0 10px;
  color: var(--kmk-ink);
  font-size: 19px;
  line-height: 1.25;
}

.kmk-contact-routing p {
  margin: 0;
  color: var(--kmk-muted);
  font-size: 14px;
  line-height: 1.7;
}

.kmk-contact-main {
  padding: 76px 0;
  background: #eef2ef;
}

.kmk-contact-main .kmk-contact-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: start;
}

.kmk-contact-details {
  position: sticky;
  top: 104px;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 8px;
  background: #12201c;
  color: #fff;
}

.kmk-contact-details .kmk-contact-kicker {
  color: #d2ad67;
}

.kmk-contact-details h2 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
}

.kmk-contact-detail-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.kmk-contact-detail-list div {
  display: grid;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.kmk-contact-detail-list strong {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  text-transform: uppercase;
}

.kmk-contact-detail-list a,
.kmk-contact-detail-list span {
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.kmk-contact-form-panel {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 28, 33, 0.08);
}

.kmk-contact-form-panel .kmk-inquiry {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.kmk-contact-form-panel .kmk-inquiry-copy {
  margin-bottom: 24px;
}

.kmk-contact-form-panel .kmk-inquiry h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.kmk-contact-form-panel .kmk-inquiry-copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.kmk-contact-form-panel .kmk-inquiry-copy li {
  padding: 10px 12px;
  border: 1px solid var(--kmk-line);
  border-radius: 4px;
  background: #f8faf9;
  font-size: 12px;
  font-weight: 700;
}

.kmk-contact-form-panel .kmk-button {
  border-radius: 4px;
  background: var(--kmk-blue);
  color: #fff;
}

.kmk-contact-faq {
  padding: 70px 0 88px;
  background: #fff;
}

.kmk-contact-section-head {
  max-width: 620px;
  margin-bottom: 28px;
}

.kmk-contact-section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.kmk-contact-faq-list {
  display: grid;
  gap: 12px;
}

.kmk-contact-faq-list details {
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
}

.kmk-contact-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--kmk-ink);
  font-size: 16px;
  font-weight: 800;
}

.kmk-contact-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--kmk-muted);
  line-height: 1.7;
}

.entry-content > .kmk-policy-source {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.kmk-policy-source {
  background: #f5f6f5;
  color: var(--kmk-ink);
  overflow-x: hidden;
}

.kmk-policy-source,
.kmk-policy-source * {
  box-sizing: border-box;
}

.kmk-policy-inner {
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
}

.kmk-policy-hero {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: flex-end;
  overflow: hidden;
  background: #111719;
  isolation: isolate;
}

.kmk-policy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 15, 17, 0.8), rgba(10, 15, 17, 0.42) 52%, rgba(10, 15, 17, 0.1)),
    linear-gradient(0deg, rgba(10, 15, 17, 0.62), rgba(10, 15, 17, 0.08) 58%);
}

.kmk-policy-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kmk-policy-hero-copy {
  position: relative;
  z-index: 1;
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 70px;
  color: #fff;
}

.kmk-policy-kicker {
  margin: 0 0 10px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-policy-hero-copy .kmk-policy-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.kmk-policy-hero-copy h1,
.kmk-policy-section-head h2,
.kmk-policy-details h2,
.kmk-policy-support h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.kmk-policy-hero-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
}

.kmk-policy-hero-copy > p:not(.kmk-policy-kicker) {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.kmk-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kmk-policy-button {
  display: inline-flex;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.kmk-policy-button.is-primary {
  border-color: var(--kmk-brass);
  background: var(--kmk-brass);
  color: #111;
}

.kmk-policy-button.is-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.kmk-policy-highlights {
  padding: 42px 0;
  background: #fff;
}

.kmk-policy-highlights .kmk-policy-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kmk-policy-highlights article,
.kmk-policy-details article,
.kmk-policy-support-card {
  min-width: 0;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 28, 33, 0.05);
}

.kmk-policy-highlights article {
  min-height: 210px;
  padding: 26px;
}

.kmk-policy-highlights span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 850;
}

.kmk-policy-highlights h2 {
  margin: 0 0 10px;
  color: var(--kmk-ink);
  font-size: 21px;
  line-height: 1.22;
}

.kmk-policy-highlights p,
.kmk-policy-note,
.kmk-policy-steps p,
.kmk-policy-details li,
.kmk-policy-faq-list p,
.kmk-policy-support-card p {
  color: var(--kmk-muted);
  line-height: 1.7;
}

.kmk-policy-overview,
.kmk-policy-flow,
.kmk-policy-faq {
  padding: 74px 0;
  background: #f5f6f5;
}

.kmk-policy-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.kmk-policy-section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.kmk-policy-table {
  overflow: hidden;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 28, 33, 0.06);
}

.kmk-policy-row {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1.15fr 1fr;
  min-width: 0;
}

.kmk-policy-row span {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--kmk-line);
  color: var(--kmk-ink);
  font-size: 14px;
  line-height: 1.55;
}

.kmk-policy-row span:last-child {
  border-right: 0;
}

.kmk-policy-row.is-head {
  background: #12201c;
}

.kmk-policy-row.is-head span {
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.kmk-policy-note {
  max-width: 880px;
  margin: 18px 0 0;
  font-size: 14px;
}

.kmk-policy-flow {
  background: #fff;
}

.kmk-policy-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.kmk-policy-steps div {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
}

.kmk-policy-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: #eff4f0;
  color: var(--kmk-brass);
  font-size: 13px;
  font-weight: 850;
}

.kmk-policy-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--kmk-ink);
  font-size: 15px;
}

.kmk-policy-steps p {
  margin: 0;
  font-size: 13px;
}

.kmk-policy-details {
  padding: 76px 0;
  background: #eef2ef;
}

.kmk-policy-details .kmk-policy-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.kmk-policy-details article {
  padding: 30px;
}

.kmk-policy-details h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.kmk-policy-details ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.kmk-policy-details li {
  position: relative;
  padding-left: 22px;
}

.kmk-policy-details li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kmk-brass);
}

.kmk-policy-faq {
  background: #fff;
}

.kmk-policy-faq-list {
  display: grid;
  gap: 12px;
}

.kmk-policy-faq-list details {
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
}

.kmk-policy-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--kmk-ink);
  font-size: 16px;
  font-weight: 800;
}

.kmk-policy-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
}

.kmk-policy-support {
  padding: 58px 0 82px;
  background: #12201c;
  color: #fff;
}

.kmk-policy-support .kmk-policy-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: 28px;
  align-items: center;
}

.kmk-policy-support h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
}

.kmk-policy-support-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.kmk-policy-support-card strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-transform: uppercase;
}

.kmk-policy-support-card a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.kmk-policy-support-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.entry-content > .kmk-about-source {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.kmk-about-source {
  background: #f5f6f5;
  color: var(--kmk-ink);
  overflow-x: hidden;
}

.kmk-about-inner {
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
}

.kmk-about-hero {
  position: relative;
  display: flex;
  min-height: 640px;
  align-items: flex-end;
  overflow: hidden;
  background: #0d1113;
  isolation: isolate;
}

.kmk-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.1));
}

.kmk-about-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kmk-about-hero-copy {
  position: relative;
  z-index: 1;
  width: calc(100% - 44px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 74px;
  color: #fff;
}

.kmk-about-kicker {
  margin: 0 0 10px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-about-hero-copy .kmk-about-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.kmk-about-hero-copy h1,
.kmk-about-belief h2,
.kmk-about-panel h2,
.kmk-about-section-head h2,
.kmk-about-material-copy h2,
.kmk-about-cta h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.kmk-about-hero-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: 62px;
}

.kmk-about-hero-copy > p:not(.kmk-about-kicker) {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.kmk-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kmk-about-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-about-button.is-primary {
  border-color: var(--kmk-brass);
  background: var(--kmk-brass);
  color: #fff;
}

.kmk-about-button.is-secondary {
  color: #fff;
}

.kmk-about-button:hover {
  transform: translateY(-1px);
}

.kmk-about-button.is-primary:hover {
  border-color: var(--kmk-ink);
  background: var(--kmk-ink);
  color: #fff;
}

.kmk-about-button.is-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-about-belief {
  padding: 78px 0;
  background: #fff;
}

.kmk-about-belief-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: start;
}

.kmk-about-belief h2,
.kmk-about-section-head h2,
.kmk-about-material-copy h2,
.kmk-about-cta h2 {
  color: var(--kmk-ink);
  font-size: 44px;
}

.kmk-about-copy p,
.kmk-about-panel p,
.kmk-about-material-copy p {
  margin: 0;
  color: #314248;
  font-size: 16px;
  line-height: 1.82;
}

.kmk-about-copy p + p {
  margin-top: 18px;
}

.kmk-about-split {
  padding: 82px 0;
}

.kmk-about-split .kmk-about-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.kmk-about-portrait {
  margin: 0;
  background: #e8ece8;
}

.kmk-about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.kmk-about-panel {
  max-width: 640px;
}

.kmk-about-panel h2 {
  color: var(--kmk-ink);
  font-size: 46px;
}

.kmk-about-panel p {
  margin-top: 20px;
}

.kmk-about-panel ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.kmk-about-panel li {
  position: relative;
  padding-left: 24px;
  color: #203139;
  font-size: 15px;
  font-weight: 700;
}

.kmk-about-panel li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--kmk-brass);
}

.kmk-about-values {
  padding: 76px 0 84px;
  background: #fff;
}

.kmk-about-section-head {
  max-width: 740px;
  margin-bottom: 30px;
}

.kmk-about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.kmk-about-value-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--kmk-line);
  background: #fff;
}

.kmk-about-value-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--kmk-brass);
  font-size: 13px;
  font-weight: 800;
}

.kmk-about-value-grid h3 {
  margin: 0 0 12px;
  color: var(--kmk-ink);
  font-size: 22px;
}

.kmk-about-value-grid p {
  margin: 0;
  color: var(--kmk-muted);
  font-size: 14px;
  line-height: 1.72;
}

.kmk-about-materials {
  padding: 84px 0;
  background: #11191d;
  color: #fff;
}

.kmk-about-materials .kmk-about-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.kmk-about-material-copy {
  max-width: 500px;
}

.kmk-about-material-copy h2 {
  color: #fff;
  font-size: 42px;
}

.kmk-about-material-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.kmk-about-text-link {
  display: inline-flex;
  margin-top: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-about-text-link::after {
  content: "->";
  margin-left: 9px;
  color: var(--kmk-brass);
}

.kmk-about-text-link:hover {
  color: var(--kmk-brass);
}

.kmk-about-material-gallery {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
  align-items: end;
}

.kmk-about-material-gallery figure {
  margin: 0;
}

.kmk-about-material-gallery figure:first-child {
  padding-bottom: 52px;
}

.kmk-about-material-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.kmk-about-material-gallery figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-about-quote {
  padding: 82px 0;
  background: #f5f6f5;
}

.kmk-about-quote p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--kmk-ink);
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
}

.kmk-about-quote p::before,
.kmk-about-quote p::after {
  color: var(--kmk-brass);
}

.kmk-about-quote p::before {
  content: "\201C";
}

.kmk-about-quote p::after {
  content: "\201D";
}

.kmk-about-cta {
  padding: 54px 0;
  background: #fff;
}

.kmk-about-cta .kmk-about-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.kmk-about-cta h2 {
  max-width: 640px;
  font-size: 34px;
}

.entry-content > .kmk-blog-source {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
}

.kmk-blog-source {
  background: #f5f6f5;
  color: #142027;
}

.kmk-blog-inner {
  width: min(100% - 44px, 1180px);
  margin: 0 auto;
}

.kmk-blog-hero {
  background: #030303;
  color: #fff;
  padding: 18px 0 48px;
}

.kmk-blog-hero.is-search {
  padding-bottom: 60px;
}

.kmk-blog-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
}

.kmk-blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.kmk-blog-breadcrumb a::after {
  content: ">";
  margin-left: 9px;
  color: rgba(255, 255, 255, 0.42);
}

.kmk-blog-breadcrumb a:hover {
  color: #fff;
}

.kmk-blog-hero-copy {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.kmk-blog-kicker,
.kmk-blog-card-meta {
  margin: 0 0 8px;
  color: #b98938;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-blog-hero-copy .kmk-blog-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.kmk-blog-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.08;
}

.kmk-blog-hero-copy h1::after {
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  margin: 22px auto 0;
  background: #b98938;
}

.kmk-blog-hero-copy p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.kmk-blog-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 620px);
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.kmk-blog-search-form input {
  min-width: 0;
  min-height: 50px;
  padding: 0 17px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.kmk-blog-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.kmk-blog-search-form button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  background: var(--kmk-brass);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-blog-search-form button:hover {
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-blog-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(176px, 226px));
  gap: 24px;
}

.kmk-blog-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 176px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 22px;
  color: #fff;
  isolation: isolate;
}

.kmk-blog-feature-card.is-large {
  grid-column: 1;
  grid-row: span 2;
}

.kmk-blog-feature-card.is-tall {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.kmk-blog-feature-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.kmk-blog-feature-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.kmk-blog-feature-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.kmk-blog-feature-card:hover img {
  transform: scale(1.035);
}

.kmk-blog-feature-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.9));
}

.kmk-blog-feature-card strong {
  display: block;
  max-width: 92%;
  align-self: flex-start;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.18;
}

.kmk-blog-feature-card .kmk-blog-card-meta {
  position: static;
  align-self: flex-start;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}

.kmk-blog-tabs-wrap {
  background: #fff;
  border-bottom: 1px solid #e7e8e5;
}

.kmk-blog-tabs {
  display: flex;
  width: min(100% - 44px, 1180px);
  margin: 0 auto;
  padding: 16px 0;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.kmk-blog-tabs a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8ddda;
  background: #fff;
  color: #142027;
  font-size: 13px;
  font-weight: 700;
}

.kmk-blog-tabs a:hover,
.kmk-blog-tabs a.is-active {
  border-color: #172024;
  background: #172024;
  color: #fff;
}

.kmk-blog-listing {
  padding: 48px 0 76px;
}

.kmk-blog-list-head {
  margin-bottom: 24px;
}

.kmk-blog-list-head h2 {
  margin: 0;
  color: #172024;
  font-family: Georgia, serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 500;
}

.kmk-blog-result-count {
  margin: 10px 0 0;
  color: var(--kmk-muted);
  font-size: 14px;
  font-weight: 700;
}

.kmk-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.kmk-blog-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 1px solid #e2e7e4;
}

.kmk-blog-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1.52 / 1;
  overflow: hidden;
  background: #fbfbf8;
}

.kmk-blog-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.kmk-blog-card:hover .kmk-blog-card-image img {
  transform: none;
}

.kmk-blog-card-body {
  display: grid;
  align-content: start;
  padding: 20px 20px 22px;
}

.kmk-blog-card h3 {
  min-height: 60px;
  margin: 0 0 6px;
  color: #172024;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.22;
}

.kmk-blog-card h3 a {
  color: inherit;
}

.kmk-blog-card h3 a:hover {
  color: #8f682d;
}

.kmk-blog-card-date {
  margin: 0 0 14px;
  color: #748077;
  font-size: 12px;
  font-weight: 700;
}

.kmk-blog-card-excerpt {
  min-height: 78px;
  margin: 0 0 22px;
  color: #304048;
  font-size: 14px;
  line-height: 1.58;
}

.kmk-blog-read {
  align-self: end;
  color: #b98938;
  font-size: 13px;
  font-weight: 800;
}

.kmk-blog-read::after {
  content: "->";
  margin-left: 8px;
}

.kmk-blog-read:hover {
  color: #172024;
}

.kmk-blog-empty {
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #e2e7e4;
  color: #5d6a70;
}

.kmk-blog-empty a {
  color: var(--kmk-brass);
  font-weight: 800;
}

.kmk-blog-empty a:hover {
  color: var(--kmk-ink);
}

.kmk-blog-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.kmk-blog-page-link,
.kmk-blog-page-numbers a,
.kmk-blog-page-numbers span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8ddda;
  background: #fff;
  color: #142027;
  font-size: 13px;
  font-weight: 800;
}

.kmk-blog-page-link.is-prev {
  grid-column: 1;
  justify-self: start;
}

.kmk-blog-page-link.is-next {
  grid-column: 3;
  justify-self: end;
}

.kmk-blog-page-numbers {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.kmk-blog-page-numbers span,
.kmk-blog-page-numbers a:hover,
.kmk-blog-page-link:hover {
  border-color: #172024;
  background: #172024;
  color: #fff;
}

.ct-footer {
  display: none;
}

.kmk-site-footer {
  margin-top: clamp(42px, 6vw, 80px);
  background: #172024;
  color: #d9e0dc;
}

.kmk-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
  gap: clamp(22px, 4vw, 48px);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 62px) 22px;
}

.kmk-site-footer h2,
.kmk-site-footer h3 {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0;
}

.kmk-site-footer h2 {
  font-size: 28px;
  font-family: Georgia, serif;
}

.kmk-site-footer h3 {
  font-size: 14px;
  text-transform: uppercase;
}

.kmk-site-footer p,
.kmk-site-footer a {
  color: #c8d1cc;
  font-size: 14px;
  line-height: 1.7;
}

.kmk-site-footer .kmk-footer-blog-link {
  display: inline-flex;
  margin-top: 10px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
}

.kmk-site-footer .kmk-footer-blog-link::after {
  content: "->";
  margin-left: 8px;
  color: var(--kmk-brass);
}

.kmk-payment-methods {
  display: grid;
  gap: 8px;
}

.kmk-payment-methods-label {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.kmk-payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kmk-payment-icons li {
  display: inline-flex;
  width: 48px;
  height: 30px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.09);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(23, 32, 36, 0.04);
}

.kmk-payment-icons img {
  display: block;
  max-width: 38px;
  max-height: 22px;
  object-fit: contain;
}

.kmk-payment-icons img[alt="Klarna"] {
  max-width: 36px;
  max-height: 14px;
}

.kmk-site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.kmk-footer-group {
  display: grid;
  align-content: start;
  gap: 8px;
}

.kmk-footer-panel {
  display: grid;
  align-content: start;
  gap: 8px;
}

.kmk-footer-panel p {
  margin: 0;
}

.kmk-footer-toggle {
  display: none;
}

.kmk-site-footer a:hover {
  color: #fff;
}

.kmk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 22px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aeb9b4;
  font-size: 13px;
  line-height: 1.5;
}

.kmk-footer-bottom .kmk-payment-methods {
  justify-items: end;
  color: #c8d1cc;
}

.kmk-footer-bottom .kmk-payment-icons {
  justify-content: flex-end;
}

.kmk-cookie-notice[hidden] {
  display: none !important;
}

.kmk-cookie-notice {
  position: fixed;
  z-index: 99999;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  width: min(960px, calc(100% - 32px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(23, 32, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(18, 28, 33, 0.18);
  color: var(--kmk-ink);
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.kmk-cookie-notice.is-hiding {
  opacity: 0;
  transform: translate(-50%, 10px);
}

.kmk-cookie-notice-copy {
  display: grid;
  gap: 4px;
}

.kmk-cookie-notice-copy strong {
  color: var(--kmk-ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.kmk-cookie-notice-copy p {
  max-width: 62rem;
  margin: 0;
  color: #52605b;
  font-size: 13px;
  line-height: 1.55;
}

.kmk-cookie-notice-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.kmk-cookie-notice-actions a {
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kmk-cookie-notice-actions button {
  min-height: 38px;
  padding: 10px 18px;
  border: 1px solid var(--kmk-ink);
  border-radius: 4px;
  background: var(--kmk-ink);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

@media (max-width: 999px) {
  .header-menu-1 .ct-menu-link {
    padding-inline: 9px;
    font-size: 12px;
  }

  .woocommerce-shop .ct-container,
  .tax-product_cat .ct-container {
    width: min(100% - 36px, 760px);
    max-width: 760px;
  }

  .woocommerce-shop,
  .tax-product_cat {
    --theme-content-vertical-spacing: 24px !important;
  }

  .woocommerce-shop .site-main > .ct-container,
  .tax-product_cat .site-main > .ct-container {
    padding-top: 24px !important;
  }

  .kmk-shop-shell {
    display: block;
    margin-top: 0;
  }

  .kmk-shop-sidebar {
    position: static;
    margin-bottom: 24px;
    padding: 18px;
  }

  .kmk-shop-filter-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .kmk-shop-filter-head p,
  .kmk-shop-filter-head h2 {
    grid-column: 1;
  }

  .kmk-shop-filter-head a {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .kmk-shop-filter-group {
    margin-top: 16px;
  }

  .kmk-shop-filter-group.is-category {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-top: 22px;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .kmk-shop-filter-group.is-category h3 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .kmk-shop-filter-link {
    flex: 0 0 auto;
    min-height: 36px;
    border-color: var(--kmk-line);
    background: #fff;
  }

  .kmk-shop-filter-link small {
    display: none;
  }

  .kmk-shop-results {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kmk-shop-results .woocommerce-ordering {
    justify-self: stretch;
  }

  .kmk-shop-results .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .kmk-contact-hero {
    min-height: 560px;
  }

  .kmk-contact-hero-copy h1 {
    font-size: 52px;
  }

  .kmk-contact-routing .kmk-contact-inner,
  .kmk-contact-main .kmk-contact-inner {
    grid-template-columns: 1fr;
  }

  .kmk-contact-details {
    position: static;
  }

  .kmk-contact-routing article {
    min-height: 0;
  }

  .kmk-policy-hero {
    min-height: 540px;
  }

  .kmk-policy-hero-copy h1 {
    font-size: 52px;
  }

  .kmk-policy-highlights .kmk-policy-inner,
  .kmk-policy-details .kmk-policy-inner,
  .kmk-policy-support .kmk-policy-inner {
    grid-template-columns: 1fr;
  }

  .kmk-policy-highlights article {
    min-height: 0;
  }

  .kmk-policy-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-about-hero {
    min-height: 600px;
  }

  .kmk-about-hero-copy h1 {
    font-size: 52px;
  }

  .kmk-about-belief-grid,
  .kmk-about-split .kmk-about-inner,
  .kmk-about-materials .kmk-about-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kmk-about-belief,
  .kmk-about-split,
  .kmk-about-values,
  .kmk-about-materials,
  .kmk-about-quote {
    padding: 58px 0;
  }

  .kmk-about-panel,
  .kmk-about-material-copy {
    max-width: none;
  }

  .kmk-about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-about-material-gallery {
    max-width: 760px;
  }

  .kmk-blog-feature-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .kmk-blog-feature-card,
  .kmk-blog-feature-card.is-large,
  .kmk-blog-feature-card.is-tall,
  .kmk-blog-feature-card:nth-child(2),
  .kmk-blog-feature-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .kmk-blog-feature-card,
  .kmk-blog-feature-card.is-large,
  .kmk-blog-feature-card.is-tall {
    min-height: 240px;
  }

  .kmk-blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-inquiry,
  .kmk-footer-inner {
    grid-template-columns: 1fr;
  }

  .home .kmk-sig-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .kmk-sig-card {
    order: 2;
    margin-right: 0;
  }

  .home .kmk-sig-img {
    order: 1;
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .kmk-category-track {
    gap: 18px;
  }

  .kmk-category-card {
    flex-basis: calc((100% - 54px) / 4);
  }

  .kmk-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px 24px;
  }

  .kmk-home-signature,
  .kmk-home-offer {
    grid-template-columns: 1fr;
  }

  .kmk-home-signature-copy {
    order: 2;
    margin-right: 0;
  }

  .kmk-home-signature img {
    order: 1;
  }

  .kmk-home-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ct-header .site-title a {
    max-width: 220px;
    font-size: 14px;
  }

  .home .custom-video-box {
    margin-top: 24px;
    border-radius: 6px;
  }

  .home .kmk-flash-sale-xmas .kmk-flash-title {
    white-space: normal !important;
  }

  .home header#header {
    top: 40px;
  }

  body.admin-bar.home header#header {
    top: 86px;
  }

  .home header#header .site-title a::after {
    font-size: 15px;
  }

  .kmk-home-topbar {
    min-height: 40px;
    padding: 3px 10px;
    font-size: 9px;
  }

  .kmk-home-hero {
    height: 558px;
    min-height: 0;
  }

  .kmk-home-categories {
    padding: 28px 0 34px;
  }

  .kmk-home-inner {
    padding: 0 16px;
  }

  .kmk-home-categories h2 {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .kmk-category-track {
    gap: 20px 12px;
  }

  .kmk-category-card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .kmk-category-card strong {
    min-height: 30px;
    font-size: 10px;
  }

  .kmk-home-products {
    padding: 28px 0 42px;
  }

  .kmk-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 16px;
    padding: 0 16px;
  }

  .kmk-home-product-card h3 {
    min-height: 46px;
    font-size: 11px;
  }

  .kmk-home-wide-video {
    aspect-ratio: 16 / 9;
  }

  .kmk-home-popular-bar {
    min-height: 42px;
    margin: -6px 0 -10px;
    font-size: 13px;
  }

  .kmk-home-signature {
    padding: 0 16px 34px;
  }

  .kmk-home-signature-copy {
    padding: 24px 18px;
  }

  .kmk-home-signature-copy h2 {
    font-size: 20px;
  }

  .kmk-home-signature-copy p {
    font-size: 13px;
  }

  .kmk-home-offer {
    gap: 20px;
    padding: 0 16px 34px;
  }

  .kmk-home-offer-media {
    min-height: 190px;
  }

  .kmk-home-offer-copy h2 {
    font-size: 34px;
  }

  .kmk-home-offer-copy span {
    font-size: 18px;
  }

  .kmk-contact-inner,
  .kmk-contact-hero-copy {
    width: calc(100vw - 32px);
    max-width: 1180px;
  }

  .kmk-contact-hero {
    min-height: 520px;
  }

  .kmk-contact-hero::after {
    background: linear-gradient(180deg, rgba(11, 15, 17, 0.1), rgba(11, 15, 17, 0.84));
  }

  .kmk-contact-hero-copy {
    padding-bottom: 42px;
  }

  .kmk-contact-hero-copy h1 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 31px;
  }

  .kmk-contact-hero-copy > p:not(.kmk-contact-kicker) {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 14px;
  }

  .kmk-contact-hero-actions {
    display: grid;
    gap: 10px;
  }

  .kmk-contact-button {
    width: 100%;
  }

  .kmk-contact-routing {
    padding: 26px 0;
  }

  .kmk-contact-routing .kmk-contact-inner {
    gap: 12px;
  }

  .kmk-contact-routing article {
    padding: 20px;
  }

  .kmk-contact-routing span {
    margin-bottom: 18px;
  }

  .kmk-contact-main {
    padding: 42px 0;
  }

  .kmk-contact-main .kmk-contact-inner {
    gap: 16px;
  }

  .kmk-contact-details,
  .kmk-contact-form-panel {
    padding: 22px;
  }

  .kmk-contact-details h2,
  .kmk-contact-section-head h2 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 28px;
  }

  .kmk-contact-detail-list a,
  .kmk-contact-detail-list span {
    overflow-wrap: anywhere;
  }

  .kmk-contact-form-panel .kmk-inquiry-copy ul {
    grid-template-columns: 1fr;
  }

  .kmk-contact-faq {
    padding: 42px 0 58px;
  }

  .kmk-contact-section-head {
    margin-bottom: 20px;
  }

  .kmk-contact-faq-list summary {
    padding: 17px 18px;
    font-size: 15px;
  }

  .kmk-contact-faq-list p {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .kmk-policy-inner,
  .kmk-policy-hero-copy {
    width: calc(100vw - 32px);
    max-width: 1180px;
  }

  .kmk-policy-hero {
    min-height: 500px;
  }

  .kmk-policy-hero::after {
    background: linear-gradient(180deg, rgba(10, 15, 17, 0.12), rgba(10, 15, 17, 0.84));
  }

  .kmk-policy-hero-copy {
    padding-bottom: 40px;
  }

  .kmk-policy-hero-copy h1 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 32px;
  }

  .kmk-policy-hero-copy > p:not(.kmk-policy-kicker) {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 14px;
  }

  .kmk-policy-actions {
    display: grid;
    gap: 10px;
  }

  .kmk-policy-button {
    width: 100%;
  }

  .kmk-policy-highlights {
    padding: 26px 0;
  }

  .kmk-policy-highlights .kmk-policy-inner {
    gap: 12px;
  }

  .kmk-policy-highlights article,
  .kmk-policy-details article,
  .kmk-policy-support-card {
    padding: 22px;
  }

  .kmk-policy-highlights span {
    margin-bottom: 18px;
  }

  .kmk-policy-overview,
  .kmk-policy-flow,
  .kmk-policy-faq {
    padding: 42px 0;
  }

  .kmk-policy-section-head {
    margin-bottom: 20px;
  }

  .kmk-policy-section-head h2,
  .kmk-policy-details h2,
  .kmk-policy-support h2 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 28px;
  }

  .kmk-policy-row.is-head {
    display: none;
  }

  .kmk-policy-row {
    grid-template-columns: 1fr;
  }

  .kmk-policy-row span {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--kmk-line);
  }

  .kmk-policy-row span:last-child {
    border-bottom: 0;
  }

  .kmk-policy-row span::before {
    content: attr(data-label);
    color: var(--kmk-brass);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .kmk-policy-steps {
    grid-template-columns: 1fr;
  }

  .kmk-policy-steps div {
    padding: 18px;
  }

  .kmk-policy-details {
    padding: 42px 0;
  }

  .kmk-policy-details .kmk-policy-inner {
    gap: 14px;
  }

  .kmk-policy-faq-list summary {
    padding: 17px 18px;
    font-size: 15px;
  }

  .kmk-policy-faq-list p {
    padding: 0 18px 18px;
    font-size: 14px;
  }

  .kmk-policy-support {
    padding: 42px 0 58px;
  }

  .kmk-policy-support .kmk-policy-inner {
    gap: 20px;
  }

  .kmk-about-inner,
  .kmk-about-hero-copy {
    width: calc(100vw - 32px);
    max-width: 1180px;
  }

  .kmk-about-hero {
    min-height: 560px;
  }

  .kmk-about-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
  }

  .kmk-about-hero-copy {
    padding-bottom: 44px;
  }

  .kmk-about-hero-copy h1 {
    width: auto;
    max-width: min(340px, calc(100vw - 32px));
    font-size: 32px;
  }

  .kmk-about-hero-copy > p:not(.kmk-about-kicker) {
    width: auto;
    max-width: min(340px, calc(100vw - 32px));
    font-size: 14px;
  }

  .kmk-about-actions {
    display: grid;
  }

  .kmk-about-button {
    width: 100%;
  }

  .kmk-about-belief h2,
  .kmk-about-panel h2,
  .kmk-about-section-head h2,
  .kmk-about-material-copy h2 {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 28px;
  }

  .kmk-about-copy p,
  .kmk-about-panel p,
  .kmk-about-material-copy p {
    max-width: min(340px, calc(100vw - 32px));
    font-size: 14px;
  }

  .kmk-about-value-grid,
  .kmk-about-material-gallery {
    grid-template-columns: 1fr;
  }

  .kmk-about-value-grid article {
    min-height: 0;
    padding: 22px;
  }

  .kmk-about-value-grid span {
    margin-bottom: 28px;
  }

  .kmk-about-material-gallery figure:first-child {
    padding-bottom: 0;
  }

  .kmk-about-quote p {
    font-size: 32px;
    line-height: 1.2;
  }

  .kmk-about-cta .kmk-about-inner {
    display: grid;
    gap: 18px;
  }

  .kmk-about-cta h2 {
    font-size: 28px;
  }

  .kmk-blog-inner,
  .kmk-blog-tabs {
    width: calc(100vw - 32px);
    max-width: 1180px;
  }

  .kmk-blog-hero {
    padding: 14px 0 34px;
  }

  .kmk-blog-breadcrumb {
    margin-bottom: 28px;
    font-size: 11px;
  }

  .kmk-blog-hero-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
    margin-bottom: 24px;
    overflow-x: hidden;
  }

  .kmk-blog-hero-copy h1 {
    max-width: min(310px, calc(100vw - 32px));
    margin-right: auto;
    margin-left: auto;
    font-size: 29px;
  }

  .kmk-blog-hero-copy > p:not(.kmk-blog-kicker) {
    max-width: min(310px, calc(100vw - 32px));
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }

  .kmk-blog-search-form {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
  }

  .kmk-blog-search-form button {
    width: 100%;
  }

  .kmk-blog-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kmk-blog-feature-card,
  .kmk-blog-feature-card.is-large,
  .kmk-blog-feature-card.is-tall {
    min-height: 248px;
    padding: 18px;
  }

  .kmk-blog-feature-card .kmk-blog-card-meta {
    left: 18px;
    bottom: calc(18px + 2.7em);
  }

  .kmk-blog-tabs {
    gap: 8px;
    padding: 12px 0;
  }

  .kmk-blog-tabs a {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }

  .kmk-blog-listing {
    padding: 34px 0 54px;
  }

  .kmk-blog-pagination {
    grid-template-columns: 1fr;
  }

  .kmk-blog-page-link.is-prev,
  .kmk-blog-page-link.is-next,
  .kmk-blog-page-numbers {
    grid-column: auto;
    justify-self: stretch;
  }

  .kmk-blog-page-link {
    width: 100%;
  }

  .kmk-blog-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kmk-blog-card-image {
    aspect-ratio: 16 / 9;
  }

  .kmk-blog-card-image img {
    padding: 10px;
  }

  .kmk-blog-card-body {
    padding: 16px 16px 18px;
  }

  .kmk-blog-card h3 {
    display: -webkit-box;
    min-height: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kmk-blog-card-excerpt {
    display: -webkit-box;
    min-height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.48;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kmk-site-footer {
    margin-top: 36px;
  }

  .kmk-footer-inner {
    gap: 0;
    padding: 34px 22px 14px;
  }

  .kmk-footer-brand {
    padding-bottom: 20px;
  }

  .kmk-footer-brand h2 {
    margin-bottom: 10px;
  }

  .kmk-footer-brand p {
    max-width: 32rem;
    margin: 0;
  }

  .kmk-cookie-notice {
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 22px);
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .kmk-cookie-notice-copy strong {
    font-size: 12px;
  }

  .kmk-cookie-notice-copy p {
    font-size: 12px;
    line-height: 1.5;
  }

  .kmk-cookie-notice-actions {
    justify-content: space-between;
  }

  .kmk-cookie-notice-actions button {
    min-width: 104px;
  }

  .kmk-footer-group {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .kmk-footer-title {
    display: none;
  }

  .kmk-footer-toggle {
    all: unset;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .kmk-footer-toggle::after {
    content: "+";
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: #c8d1cc;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

  .kmk-footer-toggle[aria-expanded="true"]::after {
    content: "-";
    color: #fff;
  }

  .kmk-footer-toggle[aria-expanded="false"] + .kmk-footer-panel {
    display: none;
  }

  .kmk-footer-toggle[aria-expanded="true"] + .kmk-footer-panel {
    display: grid;
  }

  .kmk-footer-panel {
    gap: 6px;
    padding: 0 0 18px;
  }

  .kmk-footer-panel a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
  }

  .kmk-footer-panel p + p {
    margin-top: 8px;
  }

  .kmk-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 22px 24px;
    line-height: 1.6;
  }

  .kmk-footer-bottom .kmk-payment-methods {
    justify-items: start;
  }

  .kmk-footer-bottom .kmk-payment-icons {
    justify-content: flex-start;
  }

  .kmk-home-service-strip {
    grid-template-columns: 1fr;
  }

  .kmk-form-grid {
    grid-template-columns: 1fr;
  }

  .kmk-inquiry {
    padding: 18px;
  }

  .woocommerce ul.products li.product {
    padding: 10px;
  }
}

/* Homepage brand redesign */
.kmk-home-source {
  --kmk-home-max: 1240px;
  --kmk-home-pad: 24px;
  color: var(--kmk-ink);
  background: #fff;
}

.kmk-home-topbar {
  min-height: 42px;
  padding: 7px var(--kmk-home-pad);
  background: #12231d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.home header#header {
  top: 42px;
}

.home header#header [data-row] {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.16)) !important;
}

.home header#header .header-menu-1 .menu {
  gap: 30px;
}

.home header#header .ct-menu-link {
  padding-inline: 6px;
  font-size: 15px;
  font-weight: 800;
}

.kmk-home-inner {
  max-width: var(--kmk-home-max);
  margin: 0 auto;
  padding-inline: var(--kmk-home-pad);
}

.kmk-home-eyebrow {
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-home-section-head {
  max-width: 690px;
  margin-bottom: 34px;
}

.kmk-home-section-head.is-centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.kmk-home-section-head h2,
.kmk-gift-copy h2,
.kmk-craft-intro h2 {
  margin: 8px 0 0;
  color: var(--kmk-ink);
  font-size: 36px;
  line-height: 1.12;
}

.kmk-home-display-title {
  display: grid;
  gap: 2px;
  max-width: none;
  color: #06090a;
  font-size: 1rem;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-home-section-head.is-centered .kmk-home-display-title {
  justify-items: center;
}

.kmk-home-display-title span,
.kmk-home-display-title small {
  display: block;
  font-family: inherit;
  line-height: 0.96;
  letter-spacing: inherit;
}

.kmk-home-display-title span {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
}

.kmk-home-display-title small {
  font-size: clamp(25px, 3.1vw, 42px);
  font-weight: 400;
}

.kmk-home-section-link {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.kmk-home-section-link a,
.kmk-home-action,
.kmk-gift-options button,
.kmk-home-add {
  min-height: 40px;
  border-radius: 4px;
}

.kmk-home-section-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--kmk-ink);
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-home-hero {
  min-height: 660px;
  height: 720px;
  cursor: default;
}

.kmk-home-hero::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.72), rgba(6, 12, 11, 0.34) 46%, rgba(6, 12, 11, 0.06)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
}

.kmk-home-hero img {
  object-position: center center;
}

.kmk-home-hero-content {
  position: absolute;
  bottom: 86px;
  left: max(24px, calc((100vw - var(--kmk-home-max)) / 2 + var(--kmk-home-pad)));
  z-index: 4;
  max-width: 620px;
  color: #fff;
}

.kmk-home-hero-content .kmk-home-eyebrow {
  color: #e7c58c;
}

.kmk-home-hero-content h1 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: 64px;
  line-height: 1.02;
  text-wrap: balance;
}

.home .entry-content .kmk-home-hero-content h1 {
  color: #fff;
}

.kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
}

.kmk-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kmk-home-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-home-hero-content .kmk-home-action {
  font-weight: 600;
}

.kmk-home-action.is-primary {
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-home-action.is-secondary {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
}

.kmk-home-rituals,
.kmk-home-products,
.kmk-home-collections,
.kmk-home-journal {
  padding: 76px 0;
  background: #fff;
}

.kmk-home-rituals {
  padding: 68px 0 28px;
  background:
    linear-gradient(180deg, #fbfcfb 0%, #fff 46%, #f7f8f5 100%);
}

.kmk-home-rituals .kmk-home-inner {
  max-width: 1340px;
}

.kmk-home-products {
  padding-bottom: 42px;
}

.kmk-home-collections {
  padding: 44px 0 70px;
  background: #f7faf8;
}

.kmk-home-collections .kmk-home-section-head {
  margin-bottom: 28px;
}

.kmk-home-rituals .kmk-home-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.kmk-home-rituals .kmk-home-eyebrow {
  color: #9a6b2e;
  font-size: 12px;
  font-weight: 750;
}

.kmk-home-rituals .kmk-home-section-head h2 {
  max-width: 780px;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
}

.kmk-home-rituals .kmk-home-section-copy {
  max-width: 640px;
  margin: 14px 0 0;
  color: #526166;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.68;
}

.kmk-home-gift-finder,
.kmk-home-craft {
  padding: 76px 0;
  background: #f4f7f5;
}

.kmk-home-gift-finder {
  padding-top: 36px;
}

.kmk-ritual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  counter-reset: kmk-ritual;
}

.kmk-ritual-carousel {
  position: relative;
}

.kmk-ritual-nav,
.kmk-ritual-dots {
  display: none;
}

.kmk-ritual-card,
.kmk-collection-card,
.kmk-journal-card {
  color: inherit;
  text-decoration: none;
}

.kmk-ritual-card {
  display: grid;
  position: relative;
  counter-increment: kmk-ritual;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(185, 137, 56, 0.2);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #fbfbf8 100%);
  box-shadow: 0 18px 45px rgba(18, 28, 33, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kmk-ritual-card::before {
  content: "0" counter(kmk-ritual);
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  color: rgba(23, 32, 36, 0.52);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.kmk-ritual-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 1px;
  background: rgba(185, 137, 56, 0.45);
}

.kmk-ritual-card:hover,
.kmk-collection-card:hover,
.kmk-journal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 137, 56, 0.5);
  box-shadow: 0 26px 68px rgba(18, 28, 33, 0.1);
}

.kmk-ritual-card img {
  display: block;
  width: calc(100% - 32px);
  margin: 16px 16px 0;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 4px;
  aspect-ratio: 1 / 0.92;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), rgba(248, 247, 241, 0.78) 62%, rgba(238, 232, 219, 0.52) 100%);
}

.kmk-ritual-card span,
.kmk-collection-card span,
.kmk-journal-card span {
  margin: 20px 20px 0;
  color: var(--kmk-brass);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.kmk-ritual-card strong,
.kmk-collection-card strong,
.kmk-journal-card strong {
  margin: 7px 20px 0;
  color: var(--kmk-ink);
  font-size: 22px;
  line-height: 1.18;
}

.kmk-ritual-card strong {
  margin: 8px 22px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.kmk-ritual-card em,
.kmk-collection-card em,
.kmk-journal-card em {
  margin: 9px 20px 22px;
  color: var(--kmk-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.kmk-ritual-card span {
  margin: 18px 22px 0;
  color: #9a6b2e;
  font-size: 10px;
  font-weight: 800;
}

.kmk-ritual-card em {
  margin: 10px 22px 30px;
  color: #526166;
  font-size: 14px;
  line-height: 1.62;
}

.kmk-gift-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fdfdfb;
  box-shadow: 0 28px 80px rgba(18, 28, 33, 0.1);
}

.kmk-gift-copy {
  position: relative;
  min-height: 352px;
  padding: 42px 38px;
  background: #102621;
  color: #fff;
}

.kmk-gift-copy::after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: 38px;
  left: 38px;
  height: 1px;
  background: rgba(223, 192, 137, 0.42);
}

.kmk-gift-copy .kmk-home-eyebrow {
  color: #d7b470;
}

.kmk-home-gift-finder .kmk-gift-copy h2 {
  max-width: 360px;
  color: #fff;
}

.kmk-gift-copy p:not(.kmk-home-eyebrow) {
  margin-top: 16px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.7;
}

.kmk-gift-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.kmk-gift-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(223, 192, 137, 0.42);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.kmk-gift-options {
  display: grid;
  gap: 24px;
  padding: 40px 42px;
  background: #fff;
}

.kmk-gift-options div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(226, 231, 228, 0.9);
}

.kmk-gift-options div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.kmk-gift-options strong {
  flex: 0 0 100%;
  color: #516068;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.kmk-gift-options button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid #dfe6e2;
  border-radius: 999px;
  background: #fbfcfb;
  color: var(--kmk-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.kmk-gift-options button:hover,
.kmk-gift-options button.is-active {
  border-color: rgba(185, 137, 56, 0.72);
  color: #7a5517;
  background: #fff8ec;
  box-shadow: inset 0 0 0 1px rgba(185, 137, 56, 0.14);
}

.kmk-gift-results {
  grid-column: 1 / -1;
  padding: 34px 42px 40px;
  border-top: 1px solid var(--kmk-line);
  background: #fff;
}

.kmk-gift-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.kmk-gift-results-head h3 {
  margin: 6px 0 0;
  color: var(--kmk-ink);
  font-size: 28px;
  line-height: 1.15;
}

.kmk-gift-count {
  padding: 6px 10px;
  border: 1px solid rgba(185, 137, 56, 0.24);
  border-radius: 999px;
  color: #7a5517;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kmk-gift-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kmk-gift-product-card[hidden] {
  display: none !important;
}

.kmk-gift-product-grid .kmk-home-product-card {
  border-color: #e4e9e6;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  box-shadow: 0 12px 32px rgba(18, 28, 33, 0.05);
}

.kmk-gift-product-grid .kmk-home-product-card:hover {
  box-shadow: 0 22px 50px rgba(18, 28, 33, 0.11);
}

.kmk-gift-product-grid .kmk-home-product-image {
  background: #f7f8f6;
}

.kmk-gift-product-grid .kmk-home-product-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 230px;
  padding: 18px 18px 20px;
}

.kmk-gift-product-grid .kmk-home-product-card h3 {
  display: block;
  min-height: 0;
  font-size: 14px;
  line-height: 1.32;
  overflow: visible;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.kmk-gift-product-grid .kmk-home-product-card h3 a {
  display: block;
}

.kmk-gift-product-grid .kmk-home-product-card .kmk-home-add {
  margin-top: auto;
}

.kmk-gift-product-grid .kmk-home-product-card .button,
.kmk-gift-product-grid .kmk-home-product-card .added_to_cart {
  min-height: 39px;
  border-radius: 0;
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-gift-empty {
  margin: 16px 0 0;
  color: var(--kmk-muted);
  font-size: 14px;
}

.kmk-home-products .kmk-home-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 22px;
  max-width: none;
  padding: 0;
}

.kmk-home-product-card {
  overflow: hidden;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kmk-home-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(185, 137, 56, 0.42);
  box-shadow: var(--kmk-shadow);
}

.kmk-home-product-image {
  background: #f7f8f7;
}

.kmk-home-product-meta {
  justify-items: start;
  gap: 7px;
  padding: 16px 16px 18px;
}

.kmk-home-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f7f8f6;
  color: var(--kmk-blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.kmk-home-product-cat {
  color: var(--kmk-brass);
}

.kmk-home-product-card h3 {
  min-height: 42px;
  color: var(--kmk-ink);
  font-size: 13px;
}

.kmk-home-rating {
  color: var(--kmk-brass);
}

.kmk-home-price {
  color: var(--kmk-ink);
  font-size: 13px;
}

.kmk-home-price ins {
  text-decoration: none;
}

.kmk-home-price del {
  color: #a3aaa6;
}

.kmk-home-add,
.kmk-home-add .wp-block-button__link {
  margin-top: 5px;
  padding: 8px 13px;
  border: 1px solid var(--kmk-ink);
  border-radius: 4px;
  background: transparent;
  color: var(--kmk-ink);
  font-size: 11px;
  text-transform: uppercase;
}

.kmk-home-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  min-height: 0;
  overflow: visible;
  text-overflow: clip;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.kmk-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.kmk-collection-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--kmk-line);
  border-radius: 8px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kmk-collection-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f8f7;
}

.kmk-collection-card strong {
  font-size: 20px;
}

.kmk-collection-card em {
  font-size: 13px;
}

.kmk-category-card img,
.kmk-collection-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.kmk-home-product-image {
  aspect-ratio: 1 / 1;
}

.kmk-home-craft {
  padding: 68px 0 32px;
  background: #f4f7f5;
}

.kmk-craft-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: stretch;
}

.kmk-craft-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #13231f;
}

.kmk-craft-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kmk-craft-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 14, 12, 0.05), rgba(7, 14, 12, 0.58));
}

.kmk-craft-media figcaption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 1;
  color: #fff;
}

.kmk-craft-media figcaption span {
  display: block;
  margin-bottom: 8px;
  color: #e7c58c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.kmk-craft-media figcaption strong {
  display: block;
  max-width: 430px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
}

.kmk-craft-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.kmk-craft-intro {
  max-width: 680px;
  margin-bottom: 26px;
}

.kmk-craft-intro > p:not(.kmk-home-eyebrow) {
  margin-top: 18px;
  color: var(--kmk-muted);
  font-size: 16px;
  line-height: 1.75;
}

.kmk-craft-grid {
  display: grid;
  gap: 12px;
}

.kmk-craft-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  min-height: 0;
  padding: 18px 0;
  border-top: 1px solid var(--kmk-line);
  border-radius: 0;
  background: transparent;
  color: var(--kmk-ink);
}

.kmk-craft-grid article:last-child {
  border-bottom: 1px solid var(--kmk-line);
}

.kmk-craft-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(185, 137, 56, 0.38);
  border-radius: 999px;
  color: var(--kmk-brass);
  font-size: 11px;
  font-weight: 900;
}

.kmk-craft-grid h3 {
  margin: 0 0 5px;
  color: var(--kmk-ink);
  font-size: 19px;
  line-height: 1.25;
}

.kmk-craft-grid p {
  grid-column: 2;
  margin: 0;
  color: var(--kmk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.kmk-craft-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: 28px;
  padding: 10px 18px;
  border: 1px solid var(--kmk-ink);
  border-radius: 4px;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-craft-link:hover {
  border-color: var(--kmk-brass);
  color: var(--kmk-brass);
}

.kmk-home-journal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 42px 0 38px;
  background:
    linear-gradient(180deg, #f7faf8 0%, #ffffff 72%),
    #ffffff;
}

.kmk-home-journal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 137, 56, 0.34), transparent);
}

.kmk-home-journal .kmk-home-inner {
  max-width: 1380px;
}

.kmk-journal-shell {
  position: relative;
}

.kmk-home-journal .kmk-home-section-head {
  max-width: 820px;
  margin: 0 auto 34px;
}

.kmk-home-journal .kmk-home-eyebrow {
  color: #a5762f;
  font-size: 12px;
  font-weight: 750;
}

.kmk-home-journal .kmk-home-section-head h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
}

.kmk-home-section-copy {
  max-width: 640px;
  margin: 16px auto 0;
  color: #546168;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.68;
}

.kmk-home-journal .kmk-home-section-copy {
  font-family: var(--theme-font-family, Arial, Helvetica, sans-serif);
}

.kmk-journal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.kmk-journal-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(23, 32, 36, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kmk-journal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(185, 137, 56, 0.44);
  box-shadow: 0 28px 62px rgba(23, 32, 36, 0.12);
}

.kmk-journal-card.is-featured {
  grid-column: span 2;
  grid-template-columns: minmax(270px, 0.92fr) minmax(250px, 0.78fr);
  grid-template-rows: 1fr;
  min-height: 460px;
  border-color: transparent;
  background: var(--kmk-ink);
  color: #fff;
  box-shadow: 0 26px 70px rgba(23, 32, 36, 0.16);
}

.kmk-journal-media {
  display: block;
  min-width: 0;
  margin: 10px 10px 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f7f5;
}

.kmk-journal-card.is-featured .kmk-journal-media {
  height: 100%;
  min-height: 420px;
  margin: 0;
  border-radius: 0;
  background: #fbfbf8;
}

.kmk-journal-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fbfbf8;
}

.kmk-journal-card.is-featured .kmk-journal-media img {
  aspect-ratio: auto;
  padding: 26px;
}

.kmk-journal-card.has-image-cover .kmk-journal-media img {
  object-fit: cover;
  padding: 0;
}

.kmk-journal-body {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  min-width: 0;
  padding: 24px 24px 22px;
}

.kmk-journal-card.is-featured .kmk-journal-body {
  align-content: center;
  padding: 38px 34px;
}

.kmk-journal-card span,
.kmk-journal-card strong,
.kmk-journal-card em,
.kmk-journal-card b {
  margin: 0;
}

.kmk-journal-card span {
  color: var(--kmk-brass);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.kmk-journal-card.is-featured span {
  color: #d8b271;
}

.kmk-journal-card strong {
  margin-top: 10px;
  color: var(--kmk-ink);
  font-size: 23px;
  line-height: 1.14;
}

.kmk-journal-card.is-featured strong {
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
}

.kmk-journal-card em {
  margin-top: 12px;
  color: var(--kmk-muted);
  font-size: 15px;
  font-style: normal;
  line-height: 1.62;
}

.kmk-journal-card.is-featured em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.kmk-journal-card b {
  align-self: end;
  width: fit-content;
  margin-top: 22px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.kmk-journal-card.is-featured b {
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  color: #fff;
}

.kmk-journal-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin: 18px auto 0;
  padding: 11px 18px;
  border: 1px solid rgba(23, 32, 36, 0.22);
  border-radius: 4px;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-journal-all:hover {
  border-color: var(--kmk-brass);
  color: var(--kmk-brass);
}

@media (max-width: 1180px) {
  .kmk-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kmk-home-products .kmk-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kmk-gift-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-journal-card.is-featured {
    grid-column: 1 / -1;
  }

  .kmk-home-journal .kmk-home-section-head h2 {
    font-size: 38px;
  }

  .kmk-home-rituals .kmk-home-section-head h2 {
    font-size: 38px;
  }
}

@media (max-width: 900px) {
  .kmk-home-source {
    --kmk-home-pad: 18px;
  }

  .kmk-home-hero {
    min-height: 640px;
    height: 640px;
  }

  .kmk-home-hero-content h1 {
    font-size: 46px;
  }

  .kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
    font-size: 16px;
  }

  .kmk-gift-panel,
  .kmk-craft-feature,
  .kmk-craft-grid,
  .kmk-journal-grid {
    grid-template-columns: 1fr;
  }

  .kmk-journal-card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 0;
  }

  .kmk-journal-card.is-featured .kmk-journal-media {
    min-height: 0;
    height: auto;
  }

  .kmk-journal-card.is-featured .kmk-journal-media img {
    aspect-ratio: 4 / 3;
  }

  .kmk-journal-card.is-featured strong {
    font-size: 28px;
  }

  .kmk-ritual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmk-home-rituals .kmk-home-section-copy {
    max-width: 560px;
  }

  .kmk-gift-panel {
    padding: 0;
  }

  .kmk-gift-copy {
    min-height: 0;
    padding: 34px 30px;
  }

  .kmk-gift-copy::after {
    right: 30px;
    bottom: 30px;
    left: 30px;
  }

  .kmk-gift-options,
  .kmk-gift-results {
    padding-right: 30px;
    padding-left: 30px;
  }

  .kmk-craft-media {
    min-height: 380px;
  }

  .kmk-craft-content {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .kmk-home-source {
    --kmk-home-pad: 14px;
  }

  .kmk-home-topbar {
    min-height: 34px;
    padding: 5px 10px;
    font-size: 9.5px;
    line-height: 1.3;
  }

  .home header#header {
    top: 34px;
  }

  body.admin-bar.home header#header {
    top: 80px;
  }

  .home header#header .site-title a,
  .home header#header .site-title a::after {
    width: 152px;
    max-width: 152px;
  }

  header#header .ct-header-trigger {
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(19, 35, 31, 0.11) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82) !important;
    color: #17302d !important;
    box-shadow: 0 10px 24px rgba(18, 28, 33, 0.08) !important;
  }

  header#header .ct-header-trigger .ct-icon,
  header#header .ct-header-trigger svg {
    width: 20px !important;
    height: 20px !important;
  }

  .home header#header .ct-header-trigger {
    border-color: rgba(255, 255, 255, 0.32) !important;
    background: rgba(18, 28, 33, 0.32) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(12px);
  }

  .kmk-home-eyebrow {
    font-size: 10.5px;
  }

  .kmk-home-section-head {
    margin-bottom: 18px;
  }

  .kmk-home-display-title span {
    font-size: 28px;
    line-height: 1;
  }

  .kmk-home-display-title small {
    font-size: 21px;
    line-height: 1;
  }

  .kmk-home-journal .kmk-home-section-head h2 {
    font-size: 32px;
    line-height: 1.16;
  }

  .kmk-home-rituals .kmk-home-section-head h2 {
    font-size: 25px;
    line-height: 1.15;
  }

  .kmk-home-rituals .kmk-home-section-copy {
    max-width: none;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .kmk-home-rituals .kmk-home-section-head {
    margin-bottom: 18px;
  }

  .kmk-ritual-grid {
    gap: 12px;
  }

  .kmk-ritual-card {
    grid-template-columns: clamp(92px, 29vw, 116px) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    align-items: center;
    padding: 10px 12px 10px 10px;
    box-shadow: 0 12px 30px rgba(18, 28, 33, 0.05);
  }

  .kmk-ritual-card::before {
    top: 20px;
    left: 20px;
    padding: 3px 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    font-size: 10px;
  }

  .kmk-ritual-card::after {
    display: none;
  }

  .kmk-ritual-card span {
    margin: 0 0 5px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .kmk-ritual-card strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.18;
  }

  .kmk-ritual-card img {
    grid-row: 1 / 4;
    width: 100%;
    margin: 0;
    padding: 10px;
    aspect-ratio: 1;
  }

  .kmk-ritual-card em {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .kmk-home-journal .kmk-home-section-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.62;
  }

  .kmk-home-hero {
    height: 520px;
    min-height: 520px;
  }

  .kmk-home-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 12, 11, 0.12), rgba(6, 12, 11, 0.12) 32%, rgba(6, 12, 11, 0.78)),
      linear-gradient(90deg, rgba(6, 12, 11, 0.1), rgba(6, 12, 11, 0.03));
  }

  .kmk-home-hero img {
    object-position: center center;
  }

  .kmk-home-hero-content {
    right: 16px;
    bottom: 24px;
    left: 16px;
    max-width: none;
  }

  .kmk-home-hero-content h1 {
    margin: 8px 0 10px;
    font-size: 31px;
    line-height: 1.05;
  }

  .kmk-home-hero-content > p:not(.kmk-home-eyebrow) {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.45;
  }

  .kmk-home-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .kmk-home-action {
    width: 100%;
    min-height: 38px;
    padding: 8px 9px;
    font-size: 10.5px;
    line-height: 1.15;
    text-align: center;
  }

  .kmk-home-section-head h2,
  .kmk-gift-copy h2,
  .kmk-craft-intro h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .kmk-home-rituals,
  .kmk-home-products,
  .kmk-home-collections,
  .kmk-home-journal,
  .kmk-home-gift-finder,
  .kmk-home-craft {
    padding: 34px 0;
  }

  .kmk-home-products {
    padding-bottom: 28px;
  }

  .kmk-home-rituals {
    padding-bottom: 18px;
  }

  .kmk-home-gift-finder {
    padding-top: 22px;
  }

  .kmk-home-collections {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .kmk-home-craft {
    padding-bottom: 24px;
  }

  .kmk-home-journal {
    padding: 30px 0 28px;
  }

  .kmk-home-journal .kmk-home-section-head {
    margin-bottom: 24px;
  }

  .kmk-home-section-copy {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kmk-journal-grid {
    gap: 14px;
  }

  .kmk-journal-media {
    margin: 8px 8px 0;
  }

  .kmk-journal-body,
  .kmk-journal-card.is-featured .kmk-journal-body {
    padding: 22px 20px 20px;
  }

  .kmk-journal-card strong {
    font-size: 21px;
  }

  .kmk-journal-card.is-featured strong {
    font-size: 26px;
  }

  .kmk-journal-card em,
  .kmk-journal-card.is-featured em {
    font-size: 14px;
  }

  .kmk-journal-all {
    width: 100%;
    max-width: 320px;
  }

  .kmk-craft-feature {
    gap: 26px;
  }

  .kmk-craft-media {
    min-height: 220px;
  }

  .kmk-craft-media figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .kmk-craft-media figcaption strong {
    font-size: 20px;
  }

  .kmk-craft-grid article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 12px 0;
  }

  .kmk-craft-grid p {
    grid-column: 2;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .kmk-ritual-grid {
    grid-template-columns: 1fr;
  }

  .kmk-home-products .kmk-home-product-grid,
  .kmk-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .kmk-gift-panel {
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
  }

  .kmk-gift-copy {
    min-height: 0;
    padding: 22px 18px;
  }

  .kmk-gift-copy::after {
    display: none;
  }

  .kmk-gift-copy p:not(.kmk-home-eyebrow) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kmk-gift-assurance {
    gap: 6px;
    margin-top: 14px;
  }

  .kmk-gift-assurance span {
    min-height: 24px;
    padding: 5px 8px;
    font-size: 10.5px;
    font-weight: 500;
  }

  .kmk-gift-options,
  .kmk-gift-results {
    padding: 18px 16px;
  }

  .kmk-gift-options {
    gap: 14px;
  }

  .kmk-gift-options div {
    gap: 7px;
    padding-bottom: 14px;
  }

  .kmk-gift-options strong {
    font-size: 10px;
  }

  .kmk-gift-options button {
    flex: 1 1 calc(50% - 10px);
    min-height: 34px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .kmk-gift-results-head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }

  .kmk-gift-results-head h3 {
    font-size: 19px;
  }

  .kmk-gift-count {
    font-size: 10px;
  }

  .kmk-gift-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .kmk-home-product-card {
    gap: 0;
    border-color: rgba(23, 32, 36, 0.08);
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(18, 28, 33, 0.045);
  }

  .kmk-home-product-image {
    background: linear-gradient(180deg, #fbfcfb 0%, #f4f6f4 100%);
  }

  .kmk-home-product-meta,
  .kmk-gift-product-grid .kmk-home-product-meta {
    gap: 4px;
    min-height: 0;
    padding: 10px;
  }

  .kmk-home-badge {
    min-height: 19px;
    padding: 4px 6px;
    font-size: 8.5px;
  }

  .kmk-home-product-cat {
    font-size: 8.5px;
    line-height: 1.2;
  }

  .kmk-home-like-button {
    top: 6px;
    right: 6px;
  }

  .kmk-product-like-button {
    min-width: 32px;
    min-height: 26px;
    padding: 0 7px;
    font-size: 10px;
  }

  .kmk-home-rating {
    font-size: 10px;
  }

  .kmk-home-price {
    font-size: 11px;
    line-height: 1.25;
  }

  .kmk-home-add {
    width: 100%;
    min-height: 30px;
    margin-top: 4px;
    padding: 6px 8px;
    font-size: 9.5px;
    line-height: 1.1;
  }

  .kmk-home-section-link a {
    min-height: 38px;
    padding: 9px 14px;
    border: 1px solid rgba(23, 32, 36, 0.12);
    border-radius: 999px;
    background: #fff;
  }

  .kmk-home-product-card h3,
  .kmk-gift-product-grid .kmk-home-product-card h3 {
    display: -webkit-box;
    min-height: 31px;
    font-size: 11.5px;
    line-height: 1.32;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kmk-collection-card {
    border-radius: 6px;
  }

  .kmk-collection-card img {
    aspect-ratio: 4 / 3;
  }

  .kmk-collection-card span {
    margin: 12px 10px 0;
    font-size: 9px;
    line-height: 1.2;
  }

  .kmk-collection-card strong {
    margin: 5px 10px 0;
    font-size: 15px;
    line-height: 1.2;
  }

  .kmk-collection-card em {
    margin: 6px 10px 12px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .kmk-journal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kmk-journal-card,
  .kmk-journal-card.is-featured {
    grid-template-columns: 108px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
  }

  .kmk-journal-media,
  .kmk-journal-card.is-featured .kmk-journal-media {
    height: auto;
    min-height: 0;
    margin: 0;
    border-radius: 0;
  }

  .kmk-journal-media img,
  .kmk-journal-card.is-featured .kmk-journal-media img {
    height: 100%;
    aspect-ratio: 1;
    padding: 6px;
    object-fit: cover;
  }

  .kmk-journal-body,
  .kmk-journal-card.is-featured .kmk-journal-body {
    display: block;
    padding: 14px 12px;
  }

  .kmk-journal-card span {
    font-size: 9.5px;
  }

  .kmk-journal-card strong,
  .kmk-journal-card.is-featured strong {
    display: -webkit-box;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kmk-journal-card em,
  .kmk-journal-card.is-featured em {
    display: none;
  }

  .kmk-journal-card b,
  .kmk-journal-card.is-featured b {
    display: inline-flex;
    min-height: 0;
    margin-top: 8px;
    padding: 0;
    border: 0;
    font-size: 10px;
  }

  .kmk-journal-all {
    min-height: 38px;
    margin-top: 16px;
    font-size: 11px;
  }

  .kmk-craft-intro {
    margin-bottom: 16px;
  }

  .kmk-craft-intro > p:not(.kmk-home-eyebrow) {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

  .kmk-craft-grid h3 {
    font-size: 16px;
  }

  .kmk-craft-link {
    min-height: 36px;
    margin-top: 18px;
    padding: 8px 14px;
    font-size: 11px;
  }
}

/* Mobile commerce archive tuning */
@media (max-width: 640px) {
  .woocommerce-shop .ct-container,
  .tax-product_cat .ct-container {
    width: min(100% - 24px, 760px);
  }

  .woocommerce-shop,
  .tax-product_cat {
    --theme-content-vertical-spacing: 16px !important;
  }

  .woocommerce-shop .site-main > .ct-container,
  .tax-product_cat .site-main > .ct-container {
    padding-top: 16px !important;
  }

  .woocommerce-shop .hero-section[data-type="type-2"],
  .tax-product_cat .hero-section[data-type="type-2"] {
    position: relative !important;
    height: 186px !important;
    background-position: left center !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
  }

  .woocommerce-shop .hero-section[data-type="type-2"]::after,
  .tax-product_cat .hero-section[data-type="type-2"]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.22) 48%,
      rgba(255, 255, 255, 0.7) 100%
    );
    pointer-events: none;
  }

  .woocommerce-shop .hero-section[data-type="type-2"] .entry-header,
  .tax-product_cat .hero-section[data-type="type-2"] .entry-header {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 18px !important;
    align-items: center;
    justify-content: end !important;
    justify-items: end;
    overflow: hidden;
    text-align: right;
    transform: none !important;
  }

  .woocommerce-shop .hero-section[data-type="type-2"] .page-title,
  .tax-product_cat .hero-section[data-type="type-2"] .page-title {
    position: relative !important;
    inset: auto !important;
    justify-self: end !important;
    width: min(178px, 49vw) !important;
    max-width: 178px;
    margin: 0 !important;
    color: #13231f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.66);
    transform: none !important;
  }

  .woocommerce-shop .hero-section[data-type="type-2"] .page-title::before,
  .tax-product_cat .hero-section[data-type="type-2"] .page-title::before {
    content: "KAMMAK Collection";
    display: block;
    margin-bottom: 7px;
    color: #9a6b2e;
    font-family: var(--theme-font-family, Arial, sans-serif);
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .kmk-shop-sidebar {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 6px;
    box-shadow: none;
  }

  .kmk-shop-filter-head {
    padding-bottom: 12px;
  }

  .kmk-shop-filter-head h2 {
    font-size: 20px;
  }

  .kmk-shop-filter-group {
    gap: 6px;
    margin-top: 12px;
  }

  .kmk-shop-filter-group.is-category {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-right: -14px;
    margin-left: -2px;
    padding-top: 22px;
    padding-right: 34px;
    padding-bottom: 5px;
    padding-left: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    background: linear-gradient(90deg, rgba(247, 250, 248, 0) calc(100% - 38px), #f7faf8 100%);
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .kmk-shop-filter-group.is-category::-webkit-scrollbar {
    display: none;
  }

  .kmk-shop-filter-group.is-category h3 {
    position: absolute;
    top: 0;
    left: 2px;
  }

  .kmk-shop-filter-group.is-category .kmk-shop-filter-link {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .kmk-shop-filter-link,
  .kmk-shop-filter-pills a {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .kmk-shop-results {
    gap: 12px;
  }

  .kmk-shop-results .woocommerce-result-count {
    min-height: 30px;
    font-size: 11px;
  }

  .kmk-shop-results .woocommerce-ordering select.orderby {
    min-height: 38px;
    font-size: 13px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kmk-shop-results > ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
    row-gap: 12px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-width: 0;
    padding: 8px 8px 10px;
    border-color: rgba(23, 32, 36, 0.085);
    border-radius: 7px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
    box-shadow: 0 10px 24px rgba(18, 28, 33, 0.045);
  }

  .woocommerce ul.products li.product figure {
    margin-bottom: 9px;
  }

  .woocommerce ul.products li.product .ct-media-container {
    border-radius: 5px;
    background: linear-gradient(180deg, #fbfcfb 0%, #f3f6f4 100%);
  }

  .woocommerce ul.products li.product .ct-media-container img {
    object-fit: contain;
  }

  .woocommerce span.onsale {
    padding: 5px 8px;
    font-size: 9px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 32px;
    margin-bottom: 6px;
    overflow: hidden;
    color: var(--kmk-ink);
    font-size: 11.5px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .woocommerce ul.products li.product .price {
    margin-bottom: 7px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 30px;
    padding: 7px 8px;
    font-size: 9.5px;
    line-height: 1.15;
    text-align: center;
  }

  .single-product .woocommerce-product-gallery {
    margin-bottom: 18px !important;
  }

  .single-product .woocommerce-product-gallery .ct-product-gallery-container,
  .single-product .woocommerce-product-gallery .flexy-container {
    height: auto !important;
    overflow: hidden !important;
  }

  .single-product .woocommerce-product-gallery .flexy-pills {
    height: auto !important;
    margin-top: 10px !important;
    overflow: hidden !important;
  }

  .single-product .woocommerce-product-gallery .flexy-pills ol {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 2px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .single-product .woocommerce-product-gallery .flexy-pills ol::-webkit-scrollbar {
    display: none;
  }

  .single-product .woocommerce-product-gallery .flexy-pills li {
    flex: 0 0 64px !important;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .single-product .woocommerce-product-gallery .flexy-pills .ct-media-container,
  .single-product .woocommerce-product-gallery .flexy-pills img {
    width: 64px !important;
    height: 64px !important;
    aspect-ratio: 1 / 1 !important;
  }

  .single-product .woocommerce-Tabs-panel--description .kmk-video-block {
    width: min(100% - 24px, 1200px);
    margin: 28px auto 8px;
  }

  .single-product .woocommerce-Tabs-panel--description .kmk-video-cover {
    border-radius: 14px;
  }

  .kmk-blog-hero {
    padding: 12px 0 24px;
  }

  .kmk-blog-breadcrumb {
    margin-bottom: 18px;
  }

  .kmk-blog-hero-copy {
    margin-bottom: 18px;
  }

  .kmk-blog-hero-copy h1 {
    font-size: 26px;
  }

  .kmk-blog-hero-copy h1::after {
    width: 58px;
    margin-top: 14px;
  }

  .kmk-blog-hero-copy > p:not(.kmk-blog-kicker) {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .kmk-blog-search-form {
    margin-top: 16px;
  }

  .kmk-blog-search-form input,
  .kmk-blog-search-form button {
    min-height: 40px;
  }

  .kmk-blog-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .kmk-blog-feature-card,
  .kmk-blog-feature-card.is-large,
  .kmk-blog-feature-card.is-tall,
  .kmk-blog-feature-card:nth-child(2),
  .kmk-blog-feature-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    min-height: 148px;
    padding: 12px;
  }

  .kmk-blog-feature-card strong {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.18;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .kmk-blog-feature-card .kmk-blog-card-meta {
    margin-bottom: 4px;
    font-size: 9.5px;
  }
}

/* Header account, wishlist, and cart actions */
@media (min-width: 1000px) {
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] {
    width: 100%;
    gap: 16px;
    overflow: visible;
  }

  .ct-header .header-menu-1 {
    flex: 0 1 auto;
    min-width: 0;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    display: inline-flex !important;
    flex: 0 0 clamp(190px, 17vw, 340px);
    align-items: center;
    justify-content: flex-end;
    width: clamp(190px, 17vw, 340px) !important;
    min-width: 190px;
    height: 36px !important;
    padding: 0 2px 0 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(20, 36, 43, 0.42) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--kmk-ink);
    box-shadow: none !important;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search .ct-icon,
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search svg {
    width: 19px;
    height: 19px;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:hover,
  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:focus-visible {
    border-bottom-color: var(--kmk-brass) !important;
    color: var(--kmk-brass);
    background: transparent !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    border-bottom-color: rgba(255, 255, 255, 0.68) !important;
    color: #fff !important;
  }

  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:hover,
  .home header#header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search:focus-visible {
    border-bottom-color: #fff !important;
    color: #fff !important;
  }

  .ct-header [data-device="desktop"] [data-row],
  .ct-header [data-device="desktop"] [data-column],
  .ct-header [data-device="desktop"] [data-items] {
    overflow: visible;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .kmk-header-search-inline {
    position: relative;
    justify-content: stretch;
    cursor: text;
  }

  .ct-header .kmk-header-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: currentColor;
    font-size: 14px;
    font-weight: 650;
    line-height: 36px;
    box-shadow: none;
  }

  .ct-header .kmk-header-search-input::-webkit-search-decoration,
  .ct-header .kmk-header-search-input::-webkit-search-cancel-button {
    display: none;
  }

  .ct-header .kmk-header-search-input::placeholder {
    color: rgba(20, 36, 43, 0.58);
    opacity: 1;
  }

  .ct-header .kmk-header-search-submit {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: flex-end;
    width: 32px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }

  .ct-header .kmk-header-search-submit:hover,
  .ct-header .kmk-header-search-submit:focus-visible {
    color: var(--kmk-brass);
    background: transparent;
    outline: 0;
  }

  .home header#header .kmk-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.74);
  }

  .home header#header .kmk-header-search-submit:hover,
  .home header#header .kmk-header-search-submit:focus-visible {
    color: #fff;
    opacity: 0.82;
  }

  .ct-header .kmk-header-search-panel {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    z-index: 100000;
    width: min(430px, calc(100vw - 32px));
    max-height: min(68vh, 540px);
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(20, 36, 43, 0.1);
    border-radius: 6px;
    background: #fff;
    color: var(--kmk-ink);
    box-shadow: 0 22px 50px rgba(13, 22, 28, 0.16);
    text-align: left;
    text-shadow: none;
  }

  .ct-header .kmk-header-search-panel[hidden] {
    display: none !important;
  }

  .ct-header .kmk-header-search-label {
    margin: 0 0 8px;
    color: rgba(20, 36, 43, 0.66);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .ct-header .kmk-header-search-label:not(:first-child) {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(20, 36, 43, 0.08);
  }

  .ct-header .kmk-header-search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .ct-header .kmk-header-search-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid rgba(20, 36, 43, 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--kmk-ink);
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    cursor: pointer;
  }

  .ct-header .kmk-header-search-chip:hover,
  .ct-header .kmk-header-search-chip:focus-visible {
    border-color: rgba(195, 147, 91, 0.62);
    color: var(--kmk-brass);
    outline: 0;
  }

  .ct-header .kmk-header-search-status {
    margin: 2px 0;
    color: rgba(20, 36, 43, 0.68);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
  }

  .ct-header .kmk-header-search-results {
    display: grid;
    gap: 6px;
  }

  .ct-header .kmk-header-search-result {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 6px;
    border-radius: 6px;
    color: var(--kmk-ink);
    text-decoration: none;
  }

  .ct-header .kmk-header-search-result:hover,
  .ct-header .kmk-header-search-result:focus-visible {
    background: rgba(20, 36, 43, 0.045);
    color: var(--kmk-ink);
    outline: 0;
  }

  .ct-header .kmk-header-search-result-thumb {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #f5f4f1;
    object-fit: cover;
  }

  .ct-header .kmk-header-search-result-thumb.is-empty::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 15px;
    border: 1px solid rgba(20, 36, 43, 0.22);
    border-radius: 50%;
  }

  .ct-header .kmk-header-search-result-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .ct-header .kmk-header-search-result-copy strong {
    overflow: hidden;
    color: var(--kmk-ink);
    font-size: 13px;
    font-weight: 820;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ct-header .kmk-header-search-result-copy span {
    overflow: hidden;
    color: rgba(20, 36, 43, 0.58);
    font-size: 11px;
    font-weight: 720;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ct-header .kmk-header-account-link {
    flex: 0 0 auto;
  }
}

.ct-header .kmk-header-account-link,
.ct-header .kmk-header-icon-link,
.ct-header .kmk-header-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  color: var(--kmk-ink);
  text-decoration: none;
  white-space: nowrap;
}

.ct-header .kmk-header-account-link {
  width: 28px;
  height: 28px;
  min-height: 28px;
}

.ct-header .kmk-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.ct-header .kmk-header-icon-link,
.ct-header .kmk-header-cart-icon {
  width: 28px;
  height: 28px;
}

.ct-header .kmk-header-liked-link {
  position: relative;
}

.ct-header .kmk-header-like-count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kmk-brass);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.ct-header .kmk-header-like-count[hidden] {
  display: none !important;
}

.ct-header .kmk-header-icon-link svg,
.ct-header .kmk-header-account-link svg,
.ct-header .kmk-header-cart-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ct-header .kmk-header-account-link svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-header .kmk-header-icon-link svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.ct-header .kmk-header-cart-link {
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.ct-header .kmk-header-cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ct-header .kmk-header-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kmk-brass);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.ct-header .kmk-header-cart-total small {
  font-size: 10px;
}

body:not(.home) .ct-header .kmk-header-account-link {
  color: #14242b;
}

body:not(.home) .ct-header .kmk-header-actions {
  gap: 14px;
  padding-left: 2px;
}

body:not(.home) .ct-header .ct-header-search,
body:not(.home) .ct-header .kmk-header-icon-link,
body:not(.home) .ct-header .kmk-header-account-link,
body:not(.home) .ct-header .kmk-header-cart-icon {
  color: #14242b;
}

body:not(.home) .ct-header .kmk-header-icon-link,
body:not(.home) .ct-header .kmk-header-account-link,
body:not(.home) .ct-header .kmk-header-cart-icon {
  width: 26px;
  height: 26px;
}

body:not(.home) .ct-header .kmk-header-icon-link svg,
body:not(.home) .ct-header .kmk-header-account-link svg,
body:not(.home) .ct-header .kmk-header-cart-icon svg {
  width: 22px;
  height: 22px;
}

body:not(.home) .ct-header .kmk-header-cart-link {
  gap: 8px;
  color: #14242b;
  font-size: 13px;
  font-weight: 820;
}

body:not(.home) .ct-header .kmk-header-account-link:hover,
body:not(.home) .ct-header .kmk-header-icon-link:hover,
body:not(.home) .ct-header .kmk-header-cart-link:hover {
  color: var(--kmk-brass);
}

.home header#header .kmk-header-account-link,
.home header#header .kmk-header-icon-link,
.home header#header .kmk-header-cart-link {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.home header#header .kmk-header-account-link {
  margin-left: 0;
}

.home header#header .kmk-header-account-link:hover,
.home header#header .kmk-header-icon-link:hover,
.home header#header .kmk-header-cart-link:hover {
  color: #fff;
  opacity: 0.82;
}

@media (min-width: 1000px) and (max-width: 1320px) {
  .home header#header [data-device="desktop"] [data-row] .ct-container {
    grid-template-columns: 250px 1fr !important;
  }

  .home header#header .header-menu-1 .menu {
    gap: 16px;
  }

  .home header#header .ct-menu-link {
    font-size: 13px;
  }

  .ct-header [data-device="desktop"] [data-column="end"] [data-items="primary"] > .ct-header-search {
    flex-basis: 160px;
    width: 160px !important;
    min-width: 160px;
  }

  .ct-header .kmk-header-cart-total {
    display: none;
  }
}

@media (max-width: 999px) {
  .ct-header .kmk-header-account-link,
  .ct-header .kmk-header-actions {
    display: none !important;
  }
}

.kmk-liked-page {
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-liked-inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.kmk-liked-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 0;
  background:
    linear-gradient(135deg, rgba(8, 28, 24, 0.98), rgba(17, 48, 42, 0.96) 48%, rgba(34, 32, 28, 0.96)),
    #102c26;
  color: #fff;
}

.kmk-liked-hero .kmk-liked-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.kmk-liked-hero-copy {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: 18px 0 44px;
}

.kmk-liked-hero .kmk-home-eyebrow {
  color: #d8b271;
}

.kmk-liked-hero h1 {
  max-width: 720px;
  margin: 12px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
}

.kmk-liked-hero-copy > p:not(.kmk-home-eyebrow) {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.kmk-liked-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.kmk-liked-actions .kmk-home-action {
  min-width: 172px;
}

.kmk-liked-actions .kmk-home-action.is-secondary {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
}

.kmk-liked-hero-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(190px, 1fr);
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.kmk-liked-hero-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.kmk-liked-panel-content {
  display: grid;
  align-content: end;
  gap: 12px;
  min-width: 0;
  padding: 30px;
}

.kmk-liked-panel-content span {
  color: #d8b271;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.kmk-liked-panel-content strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
}

.kmk-liked-panel-content em {
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  font-weight: 800;
}

.kmk-liked-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.kmk-liked-stats div {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.kmk-liked-stats div:last-child {
  border-right: 0;
}

.kmk-liked-stats strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.kmk-liked-stats span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.kmk-liked-content {
  padding: 60px 0 76px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, #f7faf8 100%),
    #fff;
}

.kmk-liked-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.kmk-liked-section-head h2 {
  margin: 8px 0 0;
  color: var(--kmk-ink);
  font-size: 34px;
  line-height: 1.14;
}

.kmk-liked-section-head > a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(23, 32, 36, 0.16);
  border-radius: 999px;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-liked-section-head > a:hover {
  border-color: var(--kmk-brass);
  color: var(--kmk-brass);
}

.kmk-liked-product-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: 34px;
  align-items: start;
}

.kmk-liked-grid {
  grid-template-columns: repeat(auto-fill, minmax(258px, 318px));
  justify-content: start;
  gap: 28px 22px;
  max-width: none;
  padding: 0;
}

.kmk-liked-note {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
  padding: 30px 0 30px 28px;
  border-left: 1px solid rgba(23, 32, 36, 0.12);
}

.kmk-liked-note span {
  color: var(--kmk-brass);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.kmk-liked-note strong {
  color: var(--kmk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.16;
}

.kmk-liked-note p {
  margin: 0;
  color: var(--kmk-muted);
  line-height: 1.68;
}

.kmk-liked-note a {
  width: fit-content;
  margin-top: 8px;
  color: var(--kmk-brass);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.kmk-liked-empty {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 620px;
  margin: 0 auto;
  padding: 46px 34px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: var(--kmk-shadow);
}

.kmk-liked-empty h2 {
  margin: 0;
  color: var(--kmk-ink);
  font-size: 30px;
}

.kmk-liked-empty p {
  max-width: 430px;
  margin: 0;
  color: var(--kmk-muted);
  line-height: 1.6;
}

.kmk-liked-recommendations {
  padding: 68px 0 78px;
  border-top: 1px solid rgba(23, 32, 36, 0.08);
  background: #f7faf8;
}

.kmk-liked-recommendations .kmk-home-section-head {
  margin-bottom: 34px;
}

.kmk-liked-recommendations .kmk-liked-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .kmk-liked-hero .kmk-liked-inner,
  .kmk-liked-product-shell {
    grid-template-columns: 1fr;
  }

  .kmk-liked-hero-copy {
    min-height: 0;
  }

  .kmk-liked-note {
    position: static;
    padding: 26px 0 0;
    border-top: 1px solid rgba(23, 32, 36, 0.12);
    border-left: 0;
  }

  .kmk-liked-recommendations .kmk-liked-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .kmk-liked-hero h1 {
    font-size: 44px;
  }

  .kmk-liked-hero-panel {
    grid-template-columns: 1fr;
  }

  .kmk-liked-hero-panel img {
    max-height: 340px;
  }

  .kmk-liked-recommendations .kmk-liked-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .kmk-liked-inner {
    width: min(100% - 32px, 1320px);
  }

  .kmk-liked-hero {
    padding-top: 42px;
  }

  .kmk-liked-hero h1 {
    font-size: 36px;
  }

  .kmk-liked-actions {
    display: grid;
  }

  .kmk-liked-actions .kmk-home-action {
    width: 100%;
  }

  .kmk-liked-hero-panel {
    grid-template-columns: 126px minmax(0, 1fr);
    min-height: 174px;
  }

  .kmk-liked-hero-panel img {
    min-height: 174px;
    max-height: 174px;
  }

  .kmk-liked-panel-content {
    gap: 8px;
    padding: 18px 16px;
  }

  .kmk-liked-panel-content strong {
    font-size: 17px;
    line-height: 1.18;
  }

  .kmk-liked-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kmk-liked-stats div {
    min-height: 74px;
    padding: 17px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
  }

  .kmk-liked-stats div:last-child {
    border-right: 0;
  }

  .kmk-liked-stats strong {
    font-size: 20px;
  }

  .kmk-liked-stats span {
    font-size: 9px;
  }

  .kmk-liked-section-head {
    align-items: start;
    flex-direction: column;
  }

  .kmk-liked-section-head h2 {
    font-size: 28px;
  }

  .kmk-liked-grid,
  .kmk-liked-recommendations .kmk-liked-grid {
    grid-template-columns: 1fr;
  }
}

/* Imported product detail modules */
.kmk-detail.lux.unified {
  --txt: #111;
  --muted: #6b7280;
  --bg: #f6f7fb;
  --card: #fff;
  --edge: #eceff5;
  --accent: #c7a86b;
  --radius: 20px;
  --shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  color: var(--txt);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  line-height: 1.7;
}

.kmk-detail.lux.unified .kmk-wrap {
  margin: auto;
  padding: 12px;
}

.kmk-detail.lux.unified .kmk-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--edge);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.kmk-detail.lux.unified .kmk-photo,
.kmk-detail.lux.unified .kmk-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 280px;
}

.kmk-detail.lux.unified .kmk-photo {
  align-items: center;
  justify-content: center;
  background: #fafbff;
}

.kmk-detail.lux.unified .kmk-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.kmk-detail.lux.unified .kmk-photo img:hover {
  transform: scale(1.05);
}

.kmk-detail.lux.unified .kmk-content {
  overflow: auto;
  padding: 24px;
}

.kmk-detail.lux.unified .kmk-content::-webkit-scrollbar {
  width: 6px;
}

.kmk-detail.lux.unified .kmk-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}

.kmk-detail.lux.unified .kmk-content::-webkit-scrollbar-track {
  background: transparent;
}

.kmk-detail.lux.unified .title {
  margin: 0 0 12px;
  font-family: ui-serif, Georgia, Cambria, Times, serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
}

.kmk-detail.lux.unified .sub {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.kmk-detail.lux.unified .highs {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.kmk-detail.lux.unified .hi {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  background: #f9f9fc;
  border: 1px solid var(--edge);
  border-radius: 14px;
}

.kmk-detail.lux.unified .hi svg {
  flex: 0 0 18px;
  margin-top: 2px;
  color: var(--accent);
}

.kmk-detail.lux.unified .hi b {
  font-weight: 700;
}

.kmk-detail.lux.unified .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.kmk-detail.lux.unified .pill {
  padding: 6px 12px;
  background: #fbfcff;
  border: 1px solid var(--edge);
  border-radius: 999px;
  font-size: 12px;
}

.kmk-detail.lux.unified .buy-btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: var(--accent);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, transform 0.2s ease;
}

.kmk-detail.lux.unified .buy-btn:hover {
  color: #fff;
  background: #b08f55;
  transform: translateY(-2px);
}

.kmk-responsive-gallery {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.kmk-responsive-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.kmk-responsive-gallery figure {
  margin: 0;
}

.kmk-responsive-gallery .kmk-pc-grid,
.kmk-responsive-gallery .kmk-grid,
.kmk-responsive-gallery .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.kmk-responsive-gallery .kmk-pc-grid img,
.kmk-responsive-gallery .kmk-grid img,
.kmk-responsive-gallery .grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.kmk-responsive-gallery .kmk-m-hero,
.kmk-responsive-gallery .kmk-m-duo {
  display: none !important;
}

.kmk-responsive-gallery .kmk-lightbox {
  display: none;
}

@media (max-width: 768px) {
  .kmk-detail.lux.unified .kmk-block {
    flex-direction: column;
  }

  .kmk-responsive-gallery .kmk-pc-grid {
    display: none !important;
  }

  .kmk-responsive-gallery .kmk-grid,
  .kmk-responsive-gallery .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .kmk-responsive-gallery .kmk-m-hero {
    display: block !important;
    margin: 12px 0 18px;
  }

  .kmk-responsive-gallery .kmk-m-hero img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
  }

  .kmk-responsive-gallery .kmk-m-duo {
    display: flex !important;
    gap: 12px;
    margin-bottom: 22px;
  }

  .kmk-responsive-gallery .kmk-m-duo figure {
    flex: 1;
  }

.kmk-responsive-gallery .kmk-m-duo img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
  }
}

.ct-pagination {
  --theme-button-background-initial-color: var(--kmk-ink) !important;
  --theme-button-background-hover-color: #2d3935 !important;
  --theme-button-text-initial-color: #fff !important;
  --theme-button-text-hover-color: #fff !important;
}

.ct-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-color: rgba(23, 32, 36, 0.14) !important;
  background: #fff !important;
  color: var(--kmk-ink) !important;
}

.ct-pagination .page-numbers.current,
.ct-pagination .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  border-color: var(--kmk-ink) !important;
  background: var(--kmk-ink) !important;
  color: #fff !important;
}

.ct-pagination .next.page-numbers,
.ct-pagination .prev.page-numbers {
  border-color: rgba(23, 32, 36, 0.18) !important;
  background: #fff !important;
  color: var(--kmk-ink) !important;
}

.ct-pagination .next.page-numbers:hover,
.ct-pagination .prev.page-numbers:hover {
  border-color: var(--kmk-ink) !important;
  background: var(--kmk-ink) !important;
  color: #fff !important;
}

body.woocommerce-cart,
body.woocommerce-checkout {
  --theme-link-initial-color: var(--kmk-ink) !important;
  --theme-link-hover-color: #8b6425 !important;
  --theme-form-field-border-focus-color: var(--kmk-brass) !important;
  --theme-form-selection-field-active-color: var(--kmk-brass) !important;
  --theme-button-background-initial-color: var(--kmk-ink) !important;
  --theme-button-background-hover-color: #2d3935 !important;
  --theme-button-text-initial-color: #fff !important;
  --theme-button-text-hover-color: #fff !important;
}

body.woocommerce-cart .woocommerce .button,
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-cart .wp-element-button,
body.woocommerce-checkout .woocommerce .button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-checkout .wp-element-button {
  border: 1px solid var(--kmk-ink) !important;
  border-radius: 4px !important;
  background: var(--kmk-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .woocommerce .button:hover,
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-cart .wp-element-button:hover,
body.woocommerce-checkout .woocommerce .button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover,
body.woocommerce-checkout .wp-element-button:hover {
  border-color: #2d3935 !important;
  background: #2d3935 !important;
  color: #fff !important;
}

body.woocommerce-cart .woocommerce .button:disabled,
body.woocommerce-cart .woocommerce .button:disabled[disabled],
body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button:disabled[disabled],
body.woocommerce-cart .woocommerce input.button:disabled,
body.woocommerce-cart .woocommerce input.button:disabled[disabled] {
  border-color: #d7ddd9 !important;
  background: #e9eeeb !important;
  color: #7b8781 !important;
  opacity: 1 !important;
}

body.woocommerce-cart .woocommerce .coupon .button,
body.woocommerce-cart .woocommerce button[name="update_cart"] {
  min-height: 38px;
  padding-inline: 16px !important;
}

body.woocommerce-cart .woocommerce .coupon input.input-text,
body.woocommerce-cart .woocommerce-cart-form input.input-text,
body.woocommerce-cart .woocommerce-cart-form input.qty,
body.woocommerce-cart .quantity input.qty {
  border-color: rgba(23, 32, 36, 0.18) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--kmk-ink) !important;
  box-shadow: none !important;
}

body.woocommerce-cart .woocommerce .coupon input.input-text:focus,
body.woocommerce-cart .woocommerce-cart-form input.input-text:focus,
body.woocommerce-cart .woocommerce-cart-form input.qty:focus,
body.woocommerce-cart .quantity input.qty:focus {
  border-color: var(--kmk-brass) !important;
  box-shadow: 0 0 0 3px rgba(185, 137, 56, 0.16) !important;
}

body.woocommerce-cart .quantity,
body.woocommerce-cart .quantity[data-type] {
  --quantity-arrows-initial-color: var(--kmk-ink) !important;
  --quantity-arrows-hover-color: var(--kmk-brass) !important;
  border-color: rgba(23, 32, 36, 0.18) !important;
}

body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  border: 1px solid rgba(23, 32, 36, 0.08) !important;
  border-radius: 4px !important;
  background: #f3f5f3 !important;
  color: var(--kmk-ink) !important;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-cart .ct-woocommerce-cart-form .cart_totals {
  --cart-totals-border: 1px solid rgba(23, 32, 36, 0.13) !important;
  border-color: rgba(23, 32, 36, 0.13) !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  border-color: var(--kmk-ink) !important;
  background: var(--kmk-ink) !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  border-color: #2d3935 !important;
  background: #2d3935 !important;
}

body.woocommerce-cart.kmk-cart-view {
  background: #f5f7f6;
}

body.woocommerce-cart.kmk-cart-view .site-main {
  background:
    linear-gradient(180deg, #f7f9f8 0%, #f7f9f8 58%, #fff 100%),
    radial-gradient(circle at top right, rgba(185, 137, 56, 0.08), transparent 34%);
}

body.woocommerce-cart.kmk-cart-view .ct-container-full {
  --theme-content-vertical-spacing: 0px !important;
  padding-top: 0 !important;
}

body.woocommerce-cart.kmk-cart-view article[id^="post-"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-cart.kmk-cart-view .hero-section {
  display: none !important;
}

body.woocommerce-cart.kmk-cart-view .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 18px 0 68px;
}

body.woocommerce-cart.kmk-cart-view .entry-content.is-layout-constrained > * {
  max-width: none !important;
}

body.woocommerce-cart.kmk-cart-view .entry-content > p {
  margin: 0 !important;
}

body.woocommerce-cart.kmk-cart-view .woocommerce {
  width: calc(100% - 64px) !important;
  max-width: 1420px !important;
  margin: 0 auto;
}

.kmk-cart-hero,
.kmk-cart-empty,
.kmk-cart-recommendations {
  width: 100%;
  margin-inline: auto;
}

.kmk-cart-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(23, 32, 36, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 32, 36, 0.98), rgba(24, 43, 37, 0.94)),
    linear-gradient(90deg, rgba(185, 137, 56, 0.2), transparent);
  color: #fff;
  box-shadow: 0 24px 65px rgba(23, 32, 36, 0.12);
}

.kmk-cart-hero-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.kmk-cart-hero-copy span,
.kmk-cart-section-head span,
.kmk-cart-empty-copy span {
  color: #c99b56;
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kmk-cart-hero-copy h1,
.kmk-cart-empty-copy h1,
.kmk-cart-section-head h2 {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

.kmk-cart-hero-copy h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.98;
}

.kmk-cart-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.kmk-cart-hero-meta {
  display: grid;
  gap: 10px;
  align-content: center;
}

.kmk-cart-hero-meta div,
.kmk-cart-empty-notes div,
.kmk-cart-assurance div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.kmk-cart-hero-meta div {
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.kmk-cart-hero-meta strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #d7b06d;
  font-size: 12px;
  font-weight: 850;
}

.kmk-cart-hero-meta .is-active strong {
  background: #d2a457;
  color: #172024;
}

.kmk-cart-hero-meta span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.35;
}

.kmk-cart-empty {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: stretch;
  margin-bottom: 48px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 32, 36, 0.98), rgba(26, 43, 37, 0.94)),
    linear-gradient(90deg, rgba(185, 137, 56, 0.16), transparent);
  color: #fff;
  box-shadow: 0 26px 76px rgba(23, 32, 36, 0.14);
}

.kmk-cart-empty-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.kmk-cart-empty-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.98;
}

.kmk-cart-empty-copy p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.72;
}

.kmk-cart-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.kmk-cart-primary,
.kmk-cart-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.kmk-cart-primary {
  background: #fff;
  color: var(--kmk-ink);
}

.kmk-cart-secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
}

.kmk-cart-primary:hover {
  background: #f4ead9;
  color: var(--kmk-ink);
}

.kmk-cart-secondary:hover {
  border-color: #d2a457;
  color: #d2a457;
}

.kmk-cart-empty-notes {
  display: grid;
  gap: 12px;
  align-content: center;
}

.kmk-cart-empty-notes div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
}

.kmk-cart-empty-notes strong {
  color: #fff;
  font-size: 14px;
}

.kmk-cart-empty-notes span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}

body.woocommerce-cart.kmk-cart-view .wc-empty-cart-message,
body.woocommerce-cart.kmk-cart-view .woocommerce > .return-to-shop {
  display: none !important;
}

body.woocommerce-cart.kmk-cart-view .ct-woocommerce-cart-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 24px;
  align-items: start;
}

body.woocommerce-cart.kmk-cart-view .woocommerce-cart-form {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 36, 0.07);
}

body.woocommerce-cart.kmk-cart-view table.cart,
body.woocommerce-cart.kmk-cart-view table.shop_table {
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart.kmk-cart-view table.cart thead th {
  padding: 0 0 14px !important;
  border-bottom: 1px solid rgba(23, 32, 36, 0.12) !important;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-cart.kmk-cart-view table.cart td {
  border-color: rgba(23, 32, 36, 0.08) !important;
}

body.woocommerce-cart.kmk-cart-view table.cart .cart_item td {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

body.woocommerce-cart.kmk-cart-view table.cart .product-thumbnail {
  width: 102px;
}

body.woocommerce-cart.kmk-cart-view table.cart .product-thumbnail img,
body.woocommerce-cart.kmk-cart-view table.cart .product-thumbnail .ct-media-container {
  width: 82px !important;
  height: 82px !important;
  border-radius: 8px;
  background: #f5f6f4;
  object-fit: contain;
}

body.woocommerce-cart.kmk-cart-view table.cart .product-name > a {
  color: var(--kmk-ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  text-decoration: none;
}

body.woocommerce-cart.kmk-cart-view table.cart .product-name .price,
body.woocommerce-cart.kmk-cart-view table.cart .product-subtotal,
body.woocommerce-cart.kmk-cart-view table.cart .product-subtotal .amount {
  color: var(--kmk-ink);
  font-weight: 780;
}

body.woocommerce-cart.kmk-cart-view table.cart .remove {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--kmk-muted) !important;
}

body.woocommerce-cart.kmk-cart-view table.cart .remove:hover {
  border-color: rgba(185, 137, 56, 0.35);
  background: #fffaf0;
  color: var(--kmk-brass) !important;
}

body.woocommerce-cart.kmk-cart-view table.cart td.actions {
  padding: 18px 0 0 !important;
  border-bottom: 0 !important;
}

body.woocommerce-cart.kmk-cart-view table.cart td.actions .coupon {
  display: flex;
  gap: 10px;
  max-width: 430px;
}

body.woocommerce-cart.kmk-cart-view table.cart td.actions .coupon input.input-text {
  min-height: 42px;
  padding-inline: 14px !important;
}

body.woocommerce-cart.kmk-cart-view table.cart td.actions > button[name="update_cart"] {
  min-height: 42px;
}

body.woocommerce-cart.kmk-cart-view .cart_totals {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 96px;
  padding: 28px !important;
  border: 1px solid rgba(23, 32, 36, 0.12) !important;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%) !important;
  box-shadow: 0 18px 46px rgba(23, 32, 36, 0.08);
}

body.woocommerce-cart.kmk-cart-view .cart_totals h2 {
  margin-bottom: 20px;
  color: var(--kmk-ink);
  font-size: 19px;
  line-height: 1.2;
}

body.woocommerce-cart.kmk-cart-view .cart_totals table {
  border: 0 !important;
}

body.woocommerce-cart.kmk-cart-view .cart_totals th,
body.woocommerce-cart.kmk-cart-view .cart_totals td {
  padding: 16px 0 !important;
  border-color: rgba(23, 32, 36, 0.08) !important;
  color: var(--kmk-ink);
}

body.woocommerce-cart.kmk-cart-view .cart_totals .order-total th,
body.woocommerce-cart.kmk-cart-view .cart_totals .order-total td {
  font-size: 16px;
  font-weight: 850;
}

body.woocommerce-cart.kmk-cart-view .wc-proceed-to-checkout {
  padding-top: 18px !important;
}

body.woocommerce-cart.kmk-cart-view .wc-proceed-to-checkout .checkout-button {
  min-height: 50px;
  font-size: 14px;
  font-weight: 850;
}

body.woocommerce-cart.kmk-cart-view .kmk-payment-methods--cart {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 32, 36, 0.09);
  color: var(--kmk-muted);
}

body.woocommerce-cart.kmk-cart-view .kmk-payment-methods--cart .kmk-payment-icons {
  gap: 7px;
}

body.woocommerce-cart.kmk-cart-view .kmk-payment-methods--cart .kmk-payment-icons li {
  width: 46px;
  height: 29px;
  background: #f8faf8;
}

.kmk-cart-assurance {
  display: grid;
  grid-template-columns: minmax(128px, 0.55fr) repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(23, 32, 36, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffdf7 0%, #fff 72%);
  text-align: left;
}

.kmk-cart-assurance-row td {
  padding: 16px 0 4px !important;
  border-bottom: 0 !important;
}

.kmk-cart-assurance h3 {
  margin: 0;
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.kmk-cart-assurance div {
  position: relative;
  min-height: 0;
  padding-left: 14px;
}

.kmk-cart-assurance div::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(185, 137, 56, 0.82);
}

.kmk-cart-assurance strong {
  color: var(--kmk-ink);
  font-size: 12px;
  font-weight: 820;
}

.kmk-cart-assurance span {
  color: rgba(23, 32, 36, 0.68);
  font-size: 11px;
  line-height: 1.35;
}

.kmk-cart-recommendations {
  margin-top: clamp(42px, 6vw, 76px);
}

.kmk-cart-section-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 24px;
  text-align: center;
}

.kmk-cart-section-head h2 {
  color: var(--kmk-ink);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
}

.kmk-cart-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kmk-cart-product-card {
  padding: 12px;
  border: 1px solid rgba(23, 32, 36, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 32, 36, 0.055);
}

.kmk-cart-product-card .kmk-home-product-image {
  border-radius: 6px;
  background: #f7f8f6;
}

.kmk-cart-product-card h3 {
  font-size: 13px;
}

.kmk-cart-product-card .kmk-home-add {
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid var(--kmk-ink);
  border-radius: 4px;
  background: var(--kmk-ink);
  color: #fff;
}

@media (max-width: 999px) {
  body.woocommerce-cart.kmk-cart-view .woocommerce {
    width: calc(100% - 32px) !important;
    max-width: 760px !important;
  }

  .kmk-cart-hero,
  .kmk-cart-empty,
  body.woocommerce-cart.kmk-cart-view .ct-woocommerce-cart-form {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart.kmk-cart-view .woocommerce-cart-form,
  body.woocommerce-cart.kmk-cart-view .cart_totals,
  body.woocommerce-cart.kmk-cart-view .kmk-cart-assurance {
    grid-column: auto;
    grid-row: auto;
  }

  body.woocommerce-cart.kmk-cart-view .cart_totals {
    position: static;
  }

  .kmk-cart-assurance {
    grid-template-columns: 1fr;
  }

  .kmk-cart-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 689px) {
  body.woocommerce-cart.kmk-cart-view .entry-content {
    padding-top: 14px;
  }

  body.woocommerce-cart.kmk-cart-view .woocommerce {
    width: calc(100% - 22px) !important;
    max-width: 520px !important;
  }

  .kmk-cart-hero,
  .kmk-cart-empty {
    padding: 24px;
  }

  .kmk-cart-hero-copy h1,
  .kmk-cart-empty-copy h1 {
    font-size: 34px;
  }

  .kmk-cart-hero-meta div {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .kmk-cart-empty-actions,
  body.woocommerce-cart.kmk-cart-view table.cart td.actions .coupon {
    display: grid;
  }

  .kmk-cart-product-grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart.kmk-cart-view .woocommerce-cart-form {
    padding: 16px;
  }

  body.woocommerce-cart.kmk-cart-view table.cart .cart_item td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* Mobile rituals carousel */
@media (max-width: 640px) {
  .kmk-home-rituals {
    overflow: hidden;
  }

  .kmk-ritual-carousel {
    margin-right: calc(var(--kmk-home-pad, 14px) * -1);
  }

  .kmk-ritual-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 calc(var(--kmk-home-pad, 14px) + 42px) 16px 0;
    counter-reset: kmk-ritual;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .kmk-ritual-grid::-webkit-scrollbar {
    display: none;
  }

  .kmk-ritual-card {
    flex: 0 0 min(82vw, 318px);
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    min-height: 132px;
    align-items: center;
    padding: 10px 13px 10px 10px;
    border-radius: 7px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .kmk-ritual-card::before {
    top: 18px;
    left: 18px;
  }

  .kmk-ritual-card img {
    grid-row: 1 / 4;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 9px;
    aspect-ratio: 1;
  }

  .kmk-ritual-card span {
    margin: 0 0 5px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .kmk-ritual-card strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
  }

  .kmk-ritual-card em {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .kmk-ritual-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(23, 32, 36, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(18, 28, 33, 0.12);
    color: var(--kmk-ink);
    cursor: pointer;
    transform: translateY(-50%);
  }

  .kmk-ritual-nav span {
    display: block;
    margin-top: -1px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
  }

  .kmk-ritual-nav.is-prev {
    left: -4px;
  }

  .kmk-ritual-nav.is-next {
    right: 10px;
  }

  .kmk-ritual-nav:disabled {
    opacity: 0.38;
    pointer-events: none;
  }

  .kmk-ritual-dots {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 0 var(--kmk-home-pad, 14px) 0 0;
  }

  .kmk-ritual-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 32, 36, 0.2);
    cursor: pointer;
  }

  .kmk-ritual-dots button[aria-current="true"] {
    width: 18px;
    background: var(--kmk-brass);
  }
}
