/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Vazirmatn", "Shabnam", Tahoma, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sticky {
    position: sticky;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .resize {
    resize: both;
  }
  .columns-5 {
    columns: 5;
  }
}
:root {
  --kk-void: #032A2B;
  --kk-void-soft: #043436;
  --kk-void-elevated: #064143;
  --kk-paper: #FBF9F3;
  --kk-paper-alt: #F4EFE2;
  --kk-surface: #fff;
  --kk-ink: #032A2B;
  --kk-body: #42544E;
  --kk-muted: #78826F;
  --kk-gold: #D4AF37;
  --kk-gold-deep: #96741F;
  --kk-gold-light: #F3E2AC;
  --kk-clay: #B65C38;
  --kk-error: #A13D3D;
  --kk-rule: rgba(3,42,43,.11);
  --kk-hairline: rgba(212,175,55,.22);
  --kk-metal: linear-gradient(135deg,#F3E2AC 0%,#D4AF37 45%,#96741F 100%);
  --kk-shadow: 0 22px 60px rgba(3,42,43,.09);
  --kk-radius: 20px;
  --kk-container: min(1240px,calc(100% - 40px));
}
@layer base {
  *,*::before,*::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.kk-site {
    margin: 0;
    background: var(--kk-paper);
    color: var(--kk-body);
    font-family: "Vazirmatn","Shabnam",Tahoma,sans-serif;
    line-height: 1.9;
    -webkit-font-smoothing: antialiased;
  }
  body.kk-site a {
    color: inherit;
    text-decoration: none;
  }
  body.kk-site img {
    max-width: 100%;
    height: auto;
  }
  body.kk-site button,body.kk-site input,body.kk-site textarea,body.kk-site select {
    font: inherit;
  }
  body.kk-site h1,body.kk-site h2,body.kk-site h3,body.kk-site h4 {
    color: var(--kk-ink);
    line-height: 1.45;
    margin-top: 0;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .kk-container {
    width: var(--kk-container);
    margin-inline: auto;
  }
  .kk-main {
    overflow: hidden;
  }
  .kk-topbar {
    background: #021f20;
    color: #c6bfa8;
    font-size: 12px;
    border-bottom: 1px solid rgba(212,175,55,.12);
  }
  .kk-topbar-inner {
    display: flex;
    justify-content: space-between;
    padding-block: 6px;
  }
  .kk-header {
    position: relative;
    z-index: 90;
  }
  .kk-nav-shell {
    position: sticky;
    top: 0;
    background: rgba(3,42,43,.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--kk-hairline);
    color: #e3d9be;
  }
  .admin-bar .kk-nav-shell {
    top: 32px;
  }
  .kk-nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .kk-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #f7f2e4;
  }
  .kk-brand-mark {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(212,175,55,.42);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(212,175,55,.07);
    color: #e7c767;
  }
  .kk-brand-mark svg {
    width: 27px;
    height: 27px;
  }
  .kk-brand strong {
    display: block;
    font-family: Georgia,serif;
    font-size: 19px;
    letter-spacing: 2.5px;
    color: #f3e2ac;
    line-height: 1.1;
  }
  .kk-brand small {
    display: block;
    font-size: 10px;
    color: #9b9c86;
    margin-top: 4px;
    letter-spacing: .5px;
  }
  .kk-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kk-menu li {
    position: relative;
  }
  .kk-menu a {
    font-size: 14px;
    color: #e3d9be;
    transition: .25s;
  }
  .kk-menu a:hover,.kk-menu .current-menu-item>a {
    color: #f3e2ac;
  }
  .kk-menu .sub-menu {
    position: absolute;
    top: calc(100% + 20px);
    right: -18px;
    min-width: 210px;
    padding: 12px;
    background: var(--kk-void-soft);
    border: 1px solid var(--kk-hairline);
    border-radius: 14px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: .2s;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .kk-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .kk-menu .sub-menu a {
    display: block;
    padding: 8px 10px;
  }
  .kk-nav-actions {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .kk-icon-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212,175,55,.18);
    border-radius: 11px;
    background: rgba(247,242,228,.04);
    display: grid;
    place-items: center;
    color: #e3d9be;
    cursor: pointer;
    position: relative;
  }
  .kk-icon-btn:hover {
    border-color: rgba(212,175,55,.52);
    color: #f3e2ac;
  }
  .kk-icon-btn svg {
    width: 20px;
    height: 20px;
  }
  .kk-cart-count {
    position: absolute;
    top: -5px;
    left: -5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background: var(--kk-metal);
    color: var(--kk-void);
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
    padding-inline: 4px;
  }
  .kk-menu-toggle {
    display: none;
  }
  .kk-search-panel {
    background: var(--kk-void-soft);
    border-top: 1px solid rgba(212,175,55,.1);
    padding: 16px 0;
  }
  .kk-search-panel form {
    max-width: 780px;
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 999px;
    padding: 5px;
  }
  .kk-search-panel input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 8px 18px;
    outline: 0;
    color: var(--kk-ink);
  }
  .kk-search-panel button,.kk-hero-search button {
    border: 0;
    border-radius: 999px;
    background: var(--kk-metal);
    color: var(--kk-void);
    font-weight: 700;
    padding: 10px 26px;
    cursor: pointer;
  }
  .kk-mobile-nav {
    display: none;
  }
  .kk-hero {
    position: relative;
    min-height: 630px;
    background: radial-gradient(80% 80% at 18% 0%,rgba(212,175,55,.08),transparent 60%),linear-gradient(135deg,#032A2B 0%,#043436 72%,#032A2B 100%);
    color: #c6bfa8;
    display: flex;
    align-items: center;
    isolation: isolate;
  }
  .kk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(rgba(212,175,55,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.08) 1px,transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to left,black,transparent 70%);
  }
  .kk-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(212,175,55,.08);
    filter: blur(90px);
    left: 5%;
    bottom: -40%;
    z-index: -1;
  }
  .kk-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 50px;
    align-items: center;
    padding-block: 76px;
  }
  .kk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(212,175,55,.2);
    background: rgba(212,175,55,.06);
    border-radius: 999px;
    color: #e3d9be;
    font-size: 13px;
  }
  .kk-eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e7c767;
    box-shadow: 0 0 0 5px rgba(231,199,103,.13);
  }
  .kk-hero h1 {
    font-size: clamp(40px,5.4vw,72px);
    color: #f7f2e4;
    letter-spacing: -2px;
    margin: 22px 0 14px;
    font-weight: 850;
  }
  .kk-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg,#f3e2ac,#d4af37 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  .kk-hero-copy>p {
    font-size: 17px;
    max-width: 620px;
    color: #c6bfa8;
    margin: 0 0 26px;
  }
  .kk-hero-search {
    max-width: 650px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: rgba(247,242,228,.06);
    border: 1px solid rgba(212,175,55,.24);
    border-radius: 999px;
  }
  .kk-hero-search svg {
    width: 20px;
    margin-right: 12px;
    color: #9b9c86;
  }
  .kk-hero-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    outline: 0;
    color: #f7f2e4;
    padding: 9px 4px;
  }
  .kk-hero-search input::placeholder {
    color: #9b9c86;
  }
  .kk-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
  }
  .kk-btn {
    min-height: 48px;
    padding: 10px 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 750;
    font-size: 14px;
    transition: transform .2s,box-shadow .2s,border-color .2s;
  }
  .kk-btn:hover {
    transform: translateY(-2px);
  }
  .kk-btn-gold {
    background: var(--kk-metal);
    color: var(--kk-void) !important;
    box-shadow: 0 16px 30px -14px rgba(0,0,0,.7),inset 0 1px rgba(255,255,255,.6);
  }
  .kk-btn-ghost {
    border: 1px solid rgba(212,175,55,.38);
    color: #f7f2e4 !important;
    background: transparent;
  }
  .kk-hero-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .kk-hero-pills span {
    font-size: 12px;
    color: #c6bfa8;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(212,175,55,.05);
    border: 1px solid rgba(212,175,55,.12);
  }
  .kk-hero-art {
    min-height: 430px;
    display: grid;
    place-items: center;
    position: relative;
  }
  .kk-botanical-orbit {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,.22);
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: inset 0 0 80px rgba(212,175,55,.05),0 0 0 38px rgba(212,175,55,.025);
  }
  .kk-botanical-orbit::before,.kk-botanical-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(212,175,55,.13);
  }
  .kk-botanical-orbit::before {
    inset: -30px;
  }
  .kk-botanical-orbit::after {
    inset: 32px;
  }
  .kk-art-bottle {
    width: 132px;
    height: 245px;
    border-radius: 24px 24px 32px 32px;
    background: linear-gradient(100deg,#1b0d05,#653810 50%,#1b0d05);
    box-shadow: inset 14px 0 24px rgba(255,255,255,.08),0 45px 70px rgba(0,0,0,.5);
    position: relative;
    display: grid;
    place-items: center;
    z-index: 2;
  }
  .kk-art-bottle::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 44px;
    top: -40px;
    border-radius: 7px 7px 2px 2px;
    background: linear-gradient(90deg,#17130a,#b18b31,#17130a);
  }
  .kk-art-bottle::after {
    content: "";
    position: absolute;
    inset: 65px 15px 48px;
    border: 1px solid rgba(212,175,55,.7);
    background: #f4efe2;
    border-radius: 4px;
    box-shadow: inset 0 0 0 7px rgba(212,175,55,.09);
  }
  .kk-art-bottle span {
    z-index: 1;
    color: #6b5218;
    font-family: Georgia,serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .kk-art-bottle i {
    position: absolute;
    width: 70px;
    height: 1px;
    background: #96741f;
    z-index: 2;
    top: 145px;
  }
  .kk-leaf {
    position: absolute;
    color: #d4af37;
    opacity: .48;
    z-index: 3;
  }
  .kk-leaf-a {
    width: 135px;
    right: -42px;
    bottom: -22px;
    transform: rotate(8deg);
  }
  .kk-leaf-b {
    width: 105px;
    left: -35px;
    top: -12px;
    transform: scaleX(-1) rotate(10deg);
    opacity: .28;
  }
  .kk-benefits {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: -35px;
    position: relative;
    z-index: 5;
  }
  .kk-benefits>div {
    min-height: 102px;
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 17px;
    box-shadow: 0 14px 38px rgba(3,42,43,.08);
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
  }
  .kk-benefits i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg,rgba(212,175,55,.18),rgba(212,175,55,.03));
    border: 1px solid rgba(212,175,55,.3);
    display: grid;
    place-items: center;
    color: var(--kk-gold-deep);
    flex: none;
  }
  .kk-benefits svg {
    width: 22px;
  }
  .kk-benefits b,.kk-benefits small {
    display: block;
  }
  .kk-benefits b {
    color: var(--kk-ink);
    font-size: 13px;
  }
  .kk-benefits small {
    color: var(--kk-muted);
    font-size: 11px;
    line-height: 1.6;
    margin-top: 2px;
  }
  .kk-section {
    padding: 92px 0;
  }
  .kk-category-section {
    padding-top: 110px;
  }
  .kk-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 30px;
  }
  .kk-kicker {
    display: block;
    color: var(--kk-gold-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .3px;
    margin-bottom: 5px;
  }
  .kk-section-head h2,.kk-story-copy h2 {
    font-size: clamp(26px,3vw,38px);
    margin: 0;
  }
  .kk-outline-link {
    border: 1px solid rgba(3,42,43,.22);
    border-radius: 999px;
    padding: 7px 17px;
    font-size: 13px;
    color: var(--kk-ink);
    white-space: nowrap;
  }
  .kk-outline-link:hover {
    background: var(--kk-void);
    color: #f7f2e4;
  }
  .kk-category-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
  }
  .kk-category-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 17px;
    padding: 13px;
    transition: .25s;
  }
  .kk-category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--kk-shadow);
    border-color: rgba(212,175,55,.45);
  }
  .kk-category-media {
    width: 72px;
    height: 72px;
    border-radius: 13px;
    overflow: hidden;
    background: var(--kk-paper-alt);
    flex: none;
    display: grid;
    place-items: center;
  }
  .kk-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .kk-category-symbol {
    font-family: Georgia,serif;
    color: var(--kk-gold-deep);
    font-size: 28px;
  }
  .kk-category-card h3 {
    font-size: 15px;
    margin: 0 0 3px;
  }
  .kk-category-card span {
    font-size: 11px;
    color: var(--kk-muted);
  }
  .kk-products-section {
    background: var(--kk-paper-alt);
  }
  .kk-products-section .products {
    margin-bottom: 0;
  }
  .kk-story {
    background: radial-gradient(60% 100% at 90% 50%,rgba(212,175,55,.08),transparent 70%),var(--kk-void);
    color: #c6bfa8;
    padding: 90px 0;
  }
  .kk-story-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 80px;
  }
  .kk-story-art {
    height: 360px;
    display: grid;
    place-items: center;
    position: relative;
    color: #d4af37;
  }
  .kk-story-art svg {
    height: 300px;
    opacity: .55;
    position: relative;
    z-index: 2;
  }
  .kk-story-ring {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,.22);
    box-shadow: 0 0 0 35px rgba(212,175,55,.03),0 0 0 70px rgba(212,175,55,.02);
  }
  .kk-story-copy h2 {
    color: #f7f2e4;
    margin-bottom: 16px;
  }
  .kk-story-copy p {
    max-width: 650px;
    margin: 0 0 26px;
    color: #c6bfa8;
  }
  .kk-story-copy .kk-kicker {
    color: #e7c767;
  }
  .kk-article-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .kk-article-card {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: var(--kk-radius);
    overflow: hidden;
    transition: .25s;
  }
  .kk-article-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--kk-shadow);
  }
  .kk-article-image {
    display: block;
    aspect-ratio: 16/10;
    background: var(--kk-paper-alt);
    overflow: hidden;
  }
  .kk-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
  }
  .kk-article-card:hover .kk-article-image img {
    transform: scale(1.04);
  }
  .kk-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg,#e8e1d3,#f8f3e9);
  }
  .kk-article-body {
    padding: 20px;
  }
  .kk-meta {
    font-size: 11px;
    color: var(--kk-muted);
    margin-bottom: 7px;
  }
  .kk-article-body h2 {
    font-size: 18px;
    margin: 0 0 9px;
  }
  .kk-article-body p {
    font-size: 13px;
    color: var(--kk-body);
    margin: 0 0 12px;
  }
  .kk-text-link {
    font-size: 12px;
    color: var(--kk-gold-deep);
    font-weight: 800;
  }
  .kk-mag-cover-card {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(3,42,43,.09);
    transition: .3s;
  }
  .kk-mag-cover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(3,42,43,.15);
    border-color: rgba(212,175,55,.45);
  }
  .kk-mag-cover {
    display: block;
    position: relative;
    aspect-ratio: 16/11;
    overflow: hidden;
    background: var(--kk-paper-alt);
  }
  .kk-mag-cover>img,.kk-mag-cover>.kk-image-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
  }
  .kk-mag-cover-card:hover .kk-mag-cover>img {
    transform: scale(1.055);
  }
  .kk-mag-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(3,42,43,.06) 15%,rgba(3,42,43,.42) 53%,rgba(3,42,43,.96) 100%);
  }
  .kk-mag-topic {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(247,242,228,.92);
    color: var(--kk-void);
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(8px);
  }
  .kk-mag-title {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
    color: #f7f2e4;
    font-size: 19px;
    line-height: 1.75;
    font-weight: 850;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
  }
  .kk-mag-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 18px;
  }
  .kk-mag-date {
    display: flex;
    gap: 10px;
    color: var(--kk-muted);
    font-size: 11px;
  }
  .kk-mag-date span+span {
    padding-right: 10px;
    border-right: 1px solid var(--kk-rule);
  }
  .kk-mag-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 15px;
    border-radius: 999px;
    background: var(--kk-metal);
    color: var(--kk-void) !important;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
  }
  .kk-journal-section {
    background: linear-gradient(180deg,var(--kk-paper) 0%,#f6f0e4 100%);
  }
  .kk-page-hero {
    background: radial-gradient(80% 90% at 20% 0,rgba(212,175,55,.08),transparent 70%),var(--kk-void);
    padding: 76px 0;
    color: #c6bfa8;
    text-align: center;
  }
  .kk-page-hero h1 {
    color: #f7f2e4;
    font-size: clamp(32px,4vw,50px);
    margin: 5px 0;
  }
  .kk-page-hero p {
    max-width: 680px;
    margin: 10px auto 0;
    color: #c6bfa8;
  }
  .kk-content-wrap {
    padding: 70px 0;
    min-height: 50vh;
  }
  .kk-prose {
    max-width: 860px;
    margin: auto;
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: var(--kk-radius);
    padding: clamp(24px,5vw,55px);
    box-shadow: var(--kk-shadow);
  }
  .kk-prose h2 {
    font-size: 27px;
    margin-top: 36px;
  }
  .kk-prose h3 {
    font-size: 21px;
    margin-top: 28px;
  }
  .kk-prose p,.kk-prose li {
    font-size: 16px;
    line-height: 2;
  }
  .kk-prose a {
    color: var(--kk-gold-deep);
    text-decoration: underline;
  }
  .kk-prose img {
    border-radius: 16px;
  }
  .kk-single-meta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #9b9c86;
    margin-top: 13px;
  }
  .kk-single-cover {
    max-width: 1000px;
    margin: -34px auto 45px;
    padding-inline: 20px;
    position: relative;
  }
  .kk-single-cover img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(3,42,43,.18);
  }
  .kk-related {
    max-width: 1100px;
    margin: 60px auto 0;
  }
  .kk-related h2 {
    font-size: 27px;
    margin-bottom: 22px;
  }
  .kk-archive-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .kk-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
  }
  .kk-pagination .nav-links {
    display: flex;
    gap: 7px;
  }
  .kk-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--kk-rule);
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
  }
  .kk-pagination .current {
    background: var(--kk-void);
    color: #f7f2e4;
  }
  .woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: var(--kk-muted);
    margin: 0 0 22px;
  }
  .kk-shop-shell {
    padding: 55px 0 85px;
  }
  .woocommerce .woocommerce-result-count {
    font-size: 13px;
    color: var(--kk-muted);
  }
  .woocommerce .woocommerce-ordering select {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 12px;
    padding: 9px 13px;
    color: var(--kk-body);
  }
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
    margin: 26px 0 0 !important;
    padding: 0 !important;
  }
  .woocommerce ul.products::before,.woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 18px;
    padding: 10px 10px 15px !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: .25s;
  }
  .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: var(--kk-shadow);
    border-color: rgba(212,175,55,.4);
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .woocommerce ul.products li.product img {
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    margin: 0 0 13px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.7;
    color: var(--kk-ink);
    padding: 0 5px !important;
    margin: 0 0 6px;
  }
  .woocommerce ul.products li.product .star-rating {
    color: var(--kk-gold);
    font-size: 11px;
    margin: 0 5px 7px;
  }
  .woocommerce ul.products li.product .price {
    color: var(--kk-gold-deep) !important;
    font-size: 14px !important;
    font-weight: 850;
    margin: 0 5px 10px !important;
  }
  .woocommerce ul.products li.product .price del {
    color: var(--kk-muted);
    font-size: 11px;
    opacity: .7;
  }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
  }
  .woocommerce ul.products li.product .button {
    margin: 7px 4px 0 !important;
    background: var(--kk-metal) !important;
    color: var(--kk-void) !important;
    border: 0 !important;
    border-radius: 10px !important;
    min-height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 800 !important;
    padding: 8px !important;
  }
  .woocommerce span.onsale {
    min-width: 0 !important;
    min-height: 0 !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    background: var(--kk-clay) !important;
    color: #fff !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    position: relative;
  }
  .woocommerce div.product>.onsale {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    z-index: 8;
  }
  .woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary {
    width: auto !important;
    float: none !important;
  }
  .woocommerce div.product .woocommerce-product-gallery img {
    border-radius: 18px;
    background: #fff;
  }
  .woocommerce div.product .product_title {
    font-size: clamp(27px,3vw,40px);
    margin-bottom: 10px;
  }
  .woocommerce div.product p.price,.woocommerce div.product span.price {
    color: var(--kk-gold-deep);
    font-size: 24px;
    font-weight: 850;
  }
  .woocommerce-product-details__short-description {
    color: var(--kk-body);
    font-size: 15px;
  }
  .woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 24px;
  }
  .woocommerce .quantity .qty {
    height: 48px;
    width: 78px;
    border: 1px solid var(--kk-rule);
    border-radius: 10px;
    background: #fff;
  }
  .woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit {
    background: var(--kk-metal) !important;
    color: var(--kk-void) !important;
    border-radius: 10px !important;
    min-height: 46px;
    padding: 10px 24px !important;
    font-weight: 800 !important;
  }
  .woocommerce div.product .woocommerce-tabs {
    grid-column: 1/-1;
    margin-top: 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 8px;
    padding: 0 !important;
    margin: 0 0 25px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: var(--kk-rule) !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid var(--kk-rule) !important;
    background: #fff !important;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 0 18px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 18px;
    padding: 28px;
  }
  .woocommerce-message,.woocommerce-info,.woocommerce-error {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-top: 3px solid var(--kk-gold) !important;
    border-radius: 12px;
    padding: 18px 20px !important;
    color: var(--kk-body);
  }
  .woocommerce-error {
    border-top-color: var(--kk-error) !important;
  }
  .woocommerce table.shop_table {
    background: #fff;
    border: 1px solid var(--kk-rule) !important;
    border-radius: 16px !important;
    overflow: hidden;
  }
  .woocommerce table.shop_table th,.woocommerce table.shop_table td {
    padding: 15px !important;
    border-color: var(--kk-rule) !important;
  }
  .woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 17px;
    padding: 22px;
  }
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single {
    border: 1px solid rgba(3,42,43,.18);
    border-radius: 10px;
    background: #fff;
    min-height: 46px;
    padding: 8px 12px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid var(--kk-rule);
    border-radius: 16px;
    overflow: hidden;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid var(--kk-rule);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: var(--kk-void);
    color: #f7f2e4;
  }
  .kk-footer {
    background: radial-gradient(70% 120% at 10% 0,rgba(212,175,55,.07),transparent 65%),var(--kk-void);
    color: #c6bfa8;
    border-top: 1px solid var(--kk-hairline);
    padding: 70px 0 0;
  }
  .kk-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 55px;
  }
  .kk-brand-footer {
    margin-bottom: 17px;
  }
  .kk-footer-brand p {
    font-size: 13px;
    max-width: 360px;
    color: #9b9c86;
  }
  .kk-footer h3 {
    color: #f7f2e4;
    font-size: 15px;
    margin-bottom: 17px;
  }
  .kk-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kk-footer-menu li {
    margin-bottom: 7px;
  }
  .kk-footer-menu a {
    font-size: 13px;
    color: #c6bfa8;
  }
  .kk-footer-menu a:hover {
    color: #f3e2ac;
  }
  .kk-footer .kk-menu {
    display: block;
  }
  .kk-footer .kk-menu li {
    margin-bottom: 7px;
  }
  .kk-footer .kk-menu a {
    font-size: 13px;
  }
  .kk-socials {
    display: flex;
    gap: 8px;
    margin-top: 18px;
  }
  .kk-socials a {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(212,175,55,.22);
    border-radius: 9px;
    display: grid;
    place-items: center;
    font: 11px Georgia;
    color: #e3d9be;
  }
  .kk-trust-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .kk-trust-cards>div {
    border: 1px solid rgba(212,175,55,.16);
    background: rgba(212,175,55,.04);
    border-radius: 12px;
    padding: 10px;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 5px;
  }
  .kk-trust-cards svg {
    width: 25px;
    color: #d4af37;
  }
  .kk-trust-cards span {
    font-size: 10px;
  }
  .kk-trust-note {
    font-size: 10px;
    color: #9b9c86;
    margin-top: 10px;
  }
  .kk-footer-bottom {
    margin-top: 55px;
    padding: 17px 0;
    border-top: 1px solid rgba(212,175,55,.1);
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #9b9c86;
  }
  .wpcf7-form p {
    margin: 0 0 15px;
  }
  .wpcf7-form label {
    display: block;
    color: var(--kk-ink);
    font-size: 13px;
    font-weight: 700;
  }
  .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
  }
  .wpcf7 input:not([type="submit"]),.wpcf7 textarea {
    width: 100%;
    border: 1px solid rgba(3,42,43,.17);
    border-radius: 11px;
    background: #fff;
    padding: 10px 12px;
    outline: 0;
  }
  .wpcf7 textarea {
    min-height: 140px;
  }
  .wpcf7 input:focus,.wpcf7 textarea:focus {
    border-color: var(--kk-gold-deep);
    box-shadow: 0 0 0 3px rgba(212,175,55,.1);
  }
  .wpcf7 input[type="submit"] {
    border: 0;
    background: var(--kk-metal);
    color: var(--kk-void);
    border-radius: 10px;
    padding: 11px 28px;
    font-weight: 800;
    cursor: pointer;
  }
}
@media (max-width:1023px) {
  .kk-desktop-nav {
    display: none;
  }
  .kk-menu-toggle {
    display: grid;
  }
  .kk-mobile-nav {
    display: block;
    background: var(--kk-void-soft);
    border-top: 1px solid var(--kk-hairline);
    padding: 12px 20px;
  }
  .kk-mobile-menu,.kk-mobile-nav .kk-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .kk-mobile-menu a,.kk-mobile-nav .kk-menu a {
    display: block;
    padding: 9px 4px;
    color: #e3d9be;
    border-bottom: 1px solid rgba(212,175,55,.08);
  }
  .kk-hero-grid {
    grid-template-columns: 1fr .75fr;
  }
  .kk-botanical-orbit {
    width: 290px;
    height: 290px;
  }
  .kk-art-bottle {
    transform: scale(.86);
  }
  .kk-benefits {
    grid-template-columns: repeat(2,1fr);
  }
  .kk-category-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .kk-footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .kk-footer-grid>div:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width:767px) {
  :root {
    --kk-container: min(100% - 28px,1240px);
  }
  .kk-contact-grid {
    grid-template-columns: 1fr !important;
  }
  .admin-bar .kk-nav-shell {
    top: 46px;
  }
  .kk-topbar-inner span:last-child {
    display: none;
  }
  .kk-topbar-inner {
    justify-content: center;
  }
  .kk-nav {
    min-height: 68px;
  }
  .kk-brand-mark {
    width: 37px;
    height: 37px;
  }
  .kk-brand strong {
    font-size: 16px;
  }
  .kk-brand small {
    display: none;
  }
  .kk-icon-btn {
    width: 37px;
    height: 37px;
  }
  .kk-nav-actions {
    gap: 4px;
  }
  .kk-hero {
    min-height: auto;
  }
  .kk-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 60px 80px;
  }
  .kk-hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }
  .kk-hero-copy>p {
    font-size: 15px;
  }
  .kk-hero-art {
    display: none;
  }
  .kk-hero-search {
    border-radius: 16px;
    flex-wrap: wrap;
  }
  .kk-hero-search input {
    min-width: calc(100% - 44px);
  }
  .kk-hero-search button {
    width: 100%;
    border-radius: 11px;
  }
  .kk-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .kk-btn {
    width: 100%;
  }
  .kk-benefits {
    grid-template-columns: 1fr 1fr;
    margin-top: -35px;
    gap: 8px;
  }
  .kk-benefits>div {
    min-height: 90px;
    padding: 11px;
  }
  .kk-benefits i {
    width: 36px;
    height: 36px;
  }
  .kk-benefits small {
    display: none;
  }
  .kk-section {
    padding: 68px 0;
  }
  .kk-category-section {
    padding-top: 88px;
  }
  .kk-section-head {
    align-items: center;
  }
  .kk-section-head h2 {
    font-size: 25px;
  }
  .kk-outline-link {
    font-size: 11px;
    padding: 6px 11px;
  }
  .kk-category-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
  }
  .kk-category-card {
    padding: 9px;
    gap: 9px;
  }
  .kk-category-media {
    width: 55px;
    height: 55px;
  }
  .kk-category-card h3 {
    font-size: 13px;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
  }
  .woocommerce ul.products li.product {
    padding: 7px 7px 11px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
  }
  .woocommerce ul.products li.product .button {
    font-size: 11px !important;
  }
  .kk-story {
    padding: 70px 0;
  }
  .kk-story-grid {
    grid-template-columns: 1fr;
  }
  .kk-story-art {
    display: none;
  }
  .kk-story-copy h2 {
    font-size: 28px;
  }
  .kk-article-grid,.kk-archive-grid {
    grid-template-columns: 1fr;
  }
  .kk-mag-cover {
    aspect-ratio: 16/10;
  }
  .kk-mag-title {
    font-size: 17px;
    right: 16px;
    left: 16px;
    bottom: 16px;
  }
  .kk-mag-footer {
    padding: 12px 14px;
  }
  .kk-mag-date {
    font-size: 10px;
  }
  .kk-article-card {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .kk-article-image {
    height: 100%;
    aspect-ratio: auto;
  }
  .kk-article-body {
    padding: 15px;
  }
  .kk-article-body h2 {
    font-size: 15px;
  }
  .kk-article-body p {
    display: none;
  }
  .kk-page-hero {
    padding: 55px 0;
  }
  .kk-content-wrap {
    padding: 45px 0;
  }
  .kk-prose {
    padding: 22px;
    border-radius: 15px;
  }
  .kk-prose p,.kk-prose li {
    font-size: 15px;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .woocommerce div.product .woocommerce-tabs {
    grid-column: auto;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
  }
  .woocommerce div.product form.cart {
    position: sticky;
    bottom: 8px;
    z-index: 30;
    background: rgba(251,249,243,.95);
    padding: 8px;
    border-radius: 13px;
    box-shadow: 0 8px 30px rgba(3,42,43,.18);
  }
  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-cart table.cart .actions .coupon {
    display: flex !important;
    width: 100%;
  }
  .woocommerce-cart table.cart .actions .coupon input {
    width: 100% !important;
  }
  .kk-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .kk-footer-brand {
    grid-column: 1/-1;
  }
  .kk-footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .kk-footer-bottom {
    display: block;
    text-align: center;
  }
  .kk-footer-bottom span {
    display: block;
  }
}
@media (max-width:380px) {
  .kk-benefits {
    grid-template-columns: 1fr;
  }
  .kk-category-grid {
    grid-template-columns: 1fr;
  }
}
body.home .kk-sale-section {
  position: relative;
  background: radial-gradient(80% 120% at 100% 0,rgba(212,175,55,.10),transparent 62%),var(--kk-void);
  padding-block: 78px;
}
body.home .kk-sale-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image: linear-gradient(rgba(212,175,55,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.09) 1px,transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
body.home .kk-sale-section .kk-container {
  position: relative;
  z-index: 1;
}
body.home .kk-sale-banner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
body.home .kk-sale-banner h2 {
  color: #f7f2e4;
  font-size: clamp(27px,3vw,39px);
  margin: 0 0 5px;
}
body.home .kk-sale-banner p {
  color: #c6bfa8;
  margin: 0;
  font-size: 13px;
}
body.home .kk-sale-banner .kk-kicker {
  color: #e7c767;
}
body.home .kk-sale-section .woocommerce ul.products {
  margin-top: 0 !important;
}
body.home .kk-sale-section ul.products li.product {
  border-color: rgba(212,175,55,.22);
  box-shadow: 0 20px 46px rgba(0,0,0,.18);
}
body.home .kk-sale-section ul.products li.product:hover {
  border-color: rgba(212,175,55,.62);
}
body.home .kk-sale-section .onsale {
  background: var(--kk-clay) !important;
}
body.home .kk-popular-section {
  background: var(--kk-paper-alt);
}
body.home .kk-container {
  width: calc(100% - 48px) !important;
  max-width: 1280px !important;
}
body.home .kk-hero {
  min-height: 580px;
}
body.home .kk-hero-grid {
  padding-block: 64px;
}
body.home .kk-benefits {
  margin-top: -42px;
  gap: 16px;
}
body.home .kk-category-section {
  padding-top: 92px;
  padding-bottom: 78px;
}
body.home .kk-category-grid {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 18px;
}
body.home .kk-category-card {
  min-height: 104px;
  padding: 15px;
}
body.home .kk-category-media {
  width: 76px;
  height: 76px;
}
body.home .kk-products-section {
  padding-block: 82px;
}
body.home .kk-products-section .woocommerce.columns-4 {
  columns: auto !important;
  column-count: unset !important;
  column-gap: 0 !important;
  width: 100% !important;
}
body.home .kk-products-section ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  width: 100% !important;
  inline-size: 100% !important;
  columns: auto !important;
  column-count: unset !important;
  column-gap: 0 !important;
  gap: 22px !important;
  align-items: stretch;
}
body.home .kk-products-section ul.products li.product {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
}
body.home .kk-products-section ul.products li.product:nth-child(n) {
  grid-column: auto !important;
}
body.home .kk-products-section ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}
body.home .kk-section-head {
  margin-bottom: 34px;
}
@media (max-width:1023px) {
  body.home .kk-container {
    width: calc(100% - 36px) !important;
  }
  body.home .kk-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  body.home .kk-products-section ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 15px !important;
  }
}
@media (max-width:767px) {
  body.home .kk-container {
    width: calc(100% - 24px) !important;
  }
  body.home .kk-hero {
    min-height: auto;
  }
  body.home .kk-hero-grid {
    padding-block: 48px 76px;
  }
  body.home .kk-benefits {
    margin-top: -30px;
    gap: 8px;
  }
  body.home .kk-category-section {
    padding-top: 72px;
    padding-bottom: 58px;
  }
  body.home .kk-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px;
  }
  body.home .kk-category-card {
    min-height: 78px;
    padding: 9px;
  }
  body.home .kk-category-media {
    width: 56px;
    height: 56px;
  }
  body.home .kk-products-section {
    padding-block: 62px;
  }
  body.home .kk-sale-section {
    padding-block: 58px;
  }
  body.home .kk-sale-banner {
    display: block;
    margin-bottom: 24px;
  }
  body.home .kk-sale-banner .kk-btn {
    margin-top: 18px;
    width: 100%;
  }
  body.home .kk-products-section ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px !important;
  }
}
.single-product .kk-product-shell {
  padding: 28px 0 86px;
  background: linear-gradient(135deg,#f8f3e7 0,#fbf9f3 45%,#f4eddb 100%);
}
.single-product .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(340px,.82fr) minmax(460px,1.18fr);
  gap: 0 64px;
  align-items: center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 18px;
  padding: 60px 72px;
  box-shadow: 0 12px 40px rgba(3,42,43,.06);
  overflow: visible;
  isolation: isolate;
}
.single-product .woocommerce div.product::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 8% 8%,rgba(212,175,55,.08),transparent 32%);
  pointer-events: none;
  z-index: -1;
}
.single-product .woocommerce div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(0,1fr) 76px;
  gap: 12px;
  align-items: start;
  background: transparent;
  border: 1px solid rgba(212,175,55,.5);
  border-radius: 24px;
  padding: 18px 14px;
  box-sizing: border-box;
  margin: 0 !important;
}
.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper {
  grid-column: 1;
  grid-row: 1;
  background: transparent;
  border: 0;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.single-product .woocommerce div.product .woocommerce-product-gallery__image a {
  display: block;
  background: transparent;
}
.single-product .woocommerce div.product .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1/1.12;
  object-fit: contain;
  border-radius: 16px !important;
  background: transparent !important;
}
.single-product .woocommerce div.product .flex-control-thumbs {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .woocommerce div.product .flex-control-thumbs li {
  float: none !important;
  width: 68px !important;
  border: 1px solid rgba(3,42,43,.12);
  border-radius: 12px;
  padding: 4px;
  background: rgba(255,255,255,.52);
  overflow: hidden;
}
.single-product .woocommerce div.product .flex-control-thumbs li:first-child {
  border-color: rgba(212,175,55,.75);
}
.single-product .woocommerce div.product .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 8px !important;
  background: transparent !important;
}
.single-product .woocommerce div.product .summary {
  grid-column: 2;
  grid-row: 1;
  direction: rtl;
  padding: 16px 0 16px 52px !important;
  border-left: 1px solid rgba(3,42,43,.1);
  margin: 0 !important;
}
.single-product .woocommerce div.product .product_title {
  font-size: clamp(32px,3.2vw,48px);
  line-height: 1.3;
  color: var(--kk-void);
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -1px;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 2.05;
  color: #667273;
  margin-bottom: 5px;
  max-width: 680px;
}
.single-product .woocommerce-product-details__short-description p {
  margin: 0;
}
.single-product .kk-product-guide {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--kk-void);
  font-size: 12px;
  font-weight: 850;
  border-bottom: 1px dashed var(--kk-gold);
  padding: 5px 0 7px;
  margin: 0 0 14px;
}
.single-product .kk-purchase-card {
  position: relative;
  border: 1px solid rgba(212,175,55,.7);
  border-radius: 22px;
  padding: 18px 18px 0;
  background: linear-gradient(135deg,#fffdf8,#fff 60%);
  box-shadow: 0 15px 38px rgba(3,42,43,.08);
  overflow: hidden;
}
.single-product .kk-purchase-card::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  right: -58px;
  bottom: -58px;
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 50%;
  pointer-events: none;
}
.single-product .kk-stock-line {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  color: #287b5a;
  margin-bottom: 5px;
}
.single-product .kk-stock-line i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39ad79;
  box-shadow: 0 0 0 5px rgba(57,173,121,.1);
}
.single-product .kk-stock-line.is-out-of-stock {
  color: var(--kk-error);
}
.single-product .kk-stock-line.is-out-of-stock i {
  background: var(--kk-error);
}
.single-product .kk-purchase-card p.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: flex-start;
  min-height: 45px;
  margin: 0 0 8px !important;
  padding: 4px 0 10px;
  border-bottom: 1px solid rgba(3,42,43,.08);
  color: var(--kk-gold-deep) !important;
  font-size: 25px !important;
}
.single-product .kk-purchase-card p.price del {
  font-size: 14px;
  color: #8c877a;
  opacity: .72;
  order: 2;
}
.single-product .kk-purchase-card p.price ins {
  text-decoration: none;
  order: 1;
}
.single-product .kk-purchase-card p.price .woocommerce-Price-currencySymbol {
  font-size: 12px;
  margin-right: 4px;
}
.single-product .woocommerce div.product .kk-purchase-card form.cart {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  position: static;
  background: transparent;
  box-shadow: none;
}
.single-product .kk-purchase-card .quantity {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  height: 50px;
  border: 1px solid rgba(3,42,43,.2);
  border-radius: 13px;
  background: #fff;
  overflow: hidden;
  direction: ltr;
}
.single-product .woocommerce .kk-purchase-card .quantity .qty {
  grid-column: 2;
  width: 100% !important;
  height: 48px;
  border: 0 !important;
  border-radius: 0;
  text-align: center;
  font-weight: 900;
  color: var(--kk-void);
  padding: 0 !important;
  -moz-appearance: textfield;
}
.single-product .kk-purchase-card .quantity .qty::-webkit-outer-spin-button,.single-product .kk-purchase-card .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .kk-qty-btn {
  border: 0;
  background: #fff;
  color: var(--kk-void);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s;
}
.single-product .kk-qty-btn:hover {
  background: #f8f1da;
  color: #8f7110;
}
.single-product .kk-purchase-card .single_add_to_cart_button {
  width: 100%;
  min-height: 50px !important;
  border-radius: 13px !important;
  background: linear-gradient(110deg,#f2d77e,#b88d12) !important;
  color: var(--kk-void) !important;
  box-shadow: none !important;
  font-size: 13px !important;
}
.single-product .kk-purchase-card .single_add_to_cart_button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.single-product .kk-purchase-trust {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid rgba(3,42,43,.09);
  margin: 2px -18px 0;
  padding: 12px 12px 13px;
  position: relative;
  z-index: 1;
}
.single-product .kk-purchase-trust span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #526263;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
  padding: 0 7px;
}
.single-product .kk-purchase-trust span+span {
  border-right: 1px solid rgba(3,42,43,.08);
}
.single-product .kk-purchase-trust svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #b58b19;
  stroke-width: 1.4;
  flex: 0 0 auto;
}
.single-product .kk-purchase-trust svg path {
  fill: none;
  stroke: inherit;
}
.single-product .woocommerce div.product>.onsale {
  top: 92px !important;
  right: calc(41% + 34px) !important;
  background: linear-gradient(135deg,#ead469,#b48812) !important;
  color: var(--kk-void) !important;
  padding: 13px 10px !important;
  box-shadow: 0 8px 18px rgba(151,112,12,.22);
  z-index: 12;
}
.single-product .woocommerce div.product .woocommerce-tabs {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 64px;
  align-self: stretch;
}
.single-product .woocommerce div.product .related,.single-product .woocommerce div.product .upsells {
  grid-column: 1/-1;
}
.single-product .woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: 0 8px 30px rgba(3,42,43,.04);
}
.single-product .woocommerce-product-gallery__trigger {
  background: var(--kk-void) !important;
  color: #fff !important;
  border-radius: 50% !important;
}
@media (max-width:1023px) {
  .single-product .woocommerce div.product {
    grid-template-columns: minmax(300px,.9fr) minmax(380px,1.1fr);
    gap: 36px;
    padding: 42px 34px;
  }
  .single-product .woocommerce div.product .summary {
    padding-left: 28px !important;
  }
  .single-product .woocommerce div.product>.onsale {
    right: calc(45% + 10px) !important;
  }
}
@media (max-width:767px) {
  .single-product .kk-product-shell {
    padding: 16px 0 64px;
  }
  .single-product .woocommerce div.product {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px 12px 28px;
    border-radius: 18px;
  }
  .single-product .woocommerce div.product .woocommerce-product-gallery {
    width: 100% !important;
    order: 1;
    display: block;
    padding: 11px 8px 12px;
    border-radius: 18px;
  }
  .single-product .woocommerce div.product .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 10px !important;
    padding: 0 4px !important;
  }
  .single-product .woocommerce div.product .summary {
    width: 100% !important;
    order: 2;
    padding: 4px 4px 0 !important;
    border: 0;
  }
  .single-product .woocommerce div.product .product_title {
    font-size: 31px;
    letter-spacing: -.5px;
  }
  .single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.9;
  }
  .single-product .woocommerce div.product>.onsale {
    top: 42px !important;
    right: auto !important;
    left: 28px !important;
  }
  .single-product .woocommerce div.product .woocommerce-tabs {
    order: 3;
    margin-top: 20px;
    width: 100%;
  }
  .single-product .woocommerce div.product .related,.single-product .woocommerce div.product .upsells {
    order: 4;
    width: 100%;
  }
  .single-product .woocommerce div.product .kk-purchase-card form.cart {
    position: static;
    grid-template-columns: 120px 1fr;
  }
  .single-product .kk-purchase-trust {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .single-product .kk-purchase-trust span {
    justify-content: flex-start;
  }
  .single-product .kk-purchase-trust span+span {
    border-right: 0;
  }
  .single-product .woocommerce div.product .flex-control-thumbs li {
    width: 58px !important;
  }
}
body.single-product.woocommerce div.product .woocommerce-product-gallery {
  background: transparent !important;
}
body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
body.single-product.woocommerce div.product .woocommerce-product-gallery__image a, body.single-product.woocommerce div.product .woocommerce-product-gallery img {
  background: transparent !important;
}
@media (min-width:768px) {
  body.single-product.woocommerce div.product .woocommerce-product-gallery {
    display: block !important;
    position: relative !important;
    padding: 18px 14px 18px 98px !important;
  }
  body.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper {
    display: block !important;
    width: 100% !important;
  }
  body.single-product.woocommerce div.product .flex-control-thumbs {
    position: absolute !important;
    left: 14px !important;
    right: auto !important;
    top: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 10px !important;
  }
  body.single-product.woocommerce div.product .flex-control-thumbs li {
    float: none !important;
    width: 68px !important;
    margin: 0 !important;
  }
  body.single-product.woocommerce div.product .woocommerce-product-gallery__trigger {
    position: absolute !important;
    top: 24px !important;
    right: 26px !important;
    left: auto !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    z-index: 20 !important;
  }
}
@media (max-width:767px) {
  body.single-product.woocommerce div.product .woocommerce-product-gallery {
    display: block !important;
    position: relative !important;
    padding: 11px 8px 12px !important;
  }
  body.single-product.woocommerce div.product .flex-control-thumbs {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  body.single-product.woocommerce div.product .woocommerce-product-gallery__trigger {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
  }
}
.single-product .kk-live-total-label {
  display: block;
  color: #7a7568;
  font-size: 10px;
  font-weight: 700;
  margin: 4px 0 -2px;
}
body.single-product.woocommerce div.product .related {
  grid-column: 1/-1;
  width: 100%;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(3,42,43,.09);
}
body.single-product.woocommerce div.product .related>h2 {
  font-size: 25px;
  color: var(--kk-void);
  margin: 0 0 22px;
}
body.single-product.woocommerce div.product .related ul.products {
  grid-template-columns: repeat(5,minmax(0,1fr)) !important;
  gap: 12px !important;
}
body.single-product.woocommerce div.product .related ul.products li.product {
  border-radius: 14px;
  padding: 8px 8px 12px !important;
}
body.single-product.woocommerce div.product .related ul.products li.product img {
  border-radius: 10px;
  margin-bottom: 8px !important;
}
body.single-product.woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 11px !important;
}
body.single-product.woocommerce div.product .related ul.products li.product .price {
  font-size: 12px !important;
}
body.single-product.woocommerce div.product .related ul.products li.product .button {
  min-height: 34px;
  font-size: 10px !important;
}
.kk-product-assurances {
  background: #fbfaf6;
  border-top: 1px solid rgba(3,42,43,.12);
  border-bottom: 1px solid rgba(3,42,43,.12);
  padding: 20px 0;
}
.kk-assurance-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.kk-assurance-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 66px;
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 13px;
  padding: 10px 14px;
  box-shadow: 0 4px 14px rgba(3,42,43,.025);
}
.kk-assurance-item>span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f7efd5;
  color: #aa8113;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.kk-assurance-item svg {
  width: 19px;
  height: 19px;
}
.kk-assurance-item div {
  display: grid;
  gap: 2px;
}
.kk-assurance-item strong {
  font-size: 12px;
  color: var(--kk-void);
}
.kk-assurance-item small {
  font-size: 9px;
  color: #7d827a;
}
.kk-product-footer {
  padding-top: 0;
}
.kk-footer-connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 920px;
  margin: 0 auto 48px;
  padding: 20px 24px;
  border: 1px solid rgba(212,175,55,.62);
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background: rgba(1,31,32,.72);
}
.kk-footer-connect-copy {
  display: flex;
  align-items: center;
  gap: 13px;
}
.kk-footer-connect-icon {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(212,175,55,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d4af37;
  flex: 0 0 auto;
}
.kk-footer-connect-icon svg {
  width: 29px;
  height: 29px;
}
.kk-footer-connect-copy div {
  display: grid;
  gap: 4px;
}
.kk-footer-connect-copy strong {
  color: #f8f1dc;
  font-size: 14px;
}
.kk-footer-connect-copy small {
  color: #9fb2a9;
  font-size: 10px;
  line-height: 1.7;
}
.kk-connect-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid rgba(212,175,55,.65);
  border-radius: 10px;
  color: #f4df9e !important;
  background: rgba(212,175,55,.06);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}
.kk-connect-button:hover {
  background: var(--kk-gold);
  color: var(--kk-void) !important;
}
.kk-product-footer .kk-footer-grid {
  background: rgba(0,20,21,.38);
  border: 1px solid rgba(212,175,55,.08);
  border-radius: 4px;
  padding: 34px 38px;
  gap: 42px;
}
.kk-product-footer .kk-footer-bottom {
  margin-top: 28px;
}
@media (max-width:1023px) {
  body.single-product.woocommerce div.product .related ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }
  .kk-assurance-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .kk-product-footer .kk-footer-grid {
    padding: 30px 24px;
  }
}
@media (max-width:767px) {
  body.single-product.woocommerce div.product .related ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .kk-assurance-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .kk-assurance-item {
    justify-content: flex-start;
    min-height: 62px;
    padding: 8px;
  }
  .kk-assurance-item>span {
    width: 30px;
    height: 30px;
  }
  .kk-assurance-item strong {
    font-size: 10px;
  }
  .kk-assurance-item small {
    font-size: 8px;
  }
  .kk-footer-connect {
    display: grid;
    text-align: center;
    margin-bottom: 30px;
    padding: 18px 14px;
  }
  .kk-footer-connect-copy {
    display: grid;
    justify-items: center;
  }
  .kk-connect-button {
    width: 100%;
  }
  .kk-product-footer .kk-footer-grid {
    padding: 24px 16px;
  }
}
.kk-about-page {
  background: radial-gradient(circle at 8% 6%,rgba(212,175,55,.07),transparent 22%),#fbf9f3;
  color: var(--kk-body);
  overflow: hidden;
}
.kk-about-page .kk-about-section {
  padding: 72px 0;
}
.kk-about-hero {
  position: relative;
  width: min(calc(100% - 48px),1240px);
  margin: 28px auto 0;
  border-radius: 28px;
  background: linear-gradient(120deg,#064143,#032a2b);
  color: #f7f2e4;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(3,42,43,.14);
}
.kk-about-hero::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(212,175,55,.14);
  border-radius: 50%;
  right: -80px;
  top: -330px;
  box-shadow: 0 0 0 90px rgba(255,255,255,.015),0 0 0 180px rgba(255,255,255,.012);
}
.kk-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg,transparent,#000);
  pointer-events: none;
}
.kk-about-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.45fr .7fr;
  gap: 70px;
  align-items: center;
  padding: 76px 54px;
}
.kk-about-hero-copy h1 {
  font-size: clamp(42px,4.8vw,68px);
  line-height: 1.45;
  letter-spacing: -2px;
  color: #fff;
  margin: 20px 0 14px;
}
.kk-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #caa83d;
  font-size: 12px;
  font-weight: 850;
}
.kk-about-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
.kk-about-hero .kk-about-eyebrow {
  color: #f3df9c;
}
.kk-about-lead {
  color: #e4dbc3 !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
}
.kk-about-hero-copy>p {
  max-width: 760px;
  color: #c0c9bf;
  font-size: 15px;
  line-height: 2;
  margin: 0;
}
.kk-about-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}
.kk-about-hero .kk-btn-ghost,.kk-about-cta .kk-btn-ghost {
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.kk-about-hero-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 30px;
}
.kk-about-hero-facts div {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(212,175,55,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  padding: 16px 18px;
}
.kk-about-hero-facts strong {
  font-size: 14px;
  color: #f8f1dc;
}
.kk-about-hero-facts small {
  font-size: 10px;
  line-height: 1.8;
  color: #aebbb2;
}
.kk-about-seal {
  position: relative;
  width: 310px;
  min-height: 340px;
  justify-self: center;
  border: 1px solid rgba(212,175,55,.24);
  border-radius: 150px 150px 24px 24px;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(160deg,rgba(255,255,255,.08),rgba(3,42,43,.24));
  box-shadow: inset 0 0 0 12px rgba(255,255,255,.012);
}
.kk-about-seal::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(212,175,55,.22);
  border-radius: inherit;
}
.kk-about-seal>span,.kk-about-seal small {
  color: #d6d9cb;
  font-size: 11px;
  line-height: 1.8;
}
.kk-about-seal>b {
  font: 800 74px/1.1 Georgia;
  color: #fff;
  margin: 10px 0 4px;
  direction: ltr;
}
.kk-about-seal>b span {
  font-size: 38px;
  color: #dfc361;
}
.kk-about-seal>strong {
  font-size: 17px;
  color: #f5e6b4;
  margin-bottom: 6px;
}
.kk-about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 26px;
  align-items: stretch;
}
.kk-about-paper,.kk-about-timeline {
  border-radius: 24px;
  min-height: 480px;
}
.kk-about-paper {
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  padding: 54px 58px;
  box-shadow: 0 14px 40px rgba(3,42,43,.05);
}
.kk-about-paper h2,.kk-about-quality h2,.kk-about-section-head h2,.kk-about-journal h2 {
  font-size: clamp(31px,3.2vw,48px);
  line-height: 1.55;
  color: var(--kk-void);
  margin: 16px 0;
}
.kk-about-paper p,.kk-about-quality-copy>p {
  font-size: 14px;
  line-height: 2.15;
  color: #687371;
}
.kk-about-note {
  display: block;
  margin-top: 26px;
  border-right: 3px solid var(--kk-gold);
  border-radius: 12px;
  background: #f7f2e5;
  padding: 16px 18px;
  color: var(--kk-void);
  font-size: 12px;
  line-height: 1.9;
}
.kk-about-timeline {
  background: linear-gradient(145deg,#032f30,#064143);
  padding: 42px;
  display: grid;
  gap: 14px;
  align-content: center;
}
.kk-about-timeline>div {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(212,175,55,.16);
  border-radius: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,.025);
}
.kk-about-timeline b {
  width: 55px;
  height: 55px;
  border-radius: 13px;
  background: linear-gradient(135deg,#f2d77e,#c59a22);
  color: var(--kk-void);
  display: grid;
  place-items: center;
  font: 800 21px Georgia;
  flex: 0 0 auto;
}
.kk-about-timeline span {
  display: grid;
  gap: 4px;
}
.kk-about-timeline strong {
  color: #fff;
  font-size: 16px;
}
.kk-about-timeline small {
  color: #aebbb2;
  font-size: 11px;
  line-height: 1.8;
}
.kk-about-quality-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 17px 50px rgba(3,42,43,.06);
}
.kk-about-quality-copy {
  grid-column: 2;
  grid-row: 1;
  padding: 62px 56px;
}
.kk-about-quality-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.kk-about-quality-copy li {
  position: relative;
  border: 1px solid rgba(3,42,43,.12);
  border-radius: 12px;
  padding: 13px 42px 13px 15px;
  color: var(--kk-void);
  font-size: 12px;
  font-weight: 750;
}
.kk-about-quality-copy li::before {
  content: "✓";
  position: absolute;
  right: 13px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f7efd5;
  color: #a67e10;
}
.kk-about-quality-visual {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: var(--kk-void);
}
.kk-about-quality-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(3,42,43,.62),rgba(3,42,43,.03) 65%);
}
.kk-about-quality-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.kk-about-quality-visual>strong {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 27px;
  color: #fff;
  font-size: 14px;
}
.kk-about-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--kk-void);
  border: 1px solid var(--kk-gold);
  color: #f5d977;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.kk-about-play svg {
  width: 25px;
  fill: currentColor;
}
.kk-about-section-head {
  margin-bottom: 35px;
}
.kk-about-section-head p,.kk-about-journal-head p {
  color: #7c827c;
  font-size: 12px;
}
.kk-about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
.kk-about-trust-grid article {
  min-height: 240px;
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 19px;
  padding: 28px 25px;
  box-shadow: 0 10px 30px rgba(3,42,43,.045);
}
.kk-about-trust-grid i {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,#f2d77e,#d0a52a);
  color: var(--kk-void);
  font-style: normal;
  font-weight: 900;
}
.kk-about-trust-grid i svg {
  width: 22px;
}
.kk-about-trust-grid h3 {
  font-size: 17px;
  color: var(--kk-void);
  margin: 25px 0 10px;
}
.kk-about-trust-grid p {
  font-size: 12px;
  line-height: 2;
  color: #707b77;
}
.kk-about-journal-shell {
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 25px;
  padding: 45px 36px;
  box-shadow: 0 15px 42px rgba(3,42,43,.045);
}
.kk-about-journal-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}
.kk-about-journal-head h2 {
  margin: 10px 0 2px;
}
.kk-about-journal-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
.kk-about-post {
  border: 1px solid rgba(3,42,43,.14);
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 400px;
}
.kk-about-post-image {
  display: block;
  aspect-ratio: 1.45/1;
  background: linear-gradient(#f4efe4,#d7d1c4);
  overflow: hidden;
}
.kk-about-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.kk-about-post:hover .kk-about-post-image img {
  transform: scale(1.04);
}
.kk-about-post>div {
  padding: 20px 17px;
}
.kk-about-post>div>span {
  font-size: 9px;
  color: #9d7b1b;
  background: #f8f2e3;
  border-radius: 999px;
  padding: 4px 8px;
}
.kk-about-post h3 {
  font-size: 14px;
  line-height: 1.9;
  margin: 13px 0 20px;
  color: var(--kk-void);
}
.kk-about-post .kk-text-link {
  font-size: 10px;
}
.kk-about-post time {
  display: block;
  border-top: 1px solid rgba(3,42,43,.1);
  padding: 12px 17px;
  color: #7b807a;
  font-size: 10px;
}
.kk-about-cta {
  width: min(calc(100% - 48px),1240px);
  margin: 0 auto 75px !important;
  padding: 48px 54px !important;
  border-radius: 25px;
  background: linear-gradient(120deg,#064143,#032a2b);
  color: #fff;
  box-shadow: 0 20px 55px rgba(3,42,43,.12);
}
.kk-about-cta>.kk-container {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.kk-about-cta h2 {
  font-size: clamp(30px,3.5vw,50px);
  margin: 0 0 9px;
  color: #fff;
}
.kk-about-cta p {
  font-size: 12px;
  color: #adbcb3;
  margin: 0;
}
.kk-about-cta .kk-about-actions {
  margin: 0;
  flex: 0 0 auto;
}
@media (max-width:1023px) {
  .kk-about-hero-grid {
    grid-template-columns: 1fr .55fr;
    gap: 35px;
    padding: 60px 35px;
  }
  .kk-about-seal {
    width: 250px;
    min-height: 300px;
  }
  .kk-about-story-grid {
    grid-template-columns: 1fr;
  }
  .kk-about-paper,.kk-about-timeline {
    min-height: auto;
  }
  .kk-about-quality-card {
    grid-template-columns: 1fr;
  }
  .kk-about-quality-copy,.kk-about-quality-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .kk-about-quality-visual {
    min-height: 430px;
  }
  .kk-about-trust-grid,.kk-about-journal-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:767px) {
  .kk-about-page .kk-about-section {
    padding: 50px 0;
  }
  .kk-about-hero {
    width: calc(100% - 24px);
    margin-top: 12px;
    border-radius: 20px;
  }
  .kk-about-hero-grid {
    display: block;
    min-height: auto;
    padding: 44px 20px 35px;
  }
  .kk-about-hero-copy h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .kk-about-lead {
    font-size: 14px !important;
  }
  .kk-about-seal {
    display: none;
  }
  .kk-about-hero-facts {
    grid-template-columns: 1fr;
  }
  .kk-about-actions {
    display: grid;
  }
  .kk-about-actions .kk-btn {
    width: 100%;
  }
  .kk-about-paper {
    padding: 34px 22px;
  }
  .kk-about-paper h2,.kk-about-quality h2,.kk-about-section-head h2,.kk-about-journal h2 {
    font-size: 29px;
  }
  .kk-about-timeline {
    padding: 18px;
  }
  .kk-about-timeline>div {
    padding: 14px;
  }
  .kk-about-timeline b {
    width: 46px;
    height: 46px;
  }
  .kk-about-quality-copy {
    padding: 35px 22px;
  }
  .kk-about-quality-visual {
    min-height: 340px;
  }
  .kk-about-trust-grid,.kk-about-journal-grid {
    grid-template-columns: 1fr;
  }
  .kk-about-trust-grid article {
    min-height: auto;
  }
  .kk-about-journal-shell {
    padding: 28px 14px;
  }
  .kk-about-journal-head {
    display: block;
  }
  .kk-about-journal-head .kk-outline-link {
    margin-top: 14px;
  }
  .kk-about-post {
    min-height: 360px;
  }
  .kk-about-cta {
    width: calc(100% - 24px);
    margin-bottom: 45px !important;
    padding: 35px 20px !important;
  }
  .kk-about-cta>.kk-container {
    display: block;
  }
  .kk-about-cta .kk-about-actions {
    margin-top: 22px;
  }
}
.kk-contact-page {
  background: radial-gradient(circle at 8% 8%,rgba(212,175,55,.07),transparent 25%),#fbf9f3;
  overflow: hidden;
}
.kk-contact-section {
  padding: 72px 0;
}
.kk-contact-hero {
  position: relative;
  width: min(calc(100% - 48px),1240px);
  margin: 28px auto 0;
  border-radius: 28px;
  background: linear-gradient(120deg,#064143,#032a2b);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(3,42,43,.14);
}
.kk-contact-hero::before,.kk-contact-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(212,175,55,.13);
  border-radius: 50%;
  pointer-events: none;
}
.kk-contact-hero::before {
  width: 520px;
  height: 520px;
  right: -80px;
  top: -330px;
  box-shadow: 0 0 0 90px rgba(255,255,255,.012);
}
.kk-contact-hero::after {
  width: 520px;
  height: 520px;
  left: -270px;
  bottom: -360px;
  box-shadow: 0 0 0 90px rgba(255,255,255,.012);
}
.kk-contact-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 510px;
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 75px;
  align-items: center;
  padding: 70px 54px;
}
.kk-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #bd941d;
  font-size: 11px;
  font-weight: 850;
}
.kk-contact-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}
.kk-contact-hero .kk-contact-eyebrow {
  color: #f1db90;
}
.kk-contact-hero-copy h1 {
  font-size: clamp(44px,5vw,70px);
  line-height: 1.25;
  letter-spacing: -2px;
  color: #fff;
  margin: 20px 0 15px;
}
.kk-contact-hero-copy>p {
  max-width: 690px;
  color: #bcc9c0;
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
.kk-contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.kk-contact-actions .kk-btn-ghost {
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.kk-contact-tip {
  border: 1px solid rgba(212,175,55,.22);
  border-radius: 22px;
  background: rgba(0,20,21,.2);
  padding: 32px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px 14px;
}
.kk-contact-tip>i {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #f1d56f;
  color: var(--kk-void);
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 900;
}
.kk-contact-tip>div {
  display: grid;
  gap: 7px;
}
.kk-contact-tip strong {
  font-size: 15px;
  color: #fff;
}
.kk-contact-tip p {
  font-size: 12px;
  line-height: 2;
  color: #b6c4bb;
  margin: 0;
}
.kk-contact-tip>span {
  grid-row: 2;
  display: inline-flex;
  width: max-content;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 5px 10px;
  color: #d8decf;
  font-size: 9px;
}
.kk-contact-tip>span:first-of-type {
  grid-column: 2;
}
.kk-contact-tip>span:last-of-type {
  grid-column: 2;
  margin-right: 82px;
  margin-top: -28px;
}
.kk-contact-heading {
  text-align: center;
  margin-bottom: 30px;
}
.kk-contact-heading .kk-contact-eyebrow {
  justify-content: center;
}
.kk-contact-heading h2,.kk-contact-form-card h2,.kk-contact-direct h2,.kk-contact-map h2 {
  font-size: clamp(30px,3.2vw,46px);
  color: var(--kk-void);
  line-height: 1.5;
  margin: 13px 0 0;
}
.kk-contact-path-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.kk-contact-path-grid article {
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 20px;
  padding: 26px 25px 19px;
  min-height: 230px;
  box-shadow: 0 10px 32px rgba(3,42,43,.045);
  display: flex;
  flex-direction: column;
}
.kk-contact-path-grid i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg,#f3d978,#c79a1c);
  display: grid;
  place-items: center;
  color: var(--kk-void);
}
.kk-contact-path-grid i svg {
  width: 24px;
}
.kk-contact-path-grid h3 {
  font-size: 17px;
  color: var(--kk-void);
  margin: 20px 0 8px;
}
.kk-contact-path-grid p {
  font-size: 12px;
  line-height: 1.9;
  color: #717c78;
  margin: 0;
}
.kk-contact-path-grid a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(3,42,43,.1);
  color: var(--kk-void);
  font-size: 11px;
  font-weight: 850;
}
.kk-contact-path-grid a span {
  color: #b38712;
}
.kk-contact-main {
  padding-top: 15px;
}
.kk-contact-main-grid {
  display: grid;
  grid-template-columns: 1.42fr .72fr;
  gap: 22px;
  align-items: stretch;
}
.kk-contact-form-card,.kk-contact-direct {
  border-radius: 24px;
  min-height: 680px;
}
.kk-contact-form-card {
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  padding: 52px 48px;
  box-shadow: 0 15px 42px rgba(3,42,43,.055);
}
.kk-contact-form-card>p,.kk-contact-direct>p {
  font-size: 12px;
  color: #717b77;
  margin: 4px 0 25px;
}
.kk-contact-form-shell {
  border: 1px solid rgba(3,42,43,.12);
  border-radius: 18px;
  padding: 26px;
  background: #fff;
}
.kk-contact-form-shell .form-flat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.kk-contact-form-shell .form-flat>p {
  margin: 0;
}
.kk-contact-form-shell .form-flat>p:nth-child(3),.kk-contact-form-shell .form-flat>p:nth-child(4) {
  grid-column: 1/-1;
}
.kk-contact-form-shell .wpcf7-form-control-wrap {
  display: block;
  margin: 0 !important;
}
.kk-contact-form-shell .wpcf7-form-control-wrap[data-name="your-message"] {
  grid-column: 1/-1;
}
.kk-contact-form-shell input:not([type="submit"]),.kk-contact-form-shell textarea {
  width: 100%;
  background: #fdfcf9 !important;
  border: 1px solid rgba(3,42,43,.14) !important;
  border-radius: 12px !important;
  padding: 13px 14px !important;
  outline: 0;
  color: var(--kk-body);
}
.kk-contact-form-shell input:not([type="submit"]) {
  height: 52px;
}
.kk-contact-form-shell textarea {
  height: 190px;
  resize: vertical;
}
.kk-contact-form-shell input:focus,.kk-contact-form-shell textarea:focus {
  border-color: var(--kk-gold-deep) !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,.1);
}
.kk-contact-form-shell input[type="submit"] {
  grid-column: 1/-1;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(110deg,#f2d77e,#b88d12);
  color: var(--kk-void);
  font-weight: 900;
  cursor: pointer;
}
.kk-contact-form-shell .wpcf7-spinner {
  position: absolute;
}
.kk-form-security {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6f7d76;
  font-size: 10px;
  margin-top: 17px;
}
.kk-form-security i {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e7f6ed;
  color: #287b5a;
  font-style: normal;
}
.kk-contact-direct {
  background: linear-gradient(145deg,#064143,#032a2b);
  padding: 52px 38px;
  color: #fff;
}
.kk-contact-direct .kk-contact-eyebrow {
  color: #f0d784;
}
.kk-contact-direct h2 {
  color: #fff;
  font-size: 35px;
}
.kk-contact-direct>p {
  color: #aebdb4;
}
.kk-contact-list {
  display: grid;
  gap: 12px;
}
.kk-contact-list>a,.kk-contact-list>div {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(212,175,55,.16);
  border-radius: 14px;
  padding: 14px 15px;
  color: #fff;
  background: rgba(255,255,255,.025);
}
.kk-contact-list i {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: #f5df98;
  color: var(--kk-void);
  display: grid;
  place-items: center;
  font-style: normal;
  flex: 0 0 auto;
}
.kk-contact-list span {
  display: grid;
  gap: 4px;
}
.kk-contact-list small {
  font-size: 9px;
  color: #9fb0a7;
}
.kk-contact-list bdi,.kk-contact-list strong {
  font-size: 12px;
  color: #fff;
}
.kk-contact-order-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 40px;
  color: #aebdb4;
  font-size: 10px;
  line-height: 1.8;
}
.kk-contact-order-note i {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e4ca72;
  font-style: normal;
  flex: 0 0 auto;
}
.kk-contact-map {
  padding-top: 0;
}
.kk-contact-map-card {
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(3,42,43,.045);
}
.kk-contact-map-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 34px;
  border-bottom: 1px solid rgba(3,42,43,.1);
}
.kk-contact-map-card h2 {
  font-size: 30px;
  margin: 7px 0 0;
}
.kk-contact-address {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f6f0e2;
  padding: 10px 15px;
  color: var(--kk-void);
  font-size: 10px;
  font-weight: 800;
}
.kk-contact-map iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  filter: saturate(.8) contrast(.95);
}
.kk-contact-assurances {
  padding: 22px 0;
  background: #fff;
  border-top: 1px solid rgba(3,42,43,.11);
}
@media (max-width:1023px) {
  .kk-contact-hero-grid {
    grid-template-columns: 1.2fr .8fr;
    gap: 35px;
    padding: 55px 30px;
  }
  .kk-contact-main-grid {
    grid-template-columns: 1fr;
  }
  .kk-contact-form-card,.kk-contact-direct {
    min-height: auto;
  }
  .kk-contact-direct {
    order: 2;
  }
  .kk-contact-form-card {
    order: 1;
  }
}
@media (max-width:767px) {
  .kk-contact-section {
    padding: 50px 0;
  }
  .kk-contact-hero {
    width: calc(100% - 24px);
    margin-top: 12px;
    border-radius: 20px;
  }
  .kk-contact-hero-grid {
    display: block;
    min-height: auto;
    padding: 44px 20px 30px;
  }
  .kk-contact-hero-copy h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .kk-contact-hero-copy>p {
    font-size: 14px;
  }
  .kk-contact-actions {
    display: grid;
  }
  .kk-contact-actions .kk-btn {
    width: 100%;
  }
  .kk-contact-tip {
    margin-top: 28px;
    padding: 20px;
  }
  .kk-contact-path-grid {
    grid-template-columns: 1fr;
  }
  .kk-contact-path-grid article {
    min-height: 205px;
  }
  .kk-contact-main {
    padding-top: 0;
  }
  .kk-contact-form-card {
    padding: 34px 18px;
  }
  .kk-contact-direct {
    padding: 35px 20px;
  }
  .kk-contact-form-shell {
    padding: 16px;
  }
  .kk-contact-form-shell .form-flat {
    grid-template-columns: 1fr;
  }
  .kk-contact-form-shell .wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: auto;
  }
  .kk-contact-form-shell input[type="submit"] {
    grid-column: auto;
  }
  .kk-contact-map-card header {
    display: block;
    padding: 22px;
  }
  .kk-contact-address {
    margin-top: 14px;
  }
  .kk-contact-map iframe {
    height: 360px;
  }
}
.kk-shop-page {
  background: radial-gradient(circle at 6% 5%,rgba(212,175,55,.08),transparent 24%),#fbf9f3;
}
.kk-shop-hero {
  width: min(calc(100% - 48px),1240px);
  margin: 28px auto 0;
  border-radius: 26px;
  background: linear-gradient(120deg,#557b78,#39706f);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(3,42,43,.12);
}
.kk-shop-hero-grid {
  position: relative;
  min-height: 285px;
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 65px;
  align-items: center;
  padding: 48px 54px;
}
.kk-shop-hero-grid::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  right: -180px;
  top: -310px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025);
}
.kk-shop-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f7e5a9;
  font-size: 11px;
  font-weight: 850;
}
.kk-shop-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}
.kk-shop-hero h1 {
  font-size: clamp(42px,4.5vw,62px);
  color: #fff;
  margin: 12px 0 6px;
  line-height: 1.2;
}
.kk-shop-hero p {
  max-width: 680px;
  color: #e2e9e2;
  font-size: 13px;
  line-height: 2;
  margin: 0;
}
.kk-shop-search {
  position: relative;
  z-index: 1;
  background: rgba(3,42,43,.72);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 22px;
}
.kk-shop-search label {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 10px;
}
.kk-shop-search>div {
  display: grid;
  grid-template-columns: 1fr 42px;
  background: #fff;
  border: 1px solid rgba(212,175,55,.55);
  border-radius: 12px;
  padding: 4px;
}
.kk-shop-search input[type="search"] {
  border: 0 !important;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 42px;
  padding: 0 11px;
  color: var(--kk-body);
  font-size: 11px;
}
.kk-shop-search button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg,#e8cc6b,#b88d12);
  color: var(--kk-void);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.kk-shop-search button svg {
  width: 18px;
}
.kk-shop-category-bar {
  padding: 20px 0 14px;
}
.kk-shop-category-bar>.kk-container {
  background: linear-gradient(120deg,#064143,#034243);
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 16px 40px rgba(3,42,43,.08);
}
.kk-shop-category-bar header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.kk-shop-category-bar h2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.kk-shop-category-bar p {
  color: #bfd0c6;
  font-size: 10px;
  margin: 0;
}
.kk-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.kk-shop-category-grid a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 76px;
  background: linear-gradient(115deg,#fff6d5,#ecd27b);
  border-radius: 14px;
  padding: 11px 13px;
  color: var(--kk-void);
  transition: .25s;
}
.kk-shop-category-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 22px rgba(0,0,0,.12);
}
.kk-shop-category-grid i {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(176,132,11,.18);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.kk-shop-category-grid i svg {
  width: 22px;
}
.kk-shop-category-grid span {
  display: grid;
  gap: 3px;
}
.kk-shop-category-grid strong {
  font-size: 12px;
}
.kk-shop-category-grid small {
  font-size: 9px;
  color: #6d6858;
}
.kk-shop-page .kk-shop-shell {
  padding: 30px 0 85px;
}
.kk-shop-page .woocommerce {
  column-count: auto !important;
  columns: auto !important;
}
.kk-shop-page .woocommerce::after {
  content: "";
  display: block;
  clear: both;
}
.kk-shop-page .woocommerce-result-count,.kk-shop-page .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}
.kk-shop-page .woocommerce-result-count {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #fff;
  border: 1px solid rgba(3,42,43,.13);
  border-radius: 14px;
  padding: 0 18px;
  color: #6f7773;
  font-size: 11px;
}
.kk-shop-page .woocommerce-result-count::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dfbd4a;
  box-shadow: 0 0 0 5px rgba(212,175,55,.12);
  margin-left: 9px;
}
.kk-shop-page .woocommerce-ordering {
  position: absolute;
  left: 18px;
  top: 8px;
  z-index: 2;
}
.kk-shop-page .woocommerce-ordering select {
  height: 34px;
  min-width: 175px;
  background: #fff;
  border: 1px solid rgba(3,42,43,.16);
  border-radius: 9px;
  padding: 4px 10px;
  font-size: 10px;
  color: var(--kk-void);
}
.kk-shop-page .kk-shop-shell .kk-container {
  position: relative;
}
.kk-shop-page .woocommerce.columns-8 {
  column-count: auto !important;
  columns: auto !important;
}
.kk-shop-page .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(8,minmax(0,1fr)) !important;
  gap: 13px !important;
  width: 100% !important;
  margin-top: 20px !important;
}
.kk-shop-page .woocommerce ul.products li.product {
  width: auto !important;
  min-width: 0 !important;
  border-radius: 15px;
  padding: 7px 7px 11px !important;
  box-shadow: 0 8px 22px rgba(3,42,43,.055);
}
.kk-shop-page .woocommerce ul.products li.product img {
  border-radius: 10px;
  margin-bottom: 9px !important;
}
.kk-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 11px !important;
  line-height: 1.8;
  min-height: 40px;
  padding-inline: 3px !important;
}
.kk-shop-page .woocommerce ul.products li.product .price {
  font-size: 11px !important;
  margin-inline: 3px !important;
}
.kk-shop-page .woocommerce ul.products li.product .price del {
  font-size: 8px;
}
.kk-shop-page .woocommerce ul.products li.product .button {
  min-height: 36px;
  font-size: 9px !important;
  border-radius: 9px !important;
  padding: 6px !important;
}
.kk-shop-page .woocommerce span.onsale {
  top: 10px !important;
  right: 10px !important;
  font-size: 9px !important;
  padding: 7px 8px !important;
}
.kk-shop-page .woocommerce nav.woocommerce-pagination {
  display: flex !important;
  justify-content: center;
  clear: both;
  margin: 38px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  width: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
  border: 1px solid rgba(3,42,43,.12) !important;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(3,42,43,.06);
}
.kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
}
.kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers li a, .kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  display: grid !important;
  place-items: center;
  min-width: 38px;
  height: 38px;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid rgba(3,42,43,.12) !important;
  border-radius: 10px;
  background: #fbf9f3;
  color: var(--kk-void);
  font-size: 12px;
  line-height: 1 !important;
  transition: .2s;
}
.kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .kk-shop-page .woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: var(--kk-void) !important;
  color: #f7f2e4 !important;
  border-color: var(--kk-void) !important;
}
@media (max-width:1180px) {
  .kk-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
  }
}
@media (max-width:900px) {
  .kk-shop-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 30px;
  }
  .kk-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  }
}
@media (max-width:767px) {
  .kk-shop-hero {
    width: calc(100% - 24px);
    margin-top: 12px;
    border-radius: 20px;
  }
  .kk-shop-hero-grid {
    display: block;
    min-height: auto;
    padding: 38px 18px;
  }
  .kk-shop-hero h1 {
    font-size: 42px;
  }
  .kk-shop-search {
    margin-top: 25px;
    padding: 15px;
  }
  .kk-shop-category-bar>.kk-container {
    width: calc(100% - 24px) !important;
    padding: 20px 14px;
  }
  .kk-shop-category-bar header {
    display: block;
  }
  .kk-shop-category-bar p {
    margin-top: 6px;
  }
  .kk-shop-category-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
  }
  .kk-shop-category-grid a {
    min-height: 68px;
    padding: 8px;
  }
  .kk-shop-category-grid i {
    width: 36px;
    height: 36px;
  }
  .kk-shop-page .kk-shop-shell {
    padding-top: 20px;
  }
  .kk-shop-page .woocommerce-result-count {
    padding-bottom: 45px;
    align-items: flex-start;
    padding-top: 15px;
  }
  .kk-shop-page .woocommerce-ordering {
    left: 14px;
    right: 14px;
    top: 48px;
  }
  .kk-shop-page .woocommerce-ordering select {
    width: 100%;
  }
  .kk-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px !important;
  }
  .kk-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
