:root {
  --green-900: #111;
  --green-800: #111;
  --green: #111;
  --green-700: #333;
  --gold: #b8a06a;
  --gold-deep: #8d7a4b;
  --gold-bright: #e7ded1;
  --cream: #f5f5f5;
  --cream-2: #f8f8f8;
  --ink: #111;
  --ink-soft: #666;
  --line: #e5e5e5;
  --white: #fff;
  --shadow: 0 22px 60px rgba(22, 41, 31, .1);
  --container: 1280px;
  --section: clamp(60px, 9vw, 120px);
}

/* KH display currency: a presentation-only selector that leaves WooCommerce values in OMR. */
.kh-currency-switcher {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  direction: ltr !important;
  color: var(--green-900) !important;
  font-family: inherit !important;
}

.kh-currency-switcher--mobile {
  display: none !important;
}

.kh-currency-trigger {
  display: inline-flex !important;
  min-width: 58px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.kh-currency-trigger:hover,
.kh-currency-trigger:focus-visible,
.kh-currency-trigger[aria-expanded="true"] {
  background: var(--green-900) !important;
  border-color: var(--green-900) !important;
  color: #fff !important;
  outline: 0 !important;
}

.kh-currency-trigger svg {
  width: 13px !important;
  height: 13px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
}

.kh-currency-menu {
  position: absolute !important;
  z-index: 1200 !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  min-width: 126px !important;
  overflow: hidden !important;
  padding: 5px !important;
  border: 1px solid rgba(27, 57, 43, .18) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(18, 37, 28, .16) !important;
}

.kh-currency-menu[hidden] {
  display: none !important;
}

.kh-currency-option {
  display: flex !important;
  width: 100% !important;
  min-height: 34px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #17382b !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.kh-currency-option:hover,
.kh-currency-option:focus-visible,
.kh-currency-option.is-active {
  background: #edf3ee !important;
  color: #17382b !important;
  outline: 0 !important;
}

.kh-currency-option svg {
  width: 14px !important;
  height: 14px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  opacity: 0 !important;
}

.kh-currency-option.is-active svg {
  opacity: 1 !important;
}

.kh-site-header:not(.kh-header-solid) .kh-currency-switcher {
  color: #fff !important;
}

.kh-site-header:not(.kh-header-solid) .kh-currency-trigger:hover,
.kh-site-header:not(.kh-header-solid) .kh-currency-trigger:focus-visible,
.kh-site-header:not(.kh-header-solid) .kh-currency-trigger[aria-expanded="true"] {
  background: #fff !important;
  border-color: #fff !important;
  color: #17382b !important;
}

.kh-checkout-total-row--display {
  margin-top: 4px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  font-size: 15px !important;
}

.kh-checkout-total-row--display strong {
  color: var(--green-900) !important;
}

.kh-checkout-currency-note {
  margin: 10px 0 0 !important;
  color: #6d766f !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

@media (max-width: 760px) {
  .kh-currency-switcher--desktop {
    display: none !important;
  }

  .kh-currency-switcher--mobile {
    display: inline-flex !important;
  }

  .kh-header-actions {
    min-width: 0 !important;
    gap: 4px !important;
  }

  html body .kh-header-actions > .kh-icon-link.kh-account-link {
    display: inline-flex !important;
    inline-size: 32px !important;
    width: 32px !important;
    min-inline-size: 32px !important;
    min-width: 32px !important;
    block-size: 32px !important;
    height: 32px !important;
  }

  html body .kh-header-actions > .kh-icon-link.kh-cart-link {
    inline-size: 32px !important;
    width: 32px !important;
    min-inline-size: 32px !important;
    min-width: 32px !important;
    block-size: 32px !important;
    height: 32px !important;
  }

  .kh-currency-trigger {
    min-width: 44px !important;
    height: 30px !important;
    padding: 0 5px !important;
    font-size: 10px !important;
  }

  .kh-currency-trigger svg {
    width: 11px !important;
    height: 11px !important;
  }

  .kh-currency-menu {
    top: calc(100% + 6px) !important;
    min-width: 112px !important;
  }
}

/* KH fix144 - product search results use the shop product cards without a search hero title. */
html body.search .kh-search-results-page {
  padding-top: clamp(34px, 6vw, 72px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

html body.search .kh-search-results-page ul.products.kh-search-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(34px, 4vw, 58px) clamp(18px, 3vw, 34px) !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.search .kh-search-results-page ul.products.kh-search-products::before,
html body.search .kh-search-results-page ul.products.kh-search-products::after {
  content: none !important;
  display: none !important;
}

html body.search .kh-search-results-page .kh-shop-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

html body.search .kh-search-empty {
  max-width: 560px;
  margin: clamp(48px, 8vw, 96px) auto;
  padding: clamp(30px, 6vw, 56px);
  border: 1px solid rgba(224, 215, 194, .75);
  text-align: center;
}

html body.search .kh-search-empty h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 4vw, 34px);
}

html body.search .kh-search-empty p {
  margin: 0 0 22px;
  color: var(--muted);
}

html body.search .kh-empty-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  background: #111;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  html body.search .kh-search-results-page ul.products.kh-search-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 38px 18px !important;
  }
}

@media (max-width: 767px) {
  html body.search .kh-search-results-page {
    padding-top: 24px;
  }

  html body.search .kh-search-results-page ul.products.kh-search-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 8px !important;
  }
}

/* Cart header lock: match the checkout header exactly. */
body.woocommerce-cart .kh-cart-page {
  padding-top: 56px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
.kh-cart-page .kh-cart-page-head,
.kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: sticky !important;
  top: 0 !important;
  inset: auto !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 3.2vw, 44px) !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
.kh-cart-page .kh-cart-back,
.kh-cart-page .kh-cart-back.kh-checkout-back {
  position: static !important;
  z-index: 2 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  height: 56px !important;
  min-height: 56px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
.kh-cart-page .kh-cart-back span,
.kh-cart-page .kh-cart-back.kh-checkout-back span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  position: static !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
.kh-cart-page .kh-cart-page-logo,
.kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: static !important;
  z-index: 1 !important;
  display: block !important;
  justify-self: center !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg,
.kh-cart-page .kh-cart-page-logo img,
.kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 58px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
  .kh-cart-page .kh-cart-page-head,
  .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  .kh-cart-page .kh-cart-back,
  .kh-cart-page .kh-cart-back.kh-checkout-back {
    height: 54px !important;
    min-height: 54px !important;
  }
}

/* KH fix44 - force WooCommerce default checkout login into Arabic responsive panel */
body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 14px 42px 0 !important;
  background: #fff !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-form-login-toggle,
body:has(.kh-checkout-shell) .woocommerce-form-login-toggle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  background: transparent !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .kh-checkout-login-notice,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info,
body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info,
body:has(.kh-checkout-shell) .kh-checkout-login-notice {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info::before,
body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info a.showlogin,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info a.showlogin,
body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: #9b7a45 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login,
body.woocommerce-checkout form.woocommerce-form-login.login,
body.woocommerce-checkout form.login.kh-checkout-login-form,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login,
body:has(.kh-checkout-shell) form.login.kh-checkout-login-form {
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 16px 0 0 auto !important;
  padding: 26px 28px 28px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #111 !important;
  direction: rtl !important;
  text-align: right !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .055) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login p:first-child,
body.woocommerce-checkout form.woocommerce-form-login.login p:first-child,
body.woocommerce-checkout .kh-checkout-login-intro,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login p:first-child,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login p:first-child,
body:has(.kh-checkout-shell) .kh-checkout-login-intro {
  margin: 0 0 22px !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: right !important;
  direction: rtl !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login .form-row,
body.woocommerce-checkout form.woocommerce-form-login.login .form-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .form-row,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login .form-row {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login label,
body.woocommerce-checkout form.woocommerce-form-login.login label,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login label,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login label {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: right !important;
  direction: rtl !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login input.input-text,
body.woocommerce-checkout .kh-checkout-login-row form.login input[type="text"],
body.woocommerce-checkout .kh-checkout-login-row form.login input[type="password"],
body.woocommerce-checkout form.woocommerce-form-login.login input.input-text,
body.woocommerce-checkout form.woocommerce-form-login.login input[type="text"],
body.woocommerce-checkout form.woocommerce-form-login.login input[type="password"],
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input.input-text,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input[type="text"],
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input[type="password"],
body:has(.kh-checkout-shell) form.woocommerce-form-login.login input.input-text,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login input[type="text"],
body:has(.kh-checkout-shell) form.woocommerce-form-login.login input[type="password"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__rememberme,
body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
body.woocommerce-checkout .kh-checkout-login-remember,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .woocommerce-form-login__rememberme,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
body:has(.kh-checkout-shell) .kh-checkout-login-remember {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 0 16px !important;
  font-size: 13px !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"],
body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit,
body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"],
body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"],
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .woocommerce-form-login__submit,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"],
body:has(.kh-checkout-shell) form.woocommerce-form-login.login .woocommerce-form-login__submit {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #111 !important;
  color: #fff !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login .lost_password,
body.woocommerce-checkout form.woocommerce-form-login.login .lost_password,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .lost_password,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login .lost_password {
  margin: 16px 0 0 !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-login-row form.login .lost_password a,
body.woocommerce-checkout form.woocommerce-form-login.login .lost_password a,
body.woocommerce-checkout .kh-checkout-login-lost,
body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .lost_password a,
body:has(.kh-checkout-shell) form.woocommerce-form-login.login .lost_password a,
body:has(.kh-checkout-shell) .kh-checkout-login-lost {
  color: #9b7a45 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 900px) {
  body.woocommerce-checkout .kh-checkout-login-row,
  body:has(.kh-checkout-shell) .kh-checkout-login-row {
    padding: 12px 20px 0 !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row form.login,
  body.woocommerce-checkout form.woocommerce-form-login.login,
  body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
  body:has(.kh-checkout-shell) form.woocommerce-form-login.login {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 24px 22px 26px !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout .kh-checkout-login-row,
  body:has(.kh-checkout-shell) .kh-checkout-login-row {
    padding: 10px 12px 0 !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info,
  body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info {
    min-height: auto !important;
    padding: 12px 13px !important;
    flex-wrap: wrap !important;
    font-size: 13px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row form.login,
  body.woocommerce-checkout form.woocommerce-form-login.login,
  body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
  body:has(.kh-checkout-shell) form.woocommerce-form-login.login {
    padding: 20px 14px 22px !important;
    border-radius: 6px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row form.login p:first-child,
  body.woocommerce-checkout form.woocommerce-form-login.login p:first-child,
  body:has(.kh-checkout-shell) .kh-checkout-login-row form.login p:first-child,
  body:has(.kh-checkout-shell) form.woocommerce-form-login.login p:first-child {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}

/* KH fix46 - strict centered thank-you popup */
html body.woocommerce-order-received,
html body.woocommerce-order-received.kh-style-theme {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #f4f4f4 !important;
}

html body.woocommerce-order-received .site,
html body.woocommerce-order-received .site-main,
html body.woocommerce-order-received .content-area,
html body.woocommerce-order-received main,
html body.woocommerce-order-received article,
html body.woocommerce-order-received .entry-content,
html body.woocommerce-order-received .woocommerce,
html body.woocommerce-order-received .kh-thankyou-page {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .kh-thankyou-page {
  min-height: calc(100vh - 90px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(18px, 4vh, 42px) 16px !important;
  background: linear-gradient(180deg, #f7f7f7 0%, #e5e5e5 100%) !important;
}

html body.woocommerce-order-received .kh-thankyou-modal {
  width: min(560px, calc(100vw - 32px)) !important;
  max-width: 560px !important;
  max-height: calc(100vh - 130px) !important;
  overflow: auto !important;
  margin: 0 auto !important;
  padding: clamp(22px, 4vw, 34px) !important;
  border-radius: 8px !important;
}

html body.woocommerce-order-received .kh-thankyou-summary {
  margin-bottom: 18px !important;
}

html body.woocommerce-order-received .kh-thankyou-actions {
  position: sticky !important;
  bottom: 0 !important;
  padding-top: 10px !important;
  background: #fff !important;
}

@media (max-width: 900px) {
  html body.woocommerce-order-received .kh-thankyou-page {
    min-height: calc(100vh - 76px) !important;
    padding: 18px 14px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal {
    width: min(520px, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 104px) !important;
  }
}

@media (max-width: 560px) {
  html body.woocommerce-order-received .kh-thankyou-page {
    align-items: flex-start !important;
    min-height: calc(100vh - 64px) !important;
    padding: 12px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal {
    width: calc(100vw - 24px) !important;
    max-height: none !important;
    padding: 22px 16px 20px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal h1 {
    font-size: 25px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-copy {
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  html body.woocommerce-order-received .kh-thankyou-summary > div {
    gap: 12px !important;
  }
}

/* KH fix47 - real viewport-centered thank-you modal */
html body.woocommerce-order-received .kh-thankyou-page,
html body.woocommerce-order-received .woocommerce .kh-thankyou-page,
html body.woocommerce-order-received main .kh-thankyou-page,
html body.woocommerce-order-received article .kh-thankyou-page {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99998 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(16px, 3vw, 34px) !important;
  display: grid !important;
  place-items: center !important;
  overflow: auto !important;
  background: rgba(245, 245, 245, .96) !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .kh-thankyou-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: rgba(0, 0, 0, .14) !important;
}

html body.woocommerce-order-received .kh-thankyou-modal {
  position: relative !important;
  z-index: 1 !important;
  width: min(560px, calc(100vw - 32px)) !important;
  max-width: 560px !important;
  max-height: calc(100vh - 48px) !important;
  overflow: auto !important;
  margin: auto !important;
  transform: none !important;
}

html body.woocommerce-order-received .kh-site-footer,
html body.woocommerce-order-received footer {
  display: none !important;
}

@media (max-width: 560px) {
  html body.woocommerce-order-received .kh-thankyou-page {
    align-items: start !important;
    padding: 12px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal {
    width: calc(100vw - 24px) !important;
    max-height: none !important;
  }
}

/* KH fix21: AJAX shop filters and preorder scope loader. */
.kh-shop-preorder-scope {
  margin-top: 8px !important;
}

.kh-shop-ajax-loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99998 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.52) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.18s ease, visibility 0.18s ease !important;
}

.kh-shop-ajax-loader.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.kh-shop-ajax-loader span {
  width: 42px !important;
  height: 42px !important;
  border: 2px solid rgba(0, 0, 0, 0.14) !important;
  border-top-color: #111 !important;
  border-radius: 50% !important;
  animation: kh-loftloader-spin 0.75s linear infinite !important;
}

.kh-shop-filter-loading .kh-shop-catalog,
.kh-shop-filter-loading .kh-shop-filter-shell {
  opacity: 0.48 !important;
  pointer-events: none !important;
}

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

/* KH fix19: black and white pre-order details card on product page. */
html body.single-product .kh-preorder-product-note,
body.single-product .kh-preorder-product-note,
.kh-preorder-product-note {
  border: 1px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

html body.single-product .kh-preorder-product-note > strong,
html body.single-product .kh-preorder-product-note dt,
html body.single-product .kh-preorder-product-note dd,
html body.single-product .kh-preorder-product-note dd span,
html body.single-product .kh-preorder-product-note p,
html body.single-product .kh-preorder-product-note .kh-preorder-product-deadline,
body.single-product .kh-preorder-product-note > strong,
body.single-product .kh-preorder-product-note dt,
body.single-product .kh-preorder-product-note dd,
body.single-product .kh-preorder-product-note dd span,
body.single-product .kh-preorder-product-note p,
body.single-product .kh-preorder-product-note .kh-preorder-product-deadline {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

html body.single-product .kh-preorder-product-note p,
body.single-product .kh-preorder-product-note p {
  font-size: 12px !important;
  font-weight: 500 !important;
}

html body.single-product .kh-preorder-product-note .kh-preorder-product-deadline,
body.single-product .kh-preorder-product-note .kh-preorder-product-deadline {
  margin-top: 8px !important;
}

/* KH final cart override: exact checkout header sizing and separated mobile cards. */
body.woocommerce-cart .kh-cart-page {
  padding-top: 60px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 72px) !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
  position: static !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  height: 60px !important;
  min-height: 60px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back span {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: static !important;
  display: block !important;
  justify-self: center !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 58px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-page {
    padding-top: 54px !important;
  }

  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
    height: 54px !important;
    min-height: 54px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .kh-cart-items {
    display: grid !important;
    gap: 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart .kh-cart-line,
  body.woocommerce-cart .kh-cart-line.cart_item {
    overflow: hidden !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px !important;
    background: #fff !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart .kh-cart-line + .kh-cart-line {
    margin-top: 0 !important;
  }
}

/* KH final cart alignment fix: centered logo, aligned back link, stacked mobile product title/price. */
body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  justify-self: auto !important;
  width: 58px !important;
  max-width: 58px !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
  position: absolute !important;
  top: 0 !important;
  right: clamp(18px, 4vw, 72px) !important;
  left: auto !important;
  height: 60px !important;
  min-height: 60px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  line-height: 1 !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back span {
  align-self: center !important;
  line-height: 1 !important;
  transform: translateY(1px) !important;
  -webkit-transform: translateY(1px) !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
    right: 14px !important;
    height: 54px !important;
    min-height: 54px !important;
  }

  body.woocommerce-cart .kh-cart-line-top {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: right !important;
  }

  body.woocommerce-cart .kh-cart-line-name,
  body.woocommerce-cart .kh-cart-line-price {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: right !important;
    justify-self: end !important;
    align-self: flex-end !important;
  }
}

/* Final mobile cart repair: header parity with checkout + separated product cards. */
body.woocommerce-cart .kh-cart-page {
  padding-top: 60px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 72px) !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
  position: static !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  height: 60px !important;
  min-height: 60px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back span {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: static !important;
  display: block !important;
  justify-self: center !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 58px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-page {
    padding-top: 54px !important;
  }

  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
    height: 54px !important;
    min-height: 54px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .kh-cart-items {
    display: grid !important;
    gap: 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart .kh-cart-line,
  body.woocommerce-cart .kh-cart-line.cart_item {
    overflow: hidden !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px !important;
    background: #fff !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart .kh-cart-line + .kh-cart-line {
    margin-top: 0 !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.kh-lock-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--green);
  color: var(--gold-bright);
}

.kh-skip-link {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  z-index: 9999;
  transform: translateY(-140%);
  background: var(--green-900);
  color: var(--gold);
  padding: 10px 14px;
}

.kh-skip-link:focus {
  transform: none;
}

.kh-container {
  width: min(var(--container), calc(100% - 10vw));
  margin-inline: auto;
}

.kh-section {
  padding-block: var(--section);
}

.kh-section,
.kh-editorial,
.kh-product-card,
.kh-category-tile {
  opacity: 1;
}

@supports (animation-timeline: auto) {
  .kh-section,
  .kh-editorial,
  .kh-product-card,
  .kh-category-tile {
    opacity: 1;
  }
}

.kh-section-head {
  margin-block-end: clamp(28px, 4vw, 54px);
}

.kh-section-head h2,
.kh-page-hero h1,
.kh-hero h1,
.kh-preorder-hero h1,
.kh-editorial h2 {
  margin: 0;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-weight: 600;
  line-height: 1.15;
}

.kh-section-head h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.kh-row-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
}

.kh-row-head > a {
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-block-end: 12px;
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.kh-kicker span {
  inline-size: 34px;
  block-size: 1px;
  background: currentColor;
}

.kh-btn,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 46px;
  padding: 13px 24px;
  overflow: hidden;
  border: 1px solid var(--green);
  border-radius: 0;
  background: transparent;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .35s ease, border-color .35s ease, background .35s ease;
}

.kh-btn::before,
.button::before,
.woocommerce button.button::before,
.woocommerce a.button::before,
.woocommerce input.button::before,
.woocommerce #respond input#submit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s ease;
}

.kh-btn span,
.button span,
.woocommerce button.button span,
.woocommerce a.button span,
.woocommerce input.button span {
  position: relative;
  z-index: 1;
}

.kh-btn:hover,
.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--cream);
}

.kh-btn:hover::before,
.button:hover::before,
.woocommerce button.button:hover::before,
.woocommerce a.button:hover::before,
.woocommerce input.button:hover::before,
.woocommerce #respond input#submit:hover::before {
  transform: scaleX(1);
}

.kh-btn-solid,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background: var(--green);
  color: var(--cream);
}

.kh-btn-solid::before,
.woocommerce button.button.alt::before,
.woocommerce a.button.alt::before {
  background: var(--gold);
}

.kh-btn-solid:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
  border-color: var(--gold);
  color: var(--green-900);
}

.kh-btn-light {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.kh-btn-light::before {
  background: var(--gold);
}

.kh-btn-light:hover {
  color: var(--green-900);
}

.kh-announcement {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: var(--green-900);
  color: var(--gold);
  border-block-end: 1px solid rgba(227, 194, 119, .2);
}

.kh-marquee {
  display: flex;
  inline-size: max-content;
  min-inline-size: 100%;
  animation: kh-marquee 26s linear infinite;
}

.kh-marquee span {
  display: inline-flex;
  align-items: center;
  min-inline-size: 100vw;
  padding: 7px 5vw;
  white-space: nowrap;
  font-size: .82rem;
  font-weight: 400;
}

@keyframes kh-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.kh-site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 99;
  background: rgba(255, 255, 255, .94);
  border-block-end: 1px solid rgba(224, 215, 194, .7);
  backdrop-filter: blur(18px);
  transition: background .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.kh-site-header.kh-header-top {
  background: rgba(255, 255, 255, .72);
  border-color: transparent;
}

.kh-site-header.kh-header-solid {
  box-shadow: 0 14px 36px rgba(22, 41, 31, .07);
}

.kh-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  width: min(var(--container), calc(100% - 8vw));
  min-block-size: 86px;
  margin-inline: auto;
  transition: min-block-size .35s ease;
}

.kh-header-solid .kh-header-inner {
  min-block-size: 72px;
}

.kh-desktop-nav,
.kh-header-actions,
.kh-menu {
  display: flex;
  align-items: center;
}

.kh-desktop-nav {
  justify-content: flex-start;
  gap: 22px;
}

.kh-menu {
  gap: clamp(14px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-menu a,
.kh-nav-trigger {
  border: 0;
  background: none;
  color: var(--green-900);
  font-size: .9rem;
  font-weight: 500;
  transition: color .25s ease;
}

.kh-menu a:hover,
.kh-nav-trigger:hover {
  color: var(--gold-deep);
}

.kh-header-logo {
  display: flex;
  justify-content: center;
}

.kh-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kh-logo img {
  inline-size: clamp(138px, 16vw, 220px);
  max-block-size: 64px;
  object-fit: contain;
}

.kh-header-solid .kh-logo img {
  max-block-size: 54px;
}

.kh-header-actions {
  justify-content: flex-end;
  gap: 10px;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.kh-header-search {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  transition: border-color .25s ease;
}

.kh-header-search:focus-within {
  border-color: var(--line);
  background: rgba(255, 255, 255, .8);
}

.kh-header-search input {
  inline-size: clamp(90px, 10vw, 160px);
  min-block-size: 42px;
  border: 0;
  background: transparent;
  color: var(--green-900);
  padding-inline: 10px;
}

.kh-header-search input:focus {
  outline: 0;
}

.kh-icon-link,
.kh-mobile-toggle {
  position: relative;
  display: inline-grid;
  place-items: center;
  inline-size: 42px;
  block-size: 42px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--green-900);
}

.kh-icon-link:hover,
.kh-mobile-toggle:hover {
  border-color: var(--line);
}

.kh-icon-link svg {
  inline-size: 21px;
  block-size: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kh-cart-count {
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 2px;
  display: grid;
  place-items: center;
  min-inline-size: 18px;
  block-size: 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--green-900);
  font-size: .7rem;
  line-height: 1;
}

.kh-mobile-toggle {
  display: none;
}

.kh-mobile-toggle span {
  inline-size: 20px;
  block-size: 1px;
  background: currentColor;
}

.kh-mega {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-12px);
  background: rgba(255, 255, 255, .98);
  border-block: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: opacity .32s ease, transform .32s ease, visibility .32s ease;
}

.kh-mega.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.kh-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 1.25fr;
  gap: 30px;
  width: min(var(--container), calc(100% - 10vw));
  margin-inline: auto;
  padding-block: 36px;
}

.kh-mega h3,
.kh-footer h3 {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-mega a:not(.kh-mega-card),
.kh-footer-col a,
.kh-footer-col span {
  display: block;
  padding-block: 5px;
  color: var(--ink-soft);
  font-size: .94rem;
}

.kh-mega a:hover,
.kh-footer a:hover {
  color: var(--gold);
}

.kh-mega-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-block-size: 210px;
  padding: 24px;
  background: var(--green-900);
  color: var(--cream);
}

.kh-mega-card span {
  color: var(--gold);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.kh-mega-card strong {
  margin-block: 10px 8px;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.kh-mega-card em {
  color: rgba(246, 241, 231, .72);
  font-style: normal;
}

.kh-mobile-panel,
.kh-panel-backdrop {
  display: none;
}

.kh-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  min-block-size: calc(100svh - 120px);
  padding: clamp(54px, 7vw, 96px) 5vw;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 58%, var(--cream) 58%, var(--cream) 100%);
}

.kh-hero::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  inline-size: 42%;
  background: var(--green-900);
  opacity: .04;
}

.kh-hero-content {
  position: relative;
  z-index: 1;
  max-inline-size: 660px;
}

.kh-hero h1 {
  max-inline-size: 10ch;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
}

.kh-hero p,
.kh-editorial p,
.kh-preorder-hero p,
.kh-page-hero p {
  max-inline-size: 58ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.kh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-block-start: 30px;
}

.kh-hero-media {
  position: relative;
  z-index: 1;
  min-block-size: 610px;
}

.kh-hero-card {
  position: absolute;
}

.kh-hero-card-main {
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: min(74%, 390px);
}

.kh-hero-card-secondary {
  inset-block-end: 0;
  inset-inline-end: 0;
  inline-size: min(58%, 300px);
}

.kh-hero-card .kh-product-grid {
  display: block;
}

.kh-hero-card .kh-product-card {
  background: #fff;
  box-shadow: var(--shadow);
}

.kh-brand-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #fff;
}

.kh-brand-strip div {
  display: flex;
  inline-size: max-content;
  animation: kh-brands 34s linear infinite;
}

.kh-brand-strip span {
  padding: 18px clamp(26px, 5vw, 60px);
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  letter-spacing: .14em;
}

@keyframes kh-brands {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.kh-category-grid,
.kh-service-grid,
.kh-three {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kh-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-category-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-block-size: clamp(230px, 30vw, 410px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
}

.kh-category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(22, 41, 31, .72)),
    radial-gradient(circle at 50% 30%, rgba(227, 194, 119, .18), transparent 28%),
    linear-gradient(135deg, rgba(35, 71, 54, .12), rgba(246, 241, 231, .2));
  transition: transform .65s ease;
}

.kh-category-tile:hover::before {
  transform: scale(1.06);
}

.kh-category-tile span {
  position: relative;
  z-index: 1;
  display: block;
  inline-size: 100%;
  padding: 22px;
  color: var(--cream);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.kh-category-tile.bags::after,
.kh-category-tile.shoes::after,
.kh-category-tile.watches::after,
.kh-category-tile.accessories::after {
  position: absolute;
  inset-block-start: 22px;
  inset-inline: 22px;
  color: rgba(35, 71, 54, .18);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
}

.kh-category-tile.bags::after { content: "Bags"; }
.kh-category-tile.shoes::after { content: "Shoes"; }
.kh-category-tile.watches::after { content: "Watches"; }
.kh-category-tile.accessories::after { content: "Accessories"; font-size: clamp(2.2rem, 5vw, 4.6rem); }

.kh-product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-product-card,
.woocommerce ul.products li.product {
  position: relative;
  float: none !important;
  clear: none !important;
  inline-size: auto !important;
  margin: 0 !important;
}

.kh-card-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
}

.kh-card-image img,
.woocommerce ul.products li.product img,
.single-product .woocommerce-product-gallery__image img,
.woocommerce div.product div.images .flex-control-thumbs img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  background: var(--cream);
  transition: transform .75s ease;
}

.kh-product-card:hover .kh-card-image img {
  transform: scale(1.06);
}

.kh-product-placeholder {
  display: grid;
  place-items: center;
  inline-size: 100%;
  block-size: 100%;
  background:
    linear-gradient(180deg, rgba(35, 71, 54, .06), rgba(35, 71, 54, .16)),
    var(--cream);
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: .22em;
}

.kh-card-badges {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}

.kh-card-badges span {
  padding: 6px 10px;
  background: var(--green-900);
  color: var(--gold);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kh-card-badges .muted {
  background: rgba(255, 255, 255, .88);
  color: var(--ink-soft);
}

.kh-quick-view {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 2;
  padding: 13px 16px;
  background: rgba(22, 41, 31, .92);
  color: var(--gold-bright);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .4s ease;
}

.kh-product-card:hover .kh-quick-view {
  transform: translateY(0);
}

.kh-card-body {
  padding-block-start: 16px;
}

.kh-card-brand {
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-card-title {
  margin: 4px 0 2px;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
}

.kh-card-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ink);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.kh-card-cart,
.woocommerce ul.products li.product .button {
  inline-size: 100%;
  margin-block-start: 12px !important;
  border-color: var(--line) !important;
  background: #fff !important;
  color: var(--green-900) !important;
  text-align: center;
}

.kh-card-cart:hover,
.woocommerce ul.products li.product .button:hover {
  border-color: var(--green) !important;
  background: var(--green) !important;
  color: var(--cream) !important;
}

.kh-card-cart.muted {
  color: var(--ink-soft) !important;
}

.kh-empty {
  grid-column: 1 / -1;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--cream);
  text-align: center;
}

.kh-empty h3 {
  margin: 0 0 8px;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
}

.kh-empty p {
  margin: 0;
  color: var(--ink-soft);
}

.kh-editorial {
  padding-block: var(--section);
  background: var(--green-900);
  color: var(--cream);
}

.kh-editorial-inner {
  width: min(var(--container), calc(100% - 10vw));
  min-block-size: 440px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(22, 41, 31, .96), rgba(22, 41, 31, .66)),
    radial-gradient(circle at 16% 24%, rgba(227, 194, 119, .18), transparent 22%);
  border: 1px solid rgba(227, 194, 119, .24);
  padding: clamp(32px, 6vw, 76px);
}

.kh-editorial h2 {
  max-inline-size: 13ch;
  color: var(--cream);
  font-size: clamp(2rem, 5vw, 4rem);
}

.kh-editorial p {
  color: rgba(246, 241, 231, .76);
}

.kh-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-service-grid > div,
.kh-step,
.kh-contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}

.kh-service-grid span,
.kh-step span {
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 2rem;
}

.kh-service-grid h3,
.kh-step h2,
.kh-contact-card h2 {
  margin: 8px 0;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.35rem;
}

.kh-service-grid p,
.kh-step p {
  margin: 0;
  color: var(--ink-soft);
}

.kh-page-hero {
  padding-block: clamp(58px, 9vw, 118px);
  background:
    linear-gradient(180deg, rgba(246, 241, 231, .72), rgba(255, 255, 255, 1)),
    #fff;
  border-block-end: 1px solid var(--line);
}

.kh-page-hero h1 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.kh-content {
  max-inline-size: 880px;
}

.kh-content h2,
.kh-terms h2 {
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
}

.kh-content a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kh-contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
}

.kh-contact-card {
  background: var(--green-900);
  color: var(--cream);
}

.kh-contact-card h2 {
  color: var(--gold);
}

.kh-contact-card a,
.kh-contact-card span {
  display: block;
  margin-block: 10px;
  color: rgba(246, 241, 231, .84);
}

.kh-form-placeholder {
  padding: 26px;
  border: 1px dashed var(--line);
  color: var(--ink-soft);
  text-align: center;
}

.kh-terms {
  max-inline-size: 920px;
}

.kh-post-list {
  display: grid;
  gap: 18px;
}

.kh-post-card {
  padding: 24px;
  border: 1px solid var(--line);
}

.kh-post-card h2 {
  margin: 0 0 8px;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
}

.kh-preorder-hero {
  min-block-size: calc(100svh - 120px);
  display: grid;
  align-items: center;
  padding: 56px 5vw;
  background:
    linear-gradient(180deg, rgba(22, 41, 31, .58), rgba(22, 41, 31, .96)),
    var(--green-900);
  color: var(--cream);
  text-align: center;
}

.kh-preorder-note {
  position: absolute;
  inset-block-start: 130px;
  inset-inline: 5vw;
  color: var(--gold);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-preorder-lockup span {
  color: var(--gold);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-style: italic;
}

.kh-preorder-hero h1 {
  color: var(--cream);
  font-size: clamp(2.4rem, 7vw, 5.6rem);
}

.kh-preorder-hero p {
  margin-inline: auto;
  color: rgba(246, 241, 231, .78);
}

.kh-preorder-steps {
  background: var(--cream);
}

.kh-shop-hero {
  text-align: center;
}

.kh-shop-hero .kh-kicker {
  justify-content: center;
}

.kh-shop-hero p {
  margin-inline: auto;
}

.kh-shop-layout {
  padding-block-start: 44px;
}

.kh-shop-toolbar {
  display: grid;
  gap: 22px;
  margin-block-end: 34px;
}

.kh-shop-filters {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr .8fr .8fr auto auto;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.kh-shop-filters label {
  display: grid;
  gap: 6px;
}

.kh-shop-filters span {
  color: var(--gold-deep);
  font-family: "Thmanyah Serif Display", serif;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.kh-shop-filters select,
.kh-shop-filters input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.search-form input[type="search"],
.kh-search-form input[type="search"] {
  inline-size: 100%;
  min-block-size: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  border-radius: 0;
}

.kh-shop-filters select:focus,
.kh-shop-filters input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.search-form input[type="search"]:focus {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

.kh-reset {
  display: inline-flex;
  min-block-size: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: .88rem;
}

.kh-shop-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-soft);
}

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

.kh-shop-sidebar {
  margin-block-end: 28px;
}

.kh-filter-widget {
  padding: 20px;
  border: 1px solid var(--line);
}

.kh-single-product .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: clamp(30px, 5vw, 70px);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  inline-size: auto;
  margin: 0;
}

.woocommerce div.product div.images img {
  background: var(--cream);
  border: 1px solid var(--line);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream);
}

.woocommerce div.product .product_title {
  margin: 0 0 12px;
  color: var(--green-900);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.15;
}

.woocommerce-product-details__short-description {
  color: var(--ink-soft);
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-block: 28px;
  padding-block: 24px;
  border-block: 1px solid var(--line);
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

.woocommerce .quantity .qty {
  inline-size: 86px;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-block-start: 46px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.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 ul.tabs li {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--green-900);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--green-900);
  padding: 10px 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--gold);
}

.woocommerce-Tabs-panel {
  border: 1px solid var(--line);
  padding: 24px;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-order {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  float: none;
  inline-size: auto;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 30px;
  align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: auto;
}

.woocommerce-checkout #order_review_heading {
  margin: 0 0 12px;
  font-family: "Thmanyah Serif Display", serif;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-block-start-color: var(--gold);
  background: var(--cream);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--gold-deep);
}

.kh-footer {
  background: var(--green-900);
  color: var(--cream);
}

.kh-footer-top {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr .95fr;
  gap: clamp(28px, 5vw, 70px);
  width: min(var(--container), calc(100% - 10vw));
  margin-inline: auto;
  padding-block: clamp(48px, 7vw, 86px);
}

.kh-footer-logo {
  justify-content: flex-start;
  margin-block-end: 16px;
}

.kh-footer-logo img {
  inline-size: 210px;
  max-block-size: 70px;
}

.kh-footer-brand p {
  max-inline-size: 38ch;
  color: rgba(246, 241, 231, .68);
  margin: 0 0 20px;
}

.kh-social {
  display: flex;
  gap: 10px;
}

.kh-social a {
  display: grid;
  place-items: center;
  inline-size: 40px;
  block-size: 40px;
  border: 1px solid rgba(227, 194, 119, .26);
  color: var(--gold);
}

.kh-social svg {
  inline-size: 20px;
  block-size: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kh-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kh-footer-col a,
.kh-footer-col span {
  color: rgba(246, 241, 231, .66);
}

.kh-footer-preorder {
  color: var(--gold) !important;
}

.kh-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(var(--container), calc(100% - 10vw));
  margin-inline: auto;
  padding-block: 18px;
  border-block-start: 1px solid rgba(227, 194, 119, .18);
  color: rgba(246, 241, 231, .58);
  font-size: .86rem;
}

.kh-toast {
  position: fixed;
  inset-block-end: 22px;
  inset-inline-start: 22px;
  z-index: 999;
  padding: 13px 18px;
  background: var(--green-900);
  color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.kh-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .kh-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kh-shop-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .kh-desktop-nav {
    display: none;
  }

  .kh-header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .kh-mobile-toggle {
    display: inline-grid;
  }

  .kh-mega {
    display: none;
  }

  .kh-hero {
    grid-template-columns: 1fr;
    min-block-size: auto;
    background: #fff;
  }

  .kh-hero-media {
    order: -1;
    min-block-size: 520px;
  }

  .kh-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-service-grid,
  .kh-three,
  .kh-contact-grid,
  .woocommerce div.product,
  .woocommerce-checkout form.checkout,
  .kh-footer-top {
    grid-template-columns: 1fr;
  }

  .kh-mobile-panel,
  .kh-panel-backdrop {
    display: block;
  }

  .kh-mobile-panel {
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
    z-index: 1001;
    inline-size: min(86vw, 380px);
    padding: 28px;
    background: var(--green-900);
    color: var(--cream);
    transform: translateX(110%);
    transition: transform .35s ease;
  }

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

  .kh-panel-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(22, 41, 31, .46);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .kh-panel-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .kh-mobile-close {
    position: absolute;
    inset-block-start: 14px;
    inset-inline-end: 14px;
    border: 0;
    background: transparent;
    color: var(--gold);
    font-size: 2rem;
  }

  .kh-mobile-logo {
    justify-content: flex-start;
    margin-block-end: 30px;
  }

  .kh-mobile-panel .kh-menu {
    display: grid;
    gap: 4px;
  }

  .kh-mobile-panel .kh-menu a {
    display: block;
    padding-block: 10px;
    color: var(--cream);
    font-size: 1.05rem;
  }

  .kh-mobile-quick {
    display: grid;
    gap: 8px;
    margin-block-start: 28px;
    padding-block-start: 22px;
    border-block-start: 1px solid rgba(227, 194, 119, .2);
  }

  .kh-mobile-quick a {
    color: var(--gold);
  }
}

@media (max-width: 760px) {
  .kh-container {
    width: min(var(--container), calc(100% - 36px));
  }

  .kh-header-inner {
    width: calc(100% - 28px);
    min-block-size: 70px;
    gap: 8px;
  }

  .kh-logo img {
    inline-size: 132px;
  }

  .kh-icon-link {
    inline-size: 36px;
    block-size: 36px;
  }

  .kh-header-actions > .kh-icon-link:not(.kh-cart-link) {
    display: none;
  }

  .kh-header-search input {
    inline-size: 0;
    padding-inline: 0;
  }

  .kh-header-search:focus-within input {
    inline-size: min(44vw, 150px);
    padding-inline: 10px;
  }

  .kh-hero {
    padding-inline: 18px;
  }

  .kh-hero h1 {
    max-inline-size: 9ch;
  }

  .kh-hero-media {
    min-block-size: 430px;
  }

  .kh-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }

  .kh-category-grid,
  .kh-shop-filters {
    grid-template-columns: 1fr;
  }

  .kh-shop-count {
    display: grid;
  }

  .kh-row-head {
    display: grid;
    align-items: start;
  }

  .kh-card-title {
    font-size: 1rem;
  }

  .kh-card-price {
    font-size: 1.1rem;
  }

  .kh-editorial-inner {
    min-block-size: 360px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    color: var(--gold-deep);
  }
}

@media (max-width: 460px) {
  .kh-product-grid,
  .woocommerce ul.products {
    gap: 22px 12px;
  }

  .kh-card-badges {
    inset-block-start: 8px;
    inset-inline-start: 8px;
  }

  .kh-card-badges span {
    padding: 5px 8px;
    font-size: .58rem;
  }

  .kh-quick-view {
    display: none;
  }

  .kh-btn,
  .button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button {
    inline-size: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* KH STYLE Dior-inspired refinement */
.kh-logo img {
  filter: brightness(0);
}

.kh-entry-home-page .kh-announcement,
.kh-entry-home-page .kh-site-header {
  display: none;
}

.kh-entry-home-page .kh-main {
  min-block-size: 100svh;
  background: #fff;
}

.kh-entry-home {
  position: relative;
  background: #fff;
  color: #111;
}

.kh-entry-logo {
  position: absolute;
  inset-block-start: 32px;
  inset-inline: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.kh-entry-brand img {
  inline-size: clamp(150px, 14vw, 260px);
  max-block-size: 74px;
}

.kh-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-block-size: 100svh;
}

.kh-entry-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-block-size: 100svh;
  overflow: hidden;
  border-inline-start: 1px solid #e7e7e7;
  background: #fff;
  color: #111;
}

.kh-entry-panel:first-child {
  border-inline-start: 0;
}

.kh-entry-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, .05), transparent 22%),
    linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  transition: transform 1.1s ease, opacity .8s ease;
}

.kh-entry-shop .kh-entry-media::before,
.kh-entry-preorder .kh-entry-media::before {
  content: "";
  position: absolute;
  inset-block-start: 22%;
  inset-inline: 13%;
  block-size: 42%;
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .58);
}

.kh-entry-shop .kh-entry-media::after,
.kh-entry-preorder .kh-entry-media::after {
  position: absolute;
  inset-block-start: 27%;
  inset-inline: 15%;
  color: rgba(0, 0, 0, .1);
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(4rem, 11vw, 12rem);
  line-height: 1;
  text-align: center;
}

.kh-entry-shop .kh-entry-media::after {
  content: "KH";
}

.kh-entry-preorder .kh-entry-media::after {
  content: "50%";
}

.kh-entry-panel:hover .kh-entry-media {
  transform: scale(1.025);
  opacity: .82;
}

.kh-entry-copy {
  position: relative;
  z-index: 2;
  max-inline-size: 430px;
  padding: clamp(34px, 6vw, 84px);
  text-align: center;
}

.kh-entry-copy span {
  display: block;
  margin-block-end: 12px;
  color: #777;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.kh-entry-copy h1,
.kh-entry-copy h2 {
  margin: 0;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(2rem, 4.6vw, 5rem);
  font-weight: 500;
  line-height: 1;
}

.kh-entry-copy p {
  margin: 16px auto 22px;
  color: #555;
  font-size: 1rem;
  line-height: 1.75;
}

.kh-entry-copy em,
.kh-link-cta {
  display: inline-block;
  color: #111;
  border-block-end: 1px solid currentColor;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.kh-site-header {
  background: rgba(255, 255, 255, .96);
  border-block-end: 1px solid #eee;
  box-shadow: none;
}

.kh-header-inner {
  min-block-size: 84px;
}

.kh-header-solid .kh-header-inner {
  min-block-size: 64px;
}

.kh-header-menu {
  justify-self: start;
}

.kh-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kh-nav-trigger span,
.kh-nav-trigger span::before,
.kh-nav-trigger span::after {
  display: block;
  inline-size: 18px;
  block-size: 1px;
  background: currentColor;
}

.kh-nav-trigger span {
  position: relative;
}

.kh-nav-trigger span::before,
.kh-nav-trigger span::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
}

.kh-nav-trigger span::before {
  inset-block-start: -6px;
}

.kh-nav-trigger span::after {
  inset-block-start: 6px;
}

.kh-header-actions {
  gap: 14px;
}

.kh-icon-link {
  display: inline-flex;
  inline-size: auto;
  min-inline-size: 0;
  gap: 7px;
  border: 0;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kh-icon-link svg {
  inline-size: 18px;
  block-size: 18px;
}

.kh-cart-count {
  inset-block-start: -4px;
  inset-inline-end: -8px;
  background: #111;
  color: #fff;
}

.kh-mega,
.kh-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  transform: none;
  background: rgba(255, 255, 255, .98);
  transition: opacity .28s ease, visibility .28s ease;
}

.kh-mega.is-open,
.kh-search-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.kh-mega-inner,
.kh-search-overlay-inner {
  position: relative;
  width: min(1320px, calc(100% - 10vw));
  min-block-size: 100%;
  margin-inline: auto;
  padding-block: clamp(46px, 8vw, 92px);
}

.kh-overlay-close {
  position: absolute;
  inset-block-start: 28px;
  inset-inline-end: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 2rem;
  line-height: 1;
}

.kh-mega-logo,
.kh-overlay-logo {
  display: flex;
  justify-content: center;
  margin-block-end: clamp(38px, 7vw, 76px);
}

.kh-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 1.2fr);
  gap: clamp(26px, 4vw, 62px);
  width: 100%;
  padding-block: 0;
}

.kh-mega h3,
.kh-footer h3 {
  color: #111;
  font-size: .68rem;
  letter-spacing: .22em;
}

.kh-mega a:not(.kh-mega-image) {
  color: #555;
  font-size: 1rem;
}

.kh-mega a:not(.kh-mega-image):hover {
  color: #111;
}

.kh-mega-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-block-size: 360px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 0, 0, .06), transparent 24%),
    #f5f5f5;
  border: 1px solid #eee;
  color: #111;
}

.kh-mega-image span {
  font-family: "Thmanyah Serif Display", serif;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-mega-image strong {
  margin-block-start: 12px;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.kh-search-large {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  max-inline-size: 900px;
  margin-inline: auto;
  border-block-end: 1px solid #111;
}

.kh-search-large input {
  min-block-size: 70px;
  border: 0;
  background: transparent;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.4rem, 4vw, 3rem);
  text-align: center;
}

.kh-search-large input:focus {
  outline: 0;
}

.kh-search-large button {
  border: 0;
  background: transparent;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kh-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-block-start: 28px;
}

.kh-search-suggestions a {
  color: #555;
  border-block-end: 1px solid #ddd;
}

.kh-cart-drawer {
  position: fixed;
  inset-block: 0;
  inset-inline-end: 0;
  z-index: 1003;
  inline-size: min(460px, 92vw);
  padding: 34px;
  overflow-y: auto;
  background: #fff;
  color: #111;
  box-shadow: -24px 0 80px rgba(0, 0, 0, .12);
  transform: translateX(110%);
  transition: transform .32s ease;
}

.kh-cart-drawer.is-open {
  transform: translateX(0);
}

.kh-cart-drawer h2 {
  margin: 0 0 26px;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 2rem;
  font-weight: 500;
}

.kh-panel-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.kh-panel-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.kh-card-image,
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  background: #f7f7f7;
}

.kh-card-badges span {
  background: #111;
  color: #fff;
}

.kh-card-title {
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1rem;
  font-weight: 400;
}

.kh-card-brand {
  color: #777;
}

.kh-card-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
}

.kh-card-cart,
.woocommerce ul.products li.product .button {
  display: none !important;
}

.kh-page-hero,
.kh-shop-hero {
  background: #fff;
  border-block-end: 1px solid #eee;
  text-align: center;
}

.kh-page-hero h1,
.kh-shop-hero h1 {
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-weight: 500;
}

.kh-shop-filters,
.kh-service-grid > div,
.kh-step,
.kh-contact-card,
.kh-empty,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-order {
  border-color: #eee;
  background: #fff;
}

.kh-preorder-minimal {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-block-size: calc(100svh - 84px);
  background: #fff;
}

.kh-preorder-minimal-media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, .06), transparent 28%),
    #f7f7f7;
}

.kh-preorder-video {
  inline-size: 100%;
  block-size: 100%;
  min-block-size: calc(100svh - 84px);
  object-fit: cover;
  opacity: .72;
  filter: grayscale(1) contrast(1.02);
}

.kh-preorder-minimal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 86px);
  color: #111;
}

.kh-preorder-minimal-copy span,
.kh-minimal-head span {
  color: #777;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-preorder-minimal-copy h1,
.kh-minimal-head h2 {
  margin: 10px 0 16px;
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 1.05;
}

.kh-preorder-minimal-copy p {
  max-inline-size: 42ch;
  color: #555;
}

.kh-footer {
  background: #fff;
  color: #111;
  border-block-start: 1px solid #eee;
}

.kh-footer-brand p,
.kh-footer-col a,
.kh-footer-col span,
.kh-footer-bottom {
  color: #666;
}

.kh-footer-bottom {
  border-block-start: 1px solid #eee;
}

.kh-social a {
  border-color: #ddd;
  color: #111;
}

@media (max-width: 980px) {
  .kh-header-actions .kh-icon-link span,
  .kh-nav-trigger {
    font-size: 0;
  }

  .kh-nav-trigger span {
    font-size: initial;
  }

  .kh-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-mega-image {
    grid-column: 1 / -1;
    min-block-size: 240px;
  }

  .kh-preorder-minimal {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .kh-entry-grid {
    grid-template-columns: 1fr;
  }

  .kh-entry-panel {
    min-block-size: 74svh;
  }

  .kh-entry-logo {
    position: fixed;
    inset-block-start: 18px;
  }

  .kh-entry-copy {
    padding: 38px 22px;
  }

  .kh-mega-inner,
  .kh-search-overlay-inner {
    width: calc(100% - 36px);
  }

  .kh-mega-grid {
    grid-template-columns: 1fr;
  }

  .kh-search-large {
    grid-template-columns: 1fr;
  }

  .kh-search-large input {
    min-block-size: 58px;
    text-align: start;
  }
}

/* KH STYLE v1.3 crown, video landing, cart drawer, and product view */
body,
button,
input,
select,
textarea,
.kh-icon-link,
.kh-nav-trigger,
.kh-kicker,
.kh-btn,
.button,
.kh-entry-copy span,
.kh-entry-copy em,
.kh-link-cta,
.kh-mega-image span,
.kh-search-large button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-family: "Thmanyah Serif Display", serif;
}

h1,
h2,
h3,
.kh-logo,
.kh-section-head h2,
.kh-page-hero h1,
.kh-shop-hero h1,
.kh-hero h1,
.kh-preorder-hero h1,
.kh-editorial h2,
.kh-entry-copy h1,
.kh-entry-copy h2,
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.kh-card-price {
  font-family: "Thmanyah Serif Display", serif;
}

.kh-logo img,
.custom-logo-link img {
  filter: none;
}

.kh-header-logo .kh-crown-logo img {
  inline-size: 34px;
  block-size: 34px;
  object-fit: contain;
}

.kh-header-solid .kh-header-logo .kh-crown-logo img {
  inline-size: 30px;
  block-size: 30px;
}

.kh-mega-logo .kh-crown-logo img,
.kh-overlay-logo img {
  inline-size: 46px;
  block-size: 46px;
  object-fit: contain;
}

.kh-footer-logo img {
  inline-size: 52px;
  block-size: 52px;
  object-fit: contain;
}

.kh-entry-logo {
  inset-block-start: 28px;
  pointer-events: none;
}

.kh-entry-brand img {
  inline-size: clamp(42px, 4.5vw, 64px);
  block-size: clamp(42px, 4.5vw, 64px);
  object-fit: contain;
}

.kh-entry-panel {
  isolation: isolate;
  border-inline-start: 1px solid rgba(17, 17, 17, .12);
}

.kh-entry-media {
  background: #f7f7f7;
}

.kh-entry-media::before,
.kh-entry-media::after {
  display: none !important;
}

.kh-entry-video {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  opacity: .68;
  filter: grayscale(1) contrast(1.03);
  transform: scale(1.01);
}

.kh-entry-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .78));
  pointer-events: none;
}

.kh-entry-panel:hover .kh-entry-video {
  opacity: .8;
  transform: scale(1.045);
  transition: opacity .8s ease, transform 1.4s ease;
}

.kh-entry-copy {
  z-index: 2;
  max-inline-size: 520px;
  padding-block-end: clamp(52px, 9vw, 112px);
}

.kh-entry-copy span {
  color: #111;
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .24em;
}

.kh-entry-copy h1,
.kh-entry-copy h2 {
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  font-weight: 400;
  letter-spacing: 0;
}

.kh-entry-copy p {
  max-inline-size: 38ch;
  margin-inline: auto;
  color: #303030;
}

.kh-entry-copy em {
  color: #111;
  font-size: .74rem;
  letter-spacing: .18em;
}

.kh-panel-backdrop {
  z-index: 1001;
  background: rgba(17, 17, 17, .18);
}

.kh-mega,
.kh-search-overlay {
  z-index: 1002;
}

.kh-cart-drawer {
  inset-block: 0;
  inset-inline: auto 0;
  right: 0;
  left: auto;
  z-index: 1005;
  inline-size: min(430px, 100vw);
  padding: 74px clamp(22px, 4vw, 38px) 34px;
  background: #fff;
  box-shadow: -26px 0 80px rgba(17, 17, 17, .16);
  transform: translate3d(104%, 0, 0);
  visibility: hidden;
  pointer-events: none;
}

.kh-cart-drawer.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
}

.kh-cart-drawer .kh-overlay-close {
  position: fixed;
  inset-block-start: 24px;
  inset-inline: auto 24px;
  right: 24px;
  left: auto;
  z-index: 1010;
  inline-size: 42px;
  block-size: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  color: #111;
  background: transparent;
  font-size: 2rem;
}

.kh-cart-drawer h2 {
  margin-block-end: 34px;
  color: #111;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  text-align: start;
}

.kh-mini-cart,
.kh-mini-cart .woocommerce-mini-cart__empty-message {
  color: #111;
  font-size: 1rem;
}

.kh-mini-cart .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: start;
  padding-block: 16px;
  border-block-end: 1px solid #eee;
}

.kh-mini-cart img {
  inline-size: 74px;
  block-size: 92px;
  object-fit: cover;
  background: #f7f7f7;
}

.kh-single-product.kh-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.single-product .kh-main {
  background: #fff;
}

.single-product .kh-single-product {
  padding-block: 0;
}

.single-product.woocommerce div.product,
.kh-single-product .product {
  display: grid;
  grid-template-columns: minmax(0, 52vw) minmax(420px, 1fr);
  gap: 0;
  direction: ltr;
  align-items: start;
}

.single-product.woocommerce div.product div.images,
.single-product.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  inline-size: 100% !important;
  margin: 0 !important;
}

.single-product.woocommerce div.product div.images {
  grid-column: 1;
  min-block-size: calc(100svh - 84px);
  background: #f7f7f7;
}

.single-product.woocommerce div.product div.summary {
  grid-column: 2;
  min-block-size: calc(100svh - 84px);
  padding: clamp(72px, 9vw, 132px) clamp(32px, 5vw, 88px) clamp(46px, 7vw, 90px);
  direction: rtl;
  background: #fff;
  position: sticky;
  inset-block-start: 84px;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: grid;
  place-items: center;
  min-block-size: calc(100svh - 84px);
  aspect-ratio: auto;
  border: 0;
  background: #f7f7f7;
}

.single-product.woocommerce div.product div.images img {
  inline-size: 100%;
  block-size: calc(100svh - 84px);
  min-block-size: 640px;
  object-fit: contain;
  border: 0;
  background: #f7f7f7;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  margin: 0;
  background: #fff;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
  margin: 0;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  min-block-size: 0;
  block-size: 118px;
  object-fit: cover;
  border: 1px solid #eee;
  opacity: .55;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.single-product.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 1;
}

.single-product.woocommerce div.product .product_title {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(2.3rem, 3.7vw, 4.6rem);
  font-weight: 400;
  line-height: 1.04;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
  margin-block: 12px 28px;
  color: #111;
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  font-weight: 400;
}

.single-product .woocommerce-product-details__short-description {
  max-inline-size: 58ch;
  margin-block: 22px 34px;
  color: #777;
  font-size: 1rem;
  line-height: 1.9;
}

.single-product.woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: minmax(92px, auto) 1fr;
  gap: 12px;
  padding: 0;
  margin-block: 28px 44px;
  border: 0;
}

.single-product.woocommerce div.product form.cart .button,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  min-block-size: 64px;
  inline-size: 100%;
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
  letter-spacing: .16em;
}

.single-product.woocommerce div.product form.cart .button::before,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button::before {
  display: none;
}

.single-product.woocommerce .quantity .qty {
  inline-size: 92px;
  min-block-size: 64px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
}

.single-product.woocommerce div.product .product_meta {
  display: grid;
  gap: 8px;
  margin-block: 24px 42px;
  color: #888;
  font-size: .9rem;
}

.single-product.woocommerce div.product .woocommerce-tabs {
  margin-block-start: 42px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block-end: 1px solid #ddd;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  text-align: center;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px 8px 18px;
  color: #8b8f91;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #111;
  box-shadow: inset 0 -2px 0 #111;
}

.single-product .woocommerce-Tabs-panel {
  padding: 28px 0 0;
  border: 0;
  color: #777;
  font-size: 1rem;
  line-height: 1.9;
}

.single-product .related.products,
.single-product .upsells.products {
  grid-column: 1 / -1;
  padding: clamp(52px, 8vw, 96px) clamp(22px, 5vw, 80px);
  border-block-start: 1px solid #eee;
  background: #fff;
  direction: rtl;
}

@media (max-width: 1100px) {
  .single-product.woocommerce div.product,
  .kh-single-product .product {
    grid-template-columns: 1fr;
  }

  .single-product.woocommerce div.product div.images,
  .single-product.woocommerce div.product div.summary {
    grid-column: 1;
  }

  .single-product.woocommerce div.product div.summary {
    position: static;
    min-block-size: auto;
    padding: clamp(34px, 7vw, 70px) clamp(20px, 6vw, 54px);
  }

  .single-product.woocommerce div.product div.images,
  .single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    min-block-size: auto;
  }

  .single-product.woocommerce div.product div.images img {
    block-size: auto;
    min-block-size: 0;
  }
}

@media (max-width: 760px) {
  .kh-header-logo .kh-crown-logo img {
    inline-size: 30px;
    block-size: 30px;
  }

  .kh-entry-brand img {
    inline-size: 40px;
    block-size: 40px;
  }

  .kh-entry-video {
    opacity: .58;
  }

  .kh-entry-panel::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .84));
  }

  .kh-cart-drawer {
    inline-size: 100vw;
  }

  .single-product.woocommerce div.product form.cart {
    grid-template-columns: 1fr;
  }

  .single-product.woocommerce .quantity .qty {
    inline-size: 100%;
  }

  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: 1fr;
  }
}

/* KH STYLE v1.4 menu, product, cart, and checkout refinements */
.kh-nav-trigger {
  gap: 12px;
}

.kh-nav-trigger .kh-menu-text {
  display: inline-block;
  inline-size: auto;
  block-size: auto;
  background: transparent;
}

.kh-nav-trigger .kh-menu-text::before,
.kh-nav-trigger .kh-menu-text::after,
.kh-nav-trigger .kh-burger::before,
.kh-nav-trigger .kh-burger::after {
  display: none;
}

.kh-nav-trigger .kh-burger {
  position: relative;
  display: inline-block;
  inline-size: 24px;
  block-size: 16px;
  background: transparent;
}

.kh-nav-trigger .kh-burger span {
  position: absolute;
  inset-inline: 0;
  display: block;
  inline-size: 24px;
  block-size: 1px;
  background: #111;
  transform-origin: center;
  transition: transform .24s ease, inset-block-start .24s ease, opacity .2s ease;
}

.kh-nav-trigger .kh-burger span:first-child {
  inset-block-start: 4px;
}

.kh-nav-trigger .kh-burger span:last-child {
  inset-block-start: 12px;
}

.kh-nav-trigger[aria-expanded="true"] .kh-burger span:first-child {
  inset-block-start: 8px;
  transform: rotate(45deg);
}

.kh-nav-trigger[aria-expanded="true"] .kh-burger span:last-child {
  inset-block-start: 8px;
  transform: rotate(-45deg);
}

.kh-mega {
  inset: 0;
  z-index: 1004;
  display: block;
  background: rgba(17, 17, 17, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kh-mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kh-mega-inner {
  position: fixed;
  inset-block: 24px;
  inset-inline-end: 24px;
  width: min(460px, calc(100vw - 32px));
  min-block-size: auto;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(17, 17, 17, .24);
  transform: translate3d(24px, 0, 0);
  transition: transform .28s ease;
}

.kh-mega.is-open .kh-mega-inner {
  transform: translate3d(0, 0, 0);
}

.kh-mega-head {
  padding: 22px 28px;
  border-block-end: 1px solid #e8e8e8;
}

.kh-menu-close {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  inline-size: auto;
  block-size: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 1rem;
}

.kh-menu-close i {
  position: relative;
  display: inline-block;
  inline-size: 20px;
  block-size: 20px;
}

.kh-menu-close i::before,
.kh-menu-close i::after {
  content: "";
  position: absolute;
  inset-block-start: 9px;
  inset-inline: 0;
  block-size: 1px;
  background: #111;
}

.kh-menu-close i::before {
  transform: rotate(45deg);
}

.kh-menu-close i::after {
  transform: rotate(-45deg);
}

.kh-side-nav {
  overflow-y: auto;
  padding: 22px 28px 110px;
  scrollbar-width: thin;
}

.kh-side-nav details {
  border-block-end: 1px solid #ececec;
}

.kh-side-nav summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  color: #333;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  cursor: pointer;
}

.kh-side-nav summary::-webkit-details-marker {
  display: none;
}

.kh-side-nav summary::after {
  content: "+";
  color: #555;
  font-size: 1.4rem;
  transition: transform .22s ease;
}

.kh-side-nav details[open] summary::after {
  transform: rotate(-90deg);
}

.kh-side-nav details > a {
  display: block;
  padding: 0 0 12px;
  color: #777;
  font-size: .98rem;
}

.kh-side-nav-links {
  display: grid;
  gap: 14px;
  padding-block-start: 26px;
}

.kh-side-nav-links a {
  color: #333;
  font-size: 1.05rem;
}

/* KH STYLE mobile side menu final */
.kh-shop-topbar,
.post-type-archive-product .kh-shop-topbar,
.tax-product_cat .kh-shop-topbar,
.tax-product_tag .kh-shop-topbar {
  min-block-size: 32px !important;
  padding: 6px 16px !important;
  font-size: 12.5px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
}

.kh-shop-topbar span,
.post-type-archive-product .kh-shop-topbar span,
.tax-product_cat .kh-shop-topbar span,
.tax-product_tag .kh-shop-topbar span {
  max-width: min(900px, calc(100vw - 28px));
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 767px) {
  .kh-shop-topbar,
  .post-type-archive-product .kh-shop-topbar,
  .tax-product_cat .kh-shop-topbar,
  .tax-product_tag .kh-shop-topbar {
    min-block-size: 38px !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}

.kh-mega {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1600 !important;
  display: block !important;
  background: rgba(0, 0, 0, .48) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .34s ease, visibility .34s ease !important;
}

.kh-mega.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.kh-mega-inner {
  position: fixed !important;
  inset-block: 0 !important;
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  width: min(86vw, 430px) !important;
  max-width: 430px !important;
  min-height: 100dvh !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, .92) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: -24px 0 80px rgba(0, 0, 0, .22) !important;
  transform: translate3d(104%, 0, 0) !important;
  transition: transform .46s cubic-bezier(.22, .72, .18, 1) !important;
}

.kh-mega.is-open .kh-mega-inner {
  transform: translate3d(0, 0, 0) !important;
}

.kh-mega-head {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 72px !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(17, 17, 17, .12) !important;
  background: rgba(255, 255, 255, .78) !important;
  backdrop-filter: blur(12px) !important;
}

.kh-menu-close {
  display: inline-flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.kh-menu-close i {
  inline-size: 30px !important;
  block-size: 30px !important;
}

.kh-menu-close i::before,
.kh-menu-close i::after {
  inset-block-start: 14px !important;
  block-size: 1.5px !important;
  background: #111 !important;
}

.kh-side-nav {
  display: block !important;
  overflow-y: auto !important;
  padding: 24px 28px 46px !important;
  background: rgba(255, 255, 255, .9) !important;
  scrollbar-width: none !important;
}

.kh-side-nav::-webkit-scrollbar {
  display: none !important;
}

.kh-side-nav-row,
.kh-side-nav summary {
  min-height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, .12) !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(24px, 6.4vw, 34px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}

.kh-side-nav details {
  border: 0 !important;
}

.kh-side-nav summary::-webkit-details-marker {
  display: none !important;
}

.kh-side-nav summary::after {
  content: "+" !important;
  flex: 0 0 auto !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(32px, 7vw, 42px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform .28s ease !important;
}

.kh-side-nav details[open] > summary::after {
  transform: rotate(45deg) !important;
}

.kh-side-nav-panel {
  display: grid !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 0 18px 6px 0 !important;
  animation: kh-side-panel-in .34s cubic-bezier(.22, .72, .18, 1) both !important;
}

.kh-side-nav-panel a,
.kh-side-nav-all {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
  color: rgba(17, 17, 17, .7) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.kh-side-nav-sub > summary {
  min-height: 48px !important;
  font-size: 18px !important;
  color: rgba(17, 17, 17, .86) !important;
}

.kh-side-nav-sub > summary::after {
  font-size: 25px !important;
}

.kh-side-nav-depth-2 {
  padding-inline-start: 12px !important;
}

.kh-side-nav-depth-3 {
  padding-inline-start: 18px !important;
}

.kh-side-nav-divider,
.kh-side-nav-spacer {
  height: 1px !important;
  margin: 14px 0 !important;
  background: rgba(17, 17, 17, .12) !important;
}

.kh-side-nav-service-links {
  display: grid !important;
  gap: 0 !important;
}

.kh-side-nav-contact {
  display: grid !important;
  gap: 12px !important;
  padding: 4px 0 20px !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  text-align: right !important;
}

.kh-side-nav-contact-line,
.kh-side-nav-contact a.kh-side-nav-contact-line {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: right !important;
  text-decoration: none !important;
}

.kh-side-nav-social {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  direction: rtl !important;
  margin-top: 2px !important;
}

.kh-side-nav-social a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.kh-side-nav-social img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

.kh-side-nav-contact p {
  margin: 0 !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.kh-side-nav-contact-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  margin-top: 4px !important;
  text-decoration: none !important;
}

.kh-side-nav-contact-logo img,
.kh-side-nav-contact-logo .kh-side-nav-logo img {
  display: block !important;
  inline-size: auto !important;
  block-size: 32px !important;
  max-block-size: 32px !important;
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .kh-side-nav-divider,
  .kh-side-nav-spacer,
  .kh-side-nav-service-links,
  .kh-side-nav-contact,
  .kh-side-nav-contact-logo {
    display: none !important;
  }
}

.kh-menu-tabs {
  display: none !important;
}

@keyframes kh-side-panel-in {
  from {
    opacity: 0;
    transform: translate3d(14px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.kh-menu-tabs {
  position: absolute;
  inset-inline: 12px;
  inset-block-end: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  background: #b6bec1;
  border-radius: 6px;
}

.kh-menu-tabs a {
  display: grid;
  place-items: center;
  min-block-size: 56px;
  padding: 10px;
  background: transparent;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
}

.kh-menu-tabs a:first-child {
  background: #fff;
  color: #111;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, .08);
}

.kh-entry-copy {
  padding-block-end: clamp(42px, 7vw, 88px);
}

.kh-entry-copy h1,
.kh-entry-copy h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.8rem);
  line-height: 1.08;
}

.kh-entry-copy p {
  display: none;
}

.kh-entry-copy em {
  margin-block-start: 18px;
}

.kh-shop-layout {
  width: min(1500px, calc(100% - 8vw));
}

.kh-shop-hero {
  padding-block: clamp(58px, 8vw, 110px) 28px;
}

.kh-shop-hero h1 {
  font-size: clamp(2.1rem, 3.8vw, 4rem);
}

.kh-shop-hero p,
.kh-shop-hero .kh-kicker {
  display: none;
}

.kh-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  margin-block-end: 42px;
}

.kh-shop-filters-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.kh-filter-dropdown {
  position: relative;
  min-inline-size: 150px;
}

.kh-filter-dropdown summary {
  list-style: none;
  min-block-size: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #dedede;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.kh-filter-dropdown summary::-webkit-details-marker {
  display: none;
}

.kh-filter-dropdown summary::after,
.woocommerce .woocommerce-ordering select {
  transition: border-color .2s ease, box-shadow .2s ease;
}

.kh-filter-dropdown summary::after {
  content: "";
  font-size: .85rem;
}

.kh-filter-dropdown[open] summary {
  border-color: #111;
}

.kh-filter-dropdown select,
.kh-filter-price > div {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-start: 0;
  z-index: 20;
  min-inline-size: 230px;
  padding: 14px;
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, .12);
}

.kh-filter-dropdown select {
  min-block-size: 48px;
}

.kh-filter-price > div {
  display: grid;
  gap: 10px;
}

.kh-filter-price label {
  display: grid;
  gap: 5px;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 64px) clamp(18px, 2.6vw, 34px);
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: center;
}

.kh-card-image {
  aspect-ratio: 1 / 1;
}

.kh-card-image img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}

.kh-card-title {
  min-block-size: 0;
  font-size: 1.05rem;
}

.kh-card-price {
  font-size: 1.5rem;
}

.single-product.woocommerce div.product,
.kh-single-product .product {
  grid-template-columns: minmax(0, 54vw) minmax(420px, 1fr);
  grid-template-rows: auto 1fr;
}

.single-product.woocommerce div.product div.images {
  grid-column: 1;
  grid-row: 1 / span 2;
  position: sticky;
  inset-block-start: 84px;
  min-block-size: calc(100svh - 84px);
}

.single-product.woocommerce div.product div.summary {
  grid-column: 2;
  grid-row: 1;
  position: static;
  min-block-size: auto;
  padding-block-end: 24px;
}

.single-product.woocommerce div.product .woocommerce-tabs {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  padding: 0 clamp(32px, 5vw, 88px) clamp(56px, 7vw, 92px);
  direction: rtl;
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
.single-product.woocommerce div.product div.images img {
  min-block-size: calc(100svh - 84px);
}

.single-product.woocommerce div.product table.variations {
  display: grid;
  gap: 14px;
  margin: 28px 0 18px;
}

.single-product.woocommerce div.product table.variations tbody,
.single-product.woocommerce div.product table.variations tr,
.single-product.woocommerce div.product table.variations th,
.single-product.woocommerce div.product table.variations td {
  display: block;
  padding: 0;
  border: 0;
}

.single-product.woocommerce div.product table.variations label {
  display: block;
  margin-block-end: 8px;
  color: #444;
  font-size: .95rem;
}

.single-product.woocommerce div.product table.variations select,
.single-product.woocommerce div.product form.cart select {
  inline-size: 100%;
  min-block-size: 54px;
  padding-inline: 16px 44px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  appearance: auto;
}

.single-product.woocommerce div.product form.cart {
  grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
}

.single-product.woocommerce div.product form.cart.variations_form {
  display: block;
}

.single-product.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  min-block-size: 64px;
  border-color: #111 !important;
  background: #fff !important;
  color: #111 !important;
}

.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover {
  background: #111 !important;
  color: #fff !important;
}

.single-product.woocommerce div.product .reset_variations {
  display: inline-block;
  margin-block-start: 10px;
  color: #777;
  font-size: .9rem;
}

.kh-cart-drawer {
  inline-size: min(560px, calc(100vw - 24px));
}

.kh-mini-cart .cart_list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.kh-mini-cart-card {
  display: grid !important;
  grid-template-columns: minmax(110px, 34%) 1fr auto;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  min-block-size: 150px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  background: #fff;
}

.kh-mini-cart-thumb {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: #f3f3f3;
}

.kh-mini-cart-thumb img {
  inline-size: 100%;
  block-size: 150px;
  object-fit: contain;
}

.kh-mini-cart-info {
  display: grid;
  gap: 6px;
  color: #777;
}

.kh-mini-cart-name {
  color: #333;
  font-size: 1rem;
  line-height: 1.35;
}

.kh-mini-cart-side {
  display: grid;
  justify-items: end;
  gap: 20px;
  padding-inline-end: 18px;
}

.kh-mini-cart-side .remove {
  position: static !important;
  display: grid !important;
  place-items: center;
  inline-size: 30px;
  block-size: 30px;
  border: 0;
  color: #777 !important;
  background: transparent !important;
  font-size: 1.5rem;
}

.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin-block: 22px;
  padding-block-start: 18px;
  border-block-start: 1px solid #eee;
}

.woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 12px;
  margin: 0;
}

.woocommerce-mini-cart__buttons .button {
  min-block-size: 58px;
  width: 100%;
}

.woocommerce-mini-cart__buttons .checkout {
  background: #111 !important;
  color: #fff !important;
}

.woocommerce-cart .kh-main,
.woocommerce-checkout .kh-main {
  background: #f4f5f6;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  width: min(1180px, calc(100% - 8vw));
  margin: clamp(34px, 6vw, 74px) auto;
  padding: clamp(24px, 4vw, 46px);
  background: #fff;
  border: 1px solid #e1e1e1;
}

.woocommerce-cart table.shop_table {
  display: block;
  border: 0;
}

.woocommerce-cart table.shop_table thead {
  display: none;
}

.woocommerce-cart table.shop_table tbody {
  display: grid;
  gap: 16px;
}

.woocommerce-cart table.shop_table tr.cart_item {
  display: grid;
  grid-template-columns: 132px 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.woocommerce-cart table.shop_table td {
  display: block;
  padding: 0 !important;
  border: 0;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
  inline-size: 120px;
  block-size: 120px;
  object-fit: contain;
  background: #f4f4f4;
}

.woocommerce-cart table.shop_table td.product-remove {
  order: 5;
}

.woocommerce-cart table.shop_table tr:not(.cart_item) {
  display: block;
  margin-block-start: 18px;
}

.woocommerce-cart table.shop_table td.actions {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.woocommerce-cart table.shop_table td.actions .coupon {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  float: none;
}

.woocommerce-cart table.shop_table td.actions .coupon input {
  inline-size: 100% !important;
  min-block-size: 50px;
  border: 1px solid #dedede;
  border-radius: 6px;
}

.woocommerce-cart table.shop_table td.product-name {
  font-size: 1.05rem;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.45rem;
}

.woocommerce-cart .cart-collaterals {
  margin-block-start: 28px;
}

.woocommerce-cart .cart_totals {
  float: none !important;
  width: min(430px, 100%) !important;
  margin-inline-start: auto;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-block-size: 58px;
  display: grid;
  place-items: center;
  background: #111 !important;
  color: #fff !important;
}

.kh-checkout-shell {
  display: grid;
  gap: 0;
}

.kh-checkout-steps {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-block: 0 28px;
  border-block-end: 1px solid #e6e6e6;
  margin-block-end: 34px;
}

.kh-checkout-steps span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #777;
  font-size: .88rem;
}

.kh-checkout-steps span::before {
  content: "";
  display: grid;
  place-items: center;
  inline-size: 24px;
  block-size: 24px;
  border: 1px solid #dfe3ec;
  border-radius: 999px;
  background: #fff;
}

.kh-checkout-steps .is-done::before {
  content: "";
  color: #111;
}

.kh-checkout-steps .is-active {
  color: #111;
}

.kh-checkout-steps .is-active::before {
  content: "3";
  border-color: #111;
  background: #111;
  color: #fff;
  font-size: .78rem;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.woocommerce-checkout form.checkout h3 {
  margin-block-start: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout #customer_details {
  display: grid;
  gap: 26px;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px;
  font-size: 1.25rem;
}

.woocommerce-checkout #order_review {
  position: sticky;
  inset-block-start: 96px;
  padding: 24px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.kh-secure-checkout {
  display: grid;
  gap: 8px;
  margin-block-start: 20px;
  padding-block-start: 20px;
  border-block-start: 1px solid #e6e6e6;
  color: #777;
  font-size: .9rem;
}

.kh-secure-checkout strong {
  color: #111;
}

.woocommerce-checkout .form-row label {
  color: #111;
  font-weight: 500;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.select2-container .select2-selection--single {
  min-block-size: 48px;
  border: 1px solid #dedede;
  border-radius: 6px;
  background: #fff;
}

.woocommerce-checkout-review-order-table {
  border: 0 !important;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  border-color: #e7e7e7 !important;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-block-size: 58px;
  background: #111 !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product.woocommerce div.product div.images {
    position: static;
    grid-row: auto;
  }

  .single-product.woocommerce div.product .woocommerce-tabs {
    grid-column: 1;
    grid-row: auto;
    padding-inline: clamp(20px, 6vw, 54px);
  }

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

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }
}

@media (max-width: 760px) {
  .kh-mega-inner {
    inset: 10px;
    width: auto;
  }

  .kh-menu-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .kh-shop-toolbar {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .single-product.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart,
  .single-product.woocommerce div.product form.cart {
    grid-template-columns: 1fr;
  }

  .kh-mini-cart-card,
  .woocommerce-cart table.shop_table tr.cart_item {
    grid-template-columns: 96px 1fr;
  }

  .woocommerce-cart table.shop_table td.actions,
  .woocommerce-cart table.shop_table td.actions .coupon {
    grid-template-columns: 1fr;
  }

  .kh-mini-cart-side {
    grid-column: 2;
    justify-items: start;
    padding: 0 0 14px;
  }

  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-subtotal,
  .woocommerce-cart table.shop_table td.product-quantity {
    grid-column: 2;
  }
}

/* KH STYLE v1.5 product-page rebuild and mobile polish */
.kh-nav-trigger .kh-burger,
.kh-nav-trigger .kh-burger span {
  background: transparent !important;
}

.kh-nav-trigger .kh-burger span::before,
.kh-nav-trigger .kh-burger span::after,
.kh-nav-trigger .kh-burger::before,
.kh-nav-trigger .kh-burger::after {
  content: none !important;
  display: none !important;
}

.kh-nav-trigger .kh-burger span {
  position: absolute !important;
  inset-inline: 0 !important;
  inline-size: 24px !important;
  block-size: 1px !important;
  background: #111 !important;
}

.kh-nav-trigger .kh-burger span:first-child {
  inset-block-start: 4px !important;
}

.kh-nav-trigger .kh-burger span:last-child {
  inset-block-start: 12px !important;
}

.kh-nav-trigger[aria-expanded="true"] .kh-burger span:first-child {
  inset-block-start: 8px !important;
  transform: rotate(45deg) !important;
}

.kh-nav-trigger[aria-expanded="true"] .kh-burger span:last-child {
  inset-block-start: 8px !important;
  transform: rotate(-45deg) !important;
}

.kh-footer h3,
.kh-footer a,
.kh-footer span,
.kh-side-nav summary,
.kh-side-nav a,
.kh-menu-tabs a,
.kh-entry-copy h1,
.kh-entry-copy h2 {
  letter-spacing: 0 !important;
  word-spacing: normal;
}

.woocommerce-Price-currencySymbol {
  font-family: "Thmanyah Serif Display", serif;
  font-size: .72em;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kh-card-price,
.woocommerce ul.products li.product .price {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem) !important;
}

.kh-product-page {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(420px, 48%);
  align-items: start;
  min-block-size: 100svh;
  background: #f7f7f7;
  direction: ltr;
}

.kh-product-gallery-column {
  min-inline-size: 0;
  background: #f3f3f3;
}

.kh-product-gallery-column .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.kh-product-gallery-column .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.kh-product-gallery-column .woocommerce-product-gallery__image {
  display: grid !important;
  place-items: center;
  min-block-size: calc(100svh - 84px);
  background: #f3f3f3;
  border-block-end: 1px solid #fff;
}

.kh-product-gallery-column .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  inline-size: 100%;
  block-size: 100%;
}

.kh-product-gallery-column .woocommerce-product-gallery__image img {
  inline-size: 100%;
  block-size: calc(100svh - 84px);
  object-fit: contain;
  background: #f3f3f3;
  border: 0 !important;
}

.kh-product-gallery-column .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  margin: 0;
  background: #fff;
}

.kh-product-gallery-column .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
}

.kh-product-gallery-column .flex-control-thumbs img {
  block-size: 96px;
  object-fit: contain;
  background: #f6f6f6;
  border: 1px solid #eee;
}

.kh-product-info-column {
  min-inline-size: 0;
  direction: rtl;
  background: #f8f8f8;
}

.kh-product-sticky {
  position: sticky;
  inset-block-start: 84px;
  min-block-size: calc(100svh - 84px);
  padding: clamp(58px, 7vw, 104px) clamp(28px, 5vw, 74px) 42px;
}

.kh-product-headline {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.kh-product-brand {
  margin: 0 0 8px;
  color: #7d858c;
  font-size: .95rem;
}

.kh-product-page .product_title {
  margin: 0;
  color: #30343a;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.12;
}

.kh-wishlist-button {
  inline-size: 42px;
  block-size: 42px;
  border: 0;
  background: transparent;
  color: #30343a;
  font-size: 1.65rem;
  line-height: 1;
}

.kh-product-reference {
  margin: 16px 0 0;
  color: #8c9399;
  font-size: .86rem;
}

.kh-product-price {
  margin-block: 24px 0;
}

.kh-product-price .price {
  color: #30343a !important;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem) !important;
  font-family: "Thmanyah Serif Display", serif;
}

.kh-stock-note,
.kh-delivery-note {
  margin: 14px 0 0;
  color: #7d858c;
  font-size: .95rem;
}

.kh-product-purchase {
  margin-block-start: 34px;
}

.kh-product-purchase form.cart {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.kh-product-purchase .quantity {
  display: none !important;
}

.kh-product-purchase table.variations {
  display: grid !important;
  gap: 18px;
  margin: 0 0 22px !important;
}

.kh-product-purchase table.variations tbody,
.kh-product-purchase table.variations tr,
.kh-product-purchase table.variations th,
.kh-product-purchase table.variations td {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
}

.kh-product-purchase table.variations label {
  display: block;
  margin-block-end: 8px;
  color: #30343a;
  font-size: .95rem;
}

.kh-product-purchase table.variations select {
  inline-size: 100%;
  min-block-size: 54px;
  padding-inline: 16px;
  border: 0;
  border-block-end: 1px solid #aeb4b8;
  background: transparent;
  color: #30343a;
}

.kh-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart,
.kh-product-purchase form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.kh-product-purchase .single_add_to_cart_button,
.kh-product-purchase .kh-buy-now-button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-block-size: 60px !important;
  padding-inline: 22px !important;
  border-radius: 6px !important;
  letter-spacing: 0 !important;
}

.kh-product-purchase .single_add_to_cart_button {
  background: #30343a !important;
  border-color: #30343a !important;
  color: #fff !important;
}

.kh-product-purchase .kh-buy-now-button {
  background: #fff !important;
  border: 1px solid #dedede !important;
  color: #30343a !important;
}

.kh-atc-price {
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.15rem;
}

.kh-variation-buttons {
  display: none;
}

.kh-product-tabs-wrap {
  margin-block-start: 46px;
}

.kh-product-tabs-wrap .woocommerce-tabs {
  margin: 0 !important;
  padding: 0 !important;
}

.kh-product-tabs-wrap .woocommerce-tabs ul.tabs {
  display: flex !important;
  justify-content: space-between;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  border-block-end: 1px solid #dcdcdc;
}

.kh-product-tabs-wrap .woocommerce-tabs ul.tabs::before,
.kh-product-tabs-wrap .woocommerce-tabs ul.tabs li::before,
.kh-product-tabs-wrap .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.kh-product-tabs-wrap .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kh-product-tabs-wrap .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0 0 14px !important;
  color: #7d858c !important;
  font-size: .92rem;
  font-weight: 400 !important;
}

.kh-product-tabs-wrap .woocommerce-tabs ul.tabs li.active a {
  color: #30343a !important;
  box-shadow: inset 0 -2px 0 #30343a;
}

.kh-product-tabs-wrap .woocommerce-Tabs-panel {
  padding: 22px 0 0 !important;
  border: 0 !important;
  color: #6f777d;
  line-height: 1.9;
}

.kh-product-related-section {
  clear: both;
  padding: clamp(56px, 7vw, 92px) clamp(22px, 5vw, 78px);
  background: #fff;
  border-block-start: 1px solid #e9e9e9;
  direction: rtl;
}

.kh-product-related-section .related.products {
  padding: 0 !important;
  border: 0 !important;
}

.kh-product-related-section h2 {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
}

@media (max-width: 980px) {
  .kh-site-header {
    position: sticky;
    inset-block-start: 0;
  }

  .kh-header-inner {
    min-block-size: 72px;
    padding-inline: 18px;
  }

  .kh-header-actions {
    gap: 8px;
  }

  .kh-icon-link {
    inline-size: 36px;
    min-inline-size: 36px;
  }

  .kh-icon-link span,
  .kh-menu-text {
    display: none !important;
  }

  .kh-product-page {
    display: block;
    background: #fff;
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image {
    min-block-size: 68svh;
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image img {
    block-size: 68svh;
    min-block-size: 0;
  }

  .kh-product-gallery-column .flex-control-thumbs {
    display: flex;
    overflow-x: auto;
    padding: 10px 16px;
  }

  .kh-product-gallery-column .flex-control-thumbs li {
    flex: 0 0 76px;
  }

  .kh-product-gallery-column .flex-control-thumbs img {
    block-size: 86px;
  }

  .kh-product-info-column {
    background: #fff;
  }

  .kh-product-sticky {
    position: static;
    min-block-size: auto;
    padding: 32px 20px 28px;
  }

  .kh-product-page .product_title {
    font-size: 34px;
  }

  .kh-product-price .price {
    font-size: 1.15rem !important;
  }

  .kh-product-purchase table.variations select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .kh-variation-buttons {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-block: 4px 2px;
  }

  .kh-variation-buttons button {
    flex: 0 0 auto;
    min-inline-size: 76px;
    min-block-size: 54px;
    padding-inline: 14px;
    border: 1px solid #b8bdc1;
    border-radius: 8px;
    background: #fff;
    color: #30343a;
    font-size: 1rem;
  }

  .kh-variation-buttons button.is-active {
    border-color: #30343a;
    box-shadow: inset 0 0 0 1px #30343a;
  }

  .kh-variation-buttons button:disabled {
    color: #aaa;
    text-decoration: line-through;
    background: #f8f8f8;
  }

  .kh-product-tabs-wrap .woocommerce-tabs ul.tabs {
    display: grid !important;
    gap: 0;
    border-block-start: 1px solid #e5e5e5;
  }

  .kh-product-tabs-wrap .woocommerce-tabs ul.tabs li {
    border-block-end: 1px solid #e5e5e5 !important;
  }

  .kh-product-tabs-wrap .woocommerce-tabs ul.tabs li a {
    padding: 16px 0 !important;
    box-shadow: none !important;
  }

  .kh-product-tabs-wrap .woocommerce-Tabs-panel {
    font-size: .95rem;
  }

  .kh-product-related-section {
    padding-inline: 20px;
  }

  .kh-footer {
    text-align: center;
  }

  .kh-footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px;
    justify-items: center;
  }

  .kh-footer-brand p {
    margin-inline: auto;
  }

  .kh-social {
    justify-content: center;
  }

  .kh-footer-col a,
  .kh-footer-col span,
  .kh-contact-list a,
  .kh-contact-list span {
    font-size: 1rem;
    line-height: 1.8;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .kh-header-logo .kh-crown-logo img {
    inline-size: 32px;
    block-size: 32px;
  }

  .kh-product-page .product_title {
    font-size: 30px;
  }

  .kh-product-purchase .single_add_to_cart_button,
  .kh-product-purchase .kh-buy-now-button {
    min-block-size: 58px !important;
    font-size: .96rem !important;
  }

  .kh-atc-price {
    font-size: 1rem;
  }
}

/* KH STYLE v1.7 luxury product page */
.kh-lux-breadcrumb,
.kh-lux-product,
.kh-lux-related {
  --kh-cream: #ffffff;
  --kh-panel: #ffffff;
  --kh-ink: #171512;
  --kh-muted: #a49b8d;
  --kh-line: #e8e8e8;
  --kh-soft: #ffffff;
}

.single-product .kh-main {
  background: #ffffff;
}

.kh-lux-breadcrumb {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  width: min(100% - 96px, 1500px);
  margin: 0 auto;
  padding-block: 26px 0;
  color: var(--kh-muted);
  direction: rtl;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .82rem;
}

.kh-lux-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.kh-lux-product {
  display: grid !important;
  grid-template-columns: minmax(420px, 520px) minmax(0, 760px);
  gap: clamp(42px, 5vw, 64px);
  align-items: start;
  justify-content: center;
  width: min(100% - 96px, 1500px);
  margin: 0 auto;
  padding: 18px 0 64px;
  background: var(--kh-cream) !important;
  direction: ltr;
  overflow: visible !important;
  isolation: isolate;
}

.kh-lux-summary {
  direction: rtl;
  position: sticky;
  top: 98px;
  min-width: 0;
  color: var(--kh-ink);
}

.kh-lux-brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  margin-block-end: 10px;
  color: var(--kh-muted);
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kh-lux-brand-row a {
  color: inherit;
}

.kh-lux-summary .product_title {
  margin: 0;
  color: var(--kh-ink);
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(2.35rem, 4.2vw, 4.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.kh-lux-subtitle {
  margin: 10px 0 34px;
  color: #887e70;
  direction: ltr;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-style: italic;
  line-height: 1.35;
  text-align: left;
}

.kh-lux-price {
  margin-block: 0 32px;
  text-align: right;
}

.kh-lux-price .price {
  color: var(--kh-ink) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(1.55rem, 2.15vw, 2rem) !important;
  font-weight: 500 !important;
  letter-spacing: .08em;
}

.kh-lux-divider {
  height: 1px;
  margin-block: 0 30px;
  background: var(--kh-line);
}

.kh-lux-description {
  max-width: 390px;
  margin-inline-start: auto;
  color: #777777;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .98rem;
  font-weight: 300;
  line-height: 2.05;
  text-align: right;
}

.kh-lux-description p {
  margin: 0;
}

.kh-lux-specs {
  display: grid;
  gap: 12px;
  max-width: 330px;
  margin: 30px 0 26px auto;
  color: #837a70;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .92rem;
}

.kh-lux-specs div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
}

.kh-lux-specs dt {
  color: #b0a79b;
  font-weight: 400;
}

.kh-lux-specs dd {
  margin: 0;
}

.kh-lux-purchase {
  margin-block-start: 26px;
}

.kh-lux-purchase form.cart {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.kh-lux-purchase form.variations_form {
  grid-template-columns: 1fr;
}

.kh-lux-purchase table.variations {
  grid-column: 1 / -1;
  margin: 0 0 12px !important;
}

.kh-lux-purchase .single_variation_wrap {
  display: grid;
  gap: 14px;
}

.kh-lux-purchase .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.kh-lux-purchase .quantity {
  grid-column: 1 / -1;
  justify-self: end;
  display: grid !important;
  grid-template-columns: 48px 64px 48px;
  align-items: center;
  height: 54px;
  margin: 0 44px 0 0 !important;
  border: 1px solid var(--kh-line);
  background: var(--kh-soft);
}

.kh-lux-purchase .quantity .qty {
  inline-size: 64px !important;
  block-size: 52px !important;
  min-block-size: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid var(--kh-line) !important;
  background: transparent !important;
  color: var(--kh-ink) !important;
  text-align: center;
  appearance: textfield;
}

.kh-lux-purchase .quantity .qty::-webkit-outer-spin-button,
.kh-lux-purchase .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.kh-qty-step {
  inline-size: 48px;
  block-size: 52px;
  border: 0;
  background: transparent;
  color: var(--kh-ink);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.45rem;
  cursor: pointer;
}

.kh-lux-purchase .single_add_to_cart_button,
.kh-lux-purchase .kh-buy-now-button {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  min-height: 58px !important;
  max-height: 58px;
  width: 100%;
  padding: 0 22px !important;
  border-radius: 0 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: .98rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.kh-lux-purchase .single_add_to_cart_button {
  background: var(--kh-ink) !important;
  border: 1px solid var(--kh-ink) !important;
  color: #fff !important;
}

.kh-lux-purchase .kh-buy-now-button {
  background: transparent !important;
  border: 1px solid #777777 !important;
  color: var(--kh-ink) !important;
}

.kh-lux-purchase .kh-atc-price {
  display: none !important;
}

.kh-lux-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
  margin-block: 18px 28px;
  color: #777777;
  font-size: .82rem;
}

.kh-lux-meta a {
  color: inherit;
}

.kh-lux-accordions {
  border-block: 1px solid var(--kh-line);
}

.kh-lux-accordions details {
  border-block-end: 1px solid var(--kh-line);
}

.kh-lux-accordions details:last-child {
  border-block-end: 0;
}

.kh-lux-accordions summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  color: #5a554f;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
}

.kh-lux-accordions summary::-webkit-details-marker {
  display: none;
}

.kh-lux-accordions summary::before {
  content: "+";
  color: var(--kh-ink);
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.7rem;
  line-height: .75;
}

.kh-lux-accordions details[open] summary::before {
  content: "-";
}

.kh-lux-accordions details > div {
  padding: 0 0 24px;
  color: #777777;
  font-size: .94rem;
  line-height: 1.9;
}

.kh-lux-gallery {
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.kh-lux-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(72svh, 680px);
  height: min(72svh, 680px);
  overflow: hidden;
  border: 1px solid var(--kh-line);
  border-radius: 4px;
  background: var(--kh-panel);
  cursor: zoom-in;
  contain: paint;
}

.kh-lux-main-image {
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 240ms ease;
  will-change: transform;
}

.kh-lux-frame.is-zooming .kh-lux-main-image {
  transform: scale(1.62);
}

.kh-lux-zoom-button {
  position: absolute;
  inset-block-start: 22px;
  inset-inline-start: 22px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: var(--kh-ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  cursor: pointer;
}

.kh-lux-zoom-button span {
  font-size: 1.25rem;
  line-height: 1;
}

.kh-lux-zoom-note {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-end: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #9a9186;
  font-size: .78rem;
}

.kh-lux-thumbs {
  display: grid;
  gap: 14px;
}

.kh-lux-thumbs button {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--kh-panel);
  cursor: pointer;
}

.kh-lux-thumbs button.is-active {
  border-color: #5b554d;
}

.kh-lux-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kh-lux-lightbox {
  --kh-ink: #171512;
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 44px;
  background: rgba(244, 241, 235, .98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kh-lux-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kh-lux-lightbox img {
  max-width: 92vw;
  max-height: 88svh;
  object-fit: contain;
}

.kh-lux-lightbox button {
  position: fixed;
  inset-block-start: 24px;
  inset-inline-end: 30px;
  border: 0;
  background: transparent;
  color: var(--kh-ink);
  font-size: 2.4rem;
  cursor: pointer;
}

.kh-lux-gallery-arrow,
.kh-lux-lightbox-arrow {
  position: absolute;
  z-index: 6;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 17, 17, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  color: #111;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.kh-lux-gallery-arrow:hover,
.kh-lux-lightbox-arrow:hover {
  border-color: #111;
  background: rgba(255, 255, 255, .94);
}

.kh-lux-gallery-arrow-prev {
  inset-inline-start: 16px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.kh-lux-gallery-arrow-next {
  inset-inline-end: 16px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.kh-lux-lightbox .kh-lux-lightbox-arrow {
  position: fixed;
  inset-block-start: 50%;
  inset-inline-end: auto;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .82);
  font-size: 24px;
}

.kh-lux-lightbox .kh-lux-lightbox-arrow-prev {
  inset-inline-start: 28px;
}

.kh-lux-lightbox .kh-lux-lightbox-arrow-next {
  inset-inline-end: 28px;
}

@media (pointer: coarse), (max-width: 1024px) {
  .kh-lux-frame,
  .kh-lux-lightbox {
    touch-action: pan-y;
  }

  .kh-lux-gallery-arrow,
  .kh-lux-lightbox-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .kh-lux-gallery-arrow-prev,
  .kh-lux-lightbox .kh-lux-lightbox-arrow-prev {
    inset-inline-start: 10px;
  }

  .kh-lux-gallery-arrow-next,
  .kh-lux-lightbox .kh-lux-lightbox-arrow-next {
    inset-inline-end: 10px;
  }
}

.kh-lux-related {
  margin: 0;
  padding: 56px clamp(22px, 5vw, 78px) 78px;
  border-block-start: 1px solid var(--kh-line);
  background: var(--kh-cream) !important;
  direction: rtl;
}

.kh-lux-related .related.products {
  padding: 0 !important;
  border: 0 !important;
}

.kh-lux-related h2 {
  margin: 0 0 36px;
  color: var(--kh-ink);
  text-align: center;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem);
  font-weight: 600;
}

@media (max-width: 1180px) {
  .kh-lux-breadcrumb,
  .kh-lux-product {
    width: min(100% - 44px, 1050px);
  }

  .kh-lux-product {
    grid-template-columns: minmax(360px, 44%) minmax(0, 56%);
    gap: 32px;
  }

  .kh-lux-gallery {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 12px;
  }

  .kh-lux-thumbs button {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 900px) {
  .kh-lux-breadcrumb {
    width: min(100% - 32px, 720px);
    padding-block-start: 18px;
  }

  .kh-lux-product {
    display: flex !important;
    flex-direction: column-reverse;
    width: min(100% - 32px, 720px);
    padding-block: 14px 42px;
  }

  .kh-lux-summary {
    position: static;
    width: 100%;
  }

  .kh-lux-summary .product_title {
    font-size: clamp(2.05rem, 9vw, 3.2rem) !important;
  }

  .kh-lux-gallery {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .kh-lux-frame {
    height: min(68svh, 620px);
    min-height: 420px;
  }

  .kh-lux-frame.is-zooming .kh-lux-main-image {
    transform: scale(1);
  }

  .kh-lux-thumbs {
    display: flex;
    overflow-x: auto;
    order: 2;
    padding-block-end: 4px;
  }

  .kh-lux-thumbs button {
    flex: 0 0 78px;
  }

  .kh-lux-purchase form.cart,
  .kh-lux-purchase .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr 1fr;
  }
}

/* KH STYLE v1.7.3 clean white luxury product page */
html body.single-product,
html body.single-product .kh-main,
html body.single-product .site,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  --kh-cream: #ffffff !important;
  --kh-panel: #ffffff !important;
  --kh-soft: #ffffff !important;
  --kh-line: #e8e8e8 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  grid-template-columns: minmax(390px, 520px) minmax(0, 92px) minmax(0, 680px) !important;
  gap: 18px !important;
  width: min(100% - 80px, 1480px) !important;
  align-items: start !important;
}

html body.single-product .kh-lux-summary,
html body.single-product.woocommerce div.product div.summary {
  grid-column: 1 !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 680px) !important;
  gap: 18px !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-frame,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  grid-column: 2 !important;
  aspect-ratio: 1 / 1 !important;
  inline-size: 100% !important;
  block-size: auto !important;
  min-block-size: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
}

html body.single-product .kh-lux-main-image,
html body.single-product .kh-lux-thumbs img,
html body.single-product.woocommerce div.product div.images img,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  inline-size: 100% !important;
  block-size: 100% !important;
  max-inline-size: 100% !important;
  max-block-size: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  inline-size: 92px !important;
  block-size: 92px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  border: 1px solid #eeeeee !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

html body.single-product .kh-lux-thumbs button.is-active {
  border-color: #171512 !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  background: #171512 !important;
  border: 1px solid #171512 !important;
  color: #ffffff !important;
  transition: transform .24s ease, opacity .24s ease !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  transform: translateY(-1px) scale(1.01) !important;
  opacity: .96 !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  background: transparent !important;
  border: 1px solid #171512 !important;
  color: #171512 !important;
  transition: background-color .3s ease, color .3s ease, transform .24s ease !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button *,
html body.single-product .kh-lux-purchase .kh-buy-now-button *,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button *,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button * {
  color: inherit !important;
}

html body.single-product .kh-lux-summary .product_title,
html body.single-product.woocommerce div.product .product_title {
  font-size: clamp(3rem, 4.8vw, 4.65rem) !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

html body.single-product .kh-lux-price,
html body.single-product.woocommerce div.product p.price,
html body.single-product.woocommerce div.product span.price {
  text-align: center !important;
}

html body.single-product .kh-lux-description {
  max-width: 460px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

/* KH STYLE v1.7.5 real EOF override */
html body.single-product,
html body.single-product #page,
html body.single-product .site,
html body.single-product #content,
html body.single-product .site-content,
html body.single-product .content-area,
html body.single-product .site-main,
html body.single-product .kh-main,
html body.single-product .kh-section,
html body.single-product .kh-container,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-gallery,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.images,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  --kh-cream: #fff !important;
  --kh-panel: #fff !important;
  --kh-soft: #fff !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(390px, 520px) minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: start !important;
  justify-content: center !important;
  width: min(100% - 80px, 1480px) !important;
  margin: 0 auto !important;
  padding: 18px 0 64px !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: start !important;
  direction: ltr !important;
  width: 100% !important;
}

html body.single-product .kh-lux-summary,
html body.single-product.woocommerce div.product div.summary {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  float: none !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-frame {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-content: start !important;
  direction: ltr !important;
}

html body.single-product.woocommerce div.product div.images {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  direction: ltr !important;
}

html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-content: start !important;
  background: #fff !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 92px !important;
  float: none !important;
  margin: 0 !important;
}

html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-frame,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  border: 1px solid #eee !important;
}

html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 92px !important;
  height: 92px !important;
  border: 1px solid #eee !important;
}

html body.single-product .kh-lux-main-image,
html body.single-product .kh-lux-thumbs img,
html body.single-product.woocommerce div.product div.images img,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #fff !important;
  border: 0 !important;
}

html body.single-product .kh-lux-thumbs button.is-active {
  border-color: #111 !important;
}

html body.single-product .kh-sale-price-card {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
}

html body.single-product .kh-current-price,
html body.single-product .kh-current-price .woocommerce-Price-amount {
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

html body.single-product .kh-sale-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 38px !important;
  color: #9a7b4f !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 1.08rem !important;
}

html body.single-product .kh-sale-row del,
html body.single-product .kh-sale-row del .woocommerce-Price-amount {
  color: #777 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
}

html body.single-product .kh-sale-row span {
  color: #9a7b4f !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
html body.single-product .single_add_to_cart_button,
html body.single-product button.single_add_to_cart_button {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: transform .24s ease, opacity .24s ease !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:focus,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:active,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active,
html body.single-product .single_add_to_cart_button:hover,
html body.single-product .single_add_to_cart_button:focus,
html body.single-product .single_add_to_cart_button:active {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: .97 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) scale(1.01) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
html body.single-product .kh-buy-now-button {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background-color .3s ease, color .3s ease, transform .24s ease !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product .kh-lux-purchase .kh-buy-now-button:focus,
html body.single-product .kh-lux-purchase .kh-buy-now-button:active,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:focus,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:active,
html body.single-product .kh-buy-now-button:hover,
html body.single-product .kh-buy-now-button:focus,
html body.single-product .kh-buy-now-button:active {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body.single-product button.single_add_to_cart_button *,
html body.single-product .kh-buy-now-button * {
  color: inherit !important;
}

@media (max-width: 980px) {
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 32px, 760px) !important;
  }

  html body.single-product .kh-lux-gallery,
  html body.single-product.woocommerce div.product div.images {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  html body.single-product .kh-lux-frame,
  html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .kh-lux-thumbs,
  html body.single-product.woocommerce div.product div.images .flex-control-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
  }
}

/* KH STYLE v1.7.5 final-final product page override */
html body.single-product,
html body.single-product #page,
html body.single-product .site,
html body.single-product #content,
html body.single-product .site-content,
html body.single-product .content-area,
html body.single-product .site-main,
html body.single-product .kh-main,
html body.single-product .kh-section,
html body.single-product .kh-container,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-gallery,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.images,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  --kh-cream: #fff !important;
  --kh-panel: #fff !important;
  --kh-soft: #fff !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(390px, 520px) minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: start !important;
  justify-content: center !important;
  width: min(100% - 80px, 1480px) !important;
  margin: 0 auto !important;
  padding: 18px 0 64px !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-summary,
html body.single-product.woocommerce div.product div.summary {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  float: none !important;
  direction: rtl !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: start !important;
  direction: ltr !important;
  width: 100% !important;
}

html body.single-product .kh-lux-frame {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  align-content: start !important;
  direction: ltr !important;
}

html body.single-product.woocommerce div.product div.images {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  direction: ltr !important;
}

html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-content: start !important;
  background: #fff !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 92px !important;
  float: none !important;
  margin: 0 !important;
}

html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-frame,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  border: 1px solid #eee !important;
}

html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 92px !important;
  height: 92px !important;
  border: 1px solid #eee !important;
}

html body.single-product .kh-lux-thumbs button.is-active {
  border-color: #111 !important;
}

html body.single-product .kh-lux-main-image,
html body.single-product .kh-lux-thumbs img,
html body.single-product.woocommerce div.product div.images img,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #fff !important;
  border: 0 !important;
}

html body.single-product .kh-sale-price-card {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
}

html body.single-product .kh-current-price,
html body.single-product .kh-current-price .woocommerce-Price-amount {
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}

html body.single-product .kh-sale-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 38px !important;
  color: #9a7b4f !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 1.08rem !important;
}

html body.single-product .kh-sale-row del,
html body.single-product .kh-sale-row del .woocommerce-Price-amount {
  color: #777 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
}

html body.single-product .kh-sale-row span {
  color: #9a7b4f !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
html body.single-product .single_add_to_cart_button,
html body.single-product button.single_add_to_cart_button {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: transform .24s ease, opacity .24s ease !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:focus,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:active,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active,
html body.single-product .single_add_to_cart_button:hover,
html body.single-product .single_add_to_cart_button:focus,
html body.single-product .single_add_to_cart_button:active {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: .97 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) scale(1.01) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
html body.single-product .kh-buy-now-button {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background-color .3s ease, color .3s ease, transform .24s ease !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product .kh-lux-purchase .kh-buy-now-button:focus,
html body.single-product .kh-lux-purchase .kh-buy-now-button:active,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:focus,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:active,
html body.single-product .kh-buy-now-button:hover,
html body.single-product .kh-buy-now-button:focus,
html body.single-product .kh-buy-now-button:active {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body.single-product button.single_add_to_cart_button *,
html body.single-product .kh-buy-now-button * {
  color: inherit !important;
}

@media (max-width: 980px) {
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 32px, 760px) !important;
  }

  html body.single-product .kh-lux-gallery,
  html body.single-product.woocommerce div.product div.images {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  html body.single-product .kh-lux-frame,
  html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .kh-lux-thumbs,
  html body.single-product.woocommerce div.product div.images .flex-control-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
  }
}

/* KH STYLE v1.7.4 absolute product finish */
html body.single-product,
html body.single-product::before,
html body.single-product::after,
html body.single-product #page,
html body.single-product .site,
html body.single-product .kh-main,
html body.single-product main,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-gallery,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product div.images,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  --kh-cream: #fff !important;
  --kh-panel: #fff !important;
  --kh-soft: #fff !important;
  --kh-line: #e7e7e7 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  grid-template-columns: minmax(390px, 520px) minmax(0, 680px) 92px !important;
  gap: 18px !important;
  width: min(100% - 80px, 1480px) !important;
  align-items: start !important;
}

html body.single-product .kh-lux-summary,
html body.single-product.woocommerce div.product div.summary {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  direction: ltr !important;
  align-items: start !important;
}

html body.single-product .kh-lux-frame {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
}

html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 / 1 !important;
  inline-size: 100% !important;
  block-size: auto !important;
  min-block-size: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
}

html body.single-product .kh-lux-frame,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  border: 1px solid #ececec !important;
}

html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  inline-size: 92px !important;
  block-size: 92px !important;
  border: 1px solid #eee !important;
}

html body.single-product .kh-lux-main-image,
html body.single-product .kh-lux-thumbs img,
html body.single-product.woocommerce div.product div.images img,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #fff !important;
  border: 0 !important;
}

html body.single-product .kh-lux-thumbs button.is-active {
  border-color: #111 !important;
}

html body.single-product .kh-sale-price-card {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
  color: #111 !important;
}

html body.single-product .kh-current-price,
html body.single-product .kh-current-price .woocommerce-Price-amount {
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: .02em !important;
}

html body.single-product .kh-sale-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 38px !important;
  color: #9b7a2d !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 1.08rem !important;
}

html body.single-product .kh-sale-row del,
html body.single-product .kh-sale-row del .woocommerce-Price-amount {
  color: #777 !important;
  font-size: 1.05rem !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
}

html body.single-product .kh-sale-row span {
  color: #9b7a2d !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  background: #111 !important;
  background-color: #111 !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  transition: transform .24s ease, opacity .24s ease !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:focus,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:active,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active {
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: .97 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: translateY(-1px) scale(1.01) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  transition: background-color .3s ease, color .3s ease, transform .24s ease !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product .kh-lux-purchase .kh-buy-now-button:focus,
html body.single-product .kh-lux-purchase .kh-buy-now-button:active,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:focus,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:active {
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}

html body.single-product .kh-lux-purchase button *,
html body.single-product.woocommerce div.product form.cart button * {
  color: inherit !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button.disabled,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:disabled,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button.disabled,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:disabled {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
}

html body.single-product.woocommerce div.product div.images {
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  direction: ltr !important;
  align-items: start !important;
}

html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

html body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: 92px !important;
  float: none !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 32px, 760px) !important;
  }

  html body.single-product .kh-lux-gallery {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.single-product .kh-lux-frame {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .kh-lux-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
  }
}

@media (max-width: 980px) {
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 32px, 760px) !important;
  }

  html body.single-product .kh-lux-gallery {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.single-product .kh-lux-frame {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .kh-lux-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
  }
}

/* KH STYLE v1.7.2 product refinements */
body.single-product,
body.single-product .kh-main,
body.single-product .kh-woocommerce-wrapper,
.kh-lux-breadcrumb,
.kh-lux-product,
.kh-lux-related,
body.single-product.woocommerce div.product,
body.single-product.woocommerce div.product div.summary,
body.single-product.woocommerce div.product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
  --kh-cream: #ffffff;
  --kh-panel: #f7f7f7;
  --kh-soft: #ffffff;
  --kh-line: #e5e2dc;
  background: #ffffff !important;
}

.kh-lux-frame,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  aspect-ratio: 1 / 1 !important;
  inline-size: 100% !important;
  block-size: auto !important;
  min-block-size: 0 !important;
  background: #f7f7f7 !important;
}

.kh-lux-main-image,
body.single-product.woocommerce div.product div.images img {
  inline-size: 84% !important;
  block-size: 84% !important;
  max-inline-size: 84% !important;
  max-block-size: 84% !important;
  object-fit: contain !important;
}

.kh-lux-purchase .kh-buy-now-button,
body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  background: #ffffff !important;
  border: 1px solid #171512 !important;
  color: #171512 !important;
  opacity: 1 !important;
}

.kh-lux-purchase .single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  opacity: .92 !important;
  transform: translateY(-1px);
}

.kh-lux-purchase .kh-buy-now-button:hover,
body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  transform: translateY(-1px);
}

.kh-lux-purchase .single_add_to_cart_button:hover *,
.kh-lux-purchase .kh-buy-now-button:hover *,
body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover *,
body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover * {
  color: inherit !important;
}

.kh-lux-purchase table.variations,
body.single-product.woocommerce div.product table.variations {
  display: grid !important;
  gap: 16px !important;
  margin-block-end: 18px !important;
}

.kh-lux-purchase table.variations tbody,
.kh-lux-purchase table.variations tr,
.kh-lux-purchase table.variations th,
.kh-lux-purchase table.variations td,
body.single-product.woocommerce div.product table.variations tbody,
body.single-product.woocommerce div.product table.variations tr,
body.single-product.woocommerce div.product table.variations th,
body.single-product.woocommerce div.product table.variations td {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: right !important;
}

.kh-lux-purchase table.variations label,
body.single-product.woocommerce div.product table.variations label {
  display: block !important;
  margin-block-end: 9px !important;
  color: #5b554d !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: .9rem !important;
  font-weight: 500 !important;
}

.kh-lux-purchase table.variations select,
body.single-product.woocommerce div.product table.variations select {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kh-variation-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.kh-variation-buttons button {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-inline-size: 46px;
  min-block-size: 42px;
  padding: 0 15px;
  border: 1px solid #cfc8bd;
  border-radius: 7px;
  background: transparent;
  color: #171512;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .92rem;
  line-height: 1;
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.kh-variation-buttons button:hover {
  border-color: #171512;
  box-shadow: inset 0 0 0 1px #171512;
}

.kh-variation-buttons button.is-active {
  border-color: #171512;
  box-shadow: inset 0 0 0 1px #171512;
}

.kh-variation-buttons button:disabled {
  opacity: .35;
  text-decoration: line-through;
}

.kh-color-swatches button {
  inline-size: 42px;
  min-inline-size: 42px;
  block-size: 42px;
  min-block-size: 42px;
  padding: 4px;
}

.kh-color-swatches .kh-swatch-chip {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 5px;
}

.kh-color-swatches button span:last-child {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.kh-text-swatches button {
  min-inline-size: 48px;
  inline-size: auto;
}

.kh-variation-buttons button.kh-variation-size-small {
  min-inline-size: 36px;
  min-block-size: 36px;
  padding: 0 12px;
  font-size: .82rem;
}

.kh-variation-buttons button.kh-variation-size-medium {
  min-inline-size: 46px;
  min-block-size: 42px;
}

.kh-variation-buttons button.kh-variation-size-large {
  min-inline-size: 56px;
  min-block-size: 52px;
  padding: 0 18px;
  font-size: 1rem;
}

.kh-variation-buttons button.kh-variation-shape-circle {
  inline-size: 46px;
  min-inline-size: 46px;
  block-size: 46px;
  min-block-size: 46px;
  padding: 4px;
  border-radius: 50%;
}

.kh-variation-buttons button.kh-variation-shape-circle.kh-variation-size-small {
  inline-size: 36px;
  min-inline-size: 36px;
  block-size: 36px;
  min-block-size: 36px;
}

.kh-variation-buttons button.kh-variation-shape-circle.kh-variation-size-large {
  inline-size: 56px;
  min-inline-size: 56px;
  block-size: 56px;
  min-block-size: 56px;
}

.kh-variation-buttons button.kh-variation-shape-rounded {
  border-radius: 7px;
}

.kh-variation-buttons button.kh-variation-shape-rectangle {
  border-radius: 0;
}

.kh-variation-buttons button.kh-variation-shape-pill {
  border-radius: 999px;
}

.kh-variation-buttons button.kh-variation-style-outline {
  background: transparent;
  border-color: #171512;
  box-shadow: none;
}

.kh-variation-buttons button.kh-variation-style-color,
.kh-variation-buttons button.kh-variation-style-image,
.kh-variation-buttons button.kh-variation-style-variation_image {
  padding: 4px;
}

.kh-variation-buttons .kh-swatch-chip {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: inherit;
}

.kh-variation-buttons .kh-swatch-image img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.kh-variation-buttons .kh-swatch-label {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.kh-lux-purchase .quantity,
body.single-product.woocommerce div.product form.cart .quantity {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: 48px 64px 48px !important;
  align-items: center !important;
}

.kh-lux-purchase .quantity .qty,
body.single-product.woocommerce div.product form.cart .quantity .qty {
  grid-column: 2 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  line-height: 52px !important;
}

.kh-qty-step {
  position: relative;
  display: grid;
  place-items: center;
  inline-size: 48px !important;
  block-size: 52px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.kh-qty-step span {
  position: absolute;
  inset-inline: 15px;
  block-size: 1px;
  background: #171512;
  transform-origin: center;
}

.kh-qty-plus span:last-child {
  transform: rotate(90deg);
}

.kh-qty-minus {
  grid-column: 1;
}

.kh-qty-plus {
  grid-column: 3;
}

.kh-lux-accordions summary,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative !important;
  padding-inline-start: 34px !important;
}

.kh-lux-accordions summary::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a::before {
  content: "" !important;
  position: absolute !important;
  inset-inline-start: 0 !important;
  inset-block-start: 50% !important;
  inline-size: 14px !important;
  block-size: 1px !important;
  background: #171512 !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transition: transform 240ms ease, opacity 240ms ease !important;
}

.kh-lux-accordions summary::after,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  content: "" !important;
  position: absolute !important;
  inset-inline-start: 6.5px !important;
  inset-block-start: 50% !important;
  inline-size: 1px !important;
  block-size: 14px !important;
  background: #171512 !important;
  transform: translateY(-50%) scaleY(1) !important;
  transform-origin: center !important;
  transition: transform 240ms ease, opacity 240ms ease !important;
}

.kh-lux-accordions details[open] summary::after,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  transform: translateY(-50%) scaleY(0) !important;
  opacity: 0 !important;
}

@media (max-width: 900px) {
  .kh-lux-frame,
  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    aspect-ratio: 1 / 1 !important;
    block-size: auto !important;
    min-block-size: 0 !important;
  }
}

@media (max-width: 560px) {
  .kh-lux-breadcrumb,
  .kh-lux-product {
    width: 100%;
    padding-inline: 16px;
  }

  .kh-lux-frame {
    height: 60svh;
    min-height: 340px;
  }

  .kh-lux-main-image {
    width: 88%;
    height: 88%;
  }

  .kh-lux-purchase form.cart,
  .kh-lux-purchase .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
  }

  .kh-lux-purchase .quantity {
    justify-self: stretch;
    margin: 0 !important;
    grid-template-columns: 1fr 72px 1fr;
  }

  .kh-lux-purchase .kh-buy-now-button {
    order: 3;
  }

  .kh-lux-purchase .single_add_to_cart_button {
    order: 2;
  }
}

/* KH STYLE v1.6 bounded product gallery and purchase layout */
html.kh-lightbox-lock,
html.kh-lightbox-lock body {
  overflow: hidden !important;
}

.single-product .kh-main {
  overflow: clip;
}

.kh-product-page {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  min-block-size: auto;
  background: #f7f7f7;
}

.kh-product-gallery-column,
.kh-product-gallery-column .woocommerce-product-gallery,
.kh-product-gallery-column .woocommerce-product-gallery__wrapper,
.kh-product-gallery-column .woocommerce-product-gallery__image,
.kh-product-gallery-column .woocommerce-product-gallery__image a {
  position: relative !important;
  z-index: 1;
  min-inline-size: 0;
  max-inline-size: 100%;
}

.kh-product-gallery-column {
  overflow: hidden;
  padding: clamp(18px, 4vw, 48px);
}

.kh-product-gallery-column .woocommerce-product-gallery__wrapper {
  display: grid;
  gap: clamp(12px, 2vw, 22px);
  overflow: visible !important;
}

.kh-product-gallery-column .woocommerce-product-gallery__image {
  display: grid !important;
  place-items: center;
  inline-size: 100%;
  block-size: min(760px, calc(100svh - 130px));
  min-block-size: 520px;
  overflow: hidden !important;
  background: #f3f3f3;
  border: 1px solid #ececec;
  border-radius: 0;
  contain: paint;
}

.kh-product-gallery-column .woocommerce-product-gallery__image a {
  display: grid !important;
  place-items: center;
  overflow: hidden !important;
}

.kh-product-gallery-column .woocommerce-product-gallery__image img {
  display: block !important;
  inline-size: 100% !important;
  block-size: 100% !important;
  max-inline-size: 100% !important;
  max-block-size: 100% !important;
  object-fit: contain !important;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 260ms ease, transform-origin 80ms linear;
  will-change: transform;
}

.kh-product-gallery-column .woocommerce-product-gallery__image.is-zooming img {
  transform: scale(1.72);
}

.kh-product-gallery-column .zoomImg,
.kh-product-gallery-column img.zoomImg,
.kh-product-gallery-column .woocommerce-product-gallery__trigger {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kh-gallery-expand {
  position: absolute;
  inset-block-end: 18px;
  inset-inline-end: 18px;
  z-index: 4;
  display: grid;
  place-items: center;
  inline-size: 42px;
  block-size: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.kh-product-gallery-column .flex-control-thumbs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 10px;
  padding: 12px 0 0;
  margin: 0 !important;
  overflow: visible;
  background: transparent;
}

.kh-product-gallery-column .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.kh-product-gallery-column .flex-control-thumbs img {
  display: block;
  inline-size: 100%;
  block-size: 104px;
  object-fit: contain;
  background: #f6f6f6;
  border: 1px solid #ececec;
}

.kh-product-info-column {
  position: relative;
  z-index: 2;
}

.kh-product-sticky {
  inset-block-start: 92px;
  min-block-size: auto;
  padding-block-start: clamp(52px, 7vw, 92px);
}

.kh-product-purchase .quantity {
  display: block !important;
  margin: 0 !important;
}

.kh-product-purchase .quantity .qty {
  inline-size: 72px !important;
  block-size: 56px !important;
  min-block-size: 56px !important;
  padding: 0 !important;
  border: 1px solid #dedede !important;
  background: #fff !important;
  color: #111 !important;
  text-align: center;
  font-size: 1rem !important;
}

.kh-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart,
.kh-product-purchase form.cart:not(.variations_form) {
  grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
}

.kh-product-purchase .single_add_to_cart_button,
.kh-product-purchase .kh-buy-now-button {
  min-block-size: 56px !important;
  max-block-size: 56px;
  padding-inline: 18px !important;
  border-radius: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: .96rem !important;
  font-weight: 500 !important;
}

.kh-product-purchase .single_add_to_cart_button {
  justify-content: space-between;
}

.kh-product-purchase .kh-buy-now-button {
  justify-content: center;
}

.kh-atc-label,
.kh-atc-price {
  white-space: nowrap;
}

.kh-product-related-section {
  position: relative;
  z-index: 5;
  clear: both;
  overflow: hidden;
  background: #fff;
}

.kh-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.kh-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kh-product-lightbox img {
  display: block;
  inline-size: auto;
  block-size: auto;
  max-inline-size: min(1100px, 92vw);
  max-block-size: 86svh;
  object-fit: contain;
  background: #f5f5f5;
}

.kh-product-lightbox-close {
  position: fixed;
  inset-block-start: 24px;
  inset-inline-end: 28px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .kh-product-page {
    grid-template-columns: minmax(0, 54%) minmax(360px, 46%);
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image {
    min-block-size: 460px;
  }
}

@media (max-width: 980px) {
  .kh-product-page {
    display: block;
    overflow: visible;
  }

  .kh-product-gallery-column {
    padding: 12px 14px 0;
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image {
    block-size: 68svh;
    min-block-size: 420px;
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image.is-zooming img {
    transform: scale(1);
  }

  .kh-product-gallery-column .flex-control-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0 0;
  }

  .kh-product-gallery-column .flex-control-thumbs li {
    flex: 0 0 78px;
  }

  .kh-product-gallery-column .flex-control-thumbs img {
    block-size: 86px;
  }

  .kh-product-sticky {
    padding: 30px 20px 28px;
  }

  .kh-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart,
  .kh-product-purchase form.cart:not(.variations_form) {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .kh-product-purchase .kh-buy-now-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .kh-product-gallery-column {
    padding-inline: 0;
  }

  .kh-product-gallery-column .woocommerce-product-gallery__image {
    block-size: 62svh;
    min-block-size: 330px;
    border-inline: 0;
  }

  .kh-gallery-expand {
    inset-block-end: 12px;
    inset-inline-end: 12px;
    inline-size: 38px;
    block-size: 38px;
  }

  .kh-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart,
  .kh-product-purchase form.cart:not(.variations_form) {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .kh-product-purchase .quantity .qty {
    inline-size: 64px !important;
  }

  .kh-product-purchase .single_add_to_cart_button,
  .kh-product-purchase .kh-buy-now-button {
    font-size: .9rem !important;
    padding-inline: 14px !important;
  }
}

/* KH STYLE v1.7.1 emergency product override for WooCommerce fallback output */
body.single-product {
  background: #ffffff !important;
}

body.single-product .kh-woocommerce-wrapper,
body.single-product .kh-single-product,
body.single-product .kh-main > .product,
body.single-product.woocommerce div.product {
  width: min(100% - 96px, 1500px) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 24px 0 68px !important;
  background: #ffffff !important;
}

body.single-product.woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(420px, 520px) minmax(0, 760px) !important;
  gap: clamp(42px, 5vw, 64px) !important;
  align-items: start !important;
  direction: ltr !important;
}

body.single-product.woocommerce div.product div.images {
  float: none !important;
  width: 100% !important;
  grid-column: 2 !important;
  margin: 0 !important;
  background: #ffffff !important;
}

body.single-product.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  background: #ffffff !important;
  color: #171512 !important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: min(72svh, 680px) !important;
  min-height: 560px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px !important;
}

body.single-product.woocommerce div.product div.images img {
  width: 82% !important;
  height: 82% !important;
  max-width: 82% !important;
  max-height: 82% !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100% !important;
  height: 92px !important;
  max-width: none !important;
  max-height: none !important;
  padding: 7px !important;
  object-fit: contain !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  opacity: .68 !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: #171512 !important;
  opacity: 1 !important;
}

body.single-product.woocommerce div.product .product_title {
  margin: 36px 0 8px !important;
  color: #171512 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(2.6rem, 4.6vw, 4.6rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
  display: block !important;
  margin: 28px 0 30px !important;
  color: #171512 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(1.55rem, 2.15vw, 2rem) !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-align: right !important;
}

body.single-product .woocommerce-product-details__short-description {
  max-width: 390px !important;
  margin: 0 0 26px auto !important;
  padding-top: 30px !important;
  border-top: 1px solid #e8e8e8 !important;
  color: #777777 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: .98rem !important;
  font-weight: 300 !important;
  line-height: 2.05 !important;
  text-align: right !important;
}

body.single-product.woocommerce div.product form.cart {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  margin: 24px 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
}

body.single-product.woocommerce div.product form.cart .quantity {
  grid-column: 1 / -1 !important;
  justify-self: end !important;
  display: grid !important;
  grid-template-columns: 48px 64px 48px !important;
  width: 160px !important;
  height: 54px !important;
  margin: 0 44px 0 0 !important;
  border: 1px solid #e8e8e8 !important;
  background: #ffffff !important;
}

body.single-product.woocommerce div.product form.cart .quantity .qty {
  width: 64px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #171512 !important;
  text-align: center !important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  min-height: 58px !important;
  max-height: 58px !important;
  width: 100% !important;
  padding: 0 22px !important;
  border-radius: 0 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: .98rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  background: #171512 !important;
  border: 1px solid #171512 !important;
  color: #fff !important;
  order: 2 !important;
}

body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  background: transparent !important;
  border: 1px solid #777777 !important;
  color: #171512 !important;
  order: 3 !important;
}

body.single-product.woocommerce div.product .product_meta {
  margin: 20px 0 26px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  color: #777777 !important;
  font-size: .82rem !important;
  text-align: right !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  background: #ffffff !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-block: 1px solid #e8e8e8 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  background: transparent !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  justify-content: space-between !important;
  padding: 22px 2px !important;
  color: #5a554f !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a::before {
  content: "+" !important;
  color: #171512 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 1.7rem !important;
  line-height: .75 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  content: "-" !important;
}

body.single-product.woocommerce div.product .woocommerce-Tabs-panel {
  padding: 22px 0 !important;
  color: #777777 !important;
  font-size: .94rem !important;
  line-height: 1.9 !important;
  background: transparent !important;
}

body.single-product .related.products,
body.single-product .upsells.products,
body.single-product .kh-lux-related {
  clear: both !important;
  width: min(100% - 96px, 1500px) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 56px 0 78px !important;
  border-top: 1px solid #e8e8e8 !important;
  background: #ffffff !important;
}

body.single-product .related.products h2,
body.single-product .upsells.products h2 {
  margin: 0 0 36px !important;
  color: #171512 !important;
  text-align: center !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(1.6rem, 2.6vw, 2.45rem) !important;
  font-weight: 600 !important;
}

@media (max-width: 900px) {
  body.single-product .kh-woocommerce-wrapper,
  body.single-product.woocommerce div.product,
  body.single-product .related.products,
  body.single-product .upsells.products {
    width: min(100% - 32px, 720px) !important;
  }

  body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column !important;
  }

  body.single-product.woocommerce div.product div.images,
  body.single-product.woocommerce div.product div.summary,
  body.single-product.woocommerce div.product .woocommerce-tabs {
    width: 100% !important;
  }

  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
  body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    height: 62svh !important;
    min-height: 360px !important;
  }
}

/* KH STYLE v1.7.3 final product lock */
html body.single-product,
html body.single-product *,
html body.single-product .kh-main,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  --kh-cream: #ffffff !important;
  --kh-panel: #ffffff !important;
  --kh-soft: #ffffff !important;
}

html body.single-product,
html body.single-product .kh-main,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-related,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product .related.products,
html body.single-product .upsells.products {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  grid-template-columns: minmax(390px, 520px) 92px minmax(0, 680px) !important;
  gap: 18px !important;
  width: min(100% - 80px, 1480px) !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 680px) !important;
  gap: 18px !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-frame {
  grid-column: 2 !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs button,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image,
html body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image > a {
  aspect-ratio: 1 / 1 !important;
  block-size: auto !important;
  min-block-size: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

html body.single-product .kh-lux-main-image,
html body.single-product .kh-lux-thumbs img,
html body.single-product.woocommerce div.product div.images img,
html body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  transition: transform .24s ease, opacity .24s ease !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #171512 !important;
  border-color: #171512 !important;
  color: #ffffff !important;
  opacity: .96 !important;
  transform: translateY(-1px) scale(1.01) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
  background: transparent !important;
  border: 1px solid #171512 !important;
  color: #171512 !important;
  transition: background-color .3s ease, color .3s ease, transform .24s ease !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover {
  background: #171512 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body.single-product .kh-lux-purchase button *,
html body.single-product.woocommerce div.product form.cart button * {
  color: inherit !important;
}

@media (max-width: 980px) {
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    width: min(100% - 32px, 760px) !important;
  }

  html body.single-product .kh-lux-gallery {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs {
    grid-column: 1 !important;
  }

  html body.single-product .kh-lux-thumbs {
    grid-row: 2 !important;
    display: flex !important;
    overflow-x: auto !important;
  }
}

html body.single-product .kh-lux-summary .product_title,
html body.single-product.woocommerce div.product .product_title {
  font-size: clamp(3rem, 4.8vw, 4.65rem) !important;
  line-height: 1.05 !important;
  text-align: center !important;
  color: #171512 !important;
}

html body.single-product .kh-lux-price,
html body.single-product.woocommerce div.product p.price,
html body.single-product.woocommerce div.product span.price {
  text-align: center !important;
}

html body.single-product .kh-lux-description {
  max-width: 460px !important;
  margin-inline: auto !important;
  text-align: center !important;
}

/* KH STYLE shop archive exact layout - v1.9.0 */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag {
  --kh-shop-ink: #0d0d0d;
  --kh-shop-ink-soft: #3a3a3a;
  --kh-shop-muted: #8b8780;
  --kh-shop-line: #e7e4dd;
  --kh-shop-line-soft: #efece6;
  --kh-shop-paper: #ffffff;
  --kh-shop-cream: #ffffff;
  --kh-shop-cream-2: #ffffff;
  --kh-shop-ar-head: "Thmanyah Serif Display", serif;
  --kh-shop-ar-body: "Thmanyah Serif Display", serif;
  --kh-shop-lat-disp: "Thmanyah Serif Display", serif;
  --kh-shop-lat-ui: "Thmanyah Serif Display", serif;
  background: var(--kh-shop-paper) !important;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.post-type-archive-product .kh-shop-topbar,
.tax-product_cat .kh-shop-topbar,
.tax-product_tag .kh-shop-topbar {
  background: var(--kh-shop-ink);
  color: #fff;
  text-align: center;
  font-family: var(--kh-shop-ar-body);
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: .03em;
  padding: 9px 16px;
}

.post-type-archive-product .kh-shop-topbar span,
.tax-product_cat .kh-shop-topbar span,
.tax-product_tag .kh-shop-topbar span {
  opacity: .85;
}

.post-type-archive-product .kh-site-header,
.tax-product_cat .kh-site-header,
.tax-product_tag .kh-site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid var(--kh-shop-line);
  backdrop-filter: saturate(180%) blur(14px);
}

.post-type-archive-product .kh-header-inner,
.tax-product_cat .kh-header-inner,
.tax-product_tag .kh-header-inner {
  max-width: 1320px;
  padding: 18px 40px;
  grid-template-columns: 1fr auto 1fr;
}

.post-type-archive-product .kh-header-logo .kh-logo,
.tax-product_cat .kh-header-logo .kh-logo,
.tax-product_tag .kh-header-logo .kh-logo {
  width: auto;
  min-width: 190px;
}

.post-type-archive-product .kh-header-actions,
.tax-product_cat .kh-header-actions,
.tax-product_tag .kh-header-actions {
  gap: 22px;
}

.post-type-archive-product .kh-icon-link,
.tax-product_cat .kh-icon-link,
.tax-product_tag .kh-icon-link,
.post-type-archive-product .kh-nav-trigger,
.tax-product_cat .kh-nav-trigger,
.tax-product_tag .kh-nav-trigger {
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  font-size: 14px;
}

.kh-shop-page-head {
  text-align: center;
  padding: 56px 24px 44px;
  border-bottom: 1px solid var(--kh-shop-line);
  background: var(--kh-shop-paper);
}

.kh-shop-page-head p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--kh-shop-ink-soft);
  font-family: var(--kh-shop-ar-body);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 300;
  line-height: 1.85;
}

.kh-shop-image-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f6f5f2;
  border-bottom: 1px solid var(--kh-shop-line);
}

.kh-shop-image-hero a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.kh-shop-image-hero-media,
.kh-shop-image-hero-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center center;
  transition: transform .8s ease;
}

.kh-shop-image-hero-media-mobile {
  display: none;
}

.kh-shop-image-hero a:hover .kh-shop-image-hero-media,
.kh-shop-image-hero a:hover .kh-shop-image-hero-img {
  transform: scale(1.025);
}

.kh-shop-video-band {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

.kh-shop-video-band video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
}

.kh-shop-bottom-media {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #000;
}

.kh-shop-bottom-media-frame {
  display: block;
  width: 100%;
  overflow: hidden;
}

.kh-shop-bottom-media-asset {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain;
  object-position: center center;
}

.kh-shop-bottom-media-asset-mobile {
  display: none;
}
.kh-shop-bottom-media-text-link {
  position: absolute;
  z-index: 3;
  bottom: clamp(18px, 3vw, 42px);
  color: var(--kh-bottom-link-color, #ffffff);
  font-family: var(--kh-shop-ar-head);
  font-size: var(--kh-bottom-link-size, 16px);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .32);
}

.kh-shop-bottom-media-text-link-right {
  right: clamp(18px, 4vw, 64px);
  left: auto;
  transform: none;
}

.kh-shop-bottom-media-text-link-center {
  left: 50%;
  transform: translateX(-50%);
}

.kh-shop-bottom-media-text-link-left {
  left: clamp(18px, 4vw, 64px);
  right: auto;
  transform: none;
}

.kh-shop-bottom-media-text-link-mobile {
  display: none;
}

a.kh-shop-bottom-media-frame .kh-shop-bottom-media-asset {
  transition: transform .8s ease;
}

a.kh-shop-bottom-media-frame:hover .kh-shop-bottom-media-asset {
  transform: scale(1.015);
}

.kh-shop-filter-shell {
  display: grid;
  gap: 14px;
  padding: 30px 24px;
  border-bottom: 1px solid var(--kh-shop-line);
  background: var(--kh-shop-paper);
}

.kh-shop-filters-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.kh-shop-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 9px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-ar-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, border-color .3s ease;
}

.kh-shop-filter-pill:hover {
  color: var(--kh-shop-ink);
}

.kh-shop-filter-pill.active {
  color: var(--kh-shop-ink);
  background: transparent;
  border-color: transparent;
  font-weight: 400;
}

.kh-shop-subfilters-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 980px;
  margin: 0 auto;
}

.kh-shop-subfilter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid var(--kh-shop-line);
  border-radius: 999px;
  background: transparent;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-ar-body);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}

.kh-shop-subfilter-pill:hover,
.kh-shop-subfilter-pill.active {
  color: var(--kh-shop-ink);
  border-color: var(--kh-shop-ink);
  background: #fff;
}

.kh-shop-all-filters {
  cursor: pointer;
}

.kh-filter-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 1200;
  width: min(88vw, 420px);
  pointer-events: none;
}

.kh-filter-drawer-panel {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid var(--kh-shop-line);
  box-shadow: 28px 0 80px rgba(0, 0, 0, .12);
  transform: translateX(-102%);
  transition: transform .42s cubic-bezier(.2, .7, .2, 1);
}

.kh-filter-drawer.is-open {
  pointer-events: auto;
}

.kh-filter-drawer.is-open .kh-filter-drawer-panel {
  transform: translateX(0);
}

.kh-filter-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1190;
  display: none;
  border: 0;
  background: rgba(0, 0, 0, .28);
  cursor: default;
}

.kh-filter-backdrop.is-open {
  display: block;
}

.kh-filter-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 34px 32px 26px;
  border-bottom: 1px solid var(--kh-shop-line);
}

.kh-filter-drawer-head small {
  display: block;
  margin-bottom: 8px;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-lat-ui);
  font-size: 10px;
  letter-spacing: .28em;
}

.kh-filter-drawer-head h2 {
  margin: 0;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kh-filter-drawer-head button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--kh-shop-ink);
  background: #fff;
  color: var(--kh-shop-ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.kh-filter-form {
  display: grid;
  gap: 0;
}

.kh-filter-form section {
  padding: 24px 32px;
  border-bottom: 1px solid var(--kh-shop-line-soft);
}

.kh-filter-form h3 {
  margin: 0 0 16px;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  font-size: 15px;
  font-weight: 500;
}

.kh-filter-list {
  display: grid;
  gap: 2px;
}

.kh-filter-list label,
.kh-filter-chips label {
  cursor: pointer;
}

.kh-filter-list input,
.kh-filter-chips input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kh-filter-list span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 0;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-ar-body);
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: color .25s ease, border-color .25s ease;
}

.kh-filter-list input:checked + span,
.kh-filter-list span:hover {
  color: var(--kh-shop-ink);
  border-color: var(--kh-shop-ink);
}

.kh-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kh-filter-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid var(--kh-shop-line);
  color: var(--kh-shop-muted);
  background: #fff;
  font-family: var(--kh-shop-ar-body);
  font-size: 13px;
  line-height: 1;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.kh-filter-chips input:checked + span,
.kh-filter-chips span:hover {
  color: #fff;
  border-color: var(--kh-shop-ink);
  background: var(--kh-shop-ink);
}

.kh-filter-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.kh-filter-price-fields label {
  display: grid;
  gap: 7px;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-ar-body);
  font-size: 12px;
}

.kh-filter-price-fields input {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--kh-shop-line);
  border-radius: 0;
  background: #fff;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-lat-ui);
  font-size: 15px;
}

.kh-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 26px 32px 34px;
}

.kh-filter-actions a,
.kh-filter-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  font-size: 14px;
  text-decoration: none;
}

.kh-filter-actions a {
  color: var(--kh-shop-ink);
  background: #fff;
}

.kh-filter-actions button {
  color: #fff;
  background: var(--kh-shop-ink);
  cursor: pointer;
}

.kh-shop-catalog {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 8px 0;
  background: var(--kh-shop-paper);
}

.kh-shop-catalog ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 2px;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kh-shop-catalog ul.products::before,
.kh-shop-catalog ul.products::after {
  display: none !important;
}

.kh-shop-catalog ul.products li.product,
.kh-shop-cell {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.kh-shop-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  background: #fff;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: border-color .35s ease;
}

.kh-shop-card:hover {
  border-color: var(--kh-shop-line) !important;
}

.kh-shop-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

.kh-shop-card-image-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.kh-shop-card-shadow {
  display: none !important;
}

.kh-shop-product-image,
.kh-shop-card-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  mix-blend-mode: normal;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.kh-shop-card:hover .kh-shop-product-image,
.kh-shop-card:hover .kh-shop-card-media img {
  transform: translateY(-6px) scale(1.04);
}

.kh-shop-product-placeholder {
  position: relative;
  z-index: 1;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-lat-disp);
  font-size: 22px;
  letter-spacing: .34em;
  padding-inline-start: .34em;
}

.kh-shop-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 5px 10px;
  background: var(--kh-shop-ink);
  color: #fff;
  font-family: var(--kh-shop-ar-body);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.kh-shop-card-tag.sale {
  background: #fff;
  color: var(--kh-shop-ink);
  border: 1px solid var(--kh-shop-ink);
}

.kh-shop-quick {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
}

.kh-shop-card:hover .kh-shop-quick {
  opacity: 1;
  transform: translateY(0);
}

.kh-shop-quick .button,
.kh-shop-quick-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  border: 1px solid var(--kh-shop-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--kh-shop-ink) !important;
  font-family: var(--kh-shop-ar-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
}

.kh-shop-quick .button::before,
.kh-shop-quick .button::after,
.kh-shop-quick .added_to_cart {
  display: none !important;
}

.kh-shop-card-info {
  display: grid;
  grid-template-rows: 14px 48px 28px 22px;
  row-gap: 8px;
  flex: 0 0 154px;
  min-height: 154px;
  padding: 16px 16px 18px;
  background: #fff;
  border-top: 1px solid var(--kh-shop-line-soft);
  text-align: start;
}

.kh-shop-card-brand {
  min-height: 14px;
  margin: 0;
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-lat-ui);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kh-shop-card-title {
  display: -webkit-box;
  min-height: 48px;
  margin: 0 !important;
  overflow: hidden;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-head);
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kh-shop-card-title a {
  color: inherit;
  text-decoration: none;
}

.kh-shop-card-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-lat-ui);
  font-size: 20.5px;
  line-height: 1.3;
  direction: ltr;
  justify-content: flex-start;
  min-height: 28px;
}

.kh-shop-card-price .cur {
  color: var(--kh-shop-muted);
  font-size: 13px;
  letter-spacing: .08em;
}

.kh-shop-card-price .now {
  color: var(--kh-shop-ink);
  font-weight: 400;
}

.kh-shop-card-price .was {
  color: var(--kh-shop-muted);
  font-size: 18.5px;
  text-decoration: line-through;
}

.kh-shop-card-attrs {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  overflow: hidden;
  white-space: nowrap;
}

.kh-shop-card-attrs .kh-attr-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.kh-shop-card-attrs .kh-attr-text {
  max-width: 78px;
  min-height: 21px;
  padding: 2px 8px;
  border: 1px solid var(--kh-shop-line-soft);
  border-radius: 999px;
  color: var(--kh-shop-muted);
  background: #fff;
  font-family: var(--kh-shop-ar-body);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kh-shop-card-attrs .kh-attr-color {
  width: 22px;
  height: 22px;
  padding: 3px;
  border: 1px solid var(--kh-shop-line);
  border-radius: 50%;
  background: #fff;
}

.kh-shop-card-attrs .kh-attr-color i {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50%;
}

.kh-shop-editorial-tile {
  position: relative;
  grid-column: span 2;
  min-height: 240px;
  overflow: hidden;
  background: linear-gradient(150deg, #2a2724, #0e0d0c);
}

.kh-shop-editorial-tile.align-left {
  grid-column: 1 / span 2;
}

.kh-shop-editorial-tile.align-right {
  grid-column: 3 / span 2;
}

.kh-shop-editorial-tile a {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}

.kh-shop-editorial-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .84;
  transition: transform 6s ease, opacity 1s ease;
}

.kh-shop-editorial-tile:hover img {
  transform: scale(1.06);
}

.kh-shop-editorial-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, .05) 55%);
}

.kh-shop-editorial-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.kh-shop-editorial-caption small {
  font-family: var(--kh-shop-ar-body);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
  opacity: .8;
}

.kh-shop-editorial-caption strong {
  font-family: var(--kh-shop-ar-head);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
}

.kh-shop-editorial-caption em {
  justify-self: start;
  margin-top: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  padding-bottom: 3px;
  font-family: var(--kh-shop-ar-body);
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
}

.kh-shop-editorial-tile.light {
  background: linear-gradient(150deg, #ece8e1, #d9d3c9);
}

.kh-shop-editorial-tile.light a {
  color: var(--kh-shop-ink);
}

.kh-shop-editorial-tile.light .kh-shop-editorial-veil {
  background: linear-gradient(to top, rgba(255, 255, 255, .5), transparent 55%);
}

.kh-shop-editorial-tile.light .kh-shop-editorial-caption em {
  border-color: rgba(0, 0, 0, .5);
}

.kh-shop-more-wrap {
  text-align: center;
  padding: 54px 0 10px;
}

.kh-shop-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 46px;
  border: 1px solid var(--kh-shop-ink);
  background: transparent;
  color: var(--kh-shop-ink);
  font-family: var(--kh-shop-ar-body);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .02em;
  text-decoration: none;
  transition: color .35s ease, background .35s ease;
}

.kh-shop-more:hover {
  background: var(--kh-shop-ink);
  color: #fff;
}

.kh-shop-more:disabled,
.kh-shop-more.is-loading,
.kh-shop-more.is-complete {
  cursor: default;
  opacity: .55;
}

.kh-shop-more:disabled:hover,
.kh-shop-more.is-loading:hover,
.kh-shop-more.is-complete:hover {
  background: transparent;
  color: var(--kh-shop-ink);
}

.post-type-archive-product .kh-footer,
.tax-product_cat .kh-footer,
.tax-product_tag .kh-footer {
  margin-top: 60px;
  padding: 70px 40px 40px;
  background: var(--kh-shop-paper);
  border-top: 1px solid var(--kh-shop-line);
  font-family: var(--kh-shop-ar-body);
}

.post-type-archive-product .kh-footer-top,
.tax-product_cat .kh-footer-top,
.tax-product_tag .kh-footer-top {
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

.post-type-archive-product .kh-footer-bottom,
.tax-product_cat .kh-footer-bottom,
.tax-product_tag .kh-footer-bottom {
  max-width: 1320px;
  margin: 50px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--kh-shop-line);
  color: var(--kh-shop-muted);
  font-family: var(--kh-shop-lat-ui);
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: .02em;
}

@media (max-width: 1024px) {
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    padding: 16px 24px;
  }

  .kh-shop-catalog ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-type-archive-product .kh-footer-top,
  .tax-product_cat .kh-footer-top,
  .tax-product_tag .kh-footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .post-type-archive-product .kh-header-logo .kh-logo,
  .tax-product_cat .kh-header-logo .kh-logo,
  .tax-product_tag .kh-header-logo .kh-logo {
    min-width: 150px;
  }

  .post-type-archive-product .kh-icon-link span:not(.kh-cart-count),
  .tax-product_cat .kh-icon-link span:not(.kh-cart-count),
  .tax-product_tag .kh-icon-link span:not(.kh-cart-count),
  .post-type-archive-product .kh-menu-text,
  .tax-product_cat .kh-menu-text,
  .tax-product_tag .kh-menu-text {
    display: none;
  }

  .kh-shop-page-head {
    padding: 46px 20px 26px;
  }

  .kh-shop-image-hero a {
    height: auto;
    min-height: 0;
  }

  .kh-shop-video-band video {
    height: auto;
    min-height: 0;
  }

  .kh-shop-filter-shell {
    gap: 6px;
    padding: 22px 14px;
  }

  .kh-shop-filters-bar,
  .kh-shop-subfilters-bar {
    gap: 6px;
  }

  .kh-shop-filter-pill {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .kh-shop-subfilter-pill {
    min-height: 31px;
    padding: 7px 13px;
    font-size: 12.5px;
  }

  .kh-filter-drawer {
    width: min(92vw, 390px);
  }

  .kh-shop-card-info {
    grid-template-rows: 14px 44px 25px 20px;
    flex-basis: 142px;
    min-height: 142px;
    padding: 13px 13px 17px;
  }

  .kh-shop-card-title {
    font-size: 11px !important;
  }

  .kh-shop-card-price {
    font-size: 18.5px;
    min-height: 25px;
  }

  .kh-shop-card-price .cur {
    font-size: 12px;
  }

  .kh-shop-card-price .was {
    font-size: 16.5px;
  }

  .kh-shop-card-attrs {
    min-height: 20px;
  }

  .kh-shop-card-attrs .kh-attr-text {
    max-width: 62px;
    min-height: 18px;
    padding: 2px 6px;
    font-size: 9.5px;
  }

  .kh-shop-card-attrs .kh-attr-color {
    width: 19px;
    height: 19px;
    padding: 3px;
  }

  .kh-shop-product-image,
  .kh-shop-card-media img {
    width: 100% !important;
    height: 100% !important;
  }

  .kh-shop-editorial-tile.align-left,
  .kh-shop-editorial-tile.align-right {
    grid-column: 1 / -1;
  }
}

@media (max-width: 440px) {
  .kh-shop-catalog {
    padding-inline: 2px;
  }

  .kh-shop-catalog ul.products {
    gap: 2px;
  }

  .kh-shop-quick {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .post-type-archive-product .kh-footer-top,
  .tax-product_cat .kh-footer-top,
  .tax-product_tag .kh-footer-top {
    grid-template-columns: 1fr;
  }
}

/* KH STYLE product hard lock appended v1.9.0 */
/* KH STYLE product page hard lock - v1.9.0 */

html body.single-product {
  --kh-cream: #ffffff !important;
  --kh-panel: #ffffff !important;
  --kh-soft: #ffffff !important;
  --cream: #ffffff !important;
  --cream-2: #ffffff !important;
  --kh-product-line: #ececec;
  --kh-product-ink: #141414;
  --kh-product-muted: #777777;
  --kh-product-gold: #9a7b4f;
  --kh-product-measure: min(100%, 430px);
  --kh-product-measure-px: 430px;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

html body.single-product #page,
html body.single-product .site,
html body.single-product #content,
html body.single-product .site-content,
html body.single-product .content-area,
html body.single-product .site-main,
html body.single-product main,
html body.single-product .kh-main,
html body.single-product .kh-section,
html body.single-product .kh-container,
html body.single-product .kh-woocommerce-wrapper,
html body.single-product .kh-lux-breadcrumb,
html body.single-product .kh-lux-product,
html body.single-product .kh-lux-summary,
html body.single-product .kh-lux-gallery,
html body.single-product .kh-lux-frame,
html body.single-product .kh-lux-thumbs,
html body.single-product .kh-lux-related,
html body.single-product .related.products,
html body.single-product .upsells.products,
html body.single-product.woocommerce div.product,
html body.single-product.woocommerce div.product div.images,
html body.single-product.woocommerce div.product div.summary,
html body.single-product.woocommerce div.product .woocommerce-tabs,
html body.single-product.woocommerce div.product .woocommerce-Tabs-panel {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

html body.single-product .kh-lux-breadcrumb {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  width: min(100% - 96px, 1328px) !important;
  margin: 0 auto !important;
  padding: 18px 0 6px !important;
  color: #9a9a9a !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  direction: rtl !important;
  text-align: right !important;
  border: 0 !important;
}

html body.single-product .kh-lux-breadcrumb a,
html body.single-product .kh-lux-breadcrumb span {
  color: inherit !important;
  text-decoration: none !important;
}

html body.single-product .kh-lux-product,
html body.single-product.woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(340px, 500px) minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: start !important;
  justify-content: center !important;
  width: min(100% - 96px, 1328px) !important;
  max-width: 1328px !important;
  margin: 0 auto !important;
  padding: 16px 0 64px !important;
  direction: ltr !important;
  overflow: visible !important;
  border: 0 !important;
}

html body.single-product .kh-lux-summary,
html body.single-product.woocommerce div.product div.summary {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: 520px !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  color: var(--kh-product-ink) !important;
  text-align: right !important;
  position: sticky !important;
  top: 94px !important;
}

html body.single-product .kh-lux-brand-row {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 18px !important;
  margin: 0 0 14px !important;
  direction: rtl !important;
  text-align: right !important;
  color: #8b8b8b !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body.single-product .kh-lux-brand-row span:not(:first-child) {
  display: none !important;
}

html body.single-product .kh-lux-summary .product_title,
html body.single-product.woocommerce div.product .product_title {
  display: block !important;
  margin: 0 auto 16px !important;
  max-width: 480px !important;
  color: #141414 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(26px, 2.5vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
}

html body.single-product .kh-lux-subtitle,
html body.single-product .kh-lux-specs {
  display: none !important;
}

html body.single-product .kh-lux-price {
  margin: 0 0 30px !important;
  text-align: center !important;
}

html body.single-product .kh-sale-price-card {
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.single-product .kh-current-price,
html body.single-product .kh-current-price .woocommerce-Price-amount,
html body.single-product .kh-current-price bdi {
  color: #111111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
  text-decoration: none !important;
}

html body.single-product .kh-sale-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  width: 100% !important;
  color: var(--kh-product-gold) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

html body.single-product .kh-sale-row del,
html body.single-product .kh-sale-row del .woocommerce-Price-amount,
html body.single-product .kh-sale-row del bdi {
  color: #777777 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
  text-decoration-color: #777777 !important;
  text-decoration-thickness: 1px !important;
}

html body.single-product .kh-sale-row span {
  color: var(--kh-product-gold) !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
  background: #f4eadf !important;
}

html body.single-product .kh-lux-divider {
  width: var(--kh-product-measure) !important;
  height: 1px !important;
  margin: 0 auto 34px !important;
  background: var(--kh-product-line) !important;
}

html body.single-product .kh-lux-description,
html body.single-product .woocommerce-product-details__short-description {
  width: var(--kh-product-measure) !important;
  max-width: 430px !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  border: 0 !important;
  color: #777777 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

html body.single-product .kh-lux-description p {
  margin: 0 !important;
}

html body.single-product .kh-lux-purchase,
html body.single-product.woocommerce div.product form.cart {
  width: var(--kh-product-measure) !important;
  max-width: var(--kh-product-measure-px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
}

html body.single-product.woocommerce div.product form.cart,
html body.single-product.woocommerce div.product form.cart .single_variation_wrap,
html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: stretch !important;
  direction: rtl !important;
}

html body.single-product.woocommerce div.product form.cart .variations,
html body.single-product.woocommerce div.product form.cart .woocommerce-variation,
html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

html body.single-product.woocommerce div.product form.cart .quantity {
  grid-column: 1 !important;
  grid-row: auto !important;
  justify-self: center !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  width: var(--kh-product-measure-px) !important;
  min-width: 0 !important;
  max-width: var(--kh-product-measure-px) !important;
  height: 40px !important;
  margin: 30px auto 2px !important;
  padding: 0 !important;
  border: 1px solid var(--kh-product-line) !important;
  background: #ffffff !important;
  direction: ltr !important;
}

html body.single-product.woocommerce div.product form.cart .quantity::before {
  content: "\0627\0644\0643\0645\064A\0629:" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: calc(100% + 9px) !important;
  color: #141414 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

html body.single-product.woocommerce div.product form.cart .quantity .qty {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid var(--kh-product-line) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #141414 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  appearance: textfield !important;
}

html body.single-product.woocommerce div.product form.cart .quantity > * {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

html body.single-product.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button,
html body.single-product.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
}

html body.single-product .kh-qty-step {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #141414 !important;
  transform: none !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  transition: background-color .22s ease !important;
}

html body.single-product .kh-qty-minus {
  grid-column: 1 !important;
}

html body.single-product .kh-qty-plus {
  grid-column: 3 !important;
}

html body.single-product .kh-qty-step:hover,
html body.single-product .kh-qty-step:focus,
html body.single-product .kh-qty-step:active {
  background: #ffffff !important;
  color: #141414 !important;
  transform: none !important;
  box-shadow: none !important;
}

html body.single-product .kh-qty-step span {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 15px !important;
  height: 1.4px !important;
  margin: 0 !important;
  background: #141414 !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
  transform-origin: center !important;
  transition: transform .26s cubic-bezier(.16, 1, .3, 1), opacity .26s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-qty-plus span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

html body.single-product .kh-qty-step:active span {
  transform: translate(-50%, -50%) scaleX(.82) !important;
}

html body.single-product .kh-qty-plus:active span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(.82) !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
html body.single-product button.single_add_to_cart_button,
html body.single-product .single_add_to_cart_button {
  grid-column: 1 !important;
  grid-row: auto !important;
  min-height: 40px !important;
  height: 40px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  background: #111111 !important;
  background-color: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform .24s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button::before,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button::before,
html body.single-product button.single_add_to_cart_button::before,
html body.single-product .single_add_to_cart_button::before,
html body.single-product .kh-lux-purchase .single_add_to_cart_button::after,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button::after,
html body.single-product button.single_add_to_cart_button::after,
html body.single-product .single_add_to_cart_button::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  transform: none !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button:hover,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:focus,
html body.single-product .kh-lux-purchase .single_add_to_cart_button:active,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:focus,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:active,
html body.single-product button.single_add_to_cart_button:hover,
html body.single-product button.single_add_to_cart_button:focus,
html body.single-product button.single_add_to_cart_button:active,
html body.single-product .single_add_to_cart_button:hover,
html body.single-product .single_add_to_cart_button:focus,
html body.single-product .single_add_to_cart_button:active {
  border-color: #111111 !important;
  background: #111111 !important;
  background-color: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) scale(1.01) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
html body.single-product .kh-buy-now-button {
  grid-column: 1 !important;
  grid-row: auto !important;
  min-height: 40px !important;
  height: 40px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #111111 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color .3s ease, color .3s ease, transform .24s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button::before,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button::before,
html body.single-product .kh-buy-now-button::before,
html body.single-product .kh-lux-purchase .kh-buy-now-button::after,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button::after,
html body.single-product .kh-buy-now-button::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  transform: none !important;
}

html body.single-product .kh-lux-purchase .kh-buy-now-button:hover,
html body.single-product .kh-lux-purchase .kh-buy-now-button:focus,
html body.single-product .kh-lux-purchase .kh-buy-now-button:active,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:hover,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:focus,
html body.single-product.woocommerce div.product form.cart .kh-buy-now-button:active,
html body.single-product .kh-buy-now-button:hover,
html body.single-product .kh-buy-now-button:focus,
html body.single-product .kh-buy-now-button:active {
  border-color: #111111 !important;
  background: #111111 !important;
  background-color: #111111 !important;
  background-image: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

html body.single-product .single_add_to_cart_button *,
html body.single-product .kh-buy-now-button *,
html body.single-product .kh-atc-label {
  color: inherit !important;
  opacity: 1 !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button svg,
html body.single-product .kh-lux-purchase .single_add_to_cart_button img,
html body.single-product .kh-lux-purchase .single_add_to_cart_button i,
html body.single-product .kh-lux-purchase .kh-buy-now-button svg,
html body.single-product .kh-lux-purchase .kh-buy-now-button img,
html body.single-product .kh-lux-purchase .kh-buy-now-button i {
  display: none !important;
}

html body.single-product .kh-atc-price {
  display: none !important;
}

html body.single-product .variations {
  width: min(100%, 430px) !important;
  max-width: 430px !important;
  margin: 0 auto 10px !important;
  border: 0 !important;
  direction: rtl !important;
}

html body.single-product .variations tbody,
html body.single-product .variations tr,
html body.single-product .variations td,
html body.single-product .variations th {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
  direction: rtl !important;
  text-align: right !important;
}

html body.single-product .variations tr {
  margin: 0 0 12px !important;
}

html body.single-product .variations label {
  display: block !important;
  margin: 0 0 6px !important;
  color: #555555 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-align: right !important;
}

html body.single-product .variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

html body.single-product .kh-variation-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  direction: rtl !important;
}

html body.single-product .kh-variation-buttons button {
  min-width: 36px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #141414 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: border-color .22s ease, transform .22s ease !important;
}

html body.single-product .kh-variation-buttons button::before,
html body.single-product .kh-variation-buttons button::after {
  content: none !important;
  display: none !important;
}

html body.single-product .kh-variation-buttons button:hover,
html body.single-product .kh-variation-buttons button.is-active {
  border-color: transparent !important;
  background: transparent !important;
  color: #141414 !important;
  box-shadow: none !important;
}

html body.single-product .kh-color-swatches button {
  width: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
}

html body.single-product .kh-color-swatches button > span:not(.kh-swatch-chip) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

html body.single-product .kh-swatch-chip {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 5px !important;
  border: 0 !important;
}

html body.single-product .reset_variations {
  display: inline-block !important;
  margin: 4px 0 0 auto !important;
  color: #777777 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  background: transparent !important;
}

html body.single-product .kh-lux-meta {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  margin: 22px 0 32px !important;
  padding: 0 !important;
  color: #888888 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: right !important;
}

html body.single-product .kh-lux-meta strong {
  color: #555555 !important;
  font-weight: 500 !important;
}

html body.single-product .kh-lux-accordions {
  margin: 0 !important;
  border-top: 1px solid var(--kh-product-line) !important;
}

html body.single-product .kh-lux-accordions details {
  border-bottom: 1px solid var(--kh-product-line) !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-accordions summary {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 54px !important;
  padding: 17px 34px 17px 0 !important;
  color: #141414 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  list-style: none !important;
  cursor: pointer !important;
  background: #ffffff !important;
}

html body.single-product .kh-lux-accordions summary::-webkit-details-marker {
  display: none !important;
}

html body.single-product .kh-lux-accordions summary::before,
html body.single-product .kh-lux-accordions summary::after {
  content: "" !important;
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
  top: 50% !important;
  display: block !important;
  width: 15px !important;
  height: 1.4px !important;
  background: #141414 !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  transition: transform .28s cubic-bezier(.16, 1, .3, 1), opacity .28s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-lux-accordions summary::after {
  transform: translateY(-50%) rotate(90deg) !important;
}

html body.single-product .kh-lux-accordions details[open] summary::after {
  opacity: 0 !important;
  transform: translateY(-50%) rotate(90deg) scaleX(.2) !important;
}

html body.single-product .kh-lux-accordions summary > span,
html body.single-product .kh-lux-accordions summary .ico {
  display: none !important;
}

html body.single-product .kh-lux-accordions details > div {
  padding: 0 0 22px !important;
  color: #777777 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.9 !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.single-product .kh-lux-accordions ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-inline-start: 22px !important;
}

html body.single-product .kh-lux-gallery {
  grid-column: 2 / 4 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 92px !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
  direction: ltr !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.single-product .kh-lux-frame {
  grid-column: 1 !important;
  grid-row: 1 !important;
  position: relative !important;
  width: 100% !important;
  max-width: 680px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
}

html body.single-product .kh-lux-main-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  transform: translateZ(0) scale(1) !important;
  transition: transform .28s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-lux-frame.is-zooming .kh-lux-main-image {
  transform: scale(1.7) !important;
}

html body.single-product .kh-lux-zoom-button {
  position: absolute !important;
  top: 22px !important;
  left: 22px !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #141414 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 22px !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform .24s cubic-bezier(.16, 1, .3, 1) !important;
}

html body.single-product .kh-lux-zoom-button:hover {
  background: #ffffff !important;
  color: #141414 !important;
  transform: scale(1.04) !important;
}

html body.single-product .kh-lux-zoom-button::before,
html body.single-product .kh-lux-zoom-button::after {
  content: none !important;
  display: none !important;
}

html body.single-product .kh-lux-zoom-note {
  position: absolute !important;
  right: 18px !important;
  bottom: 16px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #999999 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.single-product .kh-lux-thumbs {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  align-content: start !important;
  align-self: stretch !important;
  width: 92px !important;
  height: 100% !important;
  max-height: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  direction: ltr !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

html body.single-product .kh-lux-thumbs::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

html body.single-product .kh-lux-thumbs button {
  flex: 0 0 auto !important;
  display: grid !important;
  place-items: center !important;
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border: 1px solid #eeeeee !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: border-color .24s ease !important;
}

html body.single-product .kh-lux-thumbs button::before,
html body.single-product .kh-lux-thumbs button::after {
  content: none !important;
  display: none !important;
}

html body.single-product .kh-lux-thumbs button:hover,
html body.single-product .kh-lux-thumbs button.is-active {
  border-color: #141414 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.single-product .kh-lux-thumbs img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  background: #ffffff !important;
}

html body.single-product .related.products,
html body.single-product .upsells.products,
html body.single-product .kh-lux-related {
  clear: both !important;
  width: min(100% - 96px, 1328px) !important;
  max-width: 1328px !important;
  margin: 0 auto !important;
  padding: 56px 0 78px !important;
  border-top: 1px solid var(--kh-product-line) !important;
}

html body.single-product .related.products h2,
html body.single-product .upsells.products h2 {
  margin: 0 0 36px !important;
  color: #141414 !important;
  text-align: center !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(28px, 2.6vw, 40px) !important;
  font-weight: 600 !important;
}

@media (max-width: 1180px) {
  html body.single-product .kh-lux-breadcrumb,
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product,
  html body.single-product .related.products,
  html body.single-product .upsells.products,
  html body.single-product .kh-lux-related {
    width: min(100% - 48px, 760px) !important;
    max-width: 760px !important;
  }

  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 28px !important;
  }

  html body.single-product .kh-lux-summary,
  html body.single-product.woocommerce div.product div.summary {
    position: static !important;
    max-width: 100% !important;
  }

  html body.single-product .kh-lux-gallery {
    grid-template-columns: minmax(0, 1fr) 84px !important;
    gap: 14px !important;
    width: 100% !important;
  }

  html body.single-product .kh-lux-frame {
    max-width: none !important;
  }

  html body.single-product .kh-lux-thumbs {
    width: 84px !important;
    max-height: 100% !important;
    gap: 12px !important;
  }

  html body.single-product .kh-lux-thumbs button {
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
  }
}

@media (max-width: 767px) {
  html body.single-product .kh-lux-breadcrumb,
  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product,
  html body.single-product .related.products,
  html body.single-product .upsells.products,
  html body.single-product .kh-lux-related {
    width: min(100% - 28px, 520px) !important;
  }

  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    padding-top: 12px !important;
  }

  html body.single-product .kh-lux-gallery {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body.single-product .kh-lux-frame {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .kh-lux-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 2px !important;
  }

  html body.single-product .kh-lux-thumbs button {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
  }

  html body.single-product .kh-lux-summary .product_title,
  html body.single-product.woocommerce div.product .product_title {
    font-size: clamp(24px, 7vw, 32px) !important;
  }

  html body.single-product .kh-current-price,
  html body.single-product .kh-current-price .woocommerce-Price-amount,
  html body.single-product .kh-current-price bdi {
    font-size: clamp(20px, 6vw, 26px) !important;
  }

  html body.single-product.woocommerce div.product form.cart,
  html body.single-product.woocommerce div.product form.cart .single_variation_wrap,
  html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr !important;
  }

  html body.single-product.woocommerce div.product form.cart .quantity {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  html body.single-product .kh-lux-purchase,
  html body.single-product .kh-lux-purchase form.cart,
  html body.single-product.woocommerce div.product form.cart,
  html body.single-product .kh-lux-purchase .single_variation_wrap,
  html body.single-product.woocommerce div.product form.cart .single_variation_wrap,
  html body.single-product .kh-lux-purchase .woocommerce-variation-add-to-cart,
  html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    width: var(--kh-product-measure-px) !important;
    min-width: var(--kh-product-measure-px) !important;
    max-width: var(--kh-product-measure-px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
  }

  html body.single-product .kh-lux-purchase form.cart,
  html body.single-product.woocommerce div.product form.cart,
  html body.single-product .kh-lux-purchase .single_variation_wrap,
  html body.single-product.woocommerce div.product form.cart .single_variation_wrap,
  html body.single-product .kh-lux-purchase .woocommerce-variation-add-to-cart,
  html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  html body.single-product .kh-lux-purchase .quantity,
  html body.single-product.woocommerce div.product form.cart .quantity,
  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product button.single_add_to_cart_button,
  html body.single-product .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
  html body.single-product .kh-buy-now-button {
    width: var(--kh-product-measure-px) !important;
    min-width: var(--kh-product-measure-px) !important;
    max-width: var(--kh-product-measure-px) !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    justify-self: center !important;
    flex: 0 0 var(--kh-product-measure-px) !important;
  }

  html body.single-product .kh-lux-purchase .quantity,
  html body.single-product.woocommerce div.product form.cart .quantity {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html body.single-product .kh-lux-purchase .quantity .qty,
  html body.single-product.woocommerce div.product form.cart .quantity .qty,
  html body.single-product .kh-lux-purchase .kh-qty-step {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
  }
}

/* Header ordering lock */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.kh-preorder-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 38px;
  padding-inline: 22px;
  border: 1px solid #111;
  color: #111;
  background: transparent;
  font-family: "Thmanyah Serif Display", serif;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.kh-preorder-header-link:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.kh-side-nav-home a {
  display: block;
  padding: 18px 0;
  border-block-end: 1px solid rgba(17, 17, 17, .1);
  color: #111;
  font-family: "Thmanyah Serif Display", serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .kh-header-inner,
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .kh-header-menu {
    grid-column: 3;
    justify-self: end !important;
  }

  .kh-header-logo {
    grid-column: 2;
  }

  .kh-header-actions {
    grid-column: 1;
    justify-self: start !important;
    justify-content: flex-start !important;
    direction: ltr;
  }

  .kh-header-menu .kh-nav-trigger,
  .kh-header-menu .kh-mobile-search-trigger {
    display: none !important;
  }

  .kh-header-actions {
    gap: 4px !important;
  }

  .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center;
    inline-size: 34px !important;
    block-size: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    gap: 0 !important;
  }

  .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  .kh-menu-text {
    display: none !important;
  }

  .kh-header-actions .kh-icon-link svg {
    inline-size: 18px !important;
    block-size: 18px !important;
  }
}

@media (max-width: 1024px) {
  .kh-header-inner,
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr auto 1fr !important;
    padding-inline: 24px !important;
  }

  .kh-preorder-header-link,
  .kh-desktop-search-trigger,
  .kh-favorite-link {
    display: none !important;
  }

  .kh-header-menu {
    grid-column: 3;
    display: flex !important;
    align-items: center;
    justify-self: end !important;
    justify-content: flex-end !important;
    direction: rtl;
    gap: 4px;
  }

  .kh-header-logo {
    grid-column: 2;
  }

  .kh-header-actions {
    grid-column: 1;
    display: flex !important;
    align-items: center;
    justify-self: start !important;
    justify-content: flex-start !important;
    direction: ltr;
    gap: 4px !important;
  }

  .kh-cart-link {
    order: 1;
  }

  .kh-account-link {
    order: 2;
  }

  .kh-header-actions > .kh-icon-link:not(.kh-cart-link):not(.kh-favorite-link):not(.kh-desktop-search-trigger),
  .kh-mobile-search-trigger,
  .kh-nav-trigger {
    display: inline-grid !important;
  }

  .kh-header-actions .kh-icon-link,
  .kh-mobile-search-trigger,
  .kh-nav-trigger {
    place-items: center !important;
    inline-size: 36px !important;
    block-size: 36px !important;
    min-inline-size: 36px !important;
    padding: 0 !important;
    border: 0 !important;
    gap: 0 !important;
  }

  .kh-mega .kh-menu-tabs {
    display: none !important;
  }

  .kh-mega {
    display: block !important;
  }

  .kh-mega-inner {
    inset-block: 0 !important;
    inset-inline-end: 0 !important;
    width: min(88vw, 420px) !important;
    max-width: 420px !important;
    border-radius: 0 !important;
  }

  .kh-side-nav summary::after {
    content: "+" !important;
    font-family: "Thmanyah Serif Display", serif;
  }

  .kh-side-nav details[open] summary::after {
    content: "-" !important;
    transform: none !important;
  }

  .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  .kh-menu-text {
    display: none !important;
  }

  .kh-header-actions .kh-icon-link svg,
  .kh-mobile-search-trigger svg {
    inline-size: 19px !important;
    block-size: 19px !important;
  }
}

@media (max-width: 520px) {
  .kh-header-inner,
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    padding-inline: 18px !important;
  }

  .kh-shop-topbar {
    min-block-size: 48px;
    display: grid;
    place-items: center;
    padding-inline: 18px !important;
    line-height: 1.7;
  }
}

/* Final compact header override */
html,
html[lang],
html.wp-toolbar,
html:has(body.admin-bar) {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body,
body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

#wpadminbar {
  display: none !important;
  visibility: hidden !important;
  block-size: 0 !important;
  min-block-size: 0 !important;
  max-block-size: 0 !important;
  position: absolute !important;
  inset-block-start: -9999px !important;
}

body > .kh-shop-topbar:first-of-type,
body > .kh-site-header:first-of-type,
body > .kh-skip-link + .kh-site-header,
body > .kh-skip-link + .kh-shop-topbar {
  margin-block-start: 0 !important;
}

body.admin-bar > .kh-shop-topbar:first-of-type,
body.customize-support > .kh-shop-topbar:first-of-type {
  margin-block-start: -32px !important;
}

@media (max-width: 782px) {
  body.admin-bar > .kh-shop-topbar:first-of-type,
  body.customize-support > .kh-shop-topbar:first-of-type {
    margin-block-start: -46px !important;
  }
}

.kh-shop-topbar,
.post-type-archive-product .kh-shop-topbar,
.tax-product_cat .kh-shop-topbar,
.tax-product_tag .kh-shop-topbar {
  display: grid !important;
  place-items: center !important;
  min-block-size: 34px !important;
  padding: 7px 16px !important;
  background: #000 !important;
  color: #fff !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.kh-shop-topbar span,
.post-type-archive-product .kh-shop-topbar span,
.tax-product_cat .kh-shop-topbar span,
.tax-product_tag .kh-shop-topbar span {
  color: #fff !important;
  opacity: .92 !important;
}

.kh-site-header,
.post-type-archive-product .kh-site-header,
.tax-product_cat .kh-site-header,
.tax-product_tag .kh-site-header {
  margin-block-start: 0 !important;
}

.kh-header-inner,
.post-type-archive-product .kh-header-inner,
.tax-product_cat .kh-header-inner,
.tax-product_tag .kh-header-inner {
  display: grid !important;
  grid-template-rows: 68px !important;
  block-size: 68px !important;
  min-block-size: 68px !important;
  max-block-size: none !important;
  padding: 0 40px !important;
  align-items: center !important;
  overflow: visible !important;
}

.kh-header-logo,
.kh-header-menu,
.kh-header-actions {
  grid-row: 1 !important;
  align-self: center !important;
  margin-block: 0 !important;
  transform: none !important;
}

.kh-header-logo .kh-logo img,
.kh-header-logo .kh-crown-logo img,
.post-type-archive-product .kh-header-logo .kh-logo img,
.tax-product_cat .kh-header-logo .kh-logo img,
.tax-product_tag .kh-header-logo .kh-logo img {
  inline-size: auto !important;
  block-size: 34px !important;
  max-block-size: 34px !important;
  object-fit: contain !important;
}

.post-type-archive-product .kh-header-logo .kh-logo,
.tax-product_cat .kh-header-logo .kh-logo,
.tax-product_tag .kh-header-logo .kh-logo {
  min-width: 0 !important;
}

@media (min-width: 1025px) {
  .kh-header-inner,
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: 1320px !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-rows: 68px !important;
    block-size: 68px !important;
  }

  .kh-preorder-header-link {
    min-block-size: 36px !important;
    padding-inline: 24px !important;
  }
}

@media (max-width: 1024px) {
  .kh-header-inner,
  .post-type-archive-product .kh-header-inner,
  .tax-product_cat .kh-header-inner,
  .tax-product_tag .kh-header-inner {
    grid-template-rows: 72px !important;
    block-size: 72px !important;
    min-block-size: 72px !important;
    max-block-size: none !important;
    grid-template-columns: 1fr auto 1fr !important;
    padding: 0 18px !important;
  }

  .kh-header-logo .kh-logo img,
  .kh-header-logo .kh-crown-logo img,
  .post-type-archive-product .kh-header-logo .kh-logo img,
  .tax-product_cat .kh-header-logo .kh-logo img,
  .tax-product_tag .kh-header-logo .kh-logo img {
    block-size: 44px !important;
    max-block-size: 44px !important;
  }

  .kh-header-menu,
  .kh-header-actions {
    gap: 10px !important;
  }

  .kh-icon-link,
  .kh-mobile-search-trigger,
  .kh-nav-trigger {
    inline-size: 34px !important;
    block-size: 34px !important;
    min-inline-size: 34px !important;
  }
}

/* Absolute header row repair */
.kh-site-header > .kh-header-inner,
.post-type-archive-product .kh-site-header > .kh-header-inner,
.tax-product_cat .kh-site-header > .kh-header-inner,
.tax-product_tag .kh-site-header > .kh-header-inner {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-rows: 1fr !important;
  align-items: center !important;
  justify-items: stretch !important;
}

.kh-site-header > .kh-header-inner > .kh-header-menu,
.kh-site-header > .kh-header-inner > .kh-header-logo,
.kh-site-header > .kh-header-inner > .kh-header-actions {
  grid-row: 1 / 2 !important;
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

@media (min-width: 1025px) {
  .kh-site-header > .kh-header-inner,
  .post-type-archive-product .kh-site-header > .kh-header-inner,
  .tax-product_cat .kh-site-header > .kh-header-inner,
  .tax-product_tag .kh-site-header > .kh-header-inner {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-actions {
    grid-column: 1 !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-logo {
    grid-column: 2 !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-menu {
    grid-column: 3 !important;
  }
}

@media (max-width: 1024px) {
  .kh-site-header > .kh-header-inner,
  .post-type-archive-product .kh-site-header > .kh-header-inner,
  .tax-product_cat .kh-site-header > .kh-header-inner,
  .tax-product_tag .kh-site-header > .kh-header-inner {
    grid-template-columns: 1fr auto 1fr !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-actions {
    grid-column: 1 !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-logo {
    grid-column: 2 !important;
  }

  .kh-site-header > .kh-header-inner > .kh-header-menu {
    grid-column: 3 !important;
  }
}

/* Transparent shop header over hero */
.post-type-archive-product .kh-site-header,
.tax-product_cat .kh-site-header,
.tax-product_tag .kh-site-header {
  position: absolute !important;
  inset-block-start: 34px !important;
  inset-inline: 0 !important;
  z-index: 700 !important;
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.post-type-archive-product .kh-site-header:not(.kh-header-solid),
.tax-product_cat .kh-site-header:not(.kh-header-solid),
.tax-product_tag .kh-site-header:not(.kh-header-solid) {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-icon-link,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-icon-link,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-icon-link,
.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .85) !important;
}

.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
  filter: invert(1) brightness(2) !important;
}

.post-type-archive-product .kh-site-header.kh-header-solid,
.tax-product_cat .kh-site-header.kh-header-solid,
.tax-product_tag .kh-site-header.kh-header-solid {
  position: fixed !important;
  inset-block-start: 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom-color: var(--kh-shop-line) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06) !important;
  backdrop-filter: saturate(180%) blur(14px) !important;
}

.post-type-archive-product .kh-site-header.kh-header-solid .kh-icon-link,
.tax-product_cat .kh-site-header.kh-header-solid .kh-icon-link,
.tax-product_tag .kh-site-header.kh-header-solid .kh-icon-link,
.post-type-archive-product .kh-site-header.kh-header-solid .kh-nav-trigger,
.tax-product_cat .kh-site-header.kh-header-solid .kh-nav-trigger,
.tax-product_tag .kh-site-header.kh-header-solid .kh-nav-trigger,
.post-type-archive-product .kh-site-header.kh-header-solid .kh-preorder-header-link,
.tax-product_cat .kh-site-header.kh-header-solid .kh-preorder-header-link,
.tax-product_tag .kh-site-header.kh-header-solid .kh-preorder-header-link {
  color: var(--kh-shop-ink) !important;
  border-color: var(--kh-shop-ink) !important;
}

.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
  filter: none !important;
}

@media (max-width: 767px) {
  .kh-shop-image-hero a,
  .kh-shop-video-band {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .kh-shop-image-hero-media-mobile {
    display: block;
  }

  .kh-shop-bottom-media-has-mobile .kh-shop-bottom-media-asset-desktop {
    display: none;
  }

  .kh-shop-bottom-media-has-mobile .kh-shop-bottom-media-asset-mobile {
    display: block;
  }
  .kh-shop-bottom-media-text-link-desktop {
    display: none;
  }

  .kh-shop-bottom-media-text-link-mobile {
    display: inline-block;
  }

  .kh-shop-image-hero-has-mobile .kh-shop-image-hero-media-desktop {
    display: none;
  }

  .kh-shop-image-hero-media,
  .kh-shop-image-hero-img,
  .kh-shop-video-band video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kh-shop-image-hero a,
  .kh-shop-video-band {
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .kh-shop-image-hero-media-mobile {
    display: none !important;
  }

  .kh-shop-image-hero-media,
  .kh-shop-image-hero-img,
  .kh-shop-video-band video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 520px) {
  .post-type-archive-product .kh-site-header:not(.kh-header-solid),
  .tax-product_cat .kh-site-header:not(.kh-header-solid),
  .tax-product_tag .kh-site-header:not(.kh-header-solid) {
    inset-block-start: 34px !important;
  }
}

/* Mobile header and product quantity balance */
@media (max-width: 767px) {
  .kh-header-logo .kh-logo img,
  .kh-header-logo .kh-crown-logo img,
  .post-type-archive-product .kh-header-logo .kh-logo img,
  .tax-product_cat .kh-header-logo .kh-logo img,
  .tax-product_tag .kh-header-logo .kh-logo img {
    block-size: 32px !important;
    max-block-size: 32px !important;
  }

  .kh-header-actions {
    gap: 2px !important;
  }

  .kh-account-link {
    margin-inline-end: -4px !important;
  }

  .kh-cart-link {
    margin-inline-start: -4px !important;
  }

  html body.single-product .kh-lux-purchase .quantity,
  html body.single-product.woocommerce div.product form.cart .quantity {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html body.single-product .kh-lux-purchase .quantity .qty,
  html body.single-product.woocommerce div.product form.cart .quantity .qty,
  html body.single-product .kh-lux-purchase .kh-qty-step,
  html body.single-product .kh-qty-step {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kh-lux-purchase .kh-qty-minus,
  html body.single-product .kh-qty-minus {
    grid-column: 1 !important;
  }

  html body.single-product .kh-lux-purchase .quantity .qty,
  html body.single-product.woocommerce div.product form.cart .quantity .qty {
    grid-column: 2 !important;
  }

  html body.single-product .kh-lux-purchase .kh-qty-plus,
  html body.single-product .kh-qty-plus {
    grid-column: 3 !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
  html body.single-product .kh-buy-now-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
  }
}

/* Centered shop product card details */
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-info,
.kh-shop-card .kh-shop-card-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  min-height: 150px !important;
  padding: 18px 14px 20px !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-brand,
.kh-shop-card .kh-shop-card-brand {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 -1px !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-title,
.kh-shop-card .kh-shop-card-title {
  display: -webkit-box !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  color: var(--kh-shop-ink) !important;
  text-align: center !important;
  line-height: 1.28 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-title a,
.kh-shop-card .kh-shop-card-title a {
  display: inline !important;
  color: inherit !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  color: #7f7f7f !important;
  font-family: var(--kh-shop-lat-ui), var(--kh-shop-ar-body) !important;
  font-size: 21.5px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  direction: ltr !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .was,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .amount,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .was,
.kh-shop-card .kh-shop-card-price .amount,
.kh-shop-card .kh-shop-card-price .cur {
  color: #7f7f7f !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .was,
.kh-shop-card .kh-shop-card-price .was {
  order: 1 !important;
  font-size: 21.5px !important;
  text-decoration: line-through !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .now {
  order: 2 !important;
  font-size: 21.5px !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price.has-sale .now,
.kh-shop-card .kh-shop-card-price.has-sale .now {
  font-size: 19.5px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur {
  font-size: .68em !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-attrs,
.kh-shop-card .kh-shop-card-attrs {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  width: 100% !important;
  min-height: 22px !important;
  margin: 1px 0 0 !important;
  overflow: hidden !important;
  text-align: center !important;
  white-space: normal !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-attrs .kh-attr-color,
.kh-shop-card .kh-shop-card-attrs .kh-attr-color {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-attrs .kh-attr-text,
.kh-shop-card .kh-shop-card-attrs .kh-attr-text {
  min-height: 20px !important;
  padding: 3px 8px !important;
  border-radius: 8px !important;
  color: #7f7f7f !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-info,
  .kh-shop-card .kh-shop-card-info {
    gap: 6px !important;
    min-height: 132px !important;
    padding: 14px 10px 16px !important;
  }

  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
  .kh-shop-card .kh-shop-card-price,
  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .was,
  .kh-shop-card .kh-shop-card-price .was,
  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
  .kh-shop-card .kh-shop-card-price .now {
    font-size: 18.5px !important;
  }

  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price.has-sale .now,
  .kh-shop-card .kh-shop-card-price.has-sale .now {
    font-size: 16.5px !important;
  }
}

/* KH STYLE v1.9.15 Dior-inspired cart and mini-cart refinement */
body.woocommerce-cart .kh-main { background: #f8f8f8; }
body.woocommerce-cart .kh-site-header,
body.woocommerce-cart .kh-topbar { display: none; }
body.woocommerce-cart .woocommerce {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.kh-cart-page {
  direction: ltr;
  color: #30363a;
  font-family: "Thmanyah Serif Display", serif;
}
.kh-cart-page-head {
  position: sticky;
  inset-block-start: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  min-block-size: 58px;
  padding-inline: clamp(22px, 4vw, 56px);
  border-block-end: 1px solid #e2e2e2;
  background: rgba(248, 248, 248, .96);
  backdrop-filter: blur(14px);
}
.kh-cart-back {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: .86rem;
}
.kh-cart-back span { font-size: 1.75rem; line-height: 1; }
.kh-cart-page-logo { justify-self: center; inline-size: 88px; }
.kh-cart-page-logo img {
  inline-size: 100%;
  max-block-size: 42px;
  object-fit: contain;
}
.kh-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 34vw);
  min-block-size: calc(100vh - 58px);
}
.kh-cart-main-panel {
  padding: clamp(34px, 6vw, 52px) clamp(26px, 8vw, 120px) 80px;
}
.kh-cart-total-panel {
  position: sticky;
  inset-block-start: 58px;
  align-self: start;
  min-block-size: calc(100vh - 58px);
  padding: clamp(36px, 6vw, 52px) clamp(28px, 4vw, 48px);
  border-inline-start: 1px solid #dedede;
  background: #fff;
}
.kh-cart-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-block-end: 26px;
}
.kh-cart-section-head h1,
.kh-cart-section-head h2,
.kh-cart-total-panel h2,
.kh-cart-services h2 {
  margin: 0;
  color: #232323;
  font-family: "Thmanyah Serif Display", serif;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  font-weight: 500;
  letter-spacing: 0;
}
.kh-cart-section-head span {
  color: #7b8389;
  font-size: .95rem;
}
.kh-cart-items {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
}
.kh-cart-line {
  display: grid;
  grid-template-columns: minmax(180px, 34%) minmax(0, 1fr) minmax(142px, auto);
  min-block-size: 255px;
  border-block-end: 1px solid #e4e4e4;
}
.kh-cart-line:last-child { border-block-end: 0; }
.kh-cart-line-media {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #f1f1f1;
}
.kh-cart-line-media a {
  display: grid;
  place-items: center;
  inline-size: 100%;
  block-size: 100%;
}
.kh-cart-line-media img {
  inline-size: min(100%, 210px);
  block-size: 180px;
  object-fit: contain;
}
.kh-cart-line-info {
  align-self: center;
  display: grid;
  gap: 5px;
  padding: 30px clamp(22px, 4vw, 48px);
  color: #7b8389;
  font-size: .96rem;
  line-height: 1.35;
}
.kh-cart-line-name {
  max-inline-size: 38ch;
  color: #30363a;
  font-weight: 500;
}
.kh-cart-line-info dl.variation,
.kh-mini-cart-info dl.variation {
  display: grid;
  gap: 3px;
  margin: 4px 0 0;
}
.kh-cart-line-info dl.variation dt,
.kh-cart-line-info dl.variation dd,
.kh-mini-cart-info dl.variation dt,
.kh-mini-cart-info dl.variation dd {
  display: inline;
  margin: 0;
  color: #7b8389;
  font-weight: 400;
}
.kh-cart-line-info dl.variation p,
.kh-mini-cart-info dl.variation p {
  display: inline;
  margin: 0;
}
.kh-cart-line-qty a,
.kh-cart-remove,
.kh-mini-cart-continue {
  border-block-end: 1px solid currentColor;
  color: #687179 !important;
  text-decoration: none;
}
.kh-cart-line-side {
  align-self: center;
  display: grid;
  justify-items: end;
  gap: 62px;
  padding: 30px clamp(24px, 4vw, 48px) 30px 10px;
}
.kh-cart-line-price,
.kh-mini-cart-price {
  color: #30363a;
  font-weight: 600;
  white-space: nowrap;
}
.kh-cart-remove {
  position: static !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: .95rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.kh-cart-remove:hover {
  background: transparent !important;
  color: #111 !important;
}
.kh-cart-total-panel > h2 { margin-block-end: 18px; }
.kh-cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-block: 16px;
  color: #30363a;
  font-size: .98rem;
}
.kh-cart-total-row strong { font-weight: 600; }
.kh-cart-checkout-button {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-block-size: 48px;
  margin-block: 54px 22px;
  padding-inline: 20px;
  border-radius: 4px;
  background: #30363a !important;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
.kh-cart-checkout-button strong { color: inherit; }
.kh-cart-services { margin-block-start: 92px; }
.kh-cart-services h2 { margin-block-end: 24px; }
.kh-cart-services details {
  border: 1px solid #e4e4e4;
  border-block-end: 0;
  background: #fff;
}
.kh-cart-services details:last-child { border-block-end: 1px solid #e4e4e4; }
.kh-cart-services summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-block-size: 66px;
  padding-inline: 24px;
  color: #30363a;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.kh-cart-services summary::-webkit-details-marker { display: none; }
.kh-cart-services summary::after {
  content: "+";
  color: #687179;
  font-size: 1.1rem;
}
.kh-cart-services details[open] summary::after { content: "-"; }
.kh-cart-services p {
  margin: 0;
  padding: 0 24px 26px;
  color: #8a9298;
  font-size: .86rem;
  line-height: 1.6;
}
.kh-mobile-cart-bar { display: none; }
.kh-panel-backdrop.is-open { background: rgba(17, 17, 17, .36); }
.kh-cart-drawer {
  direction: ltr;
  inset-block: 10px auto !important;
  inset-inline: auto 8px !important;
  right: 8px !important;
  left: auto !important;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  inline-size: min(720px, calc(100vw - 16px)) !important;
  min-block-size: min(810px, calc(100vh - 20px));
  padding: 0 !important;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 22px 80px rgba(17, 17, 17, .2);
  transform: translate3d(0, -18px, 0) scale(.985) !important;
  opacity: 0;
}
.kh-cart-drawer.is-open {
  transform: translate3d(0, 0, 0) scale(1) !important;
  opacity: 1;
}
.kh-cart-drawer h2 {
  min-block-size: 74px;
  margin: 0 !important;
  padding: 28px 24px 22px;
  border-block-end: 1px solid #e8e8e8;
  color: #30363a;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-align: start;
}
.kh-cart-drawer .kh-overlay-close {
  position: absolute !important;
  inset-block-start: 24px !important;
  inset-inline: auto 18px !important;
  right: 18px !important;
  width: 32px !important;
  height: 32px !important;
  color: #687179 !important;
  font-size: 1.8rem !important;
}
.kh-mini-cart {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-block-size: 0;
  padding: 38px 32px 26px;
}
.kh-mini-cart .cart_list {
  display: grid;
  align-content: start;
  gap: 18px;
  min-block-size: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.kh-mini-cart-card {
  display: grid !important;
  grid-template-columns: minmax(190px, 34%) minmax(0, 1fr) auto;
  gap: 0;
  align-items: stretch;
  min-block-size: 236px;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e4e4e4 !important;
  border-radius: 5px;
  background: #fff;
}
.kh-mini-cart-thumb {
  display: grid;
  place-items: center;
  min-block-size: 100%;
  background: #f2f2f2;
}
.kh-mini-cart-thumb a {
  display: grid;
  place-items: center;
  inline-size: 100%;
  block-size: 100%;
}
.kh-mini-cart-thumb img {
  inline-size: min(84%, 210px);
  block-size: 180px;
  object-fit: contain;
}
.kh-mini-cart-info {
  align-self: center;
  display: grid;
  gap: 6px;
  padding: 22px 20px 22px 48px;
  color: #7b8389;
  font-size: .92rem;
  line-height: 1.35;
}
.kh-mini-cart-name {
  max-inline-size: 32ch;
  color: #30363a;
  font-size: .96rem;
  font-weight: 500;
}
.kh-mini-cart-side {
  align-self: center;
  display: grid;
  justify-items: end;
  gap: 20px;
  padding: 22px 48px 22px 8px;
}
.kh-mini-cart-side .remove { display: none !important; }
.kh-mini-cart .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 24px 0 0;
}
.kh-mini-cart .woocommerce-mini-cart__buttons .checkout {
  display: grid !important;
  place-items: center;
  min-block-size: 48px;
  border-radius: 4px !important;
  background: #30363a !important;
  color: #fff !important;
  font-weight: 600;
}
.kh-mini-cart-continue {
  justify-self: center;
  margin-block-start: 24px;
  color: #30363a !important;
  font-size: .98rem;
}
.woocommerce-mini-cart__empty-message {
  align-self: start;
  margin: 0;
  color: #30363a;
}
.kh-mini-cart-empty-link {
  align-self: start;
  justify-self: start;
  margin-block-start: 20px;
  color: #30363a;
  border-block-end: 1px solid currentColor;
}

@media (max-width: 980px) {
  .kh-cart-layout {
    display: block;
    min-block-size: 0;
  }
  .kh-cart-total-panel {
    position: static;
    min-block-size: 0;
    padding: 32px 14px 120px;
    border-inline-start: 0;
    background: #f8f8f8;
  }
  .kh-cart-main-panel { padding: 14px 14px 34px; }
  .kh-cart-page-head {
    grid-template-columns: 1fr auto 1fr;
    min-block-size: 50px;
    padding-inline: 14px;
  }
  .kh-cart-page-logo { inline-size: 70px; }
  .kh-cart-section-head { margin-block-end: 12px; }
  .kh-cart-section-head h1,
  .kh-cart-section-head h2,
  .kh-cart-total-panel h2,
  .kh-cart-services h2 { font-size: 1.02rem; }
  .kh-cart-line {
    grid-template-columns: 40% minmax(0, 1fr);
    min-block-size: 0;
  }
  .kh-cart-line-media {
    grid-row: 1 / span 2;
    padding: 12px;
  }
  .kh-cart-line-media img {
    inline-size: min(100%, 132px);
    block-size: 132px;
  }
  .kh-cart-line-info {
    align-self: start;
    padding: 18px 14px 6px;
    font-size: .78rem;
  }
  .kh-cart-line-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .kh-cart-line-side {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    gap: 10px;
    padding: 4px 14px 16px;
  }
  .kh-cart-line-price {
    justify-self: end;
    font-size: .86rem;
  }
  .kh-cart-total-panel .kh-cart-checkout-button { display: none !important; }
  .kh-cart-services { margin-block-start: 54px; }
  .kh-mobile-cart-bar {
    position: fixed;
    inset-inline: 0;
    inset-block-end: 0;
    z-index: 80;
    display: block;
    padding: 12px 14px max(12px, env(safe-area-inset-bottom));
    border-block-start: 1px solid #dedede;
    background: rgba(248, 248, 248, .96);
    backdrop-filter: blur(14px);
  }
  .kh-mobile-cart-bar .kh-cart-checkout-button {
    margin: 0;
    min-block-size: 46px;
  }
}

@media (max-width: 767px) {
  .kh-cart-drawer {
    inset-block: 14px auto !important;
    inset-inline: 14px !important;
    right: 14px !important;
    left: 14px !important;
    inline-size: auto !important;
    min-block-size: 0;
    max-block-size: calc(100vh - 28px);
    border-radius: 4px;
    transform: translate3d(0, -112%, 0) !important;
  }
  .kh-cart-drawer.is-open { transform: translate3d(0, 0, 0) !important; }
  .kh-cart-drawer h2 {
    min-block-size: 72px;
    padding: 26px 40px 20px 40px;
    font-size: 1.15rem !important;
  }
  .kh-cart-drawer .kh-overlay-close {
    inset-block-start: 22px !important;
    right: 22px !important;
  }
  .kh-mini-cart { padding: 0; }
  .kh-mini-cart-card {
    grid-template-columns: 42% minmax(0, 1fr);
    min-block-size: 320px;
    border-inline: 0 !important;
    border-radius: 0;
  }
  .kh-mini-cart-thumb { grid-row: 1 / span 2; }
  .kh-mini-cart-thumb img {
    inline-size: 82%;
    block-size: 230px;
  }
  .kh-mini-cart-info {
    align-self: start;
    padding: 28px 22px 8px;
    font-size: 1rem;
    text-align: end;
  }
  .kh-mini-cart-name {
    max-inline-size: none;
    font-size: 1.18rem;
    line-height: 1.25;
    text-align: start;
  }
  .kh-mini-cart-info dl.variation { margin-block-start: 54px; }
  .kh-mini-cart-qty {
    justify-self: end;
    color: #7b8389;
  }
  .kh-mini-cart-side {
    grid-column: 2;
    align-self: end;
    padding: 0 22px 28px;
  }
  .kh-mini-cart-price { font-size: 1.12rem; }
  .kh-mini-cart .woocommerce-mini-cart__buttons {
    padding: 26px 40px 34px;
    border-block-start: 1px solid #e4e4e4;
  }
  .kh-mini-cart .woocommerce-mini-cart__buttons .checkout {
    min-block-size: 80px;
    font-size: 1.15rem;
  }
  .kh-mini-cart-continue {
    margin-block-start: 28px;
    font-size: 1.1rem;
  }
}

@media (max-width: 420px) {
  .kh-mini-cart-card { min-block-size: 290px; }
  .kh-mini-cart-thumb img { block-size: 200px; }
  .kh-mini-cart-info {
    padding-inline: 18px;
    font-size: .88rem;
  }
  .kh-mini-cart-name { font-size: 1rem; }
  .kh-mini-cart .woocommerce-mini-cart__buttons { padding-inline: 26px; }
  .kh-mini-cart .woocommerce-mini-cart__buttons .checkout { min-block-size: 56px; }
}

/* KH STYLE v1.9.16 cart full-width desktop cleanup */
body.woocommerce-cart .kh-main {
  min-height: 100vh;
  background: #f8f8f8 !important;
}

.kh-cart-page-head {
  min-block-size: 60px !important;
  padding: 0 56px !important;
  border-block-end: 1px solid #dedede !important;
  background: #f8f8f8 !important;
  box-shadow: none !important;
}

.kh-cart-back {
  min-block-size: 60px;
  color: #1f2427 !important;
  font-size: .82rem !important;
  font-weight: 500;
}

.kh-cart-back span {
  font-size: 1.55rem !important;
}

.kh-cart-page-logo {
  inline-size: 76px !important;
}

.kh-cart-page-logo img {
  max-block-size: 36px !important;
}

.kh-cart-layout {
  grid-template-columns: minmax(0, 66.7%) minmax(360px, 33.3%) !important;
  min-block-size: calc(100vh - 60px) !important;
  border-block-start: 0 !important;
}

.kh-cart-main-panel {
  padding: 52px 8.4vw 70px !important;
}

.kh-cart-total-panel {
  inset-block-start: 60px !important;
  min-block-size: calc(100vh - 60px) !important;
  padding: 52px 4.9vw 70px 3.35vw !important;
  border-inline-start: 1px solid #dedede !important;
  background: #fff !important;
}

.kh-cart-section-head {
  margin-block-end: 28px !important;
}

.kh-cart-section-head h1 {
  font-size: 1.42rem !important;
  font-weight: 500 !important;
}

.kh-cart-section-head span {
  padding-inline-end: 3.4vw;
  font-size: .95rem !important;
}

.kh-cart-items {
  border-color: #e5e5e5 !important;
  border-radius: 4px !important;
}

.kh-cart-line {
  grid-template-columns: minmax(230px, 33.4%) minmax(0, 1fr) minmax(140px, 18.4%) !important;
  min-block-size: 255px !important;
}

.kh-cart-line-media {
  padding: 30px !important;
  background: #f1f1f1 !important;
}

.kh-cart-line-media img {
  inline-size: min(100%, 190px) !important;
  block-size: 170px !important;
}

.kh-cart-line-info {
  padding: 36px 30px 34px 48px !important;
  font-size: .88rem !important;
}

.kh-cart-line-name {
  max-inline-size: 35ch !important;
  font-size: .91rem !important;
}

.kh-cart-line-side {
  gap: 60px !important;
  padding: 36px 48px 34px 0 !important;
}

.kh-cart-line-price,
.kh-cart-total-row strong {
  font-size: .91rem !important;
}

.kh-cart-total-panel > h2 {
  margin-block-end: 20px !important;
  font-size: 1.42rem !important;
  font-weight: 500 !important;
}

.kh-cart-total-row {
  margin-block: 16px !important;
  font-size: .93rem !important;
}

.kh-cart-checkout-button {
  min-block-size: 48px !important;
  margin-block: 56px 0 !important;
  border-radius: 4px !important;
  padding-inline: 20px !important;
  background: #30363a !important;
  font-size: .94rem !important;
}

.kh-cart-services {
  margin-block-start: 120px !important;
}

.kh-cart-services h2 {
  margin-block-end: 24px !important;
  font-size: 1.42rem !important;
}

.kh-cart-services summary {
  min-block-size: 66px !important;
  padding-inline: 26px !important;
  font-size: .92rem !important;
}

.kh-cart-services p {
  padding: 0 26px 26px !important;
  font-size: .82rem !important;
}

.kh-mini-cart .woocommerce-mini-cart__buttons {
  gap: 22px !important;
}

.kh-mini-cart .woocommerce-mini-cart__buttons .checkout {
  min-block-size: 48px !important;
}

@media (min-width: 1440px) {
  .kh-cart-main-panel {
    padding-inline: 8.35vw !important;
  }

  .kh-cart-total-panel {
    padding-inline-end: 4.9vw !important;
  }
}

@media (max-width: 980px) {
  .kh-cart-page-head {
    min-block-size: 50px !important;
    padding-inline: 14px !important;
  }

  .kh-cart-back {
    min-block-size: 50px !important;
  }

  .kh-cart-layout {
    display: block !important;
    min-block-size: 0 !important;
  }

  .kh-cart-main-panel {
    padding: 14px 14px 34px !important;
  }

  .kh-cart-total-panel {
    min-block-size: 0 !important;
    padding: 32px 14px 120px !important;
    background: #f8f8f8 !important;
    border-inline-start: 0 !important;
  }

  .kh-cart-section-head span {
    padding-inline-end: 0;
  }

  .kh-cart-line {
    grid-template-columns: 40% minmax(0, 1fr) !important;
    min-block-size: 0 !important;
  }

  .kh-cart-line-media {
    padding: 12px !important;
  }

  .kh-cart-line-media img {
    inline-size: min(100%, 132px) !important;
    block-size: 132px !important;
  }

  .kh-cart-line-info {
    padding: 18px 14px 6px !important;
    font-size: .78rem !important;
  }

  .kh-cart-line-side {
    gap: 10px !important;
    padding: 4px 14px 16px !important;
  }

  .kh-cart-services {
    margin-block-start: 54px !important;
  }
}

/* KH STYLE v1.9.17 exact black/white cart system */
body.woocommerce-cart,
body.woocommerce-cart .kh-main,
body.woocommerce-cart .woocommerce {
  background: #fff !important;
  color: #000 !important;
}

body.woocommerce-cart .kh-site-header,
body.woocommerce-cart .kh-shop-topbar,
body.woocommerce-cart .kh-topbar {
  display: none !important;
}

body.woocommerce-cart .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.kh-cart-page,
.kh-cart-page *,
.kh-mini-cart,
.kh-mini-cart * {
  color: #000 !important;
}

.kh-cart-page {
  direction: rtl !important;
  min-height: 100vh;
  background: #fff !important;
  font-family: "Thmanyah Serif Display", serif !important;
}

.kh-cart-page-head {
  position: sticky !important;
  top: 0 !important;
  z-index: 60 !important;
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) 96px !important;
  align-items: center !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
}

.kh-cart-back {
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 72px !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: transform .22s ease, opacity .22s ease !important;
}

.kh-cart-back:hover {
  transform: translateX(-3px) !important;
  opacity: .68 !important;
}

.kh-cart-back span {
  font-size: 22px !important;
  line-height: 1 !important;
}

.kh-cart-page-logo {
  justify-self: center !important;
  width: 82px !important;
  max-width: 82px !important;
}

.kh-cart-page-logo img {
  width: 100% !important;
  max-height: 42px !important;
  object-fit: contain !important;
  filter: grayscale(1) contrast(20) !important;
}

.kh-cart-head-spacer {
  display: block !important;
}

.kh-cart-layout {
  width: min(1240px, calc(100% - 56px)) !important;
  min-height: calc(100vh - 72px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 56px !important;
  align-items: start !important;
  border: 0 !important;
  background: #fff !important;
}

.kh-cart-main-panel {
  padding: 54px 0 80px !important;
  background: #fff !important;
}

.kh-cart-total-panel {
  position: sticky !important;
  top: 96px !important;
  min-height: 0 !important;
  padding: 54px 0 80px !important;
  border: 0 !important;
  background: #fff !important;
}

.kh-cart-section-head {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 30px !important;
  background: #fff !important;
}

.kh-cart-section-head h1,
.kh-cart-total-panel > h2,
.kh-cart-services h2 {
  margin: 0 !important;
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.kh-cart-section-head span {
  padding: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
}

.kh-cart-items {
  overflow: visible !important;
  display: grid !important;
  gap: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.kh-cart-line {
  direction: rtl !important;
  display: grid !important;
  grid-template-columns: 200px minmax(0, 1fr) !important;
  gap: 26px !important;
  min-height: 200px !important;
  padding: 0 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
  animation: khCartFade .42s ease both !important;
}

.kh-cart-line + .kh-cart-line {
  margin-top: 2px !important;
}

.kh-cart-line-media {
  grid-column: 1 !important;
  display: grid !important;
  place-items: center !important;
  min-height: 200px !important;
  padding: 0 !important;
  border-left: 1px solid rgba(0,0,0,.08) !important;
  background: #fff !important;
}

.kh-cart-line-media a {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
}

.kh-cart-line-media img {
  width: 78% !important;
  height: 78% !important;
  object-fit: contain !important;
  background: #fff !important;
}

.kh-cart-line-info {
  grid-column: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 26px 0 26px 26px !important;
  background: #fff !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.kh-cart-line-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.kh-cart-line-name {
  max-width: 42ch !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.kh-cart-line-price {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.kh-cart-line-info dl.variation {
  display: grid !important;
  gap: 4px !important;
  margin: 8px 0 0 !important;
}

.kh-cart-line-info dl.variation dt,
.kh-cart-line-info dl.variation dd,
.kh-cart-line-info dl.variation p {
  display: inline !important;
  margin: 0 !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.kh-cart-line-meta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 16px !important;
  color: #000 !important;
  font-size: 13.5px !important;
}

.kh-qty-control {
  display: inline-flex !important;
  align-items: center !important;
  height: 34px !important;
  width: fit-content !important;
  overflow: hidden !important;
  border: 1px solid #000 !important;
  border-radius: 30px !important;
  background: #fff !important;
}

.kh-qty-btn {
  width: 34px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

.kh-qty-btn:hover,
.kh-qty-btn.is-pressed {
  background: #000 !important;
  color: #fff !important;
  transform: scale(.94) !important;
}

.kh-qty-btn:disabled,
.kh-qty-btn.is-disabled {
  opacity: .28 !important;
  cursor: not-allowed !important;
  transform: none !important;
  background: #fff !important;
  color: #000 !important;
}

.kh-qty-control input.qty,
.kh-cart-qty-input,
.kh-mini-qty-value {
  width: 34px !important;
  min-width: 34px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid rgba(0,0,0,.16) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.kh-qty-control input.qty::-webkit-outer-spin-button,
.kh-qty-control input.qty::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.kh-cart-line-foot {
  margin-top: auto !important;
  padding-top: 18px !important;
}

.kh-cart-remove,
.kh-mini-cart-remove,
.kh-mini-cart-continue,
.kh-mini-cart-empty-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  height: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: transform .18s ease, opacity .18s ease !important;
}

.kh-cart-remove:hover,
.kh-mini-cart-remove:hover,
.kh-mini-cart-continue:hover,
.kh-mini-cart-empty-link:hover {
  background: transparent !important;
  color: #000 !important;
  opacity: .62 !important;
  transform: translateY(-1px) !important;
}

.kh-cart-update {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}

.kh-cart-total-panel > h2 {
  margin-bottom: 22px !important;
}

.kh-cart-total-row {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 9px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14.5px !important;
}

.kh-cart-total-row strong {
  color: #000 !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
}

.kh-cart-checkout-button,
.kh-mini-cart-checkout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 34px 0 0 !important;
  padding: 0 24px !important;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .18s ease !important;
}

.kh-cart-checkout-button *,
.kh-mini-cart-checkout * {
  color: #fff !important;
}

.kh-cart-checkout-button:hover,
.kh-mini-cart-checkout:hover {
  background: #fff !important;
  color: #000 !important;
  transform: translateY(-1px) !important;
}

.kh-cart-checkout-button:hover *,
.kh-mini-cart-checkout:hover * {
  color: #000 !important;
}

.kh-cart-services {
  margin-top: 48px !important;
  background: #fff !important;
}

.kh-cart-services h2 {
  margin-bottom: 18px !important;
  font-size: 24px !important;
}

.kh-cart-services details {
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,.16) !important;
  border-bottom: 0 !important;
  background: #fff !important;
}

.kh-cart-services details:last-child {
  border-bottom: 1px solid rgba(0,0,0,.16) !important;
}

.kh-cart-services summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 58px !important;
  padding: 0 20px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  list-style: none !important;
}

.kh-cart-services summary::-webkit-details-marker {
  display: none !important;
}

.kh-cart-services summary::after {
  content: "";
  width: 9px !important;
  height: 9px !important;
  border-inline-end: 1px solid #000 !important;
  border-block-end: 1px solid #000 !important;
  transform: rotate(45deg) !important;
  transition: transform .35s ease !important;
}

.kh-cart-services details[open] summary::after {
  transform: rotate(225deg) !important;
}

.kh-cart-services p {
  margin: 0 !important;
  padding: 0 20px 20px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  animation: khCartPanel .28s ease both !important;
}

.kh-mobile-cart-bar {
  display: none !important;
}

.kh-panel-backdrop {
  background: rgba(0,0,0,.42) !important;
}

.kh-panel-backdrop.is-open {
  background: rgba(0,0,0,.42) !important;
}

.kh-cart-drawer {
  direction: rtl !important;
  position: fixed !important;
  inset: 0 0 0 auto !important;
  right: 0 !important;
  left: auto !important;
  z-index: 1005 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 440px !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: -18px 0 60px rgba(0,0,0,.18) !important;
  transform: translateX(100%) !important;
  opacity: 1 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: transform .5s cubic-bezier(.22,.61,.36,1), visibility .5s cubic-bezier(.22,.61,.36,1) !important;
}

.kh-cart-drawer.is-open {
  transform: translateX(0) !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.kh-cart-drawer h2 {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 28px 0 62px !important;
  border-bottom: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: start !important;
}

.kh-cart-drawer .kh-overlay-close {
  position: absolute !important;
  top: 21px !important;
  left: 22px !important;
  right: auto !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: transform .22s ease, opacity .22s ease !important;
}

.kh-cart-drawer .kh-overlay-close:hover {
  transform: rotate(90deg) !important;
  opacity: .68 !important;
}

.kh-mini-cart {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.kh-mini-cart-body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 28px !important;
  background: #fff !important;
}

.kh-mini-cart .cart_list {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #fff !important;
}

.kh-mini-cart-card {
  direction: rtl !important;
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  gap: 18px !important;
  min-height: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(0,0,0,.16) !important;
  border-radius: 4px !important;
  background: #fff !important;
  animation: khCartFade .4s ease both !important;
}

.kh-mini-cart-thumb {
  grid-column: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 118px !important;
  height: 118px !important;
  min-height: 118px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.12) !important;
}

.kh-mini-cart-thumb a {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
}

.kh-mini-cart-thumb img {
  width: 84% !important;
  height: 84% !important;
  object-fit: contain !important;
  background: #fff !important;
}

.kh-mini-cart-info {
  grid-column: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.kh-mini-cart-name {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.kh-mini-cart-info dl.variation {
  display: grid !important;
  gap: 2px !important;
  margin: 4px 0 0 !important;
}

.kh-mini-cart-info dl.variation dt,
.kh-mini-cart-info dl.variation dd,
.kh-mini-cart-info dl.variation p {
  display: inline !important;
  margin: 0 !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.kh-mini-cart-qty-label {
  margin-top: 8px !important;
  font-size: 13px !important;
}

.kh-mini-qty-control {
  margin-top: 8px !important;
}

.kh-mini-cart-remove {
  margin-top: 12px !important;
}

.kh-mini-cart-remove svg {
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.5 !important;
}

.kh-mini-cart-price {
  margin-top: auto !important;
  padding-top: 10px !important;
  color: #000 !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.kh-mini-cart-foot {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 20px 28px 24px !important;
  border-top: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
}

.kh-mini-cart-subtotal {
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
}

.kh-mini-cart-subtotal strong {
  color: #000 !important;
  font-weight: 700 !important;
}

.kh-mini-cart .woocommerce-mini-cart__buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.kh-mini-cart-view {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .18s ease !important;
}

.kh-mini-cart-view:hover {
  background: #000 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

.kh-mini-cart-continue,
.kh-mini-cart-empty-link {
  justify-self: center !important;
  margin: 4px auto 0 !important;
}

.woocommerce-mini-cart__empty-message {
  margin: 0 !important;
  padding: 60px 20px !important;
  background: #fff !important;
  color: #000 !important;
  text-align: center !important;
  font-size: 14px !important;
}

@keyframes khCartFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes khCartPanel {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .kh-cart-drawer {
    width: 420px !important;
  }

  .kh-cart-layout {
    width: min(100% - 48px, 1120px) !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 38px !important;
  }

  .kh-cart-line {
    grid-template-columns: 160px minmax(0, 1fr) !important;
    gap: 20px !important;
    min-height: 160px !important;
  }

  .kh-cart-line-media {
    min-height: 160px !important;
  }
}

@media (max-width: 768px) {
  .kh-cart-page-head {
    grid-template-columns: 70px minmax(0, 1fr) 70px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
  }

  .kh-cart-back {
    min-height: 56px !important;
    font-size: 13px !important;
  }

  .kh-cart-page-logo {
    width: 66px !important;
  }

  .kh-cart-layout {
    width: 100% !important;
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 14px 96px !important;
    background: #fff !important;
  }

  .kh-cart-main-panel {
    padding: 22px 0 0 !important;
  }

  .kh-cart-section-head {
    margin-bottom: 18px !important;
  }

  .kh-cart-section-head h1,
  .kh-cart-total-panel > h2,
  .kh-cart-services h2 {
    font-size: 22px !important;
  }

  .kh-cart-items {
    overflow: hidden !important;
    gap: 0 !important;
    border: 1px solid rgba(0,0,0,.16) !important;
    border-radius: 6px !important;
    background: #fff !important;
  }

  .kh-cart-line {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 0 !important;
    min-height: 136px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.14) !important;
  }

  .kh-cart-line:last-child {
    border-bottom: 0 !important;
  }

  .kh-cart-line-media {
    min-height: 136px !important;
    border-left: 1px solid rgba(0,0,0,.08) !important;
  }

  .kh-cart-line-info {
    padding: 14px 14px 12px !important;
    font-size: 12px !important;
  }

  .kh-cart-line-top {
    display: block !important;
  }

  .kh-cart-line-name {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 14px !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .kh-cart-line-price {
    display: block !important;
    margin-top: 10px !important;
    text-align: end !important;
    font-size: 13px !important;
  }

  .kh-cart-line-meta {
    margin-top: 10px !important;
    font-size: 12.5px !important;
  }

  .kh-qty-control {
    height: 30px !important;
  }

  .kh-qty-btn {
    width: 30px !important;
    height: 28px !important;
  }

  .kh-qty-control input.qty,
  .kh-cart-qty-input,
  .kh-mini-qty-value {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
  }

  .kh-cart-line-foot {
    padding-top: 12px !important;
  }

  .kh-cart-total-panel {
    position: static !important;
    padding: 28px 0 0 !important;
    background: #fff !important;
  }

  .kh-cart-total-panel .kh-cart-checkout-button {
    display: none !important;
  }

  .kh-cart-services {
    margin-top: 34px !important;
  }

  .kh-mobile-cart-bar {
    position: fixed !important;
    inset-inline: 0 !important;
    bottom: 0 !important;
    z-index: 90 !important;
    display: block !important;
    padding: 0 !important;
    border-top: 1px solid #000 !important;
    background: #000 !important;
  }

  .kh-mobile-cart-bar .kh-cart-checkout-button {
    min-height: 62px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: #000 !important;
    color: #fff !important;
  }

  .kh-cart-drawer {
    inset: 0 0 auto 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 90vh !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: 0 22px 50px rgba(0,0,0,.18) !important;
    transform: translateY(-100%) !important;
  }

  .kh-cart-drawer.is-open {
    transform: translateY(0) !important;
  }

  .kh-cart-drawer h2 {
    min-height: 64px !important;
    padding: 0 22px 0 56px !important;
    font-size: 17px !important;
  }

  .kh-cart-drawer .kh-overlay-close {
    top: 17px !important;
    left: 18px !important;
  }

  .kh-mini-cart-body {
    padding: 0 !important;
    border-top: 1px solid rgba(0,0,0,.14) !important;
  }

  .kh-mini-cart .cart_list {
    gap: 0 !important;
  }

  .kh-mini-cart-card {
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.14) !important;
    border-radius: 0 !important;
  }

  .kh-mini-cart-thumb {
    width: 128px !important;
    height: 128px !important;
    min-height: 128px !important;
    border: 0 !important;
    border-left: 1px solid rgba(0,0,0,.08) !important;
  }

  .kh-mini-cart-info {
    padding: 16px 18px !important;
  }

  .kh-mini-cart-foot {
    padding: 18px 22px 22px !important;
  }
}

/* KH STYLE v1.9.32 checkout place-order absolute/floating kill switch */
body.woocommerce-checkout #payment .place-order,
body.woocommerce-checkout .woocommerce-checkout-payment .place-order,
body.woocommerce-checkout .form-row.place-order,
body:has(.kh-checkout-shell) #payment .place-order,
body:has(.kh-checkout-shell) .woocommerce-checkout-payment .place-order,
body:has(.kh-checkout-shell) .form-row.place-order {
  position: static !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  clear: both !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  inset: auto !important;
  transform: none !important;
  overflow: visible !important;
}

body.woocommerce-checkout #payment .place-order > *,
body.woocommerce-checkout .woocommerce-checkout-payment .place-order > *,
body.woocommerce-checkout .form-row.place-order > *,
body:has(.kh-checkout-shell) #payment .place-order > *,
body:has(.kh-checkout-shell) .woocommerce-checkout-payment .place-order > *,
body:has(.kh-checkout-shell) .form-row.place-order > * {
  position: static !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  inset: auto !important;
  transform: none !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body:has(.kh-checkout-shell) .woocommerce-terms-and-conditions-wrapper {
  order: 1 !important;
  position: static !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order,
body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout #payment button#place_order,
body:has(.kh-checkout-shell) #place_order,
body:has(.kh-checkout-shell) button#place_order,
body:has(.kh-checkout-shell) #payment #place_order,
body:has(.kh-checkout-shell) #payment button#place_order {
  order: 2 !important;
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  z-index: auto !important;
  transform: none !important;
}

@media (hover: none), (pointer: coarse), (max-width: 1024px) {
  body.woocommerce-checkout #payment .place-order,
  body.woocommerce-checkout .woocommerce-checkout-payment .place-order,
  body.woocommerce-checkout .form-row.place-order,
  body.woocommerce-checkout #place_order,
  body.woocommerce-checkout button#place_order,
  body:has(.kh-checkout-shell) #payment .place-order,
  body:has(.kh-checkout-shell) .woocommerce-checkout-payment .place-order,
  body:has(.kh-checkout-shell) .form-row.place-order,
  body:has(.kh-checkout-shell) #place_order,
  body:has(.kh-checkout-shell) button#place_order {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
  }
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"],
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"],
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 10px 0 0 !important;
  background: #2c3338 !important;
  background-color: #2c3338 !important;
  color: #fff !important;
  border-color: #2c3338 !important;
}

@media (max-width: 380px) {
  .kh-mini-cart-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kh-mini-cart-thumb {
    width: 120px !important;
    height: 120px !important;
    min-height: 120px !important;
    margin: 14px auto 0 !important;
    border: 1px solid rgba(0,0,0,.12) !important;
  }

  .kh-mini-cart-info {
    align-items: center !important;
    text-align: center !important;
  }

  .kh-cart-line {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }
}

/* KH STYLE v1.9.18 cart page starts immediately, full desktop scale */
body.woocommerce-cart .entry-header,
body.woocommerce-cart .page-header,
body.woocommerce-cart .wp-block-post-title,
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title,
body.woocommerce-cart .woocommerce-products-header,
body.woocommerce-cart .kh-page-hero,
body.woocommerce-cart .kh-entry-hero,
body.woocommerce-cart .kh-entry-copy,
body.woocommerce-cart .kh-kicker {
  display: none !important;
}

body.woocommerce-cart .kh-main,
body.woocommerce-cart .kh-container,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart article,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.woocommerce-cart .entry-content > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.kh-cart-page {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.kh-cart-page-head {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
}

.kh-cart-layout {
  width: min(1240px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 54px 0 40px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 56px !important;
}

.kh-cart-main-panel,
.kh-cart-total-panel {
  padding: 0 !important;
}

.kh-cart-total-panel {
  top: 96px !important;
}

.kh-cart-section-head {
  margin-bottom: 30px !important;
}

.kh-cart-section-head h1,
.kh-cart-total-panel > h2 {
  font-size: 30px !important;
  line-height: 1.2 !important;
}

.kh-cart-line {
  grid-template-columns: 200px minmax(0, 1fr) !important;
  min-height: 200px !important;
}

.kh-cart-line-media {
  min-height: 200px !important;
}

.kh-cart-line-info {
  padding: 26px 0 26px 26px !important;
}

.kh-cart-line-name {
  font-size: 16px !important;
}

.kh-cart-line-price {
  font-size: 15px !important;
}

.kh-cart-checkout-button {
  min-height: 58px !important;
  margin-top: 34px !important;
}

.kh-cart-services summary::after {
  content: "‹" !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: #000 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform .28s ease !important;
}

.kh-cart-services details[open] summary::after {
  transform: rotate(-90deg) !important;
}

.kh-cart-services summary::before {
  content: none !important;
  display: none !important;
}

.kh-mini-cart-card {
  grid-template-columns: 118px minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 16px !important;
  border-radius: 4px !important;
}

.kh-mini-cart-thumb {
  width: 118px !important;
  height: 118px !important;
  min-height: 118px !important;
}

.kh-mini-cart-name {
  font-size: 15px !important;
}

.kh-mini-cart-info {
  font-size: 12.5px !important;
}

.kh-mini-cart-price {
  font-size: 14.5px !important;
}

.kh-mini-cart-checkout,
.kh-mini-cart-view {
  min-height: 54px !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .kh-cart-layout {
    width: calc(100vw - 48px) !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 38px !important;
    padding-top: 40px !important;
  }

  .kh-cart-line {
    grid-template-columns: 160px minmax(0, 1fr) !important;
    min-height: 160px !important;
  }

  .kh-cart-line-media {
    min-height: 160px !important;
  }
}

@media (max-width: 768px) {
  .kh-cart-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
  }

  .kh-cart-layout {
    width: 100vw !important;
    margin: 0 !important;
    padding: 22px 14px 96px !important;
    display: block !important;
  }

  .kh-cart-line {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    min-height: 136px !important;
  }

  .kh-cart-line-media {
    min-height: 136px !important;
  }

  .kh-cart-line-info {
    padding: 14px !important;
  }

  .kh-cart-services summary::after {
    font-size: 20px !important;
  }
}

/* KH STYLE v1.9.19 mini-cart precision fixes */
@media (min-width: 1025px) {
  .kh-cart-drawer {
    width: 480px !important;
  }
}

.kh-mini-cart-body,
.kh-mini-cart .cart_list {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.kh-mini-cart-body::-webkit-scrollbar,
.kh-mini-cart .cart_list::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.kh-cart-line-info dl.variation,
.kh-mini-cart-info dl.variation {
  display: block !important;
  margin: 8px 0 0 !important;
  color: #000 !important;
}

.kh-cart-line-info dl.variation dt,
.kh-cart-line-info dl.variation dd,
.kh-mini-cart-info dl.variation dt,
.kh-mini-cart-info dl.variation dd {
  display: inline !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

.kh-cart-line-info dl.variation dt::after,
.kh-mini-cart-info dl.variation dt::after {
  content: " " !important;
}

.kh-cart-line-info dl.variation dd::after,
.kh-mini-cart-info dl.variation dd::after {
  content: "" !important;
  display: block !important;
}

.kh-cart-line-info dl.variation p,
.kh-mini-cart-info dl.variation p {
  display: inline !important;
  margin: 0 !important;
}

.kh-qty-control {
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-height: 34px !important;
  overflow: hidden !important;
  border-color: #000 !important;
  background: #fff !important;
}

.kh-qty-btn,
.kh-qty-control input.qty,
.kh-cart-qty-input,
.kh-mini-qty-value {
  display: grid !important;
  place-items: center !important;
  height: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
}

.kh-qty-btn {
  width: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
}

.kh-qty-control input.qty,
.kh-cart-qty-input,
.kh-mini-qty-value {
  width: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.kh-qty-btn:hover,
.kh-qty-btn:focus,
.kh-qty-btn:active,
.kh-qty-btn.is-pressed {
  background: #fff !important;
  color: #000 !important;
  opacity: .55 !important;
  transform: none !important;
  box-shadow: none !important;
}

.kh-qty-btn.is-static:hover,
.kh-qty-btn.is-static:focus,
.kh-qty-btn.is-static:active {
  opacity: 1 !important;
  cursor: default !important;
}

.kh-cart-checkout-button:hover,
.kh-mini-cart-checkout:hover,
.kh-cart-checkout-button:focus,
.kh-mini-cart-checkout:focus,
.kh-cart-checkout-button:active,
.kh-mini-cart-checkout:active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  transform: none !important;
}

.kh-cart-checkout-button:hover *,
.kh-mini-cart-checkout:hover *,
.kh-cart-checkout-button:focus *,
.kh-mini-cart-checkout:focus *,
.kh-cart-checkout-button:active *,
.kh-mini-cart-checkout:active * {
  color: #fff !important;
}

.kh-mini-cart-view {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: #fff !important;
  color: #000 !important;
}

.kh-mini-cart-view::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: #000 !important;
  transform: scaleX(0) !important;
  transform-origin: right center !important;
  transition: transform .28s ease !important;
}

.kh-mini-cart-view:hover,
.kh-mini-cart-view:focus,
.kh-mini-cart-view:active {
  background: #fff !important;
  color: #fff !important;
  transform: none !important;
}

.kh-mini-cart-view:hover::before,
.kh-mini-cart-view:focus::before,
.kh-mini-cart-view:active::before {
  transform: scaleX(1) !important;
}

@media (max-width: 768px) {
  .kh-cart-drawer {
    max-height: 100dvh !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .kh-mini-cart {
    max-height: 100dvh !important;
  }

  .kh-mini-cart-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 268px) !important;
  }

  .kh-mini-cart-foot {
    flex: 0 0 auto !important;
    padding: 18px 22px max(26px, env(safe-area-inset-bottom)) !important;
  }

  .kh-mini-cart .woocommerce-mini-cart__buttons {
    gap: 12px !important;
  }

  .kh-mini-cart-checkout,
  .kh-mini-cart-view {
    min-height: 52px !important;
  }

  .kh-mini-cart-continue {
    margin-top: 8px !important;
  }
}

/* KH STYLE v1.9.20 mini-cart text, hover, cart top gap, Arabic shaping */
body.woocommerce-cart,
body.woocommerce-cart html {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-cart .kh-skip-link,
body.woocommerce-cart > .kh-skip-link,
body.woocommerce-cart .kh-main::before,
body.woocommerce-cart .entry-content::before,
body.woocommerce-cart .woocommerce::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-cart .kh-main,
body.woocommerce-cart #content,
body.woocommerce-cart main,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce {
  margin-top: 0 !important;
  padding-top: 0 !important;
  inset-block-start: 0 !important;
}

body.woocommerce-cart .kh-cart-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: translateY(0) !important;
}

.kh-mini-cart-checkout {
  justify-content: center !important;
  text-align: center !important;
  padding-inline: 22px !important;
}

.kh-mini-cart-checkout,
.kh-mini-cart-checkout:hover,
.kh-mini-cart-checkout:focus,
.kh-mini-cart-checkout:active {
  background: #000 !important;
  color: #fff !important;
}

.kh-mini-cart-view {
  z-index: 0 !important;
  text-align: center !important;
  color: #000 !important;
  transition: color .22s ease, border-color .22s ease !important;
}

.kh-mini-cart-view::before {
  z-index: -1 !important;
}

.kh-mini-cart-view:hover,
.kh-mini-cart-view:focus,
.kh-mini-cart-view:active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.kh-mini-cart-view:hover::before,
.kh-mini-cart-view:focus::before,
.kh-mini-cart-view:active::before {
  transform: scaleX(1) !important;
}

.kh-mini-cart-name {
  font-size: 14px !important;
}

html[dir="rtl"] body,
html[dir="rtl"] body a,
html[dir="rtl"] body button,
html[dir="rtl"] body input,
html[dir="rtl"] body textarea,
html[dir="rtl"] body select,
html[dir="rtl"] body summary,
html[dir="rtl"] body p,
html[dir="rtl"] body span,
html[dir="rtl"] body li,
html[dir="rtl"] body h1,
html[dir="rtl"] body h2,
html[dir="rtl"] body h3,
html[dir="rtl"] body h4,
html[dir="rtl"] body .button,
html[dir="rtl"] body .kh-btn,
html[dir="rtl"] body .kh-link-cta,
html[dir="rtl"] body .kh-shop-topbar,
html[dir="rtl"] body .kh-shop-topbar span {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
  font-kerning: normal !important;
  font-variant-ligatures: common-ligatures contextual !important;
  text-rendering: optimizeLegibility !important;
}

html[dir="rtl"] body .kh-logo,
html[dir="rtl"] body .kh-logo *,
html[dir="rtl"] body .kh-crown-logo,
html[dir="rtl"] body .kh-crown-logo *,
html[dir="rtl"] body .kh-header-logo,
html[dir="rtl"] body .kh-header-logo * {
  letter-spacing: inherit !important;
}

@media (max-width: 768px) {
  html[dir="rtl"] body .kh-entry-copy h1,
  html[dir="rtl"] body .kh-entry-copy h2,
  html[dir="rtl"] body .kh-entry-copy em,
  html[dir="rtl"] body .kh-link-cta,
  html[dir="rtl"] body .button,
  html[dir="rtl"] body .kh-btn,
  html[dir="rtl"] body .kh-shop-topbar span,
  html[dir="rtl"] body .kh-mini-cart-view,
  html[dir="rtl"] body .kh-mini-cart-checkout,
  html[dir="rtl"] body .kh-mini-cart-continue {
    letter-spacing: 0 !important;
    word-spacing: normal !important;
  }
}

/* KH STYLE v1.9.21 hard flush for cart and entry landing */
html:has(body.kh-flush-top),
html:has(body.kh-flush-top).wp-toolbar,
html[lang]:has(body.kh-flush-top),
body.kh-flush-top {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  scroll-padding-top: 0 !important;
}

body.kh-flush-top::before,
body.kh-flush-top::after,
body.kh-flush-top .kh-main::before,
body.kh-flush-top .kh-main::after,
body.kh-flush-top #content::before,
body.kh-flush-top #content::after {
  content: none !important;
  display: none !important;
}

body.kh-flush-top #wpadminbar,
body.kh-flush-top .kh-skip-link {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body.kh-flush-top .kh-main,
body.kh-flush-top #content,
body.kh-flush-top .kh-entry-home,
body.kh-flush-top.woocommerce-cart .kh-cart-page,
body.kh-flush-top.woocommerce-cart .woocommerce,
body.kh-flush-top.woocommerce-cart .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  transform: none !important;
}

body.kh-entry-home-page.kh-flush-top .kh-main {
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.kh-entry-home-page.kh-flush-top .kh-entry-home {
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.kh-flush-top > *:first-child {
  margin-top: 0 !important;
}

/* KH STYLE v1.9.22 checkout flush and cart-style header */
body.woocommerce-checkout.kh-flush-top,
body.woocommerce-checkout.kh-flush-top .kh-main,
body.woocommerce-checkout.kh-flush-top #content,
body.woocommerce-checkout.kh-flush-top main,
body.woocommerce-checkout.kh-flush-top .site,
body.woocommerce-checkout.kh-flush-top .site-content,
body.woocommerce-checkout.kh-flush-top .content-area,
body.woocommerce-checkout.kh-flush-top article,
body.woocommerce-checkout.kh-flush-top .entry-content,
body.woocommerce-checkout.kh-flush-top .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  background: #fff !important;
  top: 0 !important;
}

body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .page-header,
body.woocommerce-checkout .wp-block-post-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.page-title,
body.woocommerce-checkout .woocommerce-products-header,
body.woocommerce-checkout .kh-page-hero,
body.woocommerce-checkout .kh-kicker,
body.woocommerce-checkout .kh-checkout-steps,
body.woocommerce-checkout .kh-skip-link,
body.woocommerce-checkout .kh-site-header,
body.woocommerce-checkout .kh-shop-topbar,
body.woocommerce-checkout .kh-topbar {
  display: none !important;
}

body.woocommerce-checkout .entry-content > *,
body.woocommerce-checkout .woocommerce > * {
  margin-top: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shell {
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body.woocommerce-checkout .kh-checkout-page-head {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
}

body.woocommerce-checkout form.checkout {
  width: min(1240px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 54px 0 80px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 56px !important;
  align-items: start !important;
  background: #fff !important;
}

body.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
  display: grid !important;
  gap: 26px !important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  grid-column: 2 !important;
}

body.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body.woocommerce-checkout #order_review {
  position: sticky !important;
  top: 96px !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid rgba(0,0,0,.16) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  body.woocommerce-checkout form.checkout {
    width: calc(100vw - 48px) !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: 38px !important;
    padding-top: 40px !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .kh-checkout-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
  }

  body.woocommerce-checkout form.checkout {
    width: 100vw !important;
    margin: 0 !important;
    padding: 22px 14px 80px !important;
    display: block !important;
  }

  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review {
    grid-column: auto !important;
  }

  body.woocommerce-checkout #order_review {
    position: static !important;
    margin-top: 22px !important;
  }
}

/* KH STYLE v1.9.23 checkout final design and hard top flush */
html:has(body.woocommerce-checkout),
html:has(body.woocommerce-checkout).wp-toolbar,
body.woocommerce-checkout,
body.woocommerce-checkout.admin-bar {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  scroll-padding-top: 0 !important;
  background: #fff !important;
}

body.woocommerce-checkout #wpadminbar,
body.woocommerce-checkout .kh-site-header,
body.woocommerce-checkout .kh-shop-topbar,
body.woocommerce-checkout .kh-topbar,
body.woocommerce-checkout .kh-skip-link,
body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .page-header,
body.woocommerce-checkout .wp-block-post-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.page-title,
body.woocommerce-checkout .woocommerce-products-header,
body.woocommerce-checkout .kh-page-hero,
body.woocommerce-checkout .kh-kicker,
body.woocommerce-checkout .kh-checkout-steps,
body.woocommerce-checkout .checkout_coupon .wcpay-payment-request-wrapper,
body.woocommerce-checkout .wcpay-payment-request-wrapper,
body.woocommerce-checkout .wc-stripe-payment-request-wrapper,
body.woocommerce-checkout #wc-stripe-payment-request-wrapper,
body.woocommerce-checkout .apple-pay-button,
body.woocommerce-checkout .woocommerce_checkout_apple_pay_button,
body.woocommerce-checkout .payment_method_apple_pay,
body.woocommerce-checkout .payment_method_stripe_applepay {
  display: none !important;
}

body.woocommerce-checkout::before,
body.woocommerce-checkout::after,
body.woocommerce-checkout .kh-main::before,
body.woocommerce-checkout .kh-main::after,
body.woocommerce-checkout #content::before,
body.woocommerce-checkout #content::after,
body.woocommerce-checkout .entry-content::before,
body.woocommerce-checkout .entry-content::after,
body.woocommerce-checkout .woocommerce::before,
body.woocommerce-checkout .woocommerce::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout .kh-main,
body.woocommerce-checkout #content,
body.woocommerce-checkout main,
body.woocommerce-checkout .site,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .content-area,
body.woocommerce-checkout article,
body.woocommerce-checkout .hentry,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .wp-site-blocks,
body.woocommerce-checkout .is-layout-constrained,
body.woocommerce-checkout .wp-block-group {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  background: #fff !important;
  inset-block-start: 0 !important;
  transform: none !important;
}

body.woocommerce-checkout .entry-content > :first-child,
body.woocommerce-checkout .woocommerce > :first-child,
body.woocommerce-checkout .kh-checkout-shell > :first-child {
  margin-top: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shell {
  --kh-checkout-ink: #000;
  --kh-checkout-soft: #6c7075;
  --kh-checkout-faint: #9aa0a6;
  --kh-checkout-line: #e6e6e6;
  --kh-checkout-line-soft: #f0f0f0;
  --kh-checkout-button: #2c3338;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--kh-checkout-ink) !important;
  background: #fff !important;
  direction: rtl !important;
}

body.woocommerce-checkout .kh-checkout-page-head {
  position: sticky !important;
  top: 0 !important;
  z-index: 90 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kh-checkout-line) !important;
  background: #fff !important;
}

body.woocommerce-checkout .kh-checkout-back {
  justify-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 72px !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  border: 0 !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

body.woocommerce-checkout .kh-checkout-back:hover,
body.woocommerce-checkout .kh-checkout-back:focus {
  opacity: .7 !important;
  transform: translateX(-3px) !important;
}

body.woocommerce-checkout .kh-checkout-back span {
  font-size: 24px !important;
  line-height: 1 !important;
}

body.woocommerce-checkout .kh-checkout-page-logo {
  justify-self: center !important;
  width: 82px !important;
  max-width: 82px !important;
  margin: 0 !important;
}

body.woocommerce-checkout .kh-checkout-page-logo img,
body.woocommerce-checkout .kh-checkout-page-logo svg {
  width: 100% !important;
  max-height: 42px !important;
  object-fit: contain !important;
  display: block !important;
}

body.woocommerce-checkout .kh-cart-head-spacer {
  display: block !important;
  width: 120px !important;
}

body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.checkout_coupon {
  width: min(1240px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body.woocommerce-checkout form.checkout.kh-checkout-form {
  width: min(1240px, calc(100vw - 56px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 46px 28px 60px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 400px !important;
  gap: 56px !important;
  align-items: start !important;
  background: #fff !important;
  color: #000 !important;
}

body.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 46px !important;
  min-width: 0 !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3,
body.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: var(--kh-font-display, "Thmanyah Serif Display", serif) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout #ship-to-different-address label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #000 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout #ship-to-different-address-checkbox,
body.woocommerce-checkout input[type="checkbox"],
body.woocommerce-checkout input[type="radio"] {
  accent-color: #000 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 20px 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce form .form-row,
body.woocommerce-checkout .woocommerce-page form .form-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  position: relative !important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #shipping_company_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #shipping_address_1_field,
body.woocommerce-checkout #shipping_address_2_field,
body.woocommerce-checkout #order_comments_field {
  grid-column: 1 / -1 !important;
}

body.woocommerce-checkout .form-row label {
  margin: 0 !important;
  color: var(--kh-checkout-soft) !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout .form-row label abbr.required,
body.woocommerce-checkout .form-row label .required {
  color: #000 !important;
  margin-inline-start: 2px !important;
  text-decoration: none !important;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
  display: block !important;
  width: 100% !important;
}

body.woocommerce-checkout .input-text,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 2px !important;
  color: #000 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kh-checkout-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transition: border-color .2s ease, color .2s ease !important;
}

body.woocommerce-checkout textarea,
body.woocommerce-checkout textarea.input-text {
  min-height: 96px !important;
  padding: 12px !important;
  border: 1px solid var(--kh-checkout-line) !important;
  border-radius: 4px !important;
  resize: vertical !important;
}

body.woocommerce-checkout select {
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #6c7075 50%), linear-gradient(135deg, #6c7075 50%, transparent 50%) !important;
  background-position: left 9px center, left 4px center !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  padding-inline-start: 24px !important;
}

body.woocommerce-checkout .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

body.woocommerce-checkout .select2-selection__rendered {
  width: 100% !important;
  padding: 0 !important;
  color: #000 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

body.woocommerce-checkout .select2-selection__arrow {
  left: 0 !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body.woocommerce-checkout .input-text:focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
  border-color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

body.woocommerce-checkout ::placeholder {
  color: #9aa0a6 !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .kh-checkout-review-panel {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  background: #fff !important;
}

body.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: var(--kh-font-display, "Thmanyah Serif Display", serif) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout #order_review {
  position: static !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 26px !important;
  border: 1px solid var(--kh-checkout-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--kh-checkout-line-soft) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  padding: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  text-align: left !important;
  white-space: nowrap !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  color: var(--kh-checkout-faint) !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  display: grid !important;
  gap: 0 !important;
  margin-top: 10px !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  padding: 9px 0 !important;
  color: #000 !important;
  font-size: 14px !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  width: auto !important;
  padding: 0 !important;
  color: #000 !important;
  font-weight: 500 !important;
  text-align: inherit !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  color: var(--kh-checkout-soft) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total {
  margin-top: 8px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--kh-checkout-line) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total strong,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
  color: #000 !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout #payment {
  margin: 22px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment ul.wc_payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--kh-checkout-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.woocommerce-checkout #payment ul.payment_methods::before,
body.woocommerce-checkout #payment ul.payment_methods::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment ul.wc_payment_methods li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--kh-checkout-line) !important;
  background: #fff !important;
}

body.woocommerce-checkout #payment ul.payment_methods li:last-child,
body.woocommerce-checkout #payment ul.wc_payment_methods li:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods li > label {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout #payment ul.payment_methods li > label::before {
  content: "" !important;
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

body.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"]:checked + label::before {
  background: #000 !important;
}

body.woocommerce-checkout #payment .payment_box {
  display: none !important;
  margin: 0 !important;
  padding: 0 18px 18px 46px !important;
  color: var(--kh-checkout-soft) !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
  background: #fff !important;
}

body.woocommerce-checkout #payment li > input[type="radio"]:checked ~ .payment_box {
  display: block !important;
}

body.woocommerce-checkout #payment .payment_box::before,
body.woocommerce-checkout #payment .payment_box::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout #payment div.form-row.place-order {
  display: block !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: var(--kh-checkout-soft) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  margin: 0 !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order[name="woocommerce_checkout_place_order"] {
  width: 100% !important;
  min-height: 58px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 24px !important;
  color: #fff !important;
  background: var(--kh-checkout-button) !important;
  border: 1px solid var(--kh-checkout-button) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  transform: none !important;
  transition: opacity .18s ease !important;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout #place_order:active {
  color: #fff !important;
  background: var(--kh-checkout-button) !important;
  border-color: var(--kh-checkout-button) !important;
  opacity: .92 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout #place_order *,
body.woocommerce-checkout #place_order:hover *,
body.woocommerce-checkout #place_order:focus *,
body.woocommerce-checkout #place_order:active * {
  color: #fff !important;
}

body.woocommerce-checkout .kh-secure-checkout {
  display: grid !important;
  gap: 8px !important;
  margin: 18px 0 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--kh-checkout-line) !important;
  color: var(--kh-checkout-soft) !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
}

body.woocommerce-checkout .kh-secure-checkout strong {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 14px 18px !important;
  border: 1px solid var(--kh-checkout-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  body.woocommerce-checkout form.checkout.kh-checkout-form {
    width: min(calc(100vw - 44px), 1100px) !important;
    padding: 34px 22px 60px !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 38px !important;
  }

  body.woocommerce-checkout .kh-checkout-review-panel {
    top: 86px !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 14px !important;
  }

  body.woocommerce-checkout .kh-checkout-back {
    min-height: 60px !important;
    font-size: 13px !important;
  }

  body.woocommerce-checkout .kh-checkout-page-logo {
    width: 66px !important;
    max-width: 66px !important;
  }

  body.woocommerce-checkout .kh-cart-head-spacer {
    width: 72px !important;
  }

  body.woocommerce-checkout .woocommerce-notices-wrapper,
  body.woocommerce-checkout .woocommerce-form-login-toggle,
  body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout form.login,
  body.woocommerce-checkout form.checkout_coupon {
    width: 100vw !important;
    margin: 14px 0 0 !important;
    padding: 0 14px !important;
  }

  body.woocommerce-checkout form.checkout.kh-checkout-form {
    width: 100vw !important;
    margin: 0 !important;
    padding: 26px 14px 96px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout .kh-checkout-review-panel {
    grid-column: 1 !important;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.woocommerce-checkout .kh-checkout-review-panel {
    position: static !important;
    top: auto !important;
  }

  body.woocommerce-checkout #order_review {
    padding: 22px !important;
  }

  body.woocommerce-checkout #place_order,
  body.woocommerce-checkout button#place_order[name="woocommerce_checkout_place_order"] {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 110 !important;
    width: calc(100vw - 28px) !important;
    min-height: 58px !important;
    height: 58px !important;
  }

  body.woocommerce-checkout .kh-secure-checkout {
    margin-bottom: 18px !important;
  }

  body.woocommerce-checkout .kh-footer {
    padding-bottom: 86px !important;
  }
}

@media (max-width: 380px) {
  body.woocommerce-checkout form.checkout.kh-checkout-form {
    padding-inline: 12px !important;
  }

  body.woocommerce-checkout #order_review {
    padding: 18px !important;
  }
}

/* KH STYLE v1.9.24 checkout exact order panel, compact top, and coupon merge */
.kh-checkout-shell,
.kh-checkout-shell * {
  box-sizing: border-box !important;
}

.kh-checkout-shell {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shell,
body.woocommerce-checkout .kh-checkout-shell .kh-checkout-page-head {
  width: 100% !important;
  max-width: 100% !important;
}

.kh-checkout-shell .kh-checkout-page-head {
  width: 100% !important;
  max-width: 100% !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 28px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  justify-items: stretch !important;
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6 !important;
}

body.woocommerce-checkout .kh-checkout-shell .kh-checkout-page-head {
  height: 60px !important;
  min-height: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kh-checkout-shell .kh-checkout-back {
  min-height: 60px !important;
  height: 60px !important;
  align-items: center !important;
}

.kh-checkout-shell .kh-checkout-page-logo {
  align-self: center !important;
  justify-self: center !important;
  width: 66px !important;
  max-width: 66px !important;
}

.kh-checkout-shell .kh-checkout-page-logo img,
.kh-checkout-shell .kh-checkout-page-logo svg {
  max-height: 34px !important;
}

body.woocommerce-checkout .kh-checkout-login-row {
  width: min(1240px, calc(100% - 56px)) !important;
  max-width: 1240px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .kh-checkout-login-row form.checkout_coupon {
  display: none !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-form-login-toggle {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  margin-inline-end: auto !important;
  border: 2px solid #9a8153 !important;
  border-radius: 1px !important;
  background: #fff !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info a {
  color: #9a8153 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.woocommerce-checkout form.checkout.kh-checkout-form {
  width: min(1240px, calc(100% - 56px)) !important;
  max-width: 1240px !important;
  padding: 42px 0 60px !important;
  grid-template-columns: minmax(0, 1fr) 410px !important;
}

body.woocommerce-checkout .kh-checkout-review-panel {
  top: 82px !important;
}

body.woocommerce-checkout #order_review {
  padding: 26px !important;
  overflow: visible !important;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table:not(.kh-checkout-review-order-table) {
  display: none !important;
}

body.woocommerce-checkout .kh-checkout-review-order-table {
  display: block !important;
}

.kh-checkout-review-items {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kh-checkout-review-item {
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.kh-checkout-review-thumb {
  width: 62px !important;
  height: 62px !important;
  display: grid !important;
  place-items: center !important;
  background: #f6f6f6 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.kh-checkout-review-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
}

.kh-checkout-review-info {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
  color: #000 !important;
  text-align: right !important;
}

.kh-checkout-review-name {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

.kh-checkout-review-info dl.variation {
  display: block !important;
  margin: 2px 0 0 !important;
  color: #6c7075 !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}

.kh-checkout-review-info dl.variation dt,
.kh-checkout-review-info dl.variation dd {
  display: inline !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #6c7075 !important;
  font-weight: 400 !important;
}

.kh-checkout-review-info dl.variation dt::after {
  content: ": " !important;
}

.kh-checkout-review-info dl.variation dd::after {
  content: "" !important;
  display: block !important;
}

.kh-checkout-review-info dl.variation p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kh-checkout-review-qty {
  color: #6c7075 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.kh-checkout-review-price {
  color: #000 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.kh-checkout-review-totals {
  display: grid !important;
  gap: 0 !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.kh-checkout-total-row,
.kh-checkout-shipping-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  padding: 9px 0 !important;
  color: #6c7075 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.kh-checkout-total-row strong,
.kh-checkout-shipping-row strong,
.kh-checkout-total-row .amount,
.kh-checkout-shipping-row .amount {
  color: #000 !important;
  font-weight: 600 !important;
}

.kh-checkout-total-row.order-total {
  margin-top: 8px !important;
  padding-top: 18px !important;
  border-top: 1px solid #e6e6e6 !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.kh-checkout-total-row.order-total strong,
.kh-checkout-total-row.order-total .amount {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.kh-checkout-shipping-row ul,
.kh-checkout-shipping-row li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.kh-checkout-coupon-box {
  margin: 18px 0 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid #e6e6e6 !important;
}

.kh-checkout-coupon-toggle {
  width: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  color: #000 !important;
  background: #fff !important;
  border: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: right !important;
}

.kh-checkout-coupon-toggle::after {
  content: "+" !important;
  width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center !important;
  color: #000 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.kh-checkout-coupon-toggle[aria-expanded="true"]::after {
  content: "-" !important;
}

body.woocommerce-checkout form.kh-checkout-coupon-form {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout form.kh-checkout-coupon-form.is-open {
  display: grid !important;
}

body.woocommerce-checkout form.kh-checkout-coupon-form input.input-text {
  min-height: 44px !important;
  padding: 0 12px !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 3px !important;
}

body.woocommerce-checkout form.kh-checkout-coupon-form button {
  min-width: 96px !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

html[dir="rtl"] body.woocommerce-checkout,
html[dir="rtl"] body.woocommerce-checkout * {
  letter-spacing: 0 !important;
  word-spacing: normal !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  body.woocommerce-checkout .kh-checkout-login-row,
  body.woocommerce-checkout form.checkout.kh-checkout-form {
    width: min(1100px, calc(100% - 44px)) !important;
  }
}

@media (max-width: 768px) {
  .kh-checkout-shell .kh-checkout-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 14px !important;
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row {
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 0 14px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info {
    min-height: 50px !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
  }

  body.woocommerce-checkout form.checkout.kh-checkout-form {
    width: 100% !important;
    padding: 24px 14px 96px !important;
  }

  .kh-checkout-review-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .kh-checkout-review-price {
    grid-column: 2 !important;
    text-align: right !important;
  }
}

/* KH STYLE v1.9.25 checkout viewport lock, no-hover, and final polish */
html:has(.kh-checkout-shell),
html:has(.kh-checkout-shell).wp-toolbar,
body:has(.kh-checkout-shell),
body.admin-bar:has(.kh-checkout-shell),
body.customize-support:has(.kh-checkout-shell) {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

body:has(.kh-checkout-shell) #wpadminbar,
body:has(.kh-checkout-shell) .kh-skip-link,
body:has(.kh-checkout-shell) .entry-header,
body:has(.kh-checkout-shell) .page-header,
body:has(.kh-checkout-shell) .entry-title,
body:has(.kh-checkout-shell) h1.page-title,
body:has(.kh-checkout-shell) .kh-site-header,
body:has(.kh-checkout-shell) .kh-shop-topbar,
body:has(.kh-checkout-shell) .kh-topbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body:has(.kh-checkout-shell) .kh-main,
body:has(.kh-checkout-shell) #content,
body:has(.kh-checkout-shell) main,
body:has(.kh-checkout-shell) .site,
body:has(.kh-checkout-shell) .site-content,
body:has(.kh-checkout-shell) .content-area,
body:has(.kh-checkout-shell) article,
body:has(.kh-checkout-shell) .hentry,
body:has(.kh-checkout-shell) .entry-content,
body:has(.kh-checkout-shell) .woocommerce,
body:has(.kh-checkout-shell) .wp-site-blocks,
body:has(.kh-checkout-shell) .is-layout-constrained,
body:has(.kh-checkout-shell) .wp-block-group {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  background: #fff !important;
  transform: none !important;
}

body:has(.kh-checkout-shell) .kh-main > *,
body:has(.kh-checkout-shell) #content > *,
body:has(.kh-checkout-shell) .entry-content > *,
body:has(.kh-checkout-shell) .woocommerce > * {
  margin-top: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shell,
body:has(.kh-checkout-shell) .kh-checkout-shell {
  width: 100% !important;
  max-width: none !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body.woocommerce-checkout .kh-checkout-page-head,
body:has(.kh-checkout-shell) .kh-checkout-page-head {
  position: sticky !important;
  top: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 3.2vw, 44px) !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
}

body.woocommerce-checkout .kh-checkout-back,
body:has(.kh-checkout-shell) .kh-checkout-back {
  height: 56px !important;
  min-height: 56px !important;
}

body.woocommerce-checkout .kh-checkout-page-logo,
body:has(.kh-checkout-shell) .kh-checkout-page-logo {
  width: 58px !important;
  max-width: 58px !important;
}

body.woocommerce-checkout .kh-checkout-page-logo img,
body.woocommerce-checkout .kh-checkout-page-logo svg,
body:has(.kh-checkout-shell) .kh-checkout-page-logo img,
body:has(.kh-checkout-shell) .kh-checkout-page-logo svg {
  max-height: 30px !important;
}

body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row,
body.woocommerce-checkout form.checkout.kh-checkout-form,
body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row {
  margin-top: 0 !important;
  padding: 14px clamp(18px, 4vw, 72px) 0 !important;
}

body.woocommerce-checkout form.checkout.kh-checkout-form,
body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
  padding: 36px clamp(18px, 4vw, 72px) 64px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 460px) !important;
  gap: clamp(42px, 6vw, 96px) !important;
}

body.woocommerce-checkout .kh-checkout-review-panel,
body:has(.kh-checkout-shell) .kh-checkout-review-panel {
  top: 72px !important;
}

body.woocommerce-checkout .kh-secure-checkout strong,
body:has(.kh-checkout-shell) .kh-secure-checkout strong {
  text-align: center !important;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body:has(.kh-checkout-shell) .woocommerce-privacy-policy-text {
  display: none !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body:has(.kh-checkout-shell) .woocommerce-terms-and-conditions-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  color: #000 !important;
  font-size: 13px !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label,
body:has(.kh-checkout-shell) .woocommerce-terms-and-conditions-wrapper label {
  display: inline !important;
  margin: 0 !important;
  color: #000 !important;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
body:has(.kh-checkout-shell) .woocommerce-terms-and-conditions-checkbox-text {
  color: #000 !important;
}

body.woocommerce-checkout #terms,
body:has(.kh-checkout-shell) #terms {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
  margin: 0 !important;
  accent-color: #000 !important;
}

body.woocommerce-checkout .password-input,
body:has(.kh-checkout-shell) .password-input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

body.woocommerce-checkout .password-input input,
body.woocommerce-checkout input[type="password"],
body:has(.kh-checkout-shell) .password-input input,
body:has(.kh-checkout-shell) input[type="password"] {
  padding-inline-end: 2px !important;
  padding-inline-start: 42px !important;
}

body.woocommerce-checkout .show-password-input,
body:has(.kh-checkout-shell) .show-password-input {
  position: absolute !important;
  left: 8px !important;
  right: auto !important;
  top: 50% !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  opacity: .7 !important;
  z-index: 2 !important;
}

body.woocommerce-checkout button,
body.woocommerce-checkout .button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .kh-checkout-coupon-toggle,
body.woocommerce-checkout .kh-checkout-coupon-form button,
body.woocommerce-checkout .kh-checkout-back,
body:has(.kh-checkout-shell) button,
body:has(.kh-checkout-shell) .button,
body:has(.kh-checkout-shell) a.button,
body:has(.kh-checkout-shell) #place_order,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button,
body:has(.kh-checkout-shell) .kh-checkout-back {
  transition: none !important;
  animation: none !important;
  transform: none !important;
  box-shadow: none !important;
}

body.woocommerce-checkout button:hover,
body.woocommerce-checkout button:focus,
body.woocommerce-checkout button:active,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout .button:focus,
body.woocommerce-checkout .button:active,
body.woocommerce-checkout a.button:hover,
body.woocommerce-checkout a.button:focus,
body.woocommerce-checkout a.button:active,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout #place_order:active,
body.woocommerce-checkout .kh-checkout-coupon-form button:hover,
body.woocommerce-checkout .kh-checkout-coupon-form button:focus,
body.woocommerce-checkout .kh-checkout-coupon-form button:active,
body:has(.kh-checkout-shell) button:hover,
body:has(.kh-checkout-shell) button:focus,
body:has(.kh-checkout-shell) button:active,
body:has(.kh-checkout-shell) .button:hover,
body:has(.kh-checkout-shell) .button:focus,
body:has(.kh-checkout-shell) .button:active,
body:has(.kh-checkout-shell) a.button:hover,
body:has(.kh-checkout-shell) a.button:focus,
body:has(.kh-checkout-shell) a.button:active,
body:has(.kh-checkout-shell) #place_order:hover,
body:has(.kh-checkout-shell) #place_order:focus,
body:has(.kh-checkout-shell) #place_order:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:active {
  color: #fff !important;
  background: #2c3338 !important;
  border-color: #2c3338 !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-toggle:hover,
body.woocommerce-checkout .kh-checkout-coupon-toggle:focus,
body.woocommerce-checkout .kh-checkout-coupon-toggle:active,
body.woocommerce-checkout .kh-checkout-back:hover,
body.woocommerce-checkout .kh-checkout-back:focus,
body.woocommerce-checkout .kh-checkout-back:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle:active,
body:has(.kh-checkout-shell) .kh-checkout-back:hover,
body:has(.kh-checkout-shell) .kh-checkout-back:focus,
body:has(.kh-checkout-shell) .kh-checkout-back:active {
  color: #000 !important;
  background: transparent !important;
  border-color: transparent !important;
  opacity: 1 !important;
}

@media (max-width: 1024px) {
  body.woocommerce-checkout form.checkout.kh-checkout-form,
  body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    gap: clamp(26px, 4vw, 44px) !important;
    padding-inline: clamp(16px, 3vw, 34px) !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .kh-checkout-page-head,
  body:has(.kh-checkout-shell) .kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-checkout form.checkout.kh-checkout-form,
  body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 22px 14px 96px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-row,
  body:has(.kh-checkout-shell) .kh-checkout-login-row {
    padding: 12px 14px 0 !important;
  }

  body.woocommerce-checkout .kh-checkout-review-panel,
  body:has(.kh-checkout-shell) .kh-checkout-review-panel {
    position: static !important;
    top: auto !important;
  }
}

/* KH STYLE v1.9.26 checkout full viewport breakout */
.kh-checkout-shell {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-inline-start: calc(50% - 50vw) !important;
  margin-inline-end: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

.kh-checkout-shell .kh-checkout-page-head,
.kh-checkout-shell .kh-checkout-login-row,
.kh-checkout-shell form.checkout.kh-checkout-form {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin-inline: 0 !important;
}

.kh-checkout-shell .kh-checkout-page-head {
  margin-top: 0 !important;
  padding-inline: clamp(18px, 4vw, 72px) !important;
}

.kh-checkout-shell .kh-checkout-login-row {
  padding: 14px clamp(18px, 4vw, 72px) 0 !important;
}

.kh-checkout-shell form.checkout.kh-checkout-form {
  padding: 36px clamp(18px, 4vw, 72px) 64px !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 480px) !important;
  gap: clamp(46px, 7vw, 118px) !important;
}

.kh-checkout-shell #customer_details,
.kh-checkout-shell .kh-checkout-review-panel {
  min-width: 0 !important;
}

@media (min-width: 1280px) {
  .kh-checkout-shell form.checkout.kh-checkout-form {
    grid-template-columns: minmax(0, 1fr) 480px !important;
    gap: clamp(72px, 8vw, 132px) !important;
  }
}

@media (max-width: 1024px) {
  .kh-checkout-shell form.checkout.kh-checkout-form {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    gap: 34px !important;
    padding-inline: clamp(16px, 3vw, 34px) !important;
  }
}

@media (max-width: 768px) {
  .kh-checkout-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  .kh-checkout-shell .kh-checkout-page-head,
  .kh-checkout-shell .kh-checkout-login-row,
  .kh-checkout-shell form.checkout.kh-checkout-form {
    width: 100% !important;
    max-width: 100% !important;
  }

  .kh-checkout-shell form.checkout.kh-checkout-form {
    grid-template-columns: 1fr !important;
    padding: 22px 14px 96px !important;
  }
}

/* KH STYLE v1.9.27 checkout viewport, fixed header, and live order controls */
body.woocommerce-checkout,
body.woocommerce-checkout.kh-checkout-flush-page,
body:has(.kh-checkout-shell) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

body.woocommerce-checkout #page,
body.woocommerce-checkout .site,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .content-area,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout article,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .kh-checkout-shell {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .kh-checkout-shell {
  display: block !important;
  padding-top: 60px !important;
}

body.woocommerce-checkout .kh-checkout-page-head,
body:has(.kh-checkout-shell) .kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 72px) !important;
  background: #fff !important;
  border-bottom: 1px solid #ececec !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 14px clamp(18px, 4vw, 72px) 0 !important;
}

body.woocommerce-checkout form.checkout.kh-checkout-form,
body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin: 0 !important;
  padding: 36px clamp(18px, 4vw, 72px) 64px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 500px) !important;
  gap: clamp(54px, 7vw, 128px) !important;
  align-items: flex-start !important;
}

body.woocommerce-checkout #customer_details,
body:has(.kh-checkout-shell) #customer_details {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .kh-checkout-review-panel,
body:has(.kh-checkout-shell) .kh-checkout-review-panel {
  width: 100% !important;
  max-width: 500px !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

.kh-checkout-review-item {
  position: relative !important;
  grid-template-columns: 66px minmax(0, 1fr) auto !important;
  padding-left: 32px !important;
}

.kh-checkout-review-remove {
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.kh-checkout-review-remove:hover,
.kh-checkout-review-remove:focus,
.kh-checkout-review-remove:active {
  background: transparent !important;
  color: #000 !important;
  border: 0 !important;
  outline: none !important;
}

.kh-checkout-review-qty-control {
  width: 92px !important;
  height: 30px !important;
  display: grid !important;
  grid-template-columns: 30px 1fr 30px !important;
  align-items: center !important;
  margin-top: 8px !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  direction: ltr !important;
}

.kh-checkout-review-qty-control button {
  width: 30px !important;
  height: 28px !important;
  min-width: 30px !important;
  min-height: 28px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.kh-checkout-review-qty-control button:hover,
.kh-checkout-review-qty-control button:focus,
.kh-checkout-review-qty-control button:active {
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.kh-checkout-review-qty-control [data-kh-checkout-qty-value] {
  min-width: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.kh-checkout-review-item.is-updating {
  opacity: .55 !important;
  pointer-events: none !important;
}

.kh-checkout-shipping-row {
  align-items: flex-start !important;
  text-align: right !important;
  direction: rtl !important;
}

.kh-checkout-shipping-row > span,
.kh-checkout-shipping-row > div {
  text-align: right !important;
  direction: rtl !important;
}

.kh-checkout-shipping-row #shipping_method,
.kh-checkout-shipping-row ul.woocommerce-shipping-methods {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: right !important;
}

.kh-checkout-shipping-row #shipping_method li,
.kh-checkout-shipping-row ul.woocommerce-shipping-methods li {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  text-align: right !important;
  direction: rtl !important;
}

.kh-checkout-shipping-row input[type="radio"] {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  flex: 0 0 19px !important;
  margin: 0 !important;
  accent-color: #000 !important;
}

body.woocommerce-checkout #place_order,
body:has(.kh-checkout-shell) #place_order {
  background: #2c3338 !important;
  color: #fff !important;
  border: 1px solid #2c3338 !important;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout #place_order:active,
body:has(.kh-checkout-shell) #place_order:hover,
body:has(.kh-checkout-shell) #place_order:focus,
body:has(.kh-checkout-shell) #place_order:active {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form {
  display: none !important;
  grid-template-columns: minmax(0, 1fr) 92px !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 12px !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form.is-open {
  display: grid !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form input,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form input {
  height: 40px !important;
  min-height: 40px !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button,
body.woocommerce-checkout .kh-checkout-coupon-form button:hover,
body.woocommerce-checkout .kh-checkout-coupon-form button:focus,
body.woocommerce-checkout .kh-checkout-coupon-form button:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:active {
  height: 36px !important;
  min-height: 36px !important;
  align-self: center !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-toggle::after,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle::after {
  pointer-events: none !important;
}

body.woocommerce-checkout .show-password-input,
body:has(.kh-checkout-shell) .show-password-input,
body.woocommerce-checkout .show-password-input:hover,
body.woocommerce-checkout .show-password-input:focus,
body.woocommerce-checkout .show-password-input:active,
body:has(.kh-checkout-shell) .show-password-input:hover,
body:has(.kh-checkout-shell) .show-password-input:focus,
body:has(.kh-checkout-shell) .show-password-input:active {
  background: transparent !important;
  color: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: .72 !important;
}

@media (min-width: 1440px) {
  body.woocommerce-checkout form.checkout.kh-checkout-form,
  body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
    grid-template-columns: minmax(0, 1fr) 500px !important;
    gap: clamp(84px, 9vw, 150px) !important;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-checkout form.checkout.kh-checkout-form,
  body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    gap: 34px !important;
    padding-inline: clamp(16px, 3vw, 34px) !important;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout #page,
  body.woocommerce-checkout .site,
  body.woocommerce-checkout .site-content,
  body.woocommerce-checkout .content-area,
  body.woocommerce-checkout .site-main,
  body.woocommerce-checkout article,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-checkout .kh-checkout-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.woocommerce-checkout .kh-checkout-shell {
    padding-top: 54px !important;
  }

  body.woocommerce-checkout .kh-checkout-page-head,
  body:has(.kh-checkout-shell) .kh-checkout-page-head {
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-checkout form.checkout.kh-checkout-form,
  body:has(.kh-checkout-shell) form.checkout.kh-checkout-form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 22px 14px 96px !important;
  }
}

/* KH STYLE v1.9.28 checkout interaction hard lock */
body.woocommerce-checkout .kh-checkout-shipping-row,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row {
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods {
  justify-items: end !important;
  text-align: right !important;
  direction: rtl !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method li,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods li {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row input[type="radio"],
body:has(.kh-checkout-shell) .kh-checkout-shipping-row input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 0 !important;
  accent-color: #000 !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button#place_order,
body.woocommerce-checkout button#place_order.button,
body.woocommerce-checkout button#place_order.button.alt,
body:has(.kh-checkout-shell) #place_order,
body:has(.kh-checkout-shell) button#place_order,
body:has(.kh-checkout-shell) button#place_order.button,
body:has(.kh-checkout-shell) button#place_order.button.alt {
  position: relative !important;
  overflow: hidden !important;
  background: #2c3338 !important;
  background-color: #2c3338 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #2c3338 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease !important;
}

body.woocommerce-checkout #place_order::before,
body.woocommerce-checkout #place_order::after,
body.woocommerce-checkout button#place_order::before,
body.woocommerce-checkout button#place_order::after,
body:has(.kh-checkout-shell) #place_order::before,
body:has(.kh-checkout-shell) #place_order::after,
body:has(.kh-checkout-shell) button#place_order::before,
body:has(.kh-checkout-shell) button#place_order::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-color: transparent !important;
  transform: none !important;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout #place_order:active,
body.woocommerce-checkout button#place_order.button.alt:hover,
body.woocommerce-checkout button#place_order.button.alt:focus,
body.woocommerce-checkout button#place_order.button.alt:active,
body:has(.kh-checkout-shell) #place_order:hover,
body:has(.kh-checkout-shell) #place_order:focus,
body:has(.kh-checkout-shell) #place_order:active,
body:has(.kh-checkout-shell) button#place_order.button.alt:hover,
body:has(.kh-checkout-shell) button#place_order.button.alt:focus,
body:has(.kh-checkout-shell) button#place_order.button.alt:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 86px !important;
  gap: 12px !important;
  align-items: center !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transition: max-height .22s ease, margin-top .22s ease, opacity .16s ease !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form.is-open {
  max-height: 72px !important;
  margin-top: 12px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form input.input-text,
body.woocommerce-checkout .kh-checkout-coupon-form input,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form input.input-text,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form input {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form button,
body.woocommerce-checkout .kh-checkout-coupon-form button.button,
body.woocommerce-checkout .kh-checkout-coupon-form button:hover,
body.woocommerce-checkout .kh-checkout-coupon-form button:focus,
body.woocommerce-checkout .kh-checkout-coupon-form button:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button:active {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  align-self: center !important;
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form button::before,
body.woocommerce-checkout .kh-checkout-coupon-form button::after,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button::before,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout .password-input,
body:has(.kh-checkout-shell) .password-input {
  position: relative !important;
}

body.woocommerce-checkout .show-password-input,
body.woocommerce-checkout .show-password-input:hover,
body.woocommerce-checkout .show-password-input:focus,
body.woocommerce-checkout .show-password-input:active,
body.woocommerce-checkout .show-password-input.display-password,
body.woocommerce-checkout .show-password-input.display-password:hover,
body:has(.kh-checkout-shell) .show-password-input,
body:has(.kh-checkout-shell) .show-password-input:hover,
body:has(.kh-checkout-shell) .show-password-input:focus,
body:has(.kh-checkout-shell) .show-password-input:active,
body:has(.kh-checkout-shell) .show-password-input.display-password,
body:has(.kh-checkout-shell) .show-password-input.display-password:hover {
  position: absolute !important;
  left: 8px !important;
  right: auto !important;
  top: 50% !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #000 !important;
  opacity: .72 !important;
  transform: translateY(-50%) !important;
  transition: opacity .15s ease !important;
}

/* KH STYLE v1.9.29 checkout shipping/coupon/security polish */
body.woocommerce-checkout .kh-checkout-shipping-row,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: end !important;
  align-items: start !important;
  gap: 8px !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row > span,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row > span {
  width: 100% !important;
  display: block !important;
  text-align: right !important;
  justify-self: end !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row > div,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row > div {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  justify-items: end !important;
  text-align: right !important;
  direction: rtl !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods {
  width: 100% !important;
  display: grid !important;
  justify-items: end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method li,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods li {
  width: auto !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row label,
body.woocommerce-checkout .kh-checkout-shipping-row .woocommerce-shipping-methods label,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row label,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row .woocommerce-shipping-methods label {
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .payment_box,
body.woocommerce-checkout .wc_payment_method,
body.woocommerce-checkout .wc_payment_method label,
body.woocommerce-checkout .payment_method_cod,
body:has(.kh-checkout-shell) .payment_box,
body:has(.kh-checkout-shell) .wc_payment_method,
body:has(.kh-checkout-shell) .wc_payment_method label,
body:has(.kh-checkout-shell) .payment_method_cod {
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-coupon-box,
body:has(.kh-checkout-shell) .kh-checkout-coupon-box {
  margin-top: 20px !important;
  padding-top: 18px !important;
}

body.woocommerce-checkout .kh-checkout-coupon-toggle,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle {
  cursor: pointer !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 86px !important;
  column-gap: 18px !important;
  row-gap: 0 !important;
  align-items: center !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  transition: max-height .28s ease, margin-top .24s ease, opacity .18s ease !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form.is-open {
  max-height: 76px !important;
  margin-top: 14px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form button,
body.woocommerce-checkout .kh-checkout-coupon-form button.button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button {
  width: 86px !important;
  min-width: 86px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
}

body.woocommerce-checkout .kh-secure-checkout,
body:has(.kh-checkout-shell) .kh-secure-checkout,
body.woocommerce-checkout .kh-secure-checkout strong,
body.woocommerce-checkout .kh-secure-checkout span,
body:has(.kh-checkout-shell) .kh-secure-checkout strong,
body:has(.kh-checkout-shell) .kh-secure-checkout span {
  text-align: center !important;
  justify-items: center !important;
}

/* KH STYLE v1.9.30 checkout decisive overrides */
body.woocommerce-checkout .kh-checkout-shell,
body:has(.kh-checkout-shell) .kh-checkout-shell {
  padding-top: 60px !important;
}

body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-row .woocommerce-form-login-toggle,
body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-form-login-toggle,
body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row {
  display: block !important;
  width: 100% !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row > span,
body.woocommerce-checkout .kh-checkout-shipping-row > div,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row > span,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row > div {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row > div,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row > div {
  margin-top: 8px !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  justify-items: end !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row #shipping_method li,
body.woocommerce-checkout .kh-checkout-shipping-row ul.woocommerce-shipping-methods li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row #shipping_method li,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row ul.woocommerce-shipping-methods li {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: auto auto !important;
  justify-content: end !important;
  align-items: center !important;
  column-gap: 8px !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row input[type="radio"],
body:has(.kh-checkout-shell) .kh-checkout-shipping-row input[type="radio"] {
  grid-column: 1 !important;
  justify-self: end !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 0 !important;
}

body.woocommerce-checkout .kh-checkout-shipping-row label,
body:has(.kh-checkout-shell) .kh-checkout-shipping-row label {
  grid-column: 2 !important;
  justify-self: end !important;
  margin: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-coupon-box,
body:has(.kh-checkout-shell) .kh-checkout-coupon-box {
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form:not(.is-open),
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form:not(.is-open) {
  display: none !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form.is-open {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 88px !important;
  column-gap: 20px !important;
  align-items: center !important;
  max-height: 84px !important;
  margin-top: 14px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form input.input-text,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form input.input-text {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"],
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"] {
  width: 88px !important;
  min-width: 88px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  background: #2c3338 !important;
  background-color: #2c3338 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #2c3338 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:hover,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:focus,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:active,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:hover,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:focus,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:active,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button::before,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button::after,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button::before,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button::after {
  content: none !important;
  display: none !important;
}

/* KH STYLE v1.9.31 checkout mobile button and coupon final lock */
body.woocommerce-checkout .kh-checkout-coupon-toggle::after,
body.woocommerce-checkout .kh-checkout-coupon-toggle[aria-expanded="true"]::after,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle::after,
body:has(.kh-checkout-shell) .kh-checkout-coupon-toggle[aria-expanded="true"]::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form.is-open {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-height: 132px !important;
  margin-top: 14px !important;
  opacity: 1 !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form input.input-text,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form input.input-text {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
}

body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"],
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:hover,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:focus,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button.button:active,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body.woocommerce-checkout form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"],
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:hover,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:focus,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button.button:active,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body:has(.kh-checkout-shell) form.checkout_coupon.kh-checkout-coupon-form button[name="apply_coupon"]:active {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 10px 0 0 !important;
  background: #2c3338 !important;
  background-color: #2c3338 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #2c3338 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  body.woocommerce-checkout #payment .place-order,
  body.woocommerce-checkout .woocommerce-checkout-payment .place-order,
  body.woocommerce-checkout .form-row.place-order,
  body.woocommerce-checkout #place_order,
  body.woocommerce-checkout button#place_order,
  body:has(.kh-checkout-shell) #payment .place-order,
  body:has(.kh-checkout-shell) .woocommerce-checkout-payment .place-order,
  body:has(.kh-checkout-shell) .form-row.place-order,
  body:has(.kh-checkout-shell) #place_order,
  body:has(.kh-checkout-shell) button#place_order {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 0 !important;
    transform: none !important;
  }

  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
  body:has(.kh-checkout-shell) .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0 !important;
  }
}
/* KH STYLE 1.9.33 - Louis Vuitton inspired footer */
.kh-lv-footer,
body .kh-lv-footer {
  background: #fff !important;
  color: #111 !important;
  border-top: 1px solid #dcdcdc !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: ltr;
}

.kh-lv-footer *,
.kh-lv-footer *::before,
.kh-lv-footer *::after {
  box-sizing: border-box;
}

.kh-lv-footer a {
  color: #111 !important;
  text-decoration-color: #111 !important;
  text-underline-offset: 4px;
}

.kh-lv-footer a:hover,
.kh-lv-footer a:focus {
  color: #111 !important;
}

.kh-footer-desktop {
  display: block !important;
}

.kh-footer-desktop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(64px, 9vw, 168px);
  min-height: 392px;
  padding: 46px clamp(40px, 8vw, 120px) 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.kh-footer-panel {
  min-width: 0;
}

.kh-footer-panel h3 {
  margin: 0 0 28px !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.kh-footer-panel-links {
  display: grid;
  gap: 20px;
}

.kh-footer-panel-links p,
.kh-footer-panel-links a,
.kh-footer-panel-links span {
  margin: 0 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

.kh-footer-menu,
.kh-footer-panel-links ul,
.kh-footer-accordion-body ul {
  display: grid !important;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kh-footer-panel:not(.kh-footer-contact-panel) .kh-footer-panel-links ul {
  justify-items: end !important;
  text-align: right !important;
  padding-inline-end: 12px !important;
}

.kh-footer-menu li,
.kh-footer-panel-links li,
.kh-footer-accordion-body li {
  margin: 0 !important;
  padding: 0 !important;
}

.kh-footer-menu a,
.kh-footer-panel-links li a,
.kh-footer-accordion-body li a {
  display: inline-flex;
  justify-self: end;
  text-align: right;
  color: #111 !important;
  text-decoration: none !important;
}

.kh-footer-panel-links a {
  text-decoration: none !important;
}

.kh-footer-mobile {
  display: none !important;
}

.kh-footer-bottom {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  min-height: 70px;
  padding: 18px clamp(40px, 8vw, 120px) 20px !important;
  border-top: 0 !important;
  background: #fff !important;
  color: #111 !important;
}

.kh-footer-language {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-decoration: underline !important;
}

.kh-footer-language svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kh-footer-legal,
.kh-footer-rights {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px !important;
  line-height: 1.3 !important;
  white-space: nowrap;
}

.kh-footer-legal a {
  text-decoration: none !important;
}

.kh-footer-rights span {
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

@media (max-width: 900px) {
  .kh-footer-desktop {
    display: none !important;
  }

  .kh-footer-mobile {
    display: block !important;
    padding: 18px 24px 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    margin-top: 18px;
  }

  .kh-footer-accordion {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .kh-footer-mobile-contact {
    margin: 0;
    padding: 15px 0 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  .kh-footer-mobile-contact h3 {
    margin: 0 0 12px !important;
    color: #111 !important;
    font-size: clamp(16px, 3.5vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .kh-footer-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    padding: 15px 0;
    color: #111;
    font-size: clamp(16px, 3.5vw, 24px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    list-style: none;
    cursor: pointer;
  }

  .kh-footer-accordion summary::-webkit-details-marker {
    display: none;
  }

  .kh-footer-accordion summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    color: #111;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
  }

  .kh-footer-accordion[open] summary::after {
    content: "-";
  }

  .kh-footer-accordion-body {
    display: grid;
    gap: 10px;
    padding: 0 0 14px;
  }

  .kh-footer-accordion-body ul {
    justify-items: end !important;
    text-align: right !important;
    padding-inline-end: 12px !important;
  }

  .kh-footer-accordion-body li,
  .kh-footer-accordion-body li a {
    justify-self: end !important;
    text-align: right !important;
  }

  .kh-footer-mobile-contact .kh-footer-accordion-body {
    padding-bottom: 0;
  }

  .kh-footer-accordion-body p,
  .kh-footer-accordion-body a,
  .kh-footer-accordion-body span {
    margin: 0;
    color: #111;
    font-size: 13px;
    line-height: 1.55;
  }

  .kh-footer-bottom {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: auto;
    padding: 14px 24px 18px !important;
    border-top: 0 !important;
  }

  .kh-footer-legal,
  .kh-footer-rights {
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    width: 100%;
    font-size: clamp(11px, 2.5vw, 16px) !important;
    line-height: 1.2 !important;
    white-space: normal;
  }

  .kh-footer-rights span {
    font-size: inherit !important;
  }

  .kh-footer-language {
    justify-content: center;
    gap: 8px;
    font-size: clamp(15px, 3.5vw, 21px) !important;
    line-height: 1.2 !important;
  }

  .kh-footer-language svg {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    stroke-width: 1.6;
  }

}

@media (max-width: 480px) {
  .kh-footer-mobile {
    padding-right: 22px;
    padding-left: 22px;
  }

  .kh-footer-accordion summary {
    min-height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
  }

  .kh-footer-mobile-contact h3 {
    font-size: 18px !important;
  }

  .kh-footer-legal,
  .kh-footer-rights {
    gap: 18px;
    font-size: 11px !important;
  }

  .kh-footer-language {
    font-size: 16px !important;
  }

  .kh-footer-language svg {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }
}

/* KH STYLE v1.9.51 final shop topbar and mobile menu lock */
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar,
body .kh-shop-topbar {
  display: grid !important;
  place-items: center !important;
  min-block-size: 32px !important;
  padding: 6px 16px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 12.5px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

body.post-type-archive-product .kh-shop-topbar span,
body.tax-product_cat .kh-shop-topbar span,
body.tax-product_tag .kh-shop-topbar span,
body .kh-shop-topbar span {
  max-width: min(900px, calc(100vw - 28px)) !important;
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  opacity: .9 !important;
}

body .kh-mega {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1600 !important;
  display: block !important;
  background: rgba(0, 0, 0, .48) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .34s ease, visibility .34s ease !important;
}

body .kh-mega.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body .kh-mega .kh-mega-inner {
  position: fixed !important;
  inset-block: 0 !important;
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
  width: min(86vw, 430px) !important;
  max-width: 430px !important;
  min-height: 100dvh !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, .92) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: -24px 0 80px rgba(0, 0, 0, .22) !important;
  transform: translate3d(104%, 0, 0) !important;
  transition: transform .46s cubic-bezier(.22, .72, .18, 1) !important;
}

body .kh-mega.is-open .kh-mega-inner {
  transform: translate3d(0, 0, 0) !important;
}

body .kh-mega-head {
  min-height: 72px !important;
  padding: 0 28px !important;
  border-bottom: 1px solid rgba(17, 17, 17, .12) !important;
  background: rgba(255, 255, 255, .78) !important;
  backdrop-filter: blur(12px) !important;
}

body .kh-menu-close {
  flex-direction: row-reverse !important;
  gap: 18px !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

body .kh-side-nav {
  display: block !important;
  overflow-y: auto !important;
  padding: 24px 28px 46px !important;
  background: rgba(255, 255, 255, .9) !important;
  scrollbar-width: none !important;
}

body .kh-side-nav-row,
body .kh-side-nav summary {
  min-height: 68px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, .12) !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(24px, 6.4vw, 34px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

body .kh-side-nav details {
  border: 0 !important;
}

body .kh-side-nav summary::after {
  content: "+" !important;
  color: #111 !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: clamp(32px, 7vw, 42px) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform .28s ease !important;
}

body .kh-side-nav details[open] > summary::after {
  transform: rotate(45deg) !important;
}

body .kh-side-nav-panel {
  display: grid !important;
  padding: 0 18px 6px 0 !important;
  animation: kh-side-panel-in .34s cubic-bezier(.22, .72, .18, 1) both !important;
}

body .kh-side-nav-panel a,
body .kh-side-nav-all {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
  color: rgba(17, 17, 17, .7) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

body .kh-side-nav-sub > summary {
  min-height: 48px !important;
  font-size: 18px !important;
}

body .kh-menu-tabs {
  display: none !important;
}

@media (max-width: 767px) {
  body.post-type-archive-product .kh-shop-topbar,
  body.tax-product_cat .kh-shop-topbar,
  body.tax-product_tag .kh-shop-topbar,
  body .kh-shop-topbar {
    min-block-size: 38px !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  body .kh-mega .kh-mega-inner {
    width: min(92vw, 390px) !important;
  }
}

/* KH STYLE v1.9.52 mobile hamburger dropdown animation */
@media (max-width: 767px) {
  body .kh-site-header {
    position: sticky !important;
    top: 0 !important;
    overflow: visible !important;
    z-index: 1700 !important;
  }

  body .kh-nav-trigger {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body .kh-nav-trigger .kh-menu-text {
    display: none !important;
  }

  body .kh-nav-trigger .kh-burger {
    width: 24px !important;
    height: 18px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  body .kh-nav-trigger .kh-burger span {
    width: 24px !important;
    height: 2px !important;
    display: block !important;
    flex: 0 0 2px !important;
    background: currentColor !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    transform: none !important;
    transform-origin: center !important;
    transition:
      transform .38s cubic-bezier(.4, 0, .2, 1),
      opacity .25s ease,
      width .3s ease !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(2) {
    width: 0 !important;
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  body .kh-mega {
    position: absolute !important;
    inset: auto 0 auto 0 !important;
    top: 100% !important;
    width: 100% !important;
    max-height: 0 !important;
    overflow: hidden !important;
    z-index: 1690 !important;
    display: block !important;
    background: #fff !important;
    border-top: 1px solid rgba(17, 17, 17, .08) !important;
    border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
    box-shadow: 0 22px 52px rgba(0, 0, 0, .08) !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: none !important;
    transition:
      max-height .45s cubic-bezier(.4, 0, .2, 1),
      opacity .3s ease .05s !important;
  }

  body .kh-mega.is-open {
    max-height: calc(100dvh - 110px) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body .kh-mega .kh-mega-inner {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 110px) !important;
    display: block !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    scrollbar-width: none !important;
  }

  body .kh-mega .kh-mega-inner::-webkit-scrollbar {
    display: none !important;
  }

  body .kh-mega.is-open .kh-mega-inner {
    transform: none !important;
  }

  body .kh-mega-head {
    display: none !important;
  }

  body .kh-side-nav {
    display: block !important;
    overflow: visible !important;
    padding: 0 20px 12px !important;
    background: #fff !important;
  }

  body .kh-side-nav-row,
  body .kh-side-nav summary {
    min-height: 54px !important;
    padding: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #222 !important;
    font-family: "Thmanyah Serif Display", serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
  }

  body .kh-side-nav summary::after {
    font-size: 28px !important;
    line-height: 1 !important;
    transition: transform .28s ease !important;
  }

  body .kh-side-nav-panel {
    padding: 0 14px 6px 0 !important;
    animation: kh-side-panel-in .34s cubic-bezier(.22, .72, .18, 1) both !important;
  }

  body .kh-side-nav-panel a,
  body .kh-side-nav-all {
    min-height: 40px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

html.kh-lock-scroll body .kh-mega:not(.is-open) {
    pointer-events: none !important;
  }
}

/* KH STYLE v1.9.53 mobile header hamburger sizing and solid state */
@media (max-width: 767px) {
  body .kh-site-header,
  body .kh-site-header.kh-header-solid,
  body.post-type-archive-product .kh-site-header,
  body.tax-product_cat .kh-site-header,
  body.tax-product_tag .kh-site-header,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  body.tax-product_tag .kh-site-header:not(.kh-header-solid) {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    min-height: 62px !important;
    background: #fff !important;
    color: #111 !important;
    border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
    box-shadow: none !important;
    z-index: 1700 !important;
  }

  body .kh-header-inner,
  body.post-type-archive-product .kh-header-inner,
  body.tax-product_cat .kh-header-inner,
  body.tax-product_tag .kh-header-inner {
    min-height: 62px !important;
    height: 62px !important;
    padding-inline: 18px !important;
    background: #fff !important;
    color: #111 !important;
    grid-template-columns: 1fr auto 1fr !important;
  }

  body .kh-header-menu {
    grid-column: 1 !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    direction: rtl !important;
    gap: 8px !important;
  }

  body .kh-header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    direction: rtl !important;
    gap: 8px !important;
  }

  body .kh-header-logo {
    grid-column: 2 !important;
  }

  body .kh-site-header .kh-icon-link,
  body .kh-site-header .kh-mobile-search-trigger,
  body .kh-site-header .kh-nav-trigger,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-icon-link,
  body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-icon-link,
  body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-icon-link,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
  body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
  body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-nav-trigger {
    color: #111 !important;
  }

  body .kh-site-header .kh-header-logo img,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
    filter: none !important;
  }

  body .kh-nav-trigger,
  body .kh-mobile-search-trigger,
  body .kh-header-actions .kh-icon-link {
    inline-size: 30px !important;
    block-size: 30px !important;
    min-inline-size: 30px !important;
  }

  body .kh-nav-trigger .kh-burger {
    width: 15px !important;
    height: 12px !important;
    gap: 3.5px !important;
  }

  body .kh-nav-trigger .kh-burger span {
    width: 15px !important;
    height: 1.25px !important;
    flex-basis: 1.25px !important;
    background: #111 !important;
    border-radius: 999px !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(1) {
    transform: translateY(4.75px) rotate(45deg) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(2) {
    width: 0 !important;
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(3) {
    transform: translateY(-4.75px) rotate(-45deg) !important;
  }

  body .kh-header-actions .kh-icon-link svg,
  body .kh-mobile-search-trigger svg {
    inline-size: 16px !important;
    block-size: 16px !important;
    stroke: #111 !important;
  }

  body .kh-mega {
    top: 100% !important;
  }

  body .kh-side-nav-row,
  body .kh-side-nav summary {
    min-height: 48px !important;
    font-size: 15px !important;
  }

  body .kh-side-nav summary::after {
    font-size: 22px !important;
  }

  body .kh-side-nav-panel a,
  body .kh-side-nav-all {
    min-height: 34px !important;
    font-size: 11px !important;
  }
}

/* KH STYLE v1.9.54 mobile header correction */
@media (max-width: 767px) {
  body .kh-header-inner,
  body.post-type-archive-product .kh-header-inner,
  body.tax-product_cat .kh-header-inner,
  body.tax-product_tag .kh-header-inner {
    grid-template-columns: 78px minmax(72px, auto) 78px !important;
    column-gap: 0 !important;
    padding-inline: 12px !important;
  }

  body .kh-header-menu {
    grid-column: 1 !important;
    width: 78px !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    align-items: center !important;
    direction: rtl !important;
    gap: 5px !important;
  }

  body .kh-header-actions {
    grid-column: 3 !important;
    width: 78px !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    align-items: center !important;
    direction: ltr !important;
    gap: 5px !important;
  }

  body .kh-cart-link {
    order: 2 !important;
  }

  body .kh-account-link {
    order: 1 !important;
  }

  body .kh-nav-trigger,
  body .kh-mobile-search-trigger,
  body .kh-header-actions .kh-icon-link {
    inline-size: 24px !important;
    block-size: 30px !important;
    min-inline-size: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body .kh-nav-trigger .kh-burger {
    position: relative !important;
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    overflow: visible !important;
  }

  body .kh-nav-trigger .kh-burger span {
    position: absolute !important;
    left: 0 !important;
    width: 13px !important;
    height: 1.35px !important;
    min-height: 1.35px !important;
    max-height: 1.35px !important;
    display: block !important;
    flex: none !important;
    background: #111 !important;
    border-radius: 999px !important;
    opacity: 1 !important;
    transform: none !important;
    transform-origin: 50% 50% !important;
  }

  body .kh-nav-trigger .kh-burger span:nth-child(1) {
    top: 2px !important;
  }

  body .kh-nav-trigger .kh-burger span:nth-child(2) {
    top: 6px !important;
  }

  body .kh-nav-trigger .kh-burger span:nth-child(3) {
    top: 10px !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(1) {
    top: 6px !important;
    transform: rotate(45deg) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(2) {
    top: 6px !important;
    width: 13px !important;
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  body .kh-nav-trigger[aria-expanded="true"] .kh-burger span:nth-child(3) {
    top: 6px !important;
    transform: rotate(-45deg) !important;
  }

  body .kh-header-actions .kh-icon-link svg,
  body .kh-mobile-search-trigger svg {
    inline-size: 15px !important;
    block-size: 15px !important;
  }

  body .kh-cart-drawer {
    position: fixed !important;
    inset-inline: 0 !important;
    top: 62px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    z-index: 1690 !important;
    border-radius: 0 0 12px 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .12) !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: none !important;
    transition:
      max-height .42s cubic-bezier(.4, 0, .2, 1),
      opacity .24s ease !important;
  }

  body .kh-cart-drawer.is-open {
    max-height: calc(100dvh - 62px) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body .kh-cart-drawer h2 {
    min-height: 48px !important;
    padding: 0 46px !important;
    border-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  body .kh-cart-drawer .kh-overlay-close {
    top: 12px !important;
    left: 18px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 22px !important;
    color: #111 !important;
  }

  body .kh-mini-cart {
    max-height: calc(100dvh - 110px) !important;
    overflow: hidden !important;
  }

  body .kh-mini-cart-body {
    max-height: calc(100dvh - 250px) !important;
  }

  html.kh-lock-scroll body .kh-cart-drawer {
    pointer-events: auto !important;
  }

  body .kh-search-overlay {
    position: fixed !important;
    inset-inline: 0 !important;
    top: 62px !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    z-index: 1690 !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .1) !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transition:
      max-height .34s cubic-bezier(.4, 0, .2, 1),
      opacity .22s ease !important;
  }

  body .kh-search-overlay.is-open {
    max-height: 180px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body .kh-search-overlay-inner {
    width: 100% !important;
    min-block-size: 0 !important;
    padding: 18px 18px 22px !important;
  }

  body .kh-search-overlay .kh-overlay-close {
    display: none !important;
  }

  body .kh-search-large {
    gap: 10px !important;
    max-inline-size: none !important;
  }

  body .kh-search-large input {
    min-block-size: 44px !important;
    font-size: 16px !important;
    text-align: right !important;
  }
}

/* KH STYLE v1.9.55 mobile header edge icon placement */
@media (max-width: 767px) {
  body .kh-site-header,
  body.post-type-archive-product .kh-site-header,
  body.tax-product_cat .kh-site-header,
  body.tax-product_tag .kh-site-header {
    min-height: 58px !important;
  }

  body .kh-site-header > .kh-header-inner,
  body.post-type-archive-product .kh-site-header > .kh-header-inner,
  body.tax-product_cat .kh-site-header > .kh-header-inner,
  body.tax-product_tag .kh-site-header > .kh-header-inner {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
  }

  body .kh-site-header > .kh-header-inner > .kh-header-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    width: 68px !important;
    height: 42px !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
  }

  body .kh-site-header > .kh-header-inner > .kh-header-menu {
    position: absolute !important;
    left: 14px !important;
    right: auto !important;
    top: 50% !important;
    z-index: 3 !important;
    display: flex !important;
    width: auto !important;
    height: 30px !important;
    min-width: 0 !important;
    transform: translateY(-50%) !important;
    align-items: center !important;
    justify-content: flex-start !important;
    direction: rtl !important;
    gap: 3px !important;
  }

  body .kh-site-header > .kh-header-inner > .kh-header-actions {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    top: 50% !important;
    z-index: 3 !important;
    display: flex !important;
    width: auto !important;
    height: 30px !important;
    min-width: 0 !important;
    transform: translateY(-50%) !important;
    align-items: center !important;
    justify-content: flex-end !important;
    direction: ltr !important;
    gap: 3px !important;
  }

  body .kh-site-header .kh-nav-trigger,
  body .kh-site-header .kh-mobile-search-trigger,
  body .kh-site-header .kh-header-actions .kh-icon-link {
    width: 24px !important;
    min-width: 24px !important;
    height: 30px !important;
    min-height: 30px !important;
    flex: 0 0 24px !important;
  }

  body .kh-site-header .kh-nav-trigger {
    order: 1 !important;
  }

  body .kh-site-header .kh-mobile-search-trigger {
    order: 2 !important;
  }

  body .kh-site-header .kh-account-link {
    order: 1 !important;
  }

  body .kh-site-header .kh-cart-link {
    order: 2 !important;
  }

  body .kh-site-header .kh-cart-count {
    display: none !important;
  }

  body .kh-mega,
  body .kh-cart-drawer,
  body .kh-search-overlay {
    top: 58px !important;
  }

  body .kh-mega.is-open,
  body .kh-cart-drawer.is-open {
    max-height: calc(100dvh - 58px) !important;
  }
}

/* KH STYLE v1.9.56 mobile footer and direct utility pages */
@media (max-width: 900px) {
  body .kh-lv-footer .kh-footer-accordion summary {
    min-height: 48px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  body .kh-lv-footer .kh-footer-accordion summary::after {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
    font-size: 20px !important;
  }

  body .kh-lv-footer .kh-footer-language {
    font-size: 14.5px !important;
    line-height: 1.2 !important;
  }
}


@media (max-width: 480px) {
  body .kh-lv-footer .kh-footer-accordion summary {
    min-height: 46px !important;
    font-size: 15px !important;
  }

  body .kh-lv-footer .kh-footer-language {
    font-size: 14.5px !important;
  }
}

body.page-template-page-contact-php .kh-page-hero,
body.page-template-page-terms-php .kh-page-hero,
body.page-template-page-contact .kh-page-hero,
body.page-template-page-terms .kh-page-hero,
body.woocommerce-account .kh-page-hero,
body.woocommerce-account .entry-header,
body.woocommerce-account .entry-title,
body.woocommerce-account h1.page-title,
body.woocommerce-account .woocommerce-products-header,
body.woocommerce-account .woocommerce-products-header__title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.page-template-page-contact-php .kh-main,
body.page-template-page-terms-php .kh-main,
body.page-template-page-contact .kh-main,
body.page-template-page-terms .kh-main,
body.woocommerce-account .kh-main,
body.woocommerce-account .site-main,
body.woocommerce-account .content-area,
body.woocommerce-account article,
body.woocommerce-account .entry-content,
body.woocommerce-account .woocommerce {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-template-page-contact-php .kh-page-direct,
body.page-template-page-terms-php .kh-page-direct,
body.page-template-page-contact .kh-page-direct,
body.page-template-page-terms .kh-page-direct,
body.page-template-page-contact-php .kh-contact-grid,
body.page-template-page-terms-php .kh-terms,
body.page-template-page-contact .kh-contact-grid,
body.page-template-page-terms .kh-terms,
body.woocommerce-account .woocommerce {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* KH STYLE v1.9.57 add-to-cart popup and terms top flush */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-message {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body .kh-toast {
  position: fixed !important;
  inset-block-start: 92px !important;
  inset-block-end: auto !important;
  inset-inline-start: 50% !important;
  z-index: 2200 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  max-width: calc(100vw - 40px) !important;
  min-height: 44px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(17, 17, 17, .12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #111 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16) !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  transform: translate(-50%, -14px) scale(.96) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity .24s ease,
    transform .34s cubic-bezier(.2, .75, .25, 1.15) !important;
}

body .kh-toast::before {
  content: "✓" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 18px !important;
  height: 18px !important;
  margin-inline-end: 8px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

body .kh-toast.is-visible {
  opacity: 1 !important;
  transform: translate(-50%, 0) scale(1) !important;
}

html:has(body.page-template-page-terms-php),
html:has(body.page-template-page-terms),
body.page-template-page-terms-php,
body.page-template-page-terms {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.page-template-page-terms-php #wpadminbar,
body.page-template-page-terms #wpadminbar {
  display: none !important;
  height: 0 !important;
}

body.page-template-page-terms-php > .kh-site-header:first-of-type,
body.page-template-page-terms > .kh-site-header:first-of-type,
body.page-template-page-terms-php .kh-site-header,
body.page-template-page-terms .kh-site-header {
  top: 0 !important;
  margin-top: 0 !important;
}

body.page-template-page-terms-php .kh-main,
body.page-template-page-terms .kh-main,
body.page-template-page-terms-php main,
body.page-template-page-terms main,
body.page-template-page-terms-php .kh-terms,
body.page-template-page-terms .kh-terms {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  body .kh-toast {
    inset-block-start: 72px !important;
    min-width: 190px !important;
    min-height: 40px !important;
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}

/* KH STYLE v1.9.58 cart flush, checkout stability and tiny page breathing */
html:has(body.woocommerce-cart),
html:has(body.woocommerce-cart).wp-toolbar,
body.woocommerce-cart,
body.woocommerce-cart.admin-bar,
body.woocommerce-cart.customize-support {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.woocommerce-cart #wpadminbar,
body.woocommerce-cart .kh-skip-link,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body:not(.woocommerce-checkout) .woocommerce-message,
body:not(.woocommerce-checkout) .woocommerce-notices-wrapper .woocommerce-message {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

body.woocommerce-cart .kh-main,
body.woocommerce-cart #content,
body.woocommerce-cart main,
body.woocommerce-cart .site,
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart article,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .kh-cart-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.woocommerce-cart .kh-cart-page-head {
  margin-top: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-row,
body:has(.kh-checkout-shell) .kh-checkout-login-row {
  margin-top: 6px !important;
}

body.page-template-page-terms-php .kh-terms,
body.page-template-page-terms .kh-terms {
  padding-top: 6px !important;
}

.kh-mini-qty-control.is-updating {
  opacity: .55 !important;
  pointer-events: none !important;
}

/* KH STYLE v1.9.61 checkout fragment and coupon stability */
body.woocommerce-checkout .kh-checkout-coupon-form:not(.is-open),
body:has(.kh-checkout-shell) .kh-checkout-coupon-form:not(.is-open) {
  display: none !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form.is-open,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form.is-open {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  max-height: 132px !important;
  margin-top: 14px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form input.input-text,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form input.input-text {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form button.button,
body.woocommerce-checkout .kh-checkout-coupon-form button[name="apply_coupon"],
body.woocommerce-checkout .kh-checkout-coupon-form button.button:hover,
body.woocommerce-checkout .kh-checkout-coupon-form button.button:focus,
body.woocommerce-checkout .kh-checkout-coupon-form button.button:active,
body.woocommerce-checkout .kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body.woocommerce-checkout .kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body.woocommerce-checkout .kh-checkout-coupon-form button[name="apply_coupon"]:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button[name="apply_coupon"],
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button.button:active,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button[name="apply_coupon"]:hover,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button[name="apply_coupon"]:focus,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form button[name="apply_coupon"]:active {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 10px 0 0 !important;
  background: #2c3338 !important;
  background-color: #2c3338 !important;
  background-image: none !important;
  color: #fff !important;
  border: 1px solid #2c3338 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-coupon-form.is-updating,
body:has(.kh-checkout-shell) .kh-checkout-coupon-form.is-updating {
  opacity: .6 !important;
  pointer-events: none !important;
}

/* KH STYLE 1.9.71 root-fix: scoped top flush, cart header, cart quantity */
html:has(body.post-type-archive-product),
html:has(body.tax-product_cat),
html:has(body.tax-product_tag),
html:has(body.single-product),
html:has(body.woocommerce-account),
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,
body.woocommerce-account {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.post-type-archive-product #wpadminbar,
body.tax-product_cat #wpadminbar,
body.tax-product_tag #wpadminbar,
body.single-product #wpadminbar,
body.woocommerce-account #wpadminbar,
body.post-type-archive-product .kh-skip-link,
body.tax-product_cat .kh-skip-link,
body.tax-product_tag .kh-skip-link,
body.single-product .kh-skip-link,
body.woocommerce-account .kh-skip-link {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

body.post-type-archive-product > .kh-shop-topbar:first-of-type,
body.tax-product_cat > .kh-shop-topbar:first-of-type,
body.tax-product_tag > .kh-shop-topbar:first-of-type,
body.single-product > .kh-shop-topbar:first-of-type,
body.woocommerce-account > .kh-shop-topbar:first-of-type,
body.post-type-archive-product.admin-bar > .kh-shop-topbar:first-of-type,
body.tax-product_cat.admin-bar > .kh-shop-topbar:first-of-type,
body.tax-product_tag.admin-bar > .kh-shop-topbar:first-of-type,
body.single-product.admin-bar > .kh-shop-topbar:first-of-type,
body.woocommerce-account.admin-bar > .kh-shop-topbar:first-of-type,
body.post-type-archive-product.customize-support > .kh-shop-topbar:first-of-type,
body.tax-product_cat.customize-support > .kh-shop-topbar:first-of-type,
body.tax-product_tag.customize-support > .kh-shop-topbar:first-of-type,
body.single-product.customize-support > .kh-shop-topbar:first-of-type,
body.woocommerce-account.customize-support > .kh-shop-topbar:first-of-type,
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar,
body.single-product .kh-shop-topbar,
body.woocommerce-account .kh-shop-topbar,
body.single-product .kh-site-header,
body.woocommerce-account .kh-site-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.post-type-archive-product .kh-main,
body.tax-product_cat .kh-main,
body.tax-product_tag .kh-main,
body.single-product .kh-main,
body.woocommerce-account .kh-main,
body.post-type-archive-product #content,
body.tax-product_cat #content,
body.tax-product_tag #content,
body.single-product #content,
body.woocommerce-account #content,
body.single-product .site,
body.woocommerce-account .site,
body.single-product .site-main,
body.woocommerce-account .site-main,
body.single-product .content-area,
body.woocommerce-account .content-area,
body.single-product article,
body.woocommerce-account article,
body.single-product .entry-content,
body.woocommerce-account .entry-content,
body.single-product .woocommerce,
body.woocommerce-account .woocommerce,
body.single-product.woocommerce div.product {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.woocommerce-cart .kh-cart-page {
  padding-top: 72px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back {
  position: absolute !important;
  top: 0 !important;
  right: 28px !important;
  left: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 72px !important;
  min-height: 72px !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span {
  display: inline-block !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 82px !important;
  max-width: 82px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 82px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

body.woocommerce-cart .kh-cart-head-spacer {
  display: none !important;
}

body.woocommerce-cart .kh-qty-control {
  display: inline-grid !important;
  direction: ltr !important;
  grid-template-columns: 34px 40px 34px !important;
  align-items: center !important;
  justify-items: center !important;
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.woocommerce-cart .kh-qty-control .kh-qty-btn {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.woocommerce-cart .kh-qty-control .kh-qty-btn::before,
body.woocommerce-cart .kh-qty-control .kh-qty-btn::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .kh-qty-control [data-kh-qty-minus] {
  grid-column: 1 !important;
}

body.woocommerce-cart .kh-qty-control input.qty,
body.woocommerce-cart .kh-qty-control input.kh-cart-qty-input,
body.woocommerce-cart .kh-qty-control input.qty.kh-cart-qty-input {
  grid-column: 2 !important;
  position: static !important;
  display: block !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, .14) !important;
  border-right: 1px solid rgba(0, 0, 0, .14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
}

body.woocommerce-cart .kh-qty-control [data-kh-qty-plus] {
  grid-column: 3 !important;
}

body.woocommerce-cart .kh-qty-control input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .kh-qty-control input.qty::-webkit-inner-spin-button,
body.woocommerce-cart .kh-qty-control input.kh-cart-qty-input::-webkit-outer-spin-button,
body.woocommerce-cart .kh-qty-control input.kh-cart-qty-input::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-page {
    padding-top: 56px !important;
  }

  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding-inline: 18px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back {
    right: 18px !important;
    height: 56px !important;
    min-height: 56px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .kh-cart-page-logo,
  body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo {
    width: 58px !important;
    max-width: 58px !important;
  }

  body.woocommerce-cart .kh-cart-page-logo img,
  body.woocommerce-cart .kh-cart-page-logo svg {
    max-height: 30px !important;
  }

  body.woocommerce-cart .kh-qty-control {
    grid-template-columns: 32px 38px 32px !important;
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;
  }

  body.woocommerce-cart .kh-qty-control .kh-qty-btn {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }

  body.woocommerce-cart .kh-qty-control input.qty,
  body.woocommerce-cart .kh-qty-control input.kh-cart-qty-input,
  body.woocommerce-cart .kh-qty-control input.qty.kh-cart-qty-input {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
  }
}

/* KH STYLE 1.9.71 root-fix2: cart page independent lock */
.kh-cart-page {
  padding-top: 72px !important;
}

.kh-cart-page .kh-cart-layout {
  margin-top: 36px !important;
}

.kh-cart-page .kh-cart-page-head,
.kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid #e6e6e6 !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.kh-cart-page .kh-cart-back,
.kh-cart-page .kh-cart-back.kh-checkout-back {
  position: absolute !important;
  top: 0 !important;
  right: 28px !important;
  left: auto !important;
  z-index: 2 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 72px !important;
  min-height: 72px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.kh-cart-page .kh-cart-back span,
.kh-cart-page .kh-cart-back.kh-checkout-back span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}

.kh-cart-page .kh-cart-page-logo,
.kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 82px !important;
  max-width: 82px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

.kh-cart-page .kh-cart-page-logo img,
.kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 82px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.kh-cart-page .kh-cart-head-spacer {
  display: none !important;
}

.kh-cart-page .kh-qty-control {
  display: grid !important;
  direction: ltr !important;
  grid-template-columns: 34px 40px 34px !important;
  align-items: center !important;
  justify-items: center !important;
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.kh-cart-page .kh-qty-control .kh-qty-btn {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-transform: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.kh-cart-page .kh-qty-control .kh-qty-btn::before {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.kh-cart-page .kh-qty-control .kh-qty-btn::after {
  display: none !important;
  content: none !important;
}

.kh-cart-page .kh-qty-control [data-kh-qty-minus] {
  grid-column: 1 !important;
}

.kh-cart-page .kh-qty-control [data-kh-qty-minus]::before {
  content: "-" !important;
}

.kh-cart-page .kh-qty-control input.qty,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input,
.kh-cart-page .kh-qty-control input.qty.kh-cart-qty-input {
  grid-column: 2 !important;
  position: static !important;
  display: block !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, .14) !important;
  border-right: 1px solid rgba(0, 0, 0, .14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
}

.kh-cart-page .kh-qty-control [data-kh-qty-plus] {
  grid-column: 3 !important;
}

.kh-cart-page .kh-qty-control [data-kh-qty-plus]::before {
  content: "+" !important;
}

.kh-cart-page .kh-qty-control input.qty::-webkit-outer-spin-button,
.kh-cart-page .kh-qty-control input.qty::-webkit-inner-spin-button,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input::-webkit-outer-spin-button,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

@media (max-width: 767px) {
  .kh-cart-page {
    padding-top: 56px !important;
  }

  .kh-cart-page .kh-cart-layout {
    margin-top: 28px !important;
  }

  .kh-cart-page .kh-cart-page-head,
  .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding-inline: 18px !important;
  }

  .kh-cart-page .kh-cart-back,
  .kh-cart-page .kh-cart-back.kh-checkout-back {
    right: 18px !important;
    height: 56px !important;
    min-height: 56px !important;
    font-size: 13px !important;
    line-height: 13px !important;
  }

  .kh-cart-page .kh-cart-back span,
  .kh-cart-page .kh-cart-back.kh-checkout-back span {
    height: 13px !important;
    font-size: 17px !important;
    line-height: 13px !important;
  }

  .kh-cart-page .kh-cart-page-logo,
  .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
    width: 58px !important;
    max-width: 58px !important;
  }

  .kh-cart-page .kh-cart-page-logo img,
  .kh-cart-page .kh-cart-page-logo svg {
    max-height: 30px !important;
  }

  .kh-cart-page .kh-qty-control {
    grid-template-columns: 32px 38px 32px !important;
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;
  }

  .kh-cart-page .kh-qty-control .kh-qty-btn {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
  }

  .kh-cart-page .kh-qty-control input.qty,
  .kh-cart-page .kh-qty-control input.kh-cart-qty-input,
  .kh-cart-page .kh-qty-control input.qty.kh-cart-qty-input {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
  }
}

/* KH STYLE 1.9.71 root-fix3: inline cart template finalizer */
.kh-cart-page .kh-qty-control input.qty,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input,
.kh-cart-page .kh-qty-control input.qty.kh-cart-qty-input {
  position: absolute !important;
  top: 0 !important;
  left: 34px !important;
  right: auto !important;
  display: block !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, .14) !important;
  border-right: 1px solid rgba(0, 0, 0, .14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  box-shadow: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
}

.kh-cart-page .kh-qty-control input.qty::-webkit-outer-spin-button,
.kh-cart-page .kh-qty-control input.qty::-webkit-inner-spin-button,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input::-webkit-outer-spin-button,
.kh-cart-page .kh-qty-control input.kh-cart-qty-input::-webkit-inner-spin-button {
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

@media (max-width: 767px) {
  .kh-cart-page {
    padding-top: 84px !important;
  }

  .kh-cart-page .kh-cart-page-head,
  .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    height: 56px !important;
    min-height: 56px !important;
    padding-inline: 18px !important;
  }

  .kh-cart-page .kh-cart-back,
  .kh-cart-page .kh-cart-back.kh-checkout-back {
    right: 18px !important;
    height: 56px !important;
    min-height: 56px !important;
    font-size: 13px !important;
    line-height: 13px !important;
  }

  .kh-cart-page .kh-cart-back span,
  .kh-cart-page .kh-cart-back.kh-checkout-back span {
    height: 13px !important;
    font-size: 17px !important;
    line-height: 13px !important;
  }

  .kh-cart-page .kh-cart-page-logo,
  .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
    width: 58px !important;
    max-width: 58px !important;
  }

  .kh-cart-page .kh-cart-page-logo img,
  .kh-cart-page .kh-cart-page-logo svg {
    max-height: 30px !important;
  }

  .kh-cart-page .kh-qty-control {
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;
  }

  .kh-cart-page .kh-qty-control [data-kh-qty-minus],
  .kh-cart-page .kh-qty-control [data-kh-qty-plus] {
    width: 32px !important;
  }

  .kh-cart-page .kh-qty-control input.qty,
  .kh-cart-page .kh-qty-control input.kh-cart-qty-input,
  .kh-cart-page .kh-qty-control input.qty.kh-cart-qty-input {
    left: 32px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
  }
}

/* Final cart header override: keep cart identical to checkout. */
body.woocommerce-cart .kh-cart-page {
  padding-top: 60px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
.kh-cart-page .kh-cart-page-head,
.kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  top: 0 !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 72px) !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
.kh-cart-page .kh-cart-back,
.kh-cart-page .kh-cart-back.kh-checkout-back {
  position: static !important;
  z-index: 2 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  height: 60px !important;
  min-height: 60px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
.kh-cart-page .kh-cart-back span,
.kh-cart-page .kh-cart-back.kh-checkout-back span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  position: static !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
.kh-cart-page .kh-cart-page-logo,
.kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: static !important;
  z-index: 1 !important;
  display: block !important;
  justify-self: center !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg,
.kh-cart-page .kh-cart-page-logo img,
.kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 58px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
  .kh-cart-page .kh-cart-page-head,
  .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  .kh-cart-page .kh-cart-back,
  .kh-cart-page .kh-cart-back.kh-checkout-back {
    height: 54px !important;
    min-height: 54px !important;
  }
}

/* KH final EOF cart override: checkout-matched header and mobile separated cards. */
body.woocommerce-cart .kh-cart-page {
  padding-top: 60px !important;
}

body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  top: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 60px !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 72px) !important;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
  position: static !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-self: start !important;
  height: 60px !important;
  min-height: 60px !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back span {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 12px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: static !important;
  display: block !important;
  justify-self: center !important;
  width: 58px !important;
  max-width: 58px !important;
  height: auto !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

body.woocommerce-cart .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page-logo svg,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo img,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo svg {
  display: block !important;
  width: 100% !important;
  max-width: 58px !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-page {
    padding-top: 54px !important;
  }

  body.woocommerce-cart .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
  body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
    grid-template-columns: 72px minmax(0, 1fr) 72px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding-inline: 14px !important;
  }

  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
    height: 54px !important;
    min-height: 54px !important;
    font-size: 13px !important;
  }

  body.woocommerce-cart .kh-cart-items {
    display: grid !important;
    gap: 16px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-cart .kh-cart-line,
  body.woocommerce-cart .kh-cart-line.cart_item {
    overflow: hidden !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 4px !important;
    background: #fff !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  body.woocommerce-cart .kh-cart-line + .kh-cart-line {
    margin-top: 0 !important;
  }
}

/* KH absolute last cart alignment fix. */
body.woocommerce-cart .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page-head.kh-checkout-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head,
body.woocommerce-cart .kh-cart-page .kh-cart-page-head.kh-checkout-page-head {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
}

body.woocommerce-cart .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page-logo.kh-checkout-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo,
body.woocommerce-cart .kh-cart-page .kh-cart-page-logo.kh-checkout-page-logo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  justify-self: auto !important;
  width: 58px !important;
  max-width: 58px !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

body.woocommerce-cart .kh-cart-back,
body.woocommerce-cart .kh-cart-back.kh-checkout-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
  position: absolute !important;
  top: 0 !important;
  right: clamp(18px, 4vw, 72px) !important;
  left: auto !important;
  height: 60px !important;
  min-height: 60px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  line-height: 1 !important;
}

body.woocommerce-cart .kh-cart-back span,
body.woocommerce-cart .kh-cart-back.kh-checkout-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back span,
body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back span {
  align-self: center !important;
  line-height: 1 !important;
  transform: translateY(1px) !important;
  -webkit-transform: translateY(1px) !important;
}

@media (max-width: 767px) {
  body.woocommerce-cart .kh-cart-back,
  body.woocommerce-cart .kh-cart-back.kh-checkout-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back,
  body.woocommerce-cart .kh-cart-page .kh-cart-back.kh-checkout-back {
    right: 14px !important;
    height: 54px !important;
    min-height: 54px !important;
  }

  body.woocommerce-cart .kh-cart-line-top {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: right !important;
  }

  body.woocommerce-cart .kh-cart-line-name,
  body.woocommerce-cart .kh-cart-line-price {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-align: right !important;
    justify-self: end !important;
    align-self: flex-end !important;
  }
}

/* KH checkout quantity action fix: keep qty buttons clickable during AJAX refresh. */
body.woocommerce-checkout .kh-checkout-review-item.is-updating,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating {
  pointer-events: auto !important;
}

body.woocommerce-checkout .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control,
body.woocommerce-checkout .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control button,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control button {
  pointer-events: auto !important;
}

/* KH checkout quantity hard unlock: never visually or functionally disable qty controls. */
body.woocommerce-checkout .kh-checkout-review-item.is-updating,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.woocommerce-checkout .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control,
body.woocommerce-checkout .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control button,
body.woocommerce-checkout .kh-checkout-review-qty-control button:disabled,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control,
body:has(.kh-checkout-shell) .kh-checkout-review-item.is-updating .kh-checkout-review-qty-control button,
body:has(.kh-checkout-shell) .kh-checkout-review-qty-control button:disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  filter: none !important;
}

/* KH checkout qty final force: buttons stay active after quantity clicks. */
body.woocommerce-checkout [data-kh-checkout-qty],
body.woocommerce-checkout [data-kh-checkout-qty]:disabled,
body:has(.kh-checkout-shell) [data-kh-checkout-qty],
body:has(.kh-checkout-shell) [data-kh-checkout-qty]:disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

/* KH shop final fix: remove white gap above announcement and normalize card price display. */
html,
body,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.post-type-archive-product::before,
body.tax-product_cat::before,
body.tax-product_tag::before {
  display: none !important;
  content: none !important;
}

body.post-type-archive-product > .kh-shop-topbar:first-of-type,
body.tax-product_cat > .kh-shop-topbar:first-of-type,
body.tax-product_tag > .kh-shop-topbar:first-of-type,
body.post-type-archive-product > .kh-skip-link + .kh-shop-topbar,
body.tax-product_cat > .kh-skip-link + .kh-shop-topbar,
body.tax-product_tag > .kh-skip-link + .kh-shop-topbar,
.kh-shop-topbar {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  transform: none !important;
}

body.post-type-archive-product.admin-bar > .kh-shop-topbar:first-of-type,
body.tax-product_cat.admin-bar > .kh-shop-topbar:first-of-type,
body.tax-product_tag.admin-bar > .kh-shop-topbar:first-of-type,
body.post-type-archive-product.customize-support > .kh-shop-topbar:first-of-type,
body.tax-product_cat.customize-support > .kh-shop-topbar:first-of-type,
body.tax-product_tag.customize-support > .kh-shop-topbar:first-of-type {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.kh-shop-card-price {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

.kh-shop-card-price .cur {
  order: 0 !important;
}

.kh-shop-card-price .now,
.kh-shop-card-price .was {
  order: 1 !important;
}

.kh-shop-card-price-label {
  direction: rtl !important;
  unicode-bidi: isolate !important;
  color: #000 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* KH shop fix8: absolute top flush, inline OMR price, no preorder hover. */
html:has(body.post-type-archive-product),
html:has(body.tax-product_cat),
html:has(body.tax-product_tag),
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  transform: none !important;
}

body.post-type-archive-product #wpadminbar,
body.tax-product_cat #wpadminbar,
body.tax-product_tag #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}

body.post-type-archive-product > .kh-shop-topbar:first-of-type,
body.tax-product_cat > .kh-shop-topbar:first-of-type,
body.tax-product_tag > .kh-shop-topbar:first-of-type,
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar {
  position: relative !important;
  top: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  transform: translateY(0) !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price,
.kh-shop-card-price {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card-price .cur {
  order: 0 !important;
  display: inline !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card-price .now {
  order: 1 !important;
  display: inline !important;
  font-size: 21.5px !important;
  line-height: 1.1 !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .was,
.kh-shop-card .kh-shop-card-price .was,
.kh-shop-card-price .was {
  order: 2 !important;
  display: inline !important;
}

.kh-shop-card-price-label {
  display: block !important;
  direction: rtl !important;
  white-space: normal !important;
}

.kh-preorder-header-link,
.kh-preorder-header-link:hover,
.kh-preorder-header-link:focus,
.kh-preorder-header-link:active,
.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover,
.post-type-archive-product .kh-site-header.kh-header-solid .kh-preorder-header-link:hover,
.tax-product_cat .kh-site-header.kh-header-solid .kh-preorder-header-link:hover,
.tax-product_tag .kh-site-header.kh-header-solid .kh-preorder-header-link:hover {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .85) !important;
}

.post-type-archive-product .kh-site-header.kh-header-solid .kh-preorder-header-link,
.post-type-archive-product .kh-site-header.kh-header-solid .kh-preorder-header-link:hover,
.tax-product_cat .kh-site-header.kh-header-solid .kh-preorder-header-link,
.tax-product_cat .kh-site-header.kh-header-solid .kh-preorder-header-link:hover,
.tax-product_tag .kh-site-header.kh-header-solid .kh-preorder-header-link,
.tax-product_tag .kh-site-header.kh-header-solid .kh-preorder-header-link:hover {
  color: var(--kh-shop-ink) !important;
  border-color: var(--kh-shop-ink) !important;
}

/* KH shop fix9: remove top gap, refine prices, and style variable-price link. */
html:has(body.kh-shop-flush-page),
body.kh-shop-flush-page {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.kh-shop-flush-page #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  inset-block-start: -9999px !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body.kh-shop-flush-page::before {
  display: none !important;
  content: none !important;
  block-size: 0 !important;
}

body.kh-shop-flush-page > style#kh-shop-top-flush:first-child + .kh-shop-topbar,
body.kh-shop-flush-page > .kh-shop-topbar:first-child,
body.kh-shop-flush-page > .kh-shop-topbar:first-of-type {
  display: flex !important;
  position: relative !important;
  inset-block-start: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
  transform: translateY(0) !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price,
.kh-shop-card-price {
  gap: 5px !important;
  font-size: 20px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card-price .cur {
  font-size: 12px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card-price .now {
  font-size: 20px !important;
}

.woocommerce ul.products li.product.kh-shop-card a.kh-shop-card-price-label,
.kh-shop-card a.kh-shop-card-price-label,
a.kh-shop-card-price-label {
  display: inline-flex !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  color: #777 !important;
  font-family: var(--kh-shop-ar-body), "Thmanyah Serif Display", serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  direction: rtl !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
}

.woocommerce ul.products li.product.kh-shop-card a.kh-shop-card-price-label:hover,
.kh-shop-card a.kh-shop-card-price-label:hover,
a.kh-shop-card-price-label:hover {
  color: #111 !important;
  text-decoration: none !important;
}

/* KH fix10: centered shop notice, smaller card price, flush product header, ATC total. */
body.kh-shop-flush-page .kh-shop-topbar,
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.kh-shop-flush-page .kh-shop-topbar span,
body.post-type-archive-product .kh-shop-topbar span,
body.tax-product_cat .kh-shop-topbar span,
body.tax-product_tag .kh-shop-topbar span {
  display: block !important;
  width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price,
.kh-shop-card-price {
  font-size: 19px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card-price .cur {
  font-size: 11px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card-price .now {
  font-size: 19px !important;
}

html:has(body.kh-product-flush-page),
body.kh-product-flush-page {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

body.kh-product-flush-page #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  inset-block-start: -9999px !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body.kh-product-flush-page::before {
  display: none !important;
  content: none !important;
  block-size: 0 !important;
}

body.kh-product-flush-page > .kh-site-header:first-of-type,
body.kh-product-flush-page .kh-site-header {
  margin-top: 0 !important;
  inset-block-start: 0 !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  justify-items: center !important;
  column-gap: 12px !important;
  padding-inline: 18px !important;
  direction: ltr !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-label {
  grid-column: 2 !important;
  justify-self: center !important;
  text-align: center !important;
  direction: rtl !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-total {
  grid-column: 1 !important;
  justify-self: start !important;
  color: inherit !important;
  font-family: var(--kh-shop-lat-ui), "Thmanyah Serif Display", serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
}

/* KH fix11: product top flush and precise add-to-cart button alignment. */
body.kh-product-flush-page.admin-bar > .kh-site-header:first-of-type,
body.kh-product-flush-page.customize-support > .kh-site-header:first-of-type,
body.kh-product-flush-page.admin-bar > .kh-skip-link + .kh-site-header,
body.kh-product-flush-page.customize-support > .kh-skip-link + .kh-site-header {
  margin-top: -32px !important;
  margin-block-start: -32px !important;
}

@media (max-width: 782px) {
  body.kh-product-flush-page.admin-bar > .kh-site-header:first-of-type,
  body.kh-product-flush-page.customize-support > .kh-site-header:first-of-type,
  body.kh-product-flush-page.admin-bar > .kh-skip-link + .kh-site-header,
  body.kh-product-flush-page.customize-support > .kh-skip-link + .kh-site-header {
    margin-top: -46px !important;
    margin-block-start: -46px !important;
  }
}

body.kh-product-flush-page > style#kh-shop-top-flush:first-child + .kh-site-header,
body.kh-product-flush-page > .kh-site-header:first-of-type,
body.kh-product-flush-page .kh-site-header {
  top: 0 !important;
  inset-block-start: 0 !important;
}

html body.single-product .kh-lux-purchase .single_variation .woocommerce-variation-price,
html body.single-product .kh-lux-purchase .woocommerce-variation-price,
html body.single-product .kh-lux-purchase .woocommerce-variation-price .price {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button,
html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
  position: relative !important;
  display: block !important;
  text-align: center !important;
  direction: ltr !important;
  padding-inline: 18px !important;
  overflow: hidden !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-label {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
  width: max-content !important;
  max-width: calc(100% - 150px) !important;
  text-align: center !important;
  direction: rtl !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-total {
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  display: block !important;
  text-align: left !important;
  direction: ltr !important;
  pointer-events: none !important;
}

/* KH fix12: transparent shop header spacing and mini-cart quantity/checkout stability. */
body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
body.tax-product_cat .kh-site-header:not(.kh-header-solid),
body.tax-product_tag .kh-site-header:not(.kh-header-solid) {
  inset-block-start: 34px !important;
}

body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner {
  padding-top: 32px !important;
  padding-bottom: 12px !important;
  transform: translateY(0) !important;
}

body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.kh-mini-qty-control.is-updating,
.kh-mini-qty-control.is-updating button,
.kh-mini-qty-control button:disabled {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
  filter: none !important;
}

.kh-mini-cart-checkout,
.kh-mini-cart-checkout:hover,
.kh-mini-cart-checkout:focus,
.kh-mini-cart-checkout:active,
.kh-cart-drawer .kh-mini-cart-checkout,
.kh-cart-drawer .kh-mini-cart-checkout:hover,
.kh-cart-drawer .kh-mini-cart-checkout:focus,
.kh-cart-drawer .kh-mini-cart-checkout:active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* KH fix13: restore balanced transparent shop header and live mini-cart updates. */
body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
body.tax-product_cat .kh-site-header:not(.kh-header-solid),
body.tax-product_tag .kh-site-header:not(.kh-header-solid) {
  inset-block-start: 34px !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner {
  min-block-size: 64px !important;
  height: 64px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  align-items: center !important;
}

body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link,
body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-preorder-header-link {
  height: 38px !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo {
  align-self: center !important;
}

body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
  max-height: 42px !important;
}

/* KH fix14: mini-cart without quantity controls, centered shop header, refined card prices. */
.kh-mini-cart .kh-mini-cart-qty-label,
.kh-mini-cart .kh-mini-qty-control {
  display: none !important;
}

.kh-mini-cart-checkout,
.kh-mini-cart-checkout:hover,
.kh-mini-cart-checkout:focus,
.kh-mini-cart-checkout:active,
.woocommerce-mini-cart__buttons .kh-mini-cart-checkout,
.woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover,
.woocommerce-mini-cart__buttons .kh-mini-cart-checkout:focus,
.woocommerce-mini-cart__buttons .kh-mini-cart-checkout:active,
.kh-cart-drawer .kh-mini-cart-checkout,
.kh-cart-drawer .kh-mini-cart-checkout:hover,
.kh-cart-drawer .kh-mini-cart-checkout:focus,
.kh-cart-drawer .kh-mini-cart-checkout:active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  body.post-type-archive-product .kh-site-header,
  body.tax-product_cat .kh-site-header,
  body.tax-product_tag .kh-site-header,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  body.post-type-archive-product .kh-site-header.kh-header-solid,
  body.tax-product_cat .kh-site-header.kh-header-solid,
  body.tax-product_tag .kh-site-header.kh-header-solid {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.post-type-archive-product .kh-site-header > .kh-header-inner,
  body.tax-product_cat .kh-site-header > .kh-header-inner,
  body.tax-product_tag .kh-site-header > .kh-header-inner,
  body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    min-block-size: 64px !important;
    block-size: 64px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    transform: none !important;
  }

  body.post-type-archive-product .kh-site-header > .kh-header-inner > .kh-header-menu,
  body.post-type-archive-product .kh-site-header > .kh-header-inner > .kh-header-logo,
  body.post-type-archive-product .kh-site-header > .kh-header-inner > .kh-header-actions,
  body.tax-product_cat .kh-site-header > .kh-header-inner > .kh-header-menu,
  body.tax-product_cat .kh-site-header > .kh-header-inner > .kh-header-logo,
  body.tax-product_cat .kh-site-header > .kh-header-inner > .kh-header-actions,
  body.tax-product_tag .kh-site-header > .kh-header-inner > .kh-header-menu,
  body.tax-product_tag .kh-site-header > .kh-header-inner > .kh-header-logo,
  body.tax-product_tag .kh-site-header > .kh-header-inner > .kh-header-actions {
    height: 64px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
  }

  body.post-type-archive-product .kh-site-header .kh-preorder-header-link,
  body.tax-product_cat .kh-site-header .kh-preorder-header-link,
  body.tax-product_tag .kh-site-header .kh-preorder-header-link {
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
  }

  body.post-type-archive-product .kh-site-header .kh-header-logo img,
  body.tax-product_cat .kh-site-header .kh-header-logo img,
  body.tax-product_tag .kh-site-header .kh-header-logo img {
    max-height: 36px !important;
    block-size: 36px !important;
    object-fit: contain !important;
  }
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price,
.kh-shop-card-price {
  font-size: 18px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card-price .cur {
  font-size: 10.5px !important;
}

.woocommerce ul.products li.product.kh-shop-card:not(.sale) .kh-shop-card-price .now,
.kh-shop-card:not(.sale) .kh-shop-card-price .now,
.woocommerce ul.products li.product.kh-shop-card:not(.sale) .kh-shop-card-price .was,
.kh-shop-card:not(.sale) .kh-shop-card-price .was {
  font-size: 18px !important;
}

.woocommerce ul.products li.product.kh-shop-card.sale .kh-shop-card-price .was,
.kh-shop-card.sale .kh-shop-card-price .was {
  font-size: 18px !important;
}

.woocommerce ul.products li.product.kh-shop-card.sale .kh-shop-card-price .now,
.kh-shop-card.sale .kh-shop-card-price .now {
  font-size: 17px !important;
}

/* KH fix15: locked mini-cart checkout hover and integrated cart count icon. */
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:link,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:visited,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:focus,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:active,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:link,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:visited,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:focus,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:active,
a.button.checkout.wc-forward.kh-mini-cart-checkout,
a.button.checkout.wc-forward.kh-mini-cart-checkout:link,
a.button.checkout.wc-forward.kh-mini-cart-checkout:visited,
a.button.checkout.wc-forward.kh-mini-cart-checkout:hover,
a.button.checkout.wc-forward.kh-mini-cart-checkout:focus,
a.button.checkout.wc-forward.kh-mini-cart-checkout:active {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #000 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout::before,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout::after,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover::before,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover::after,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout::before,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout::after,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover::before,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover::after,
a.button.checkout.wc-forward.kh-mini-cart-checkout::before,
a.button.checkout.wc-forward.kh-mini-cart-checkout::after,
a.button.checkout.wc-forward.kh-mini-cart-checkout:hover::before,
a.button.checkout.wc-forward.kh-mini-cart-checkout:hover::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
}

.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout *,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover *,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:focus *,
.kh-cart-drawer .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:active *,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout *,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:hover *,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:focus *,
.kh-mini-cart .woocommerce-mini-cart__buttons .kh-mini-cart-checkout:active * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.kh-cart-link {
  overflow: visible !important;
}

.kh-cart-link > span:not(.kh-cart-count) {
  display: none !important;
}

.kh-cart-link .kh-cart-icon,
.kh-cart-link svg.kh-cart-icon {
  width: 28px !important;
  height: 24px !important;
  inline-size: 28px !important;
  block-size: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible !important;
}

.kh-cart-link .kh-cart-count,
body .kh-site-header .kh-cart-link .kh-cart-count {
  position: absolute !important;
  inset: auto !important;
  left: 50% !important;
  top: 51% !important;
  z-index: 2 !important;
  display: block !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  width: auto !important;
  height: auto !important;
  block-size: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-family: "Thmanyah Serif Display", serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  transform: translate(-43%, -50%) !important;
  pointer-events: none !important;
}

.kh-cart-link .kh-cart-count-digits-1 {
  font-size: 9.5px !important;
}

.kh-cart-link .kh-cart-count-digits-2 {
  font-size: 8.4px !important;
}

.kh-cart-link .kh-cart-count-digits-3 {
  font-size: 6.8px !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 767px) {
  body .kh-site-header .kh-cart-link .kh-cart-icon,
  body .kh-site-header .kh-cart-link svg.kh-cart-icon {
    width: 24px !important;
    height: 22px !important;
    inline-size: 24px !important;
    block-size: 22px !important;
    stroke-width: 1.55 !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count {
    display: block !important;
    top: 51% !important;
    font-size: 8px !important;
    transform: translate(-43%, -50%) !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-1 {
    font-size: 8.4px !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-2 {
    font-size: 7.4px !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-3 {
    font-size: 6px !important;
    letter-spacing: -0.03em !important;
  }
}

/* KH fix16: lighter cart icon, smaller shop card prices, and strict cart refresh visuals. */
.kh-cart-link .kh-cart-icon,
.kh-cart-link svg.kh-cart-icon,
body .kh-site-header .kh-cart-link .kh-cart-icon,
body .kh-site-header .kh-cart-link svg.kh-cart-icon {
  width: 23px !important;
  height: 21px !important;
  inline-size: 23px !important;
  block-size: 21px !important;
  stroke-width: 1.35 !important;
}

.kh-cart-link .kh-cart-count,
body .kh-site-header .kh-cart-link .kh-cart-count {
  top: 50% !important;
  transform: translate(-42%, -48%) !important;
  font-weight: 700 !important;
}

.kh-cart-link .kh-cart-count-digits-1,
body .kh-site-header .kh-cart-link .kh-cart-count-digits-1 {
  font-size: 8px !important;
}

.kh-cart-link .kh-cart-count-digits-2,
body .kh-site-header .kh-cart-link .kh-cart-count-digits-2 {
  font-size: 7px !important;
}

.kh-cart-link .kh-cart-count-digits-3,
body .kh-site-header .kh-cart-link .kh-cart-count-digits-3 {
  font-size: 5.8px !important;
  letter-spacing: -0.04em !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price,
.kh-shop-card .kh-shop-card-price,
.kh-shop-card-price {
  font-size: 17px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card .kh-shop-card-price .cur,
.kh-shop-card-price .cur {
  font-size: 10px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .now,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .amount,
.kh-shop-card .kh-shop-card-price .now,
.kh-shop-card .kh-shop-card-price .amount,
.kh-shop-card-price .now,
.kh-shop-card-price .amount {
  font-size: 17px !important;
}

.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price .was,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price del,
.kh-shop-card .kh-shop-card-price .was,
.kh-shop-card .kh-shop-card-price del,
.kh-shop-card-price .was,
.kh-shop-card-price del {
  font-size: 16px !important;
}

.woocommerce ul.products li.product.kh-shop-card.sale .kh-shop-card-price .now,
.woocommerce ul.products li.product.kh-shop-card.sale .kh-shop-card-price ins,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price.has-sale .now,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-price.has-sale ins,
.kh-shop-card.sale .kh-shop-card-price .now,
.kh-shop-card.sale .kh-shop-card-price ins,
.kh-shop-card .kh-shop-card-price.has-sale .now,
.kh-shop-card .kh-shop-card-price.has-sale ins {
  font-size: 15px !important;
}

@media (max-width: 767px) {
  body .kh-site-header .kh-cart-link .kh-cart-icon,
  body .kh-site-header .kh-cart-link svg.kh-cart-icon {
    width: 22px !important;
    height: 20px !important;
    inline-size: 22px !important;
    block-size: 20px !important;
    stroke-width: 1.3 !important;
  }
}

/* KH fix17: WooCommerce pre-order deposit payment summaries. */
.kh-preorder-product-note {
  margin: 18px 0 22px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(180, 143, 74, 0.45) !important;
  background: #fffaf0 !important;
  color: #111 !important;
  box-sizing: border-box !important;
}

.kh-preorder-product-note > strong {
  display: block !important;
  margin: 0 0 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.kh-preorder-product-note dl {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

.kh-preorder-product-note dl > div,
.kh-preorder-summary-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.kh-preorder-product-note dt,
.kh-preorder-summary-row span {
  margin: 0 !important;
  color: #5f5646 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.kh-preorder-product-note dd,
.kh-preorder-summary-row strong {
  margin: 0 !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: end !important;
}

.kh-preorder-product-note dd span {
  display: inline-block !important;
  margin-inline-start: 8px !important;
  color: #7a6332 !important;
  font-weight: 600 !important;
}

.kh-preorder-product-note p {
  margin: 14px 0 0 !important;
  color: #6f6045 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.kh-preorder-summary {
  margin: 16px 0 !important;
  padding: 16px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.kh-preorder-summary h3 {
  margin: 0 0 12px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.kh-preorder-summary-row {
  min-height: 28px !important;
}

.kh-preorder-summary-row + .kh-preorder-summary-row {
  margin-top: 8px !important;
}

.kh-preorder-summary-row.is-now {
  margin-top: 12px !important;
  padding-top: 12px !important;
  border-top: 1px dashed rgba(0, 0, 0, 0.18) !important;
}

.kh-preorder-summary-row.is-now span,
.kh-preorder-summary-row.is-now strong {
  color: #111 !important;
  font-size: 14px !important;
}

.kh-preorder-order-summary {
  max-width: 520px !important;
}

@media (max-width: 767px) {
  .kh-preorder-product-note {
    padding: 16px !important;
  }

  .kh-preorder-product-note dl > div,
  .kh-preorder-summary-row {
    align-items: flex-start !important;
  }

  .kh-preorder-product-note dd,
  .kh-preorder-summary-row strong {
    max-width: 48% !important;
  }
}

/* KH fix18: pre-order badge on shop product cards. */
.kh-shop-card-preorder-tag,
body .kh-shop-card .kh-shop-card-preorder-tag,
.woocommerce ul.products li.product.kh-shop-card .kh-shop-card-preorder-tag {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  z-index: 4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  padding: 5px 10px !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--kh-shop-ar-body, inherit) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  text-transform: none !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .kh-shop-card-preorder-tag,
  body .kh-shop-card .kh-shop-card-preorder-tag,
  .woocommerce ul.products li.product.kh-shop-card .kh-shop-card-preorder-tag {
    top: 9px !important;
    left: 9px !important;
    min-height: 22px !important;
    padding: 4px 8px !important;
    font-size: 9px !important;
  }
}

/* KH fix22: customizable footer contact actions. */
.kh-footer-contact-links,
.kh-footer-contact-panel .kh-footer-panel-links,
.kh-footer-accordion-body .kh-footer-contact-links {
  align-items: flex-end !important;
  gap: 10px !important;
  text-align: right !important;
}

.kh-footer-ltr-value {
  display: inline-block !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  text-align: right !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.kh-footer-address-link {
  display: inline-block !important;
  align-self: flex-end !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: 0 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

.kh-footer-address-link:hover,
.kh-footer-address-link:focus-visible {
  background: transparent !important;
  color: inherit !important;
  border-bottom-color: currentColor !important;
}

.kh-footer-social-links {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.kh-footer-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

.kh-footer-social-link svg,
.kh-footer-social-link img {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.kh-footer-social-link svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.kh-footer-social-link:hover,
.kh-footer-social-link:focus-visible {
  background: transparent !important;
  color: inherit !important;
  outline: none !important;
}

.kh-footer-note {
  max-width: 260px !important;
  margin: 4px 0 0 !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
  opacity: 0.72 !important;
}

/* KH fix25: top announcement text vertical centering. */
body .kh-shop-topbar,
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar,
body.single-product .kh-shop-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .kh-shop-topbar span,
body.post-type-archive-product .kh-shop-topbar span,
body.tax-product_cat .kh-shop-topbar span,
body.tax-product_tag .kh-shop-topbar span,
body.single-product .kh-shop-topbar span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(0) !important;
}

/* KH fix26: My Account login card. */
body.woocommerce-account:not(.logged-in) .kh-page-hero {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100vh - 96px) !important;
  margin: 0 !important;
  padding: clamp(82px, 8vw, 124px) clamp(18px, 4vw, 56px) !important;
  background: #f6f6f4 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .kh-section.kh-content > .woocommerce {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.kh-account-login-shell {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  color: #111 !important;
}

.kh-account-login-card {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr) !important;
  align-items: stretch !important;
  min-height: clamp(560px, 68vh, 760px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08) !important;
}

.kh-account-login-content {
  direction: rtl !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  padding: clamp(34px, 5vw, 76px) clamp(26px, 4.4vw, 68px) !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.kh-account-login-card.has-register .kh-account-login-content {
  justify-content: flex-start !important;
  gap: 28px !important;
}

.kh-account-login-heading,
.kh-account-register-heading {
  width: 100% !important;
  margin: 0 0 28px !important;
  text-align: right !important;
}

.kh-account-login-card.has-register .kh-account-login-heading {
  margin-bottom: 6px !important;
}

.kh-account-login-kicker {
  display: inline-flex !important;
  margin-bottom: 14px !important;
  color: #9b7a42 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.kh-account-login-heading h2,
.kh-account-register-heading h3 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.kh-account-register-heading h3 {
  font-size: clamp(20px, 2vw, 26px) !important;
}

.kh-account-login-heading p,
.kh-account-register-heading p,
.kh-account-generated-password-note {
  max-width: 430px !important;
  margin: 14px 0 0 !important;
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
}

.kh-account-form {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.kh-account-form .form-row {
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.kh-account-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

.kh-account-form input.input-text,
.kh-account-form .woocommerce-Input {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 1px solid #dadada !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 46px !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.kh-account-form input.input-text:focus,
.kh-account-form .woocommerce-Input:focus {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06) !important;
}

.kh-account-form-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 430px !important;
  margin: 4px 0 20px !important;
}

.kh-account-remember {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

.kh-account-remember input {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  accent-color: #111 !important;
}

.kh-account-lost-password {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  white-space: nowrap !important;
}

.kh-account-lost-password:hover,
.kh-account-lost-password:focus-visible {
  border-bottom-color: currentColor !important;
}

.kh-account-submit,
.woocommerce .kh-account-submit.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 430px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #111 !important;
  border-radius: 8px !important;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.kh-account-submit:hover,
.kh-account-submit:focus-visible,
.woocommerce .kh-account-submit.button:hover,
.woocommerce .kh-account-submit.button:focus-visible {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.kh-account-submit-secondary,
.woocommerce .kh-account-submit-secondary.button {
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.kh-account-submit-secondary:hover,
.kh-account-submit-secondary:focus-visible,
.woocommerce .kh-account-submit-secondary.button:hover,
.woocommerce .kh-account-submit-secondary.button:focus-visible {
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.kh-account-register-panel {
  width: 100% !important;
  max-width: 430px !important;
  margin: 2px 0 0 !important;
  padding-top: 28px !important;
  border-top: 1px solid #ededed !important;
}

.kh-account-login-media {
  position: relative !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #111 !important;
}

.kh-account-login-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.kh-account-login-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.22)) !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce-info {
  max-width: 1180px !important;
  margin: 0 auto 18px !important;
  border-top-color: #111 !important;
  background: #fff !important;
  color: #111 !important;
}

@media (max-width: 1024px) {
  .kh-account-login-card {
    grid-template-columns: minmax(340px, 0.94fr) minmax(0, 1.06fr) !important;
  }

  .kh-account-login-content {
    padding: clamp(30px, 5vw, 52px) clamp(24px, 4vw, 44px) !important;
  }
}

@media (max-width: 820px) {
  body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
    min-height: auto !important;
    padding: 72px 14px 44px !important;
  }

  .kh-account-login-card {
    direction: rtl !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    border-radius: 8px !important;
  }

  .kh-account-login-media {
    order: -1 !important;
    min-height: clamp(300px, 68vw, 430px) !important;
    max-height: 430px !important;
  }

  .kh-account-login-media img {
    min-height: clamp(300px, 68vw, 430px) !important;
  }

  .kh-account-login-content {
    padding: clamp(26px, 7vw, 40px) clamp(18px, 5.5vw, 28px) !important;
  }

  .kh-account-login-heading h2 {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .kh-account-form,
  .kh-account-submit,
  .woocommerce .kh-account-submit.button,
  .kh-account-register-panel {
    max-width: none !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
    padding-inline: 10px !important;
  }

  .kh-account-login-card {
    border-radius: 8px !important;
  }

  .kh-account-login-media,
  .kh-account-login-media img {
    min-height: 280px !important;
  }

  .kh-account-login-content {
    padding: 26px 18px 28px !important;
  }

  .kh-account-form-row {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
}

/* KH fix27: compact square My Account auth card with in-card register switch. */
body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
  min-height: calc(100vh - 96px) !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(76px, 8vh, 108px) clamp(18px, 4vw, 48px) clamp(38px, 6vh, 72px) !important;
  background: #f3f3f2 !important;
}

body.woocommerce-account:not(.logged-in) .kh-section.kh-content > .woocommerce,
.kh-account-auth-shell {
  width: 100% !important;
  max-width: min(1040px, calc(100vh - 138px) * 2) !important;
  margin: 0 auto !important;
}

.kh-account-auth-card {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  width: 100% !important;
  aspect-ratio: 2 / 1 !important;
  min-height: 0 !important;
  max-height: calc(100vh - 138px) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.055) !important;
}

.kh-account-auth-panel {
  width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: 1 / 1 !important;
}

.kh-account-auth-details {
  direction: rtl !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(30px, 4vw, 58px) !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.kh-account-auth-toggle {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kh-account-auth-view {
  display: none !important;
  width: 100% !important;
  max-width: 380px !important;
  margin: 0 auto !important;
}

.kh-account-auth-card.is-login-only .kh-account-login-view,
#kh-account-auth-login:checked ~ .kh-account-login-view,
#kh-account-auth-register:checked ~ .kh-account-register-view {
  display: block !important;
}

.kh-account-auth-heading {
  margin: 0 0 22px !important;
  text-align: right !important;
}

.kh-account-auth-heading span {
  display: block !important;
  margin: 0 0 10px !important;
  color: #9b7a42 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.kh-account-auth-heading h2 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(28px, 3.35vw, 42px) !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.kh-account-auth-heading p,
.kh-account-auth-note {
  margin: 12px 0 0 !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}

.kh-account-auth-form {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.kh-account-auth-form .form-row {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.kh-account-auth-form label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: right !important;
  letter-spacing: 0 !important;
}

.kh-account-auth-form input.input-text,
.kh-account-auth-form .woocommerce-Input {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  border: 1px solid #dedede !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 42px !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.kh-account-auth-form input.input-text:focus,
.kh-account-auth-form .woocommerce-Input:focus {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.055) !important;
}

.kh-account-auth-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 2px 0 18px !important;
}

.kh-account-auth-remember {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.kh-account-auth-remember input {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  accent-color: #111 !important;
}

.kh-account-auth-link,
.kh-account-auth-switch label {
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.kh-account-auth-link:hover,
.kh-account-auth-link:focus-visible,
.kh-account-auth-switch label:hover,
.kh-account-auth-switch label:focus-visible {
  border-bottom-color: currentColor !important;
}

.kh-account-auth-submit,
.woocommerce .kh-account-auth-submit.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #111 !important;
  border-radius: 7px !important;
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.kh-account-auth-submit:hover,
.kh-account-auth-submit:focus-visible,
.woocommerce .kh-account-auth-submit.button:hover,
.woocommerce .kh-account-auth-submit.button:focus-visible {
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  filter: none !important;
}

.kh-account-auth-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 18px 0 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid #eee !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.kh-account-auth-media {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f8f8f8 !important;
}

.kh-account-auth-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f8f8f8 !important;
}

.kh-account-auth-media::after {
  display: none !important;
}

@media (max-width: 900px) {
  body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
    display: block !important;
    min-height: auto !important;
    padding: 74px 14px 44px !important;
  }

  body.woocommerce-account:not(.logged-in) .kh-section.kh-content > .woocommerce,
  .kh-account-auth-shell {
    max-width: 520px !important;
  }

  .kh-account-auth-card {
    display: flex !important;
    flex-direction: column-reverse !important;
    aspect-ratio: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .kh-account-auth-panel {
    aspect-ratio: auto !important;
  }

  .kh-account-auth-media {
    aspect-ratio: 1 / 1 !important;
  }

  .kh-account-auth-details {
    min-height: auto !important;
    padding: clamp(26px, 7vw, 40px) clamp(18px, 6vw, 34px) !important;
  }

  .kh-account-auth-view {
    max-width: none !important;
  }

  .kh-account-auth-heading h2 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
    padding: 66px 10px 34px !important;
  }

  .kh-account-auth-details {
    padding: 24px 16px 26px !important;
  }

  .kh-account-auth-row {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 9px !important;
  }
}

/* KH fix28: account auth switch spacing and mobile parity. */
.kh-account-auth-heading span {
  display: none !important;
}

.kh-account-auth-form::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.kh-account-auth-submit,
.woocommerce .kh-account-auth-submit.button,
.kh-account-auth-form .kh-account-auth-submit {
  float: none !important;
  clear: both !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  margin: 0 !important;
}

.kh-account-auth-switch {
  clear: both !important;
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  margin: 26px 0 0 !important;
  padding-top: 20px !important;
  text-align: center !important;
}

.kh-account-login-view .kh-account-auth-switch,
.kh-account-register-view .kh-account-auth-switch {
  display: flex !important;
}

.kh-account-register-view .kh-account-auth-heading {
  margin-bottom: 16px !important;
}

.kh-account-register-view .kh-account-auth-heading h2 {
  font-size: clamp(27px, 3vw, 38px) !important;
}

.kh-account-register-view .kh-account-auth-heading p {
  margin-top: 8px !important;
}

.kh-account-register-view .kh-account-auth-form .form-row {
  margin-bottom: 12px !important;
}

.kh-account-register-view .woocommerce-privacy-policy-text,
.kh-account-register-view .woocommerce-privacy-policy-text p {
  margin: 8px 0 14px !important;
  color: #555 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: right !important;
}

.kh-account-register-view .kh-account-auth-switch {
  margin-top: 18px !important;
  padding-top: 16px !important;
}

@media (max-width: 900px) {
  .kh-account-auth-card {
    flex-direction: column !important;
  }

  .kh-account-auth-media {
    order: 1 !important;
  }

  .kh-account-auth-details {
    order: 2 !important;
  }

  .kh-account-auth-switch {
    margin-top: 24px !important;
  }
}

@media (max-width: 480px) {
  .kh-account-auth-switch {
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
}

/* KH fix29: logged-in My Account experience. */
body.woocommerce-account.logged-in .kh-page-hero {
  display: none !important;
}

body.woocommerce-account.logged-in .kh-section.kh-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f6f6f6 !important;
}

body.woocommerce-account.logged-in .kh-section.kh-content > .woocommerce {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.kh-my-account {
  direction: rtl !important;
  width: 100% !important;
  min-height: 100vh !important;
  background: #f6f6f6 !important;
  color: #111 !important;
}

.kh-my-account-nav {
  direction: ltr !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 30 !important;
  display: grid !important;
  grid-template-columns: minmax(160px, 1.9fr) repeat(4, minmax(126px, 1fr)) !important;
  min-height: 82px !important;
  border-top: 1px solid #e7e7e7 !important;
  border-bottom: 1px solid #dcdcdc !important;
  background: #fff !important;
}

.kh-my-account-nav a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 82px !important;
  padding: 0 18px !important;
  border-inline-end: 1px solid #e5e5e5 !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.kh-my-account-nav a:not(.kh-my-account-brand) {
  direction: rtl !important;
}

.kh-my-account-nav a.is-active::after,
.kh-my-account-nav a:hover::after {
  content: "" !important;
  position: absolute !important;
  inset-inline: 0 !important;
  inset-block-end: 0 !important;
  height: 2px !important;
  background: #111 !important;
}

.kh-my-account-brand {
  justify-content: flex-start !important;
  gap: 6px !important;
  padding-inline-start: 48px !important;
}

.kh-my-account-brand span {
  font-size: 15px !important;
  font-style: italic !important;
}

.kh-my-account-brand img {
  display: block !important;
  width: 34px !important;
  height: 22px !important;
  object-fit: contain !important;
}

.kh-my-account-hero {
  position: relative !important;
  width: 100% !important;
  height: clamp(220px, 25vw, 360px) !important;
  margin: 0 !important;
  overflow: visible !important;
  background: #111 !important;
}

.kh-my-account-hero img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.kh-my-account-avatar {
  position: absolute !important;
  left: 50% !important;
  bottom: -44px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 96px !important;
  height: 96px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04) !important;
}

.kh-my-account-name {
  margin: 94px auto 50px !important;
  text-align: center !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.kh-my-account-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: min(1150px, calc(100% - 44px)) !important;
  margin: 0 auto 16px !important;
}

.kh-my-account-overview-grid {
  align-items: start !important;
}

.kh-my-card,
.kh-my-profile-panel,
.kh-my-order-box {
  background: #fff !important;
  color: #111 !important;
}

.kh-my-card h2,
.kh-my-profile-panel h2,
.kh-my-profile-side h2,
.kh-my-orders-section h2 {
  margin: 0 !important;
  padding: 34px 32px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  color: #111 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.kh-my-card-body {
  padding: 32px !important;
}

.kh-my-card-body p,
.kh-my-order-box p,
.kh-my-address-book p {
  margin: 0 0 24px !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

.kh-my-card-body strong {
  display: block !important;
  width: 100% !important;
  margin: 10px 0 22px !important;
  padding: 17px 18px !important;
  border: 0 !important;
  background: #f7f7f7 !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
}

.kh-my-button,
.kh-my-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  border: 1px solid #000 !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.kh-my-button:hover,
.kh-my-button:focus-visible {
  background: #111 !important;
  color: #fff !important;
}

.kh-my-button-outline,
.kh-my-button-outline:visited {
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.kh-my-button-small {
  width: auto !important;
  min-width: 180px !important;
  padding-inline: 28px !important;
}

.kh-my-account-footer-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: min(1150px, calc(100% - 44px)) !important;
  margin: 42px auto 28px !important;
}

.kh-my-account-footer-row a {
  color: #111 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.kh-my-account-footer-row .kh-my-logout {
  min-width: 112px !important;
  min-height: 48px !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.kh-my-page-title {
  width: min(1150px, calc(100% - 44px)) !important;
  margin: 84px auto 62px !important;
  text-align: center !important;
  color: #111 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.kh-my-profile-form {
  display: grid !important;
  gap: 22px !important;
  padding: 0 32px 32px !important;
}

.kh-my-profile-form label {
  display: grid !important;
  gap: 9px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.kh-my-profile-form input {
  width: 100% !important;
  height: 50px !important;
  padding: 0 16px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 15px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.kh-my-profile-side {
  display: grid !important;
  gap: 24px !important;
}

.kh-my-toggle {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 12px 0 !important;
  color: #111 !important;
  font-size: 13px !important;
}

.kh-my-toggle input {
  display: none !important;
}

.kh-my-toggle span {
  position: relative !important;
  display: inline-block !important;
  width: 40px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: #999 !important;
}

.kh-my-toggle span::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  right: 3px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #fff !important;
}

.kh-my-address-book {
  padding: 0 0 12px !important;
}

.kh-my-orders-section {
  width: min(1150px, calc(100% - 44px)) !important;
  margin: 0 auto 74px !important;
}

.kh-my-orders-section h2 {
  padding: 0 0 24px !important;
  border: 0 !important;
}

.kh-my-order-box {
  min-height: 88px !important;
  padding: 30px !important;
  box-sizing: border-box !important;
}

.kh-my-order-box a {
  display: block !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.kh-my-orders-heading {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 20px !important;
}

.kh-my-orders-heading h2 {
  padding: 0 !important;
  margin: 0 !important;
}

.kh-my-orders-heading span {
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.kh-my-order-list {
  display: grid !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.kh-my-order-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 22px 24px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  box-sizing: border-box !important;
}

.kh-my-order-card a {
  color: #111 !important;
  text-decoration: none !important;
}

.kh-my-order-main {
  display: grid !important;
  gap: 7px !important;
}

.kh-my-order-main strong {
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.kh-my-order-main small,
.kh-my-order-number {
  color: #777 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.kh-my-order-meta {
  display: grid !important;
  justify-items: end !important;
  gap: 8px !important;
  min-width: 170px !important;
}

.kh-my-order-meta b {
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  direction: ltr !important;
}

.kh-my-order-status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #f2f2f2 !important;
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.kh-my-order-status.is-active {
  background: #eef7f1 !important;
  color: #166534 !important;
}

.kh-my-order-status.is-preorder {
  background: #fff4e8 !important;
  color: #9a4b00 !important;
}

.kh-my-order-status.is-complete {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
}

.kh-my-order-status.is-muted {
  background: #f3f4f6 !important;
  color: #6b7280 !important;
}

.kh-my-order-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  border: 1px solid #111 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.kh-my-order-detail-section {
  display: grid !important;
  gap: 18px !important;
}

.kh-my-order-detail-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 22px 24px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
}

.kh-my-order-detail-head a {
  color: #111 !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.kh-my-order-detail-head span {
  display: block !important;
  color: #777 !important;
  font-size: 13px !important;
}

.kh-my-order-detail-head h2 {
  padding: 0 !important;
  margin: 6px 0 0 !important;
  border: 0 !important;
  color: #111 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.kh-my-order-detail-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.kh-my-order-detail-grid article,
.kh-my-order-items,
.kh-my-order-totals {
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
}

.kh-my-order-detail-grid article {
  padding: 18px !important;
}

.kh-my-order-detail-grid span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #777 !important;
  font-size: 12px !important;
}

.kh-my-order-detail-grid strong {
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.kh-my-order-items,
.kh-my-order-totals {
  padding: 24px !important;
}

.kh-my-order-items h3 {
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.kh-my-order-item {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  padding: 14px 0 !important;
  border-top: 1px solid #f0f0f0 !important;
}

.kh-my-order-item:first-of-type {
  border-top: 0 !important;
}

.kh-my-order-item-image {
  display: block !important;
  width: 74px !important;
  height: 74px !important;
  overflow: hidden !important;
  background: #f6f6f6 !important;
}

.kh-my-order-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.kh-my-order-item a {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.kh-my-order-item small {
  display: block !important;
  margin-top: 5px !important;
  color: #777 !important;
  font-size: 12px !important;
}

.kh-my-order-item-options,
.kh-my-order-item-options ul {
  display: grid !important;
  gap: 4px !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #777 !important;
  font-size: 12px !important;
}

.kh-my-order-item-options li {
  display: flex !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kh-my-order-item-options p {
  margin: 0 !important;
}

.kh-my-order-item strong {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  direction: ltr !important;
}

.kh-my-order-totals {
  display: grid !important;
  gap: 10px !important;
}

.kh-my-order-totals div {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding-top: 10px !important;
  border-top: 1px solid #f0f0f0 !important;
}

.kh-my-order-totals div:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.kh-my-order-totals span {
  color: #777 !important;
}

.kh-my-order-totals strong {
  color: #111 !important;
  direction: ltr !important;
}

@media (max-width: 760px) {
  .kh-my-orders-heading {
    align-items: flex-start !important;
  }

  .kh-my-order-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .kh-my-order-meta {
    justify-items: start !important;
    min-width: 0 !important;
  }

  .kh-my-order-detail-head {
    display: grid !important;
    gap: 12px !important;
    padding: 18px !important;
  }

  .kh-my-order-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kh-my-order-items,
  .kh-my-order-totals {
    padding: 18px !important;
  }

  .kh-my-order-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .kh-my-order-item-image {
    width: 58px !important;
    height: 58px !important;
  }

  .kh-my-order-item strong {
    grid-column: 2 !important;
  }
}

@media (max-width: 480px) {
  .kh-my-order-detail-grid {
    grid-template-columns: 1fr !important;
  }
}

.kh-my-wishlist-empty {
  width: min(1150px, calc(100% - 44px)) !important;
  margin: 54px auto 42px !important;
  text-align: center !important;
}

.kh-my-wishlist-empty h1 {
  margin: 0 0 22px !important;
  color: #111 !important;
  font-size: 26px !important;
  font-weight: 400 !important;
}

.kh-my-wishlist-empty p {
  margin: 0 !important;
  color: #777 !important;
  font-size: 15px !important;
}

.kh-my-recent h2 {
  width: min(1330px, calc(100% - 44px)) !important;
  margin: 0 auto 32px !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

.kh-my-recent-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-top: 1px solid #e8e8e8 !important;
  background: #fff !important;
}

.kh-my-recent-product {
  display: grid !important;
  gap: 16px !important;
  color: #111 !important;
  text-decoration: none !important;
  font-size: 13px !important;
}

.kh-my-recent-product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  background: #f7f7f7 !important;
}

.kh-my-recent-product span {
  display: block !important;
  padding: 0 16px 22px !important;
}

@media (max-width: 1024px) {
  .kh-my-account-nav {
    grid-template-columns: 150px repeat(4, minmax(116px, 1fr)) !important;
    overflow-x: auto !important;
  }

  .kh-my-account-nav a {
    min-width: 116px !important;
    padding-inline: 12px !important;
  }

  .kh-my-account-grid {
    width: min(900px, calc(100% - 32px)) !important;
  }
}

@media (max-width: 820px) {
  .kh-my-account-nav {
    min-height: 66px !important;
    grid-template-columns: 104px repeat(4, minmax(104px, 1fr)) !important;
  }

  .kh-my-account-nav a {
    min-height: 66px !important;
    font-size: 12px !important;
  }

  .kh-my-account-brand {
    padding-inline-start: 18px !important;
  }

  .kh-my-account-hero {
    height: 230px !important;
  }

  .kh-my-account-grid,
  .kh-my-account-footer-row {
    grid-template-columns: 1fr !important;
    width: calc(100% - 28px) !important;
  }

  .kh-my-account-footer-row {
    display: grid !important;
    gap: 18px !important;
    justify-items: start !important;
  }

  .kh-my-page-title {
    width: calc(100% - 28px) !important;
    margin: 56px auto 34px !important;
  }

  .kh-my-orders-section,
  .kh-my-wishlist-empty,
  .kh-my-recent h2 {
    width: calc(100% - 28px) !important;
  }

  .kh-my-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .kh-my-card h2,
  .kh-my-profile-panel h2,
  .kh-my-profile-side h2,
  .kh-my-orders-section h2 {
    padding: 24px 20px !important;
    font-size: 21px !important;
  }

  .kh-my-card-body,
  .kh-my-order-box {
    padding: 24px 20px !important;
  }

  .kh-my-profile-form {
    padding: 0 20px 24px !important;
  }

  .kh-my-recent-grid {
    grid-template-columns: 1fr !important;
  }
}

/* KH fix30: account nav brand lock and top gap removal. */
html body.woocommerce-account.logged-in,
html body.woocommerce-account.logged-in.kh-flush-top,
html body.woocommerce-account.logged-in.customize-support,
html body.woocommerce-account.logged-in.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

html body.woocommerce-account.logged-in #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

html body.woocommerce-account.logged-in .kh-site-header,
html body.woocommerce-account.logged-in .kh-shop-topbar,
html body.woocommerce-account.logged-in .kh-skip-link,
html body.woocommerce-account.logged-in body::before {
  display: none !important;
}

html body.woocommerce-account.logged-in main#content,
html body.woocommerce-account.logged-in .site-main,
html body.woocommerce-account.logged-in .kh-section.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-container.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-content > .woocommerce,
html body.woocommerce-account.logged-in .kh-my-account {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.kh-my-account-nav {
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.kh-my-account-brand {
  flex: 0 0 176px !important;
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1px !important;
  min-height: 82px !important;
  padding-inline-start: 48px !important;
  padding-inline-end: 12px !important;
  border-inline-end: 1px solid #e5e5e5 !important;
  background: #fff !important;
  color: #111 !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

.kh-my-account-brand span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.kh-my-account-brand img {
  margin: 0 !important;
  transform: translateX(0) !important;
}

.kh-my-account-links {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(126px, 1fr)) !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.kh-my-account-links a {
  direction: rtl !important;
}

.kh-my-account-nav a:not(.kh-my-account-brand) {
  border-inline-end: 1px solid #e5e5e5 !important;
}

.kh-my-account-nav .kh-my-account-brand::after,
.kh-my-account-brand:hover::after {
  display: none !important;
}

@media (max-width: 1024px) {
  .kh-my-account-nav {
    overflow: hidden !important;
  }

  .kh-my-account-brand {
    flex-basis: 126px !important;
    min-width: 126px !important;
    padding-inline-start: 22px !important;
  }

  .kh-my-account-links {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .kh-my-account-links::-webkit-scrollbar {
    display: none !important;
  }

  .kh-my-account-links a {
    flex: 0 0 118px !important;
    min-width: 118px !important;
  }
}

@media (max-width: 820px) {
  .kh-my-account-brand {
    flex-basis: 104px !important;
    min-width: 104px !important;
    min-height: 66px !important;
    padding-inline-start: 18px !important;
    padding-inline-end: 6px !important;
    gap: 1px !important;
  }

  .kh-my-account-brand span {
    font-size: 14px !important;
  }

  .kh-my-account-brand img {
    width: 26px !important;
    height: 18px !important;
  }
}

/* KH fix31: keep site header, remove only the account top gap, and refine My logo. */
html body.woocommerce-account.logged-in .kh-site-header {
  display: block !important;
  visibility: visible !important;
  margin-top: 0 !important;
  inset-block-start: 0 !important;
}

html body.woocommerce-account.logged-in .kh-shop-topbar {
  display: flex !important;
  visibility: visible !important;
  margin-top: 0 !important;
}

html body.woocommerce-account.logged-in .kh-main,
html body.woocommerce-account.logged-in main#content,
html body.woocommerce-account.logged-in .kh-section.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-container.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-content > .woocommerce,
html body.woocommerce-account.logged-in .kh-my-account {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

html body.woocommerce-account.logged-in .kh-my-account-nav {
  margin-top: 0 !important;
}

.kh-my-account-brand {
  gap: 0 !important;
}

.kh-my-account-brand span {
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.kh-my-account-brand img {
  width: 39px !important;
  height: 25px !important;
  margin-inline-start: -2px !important;
  object-fit: contain !important;
}

@media (max-width: 820px) {
  .kh-my-account-brand {
    gap: 0 !important;
  }

  .kh-my-account-brand span {
    font-size: 13px !important;
  }

  .kh-my-account-brand img {
    width: 34px !important;
    height: 23px !important;
    margin-inline-start: -2px !important;
  }
}

/* KH fix32: restore the real site header and remove the account-only blank top gap. */
html body.woocommerce-account.logged-in {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body.woocommerce-account.logged-in .kh-site-header,
html body.woocommerce-account.logged-in header.kh-site-header,
html body.woocommerce-account.logged-in #masthead {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

html body.woocommerce-account.logged-in .kh-shop-topbar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.woocommerce-account.logged-in .kh-page-hero,
html body.woocommerce-account.logged-in .page-header,
html body.woocommerce-account.logged-in .entry-header {
  display: none !important;
}

html body.woocommerce-account.logged-in .site,
html body.woocommerce-account.logged-in .kh-main,
html body.woocommerce-account.logged-in main#content,
html body.woocommerce-account.logged-in .site-main,
html body.woocommerce-account.logged-in .kh-section.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-container.kh-content,
html body.woocommerce-account.logged-in .kh-section.kh-content > .woocommerce,
html body.woocommerce-account.logged-in .kh-my-account,
html body.woocommerce-account.logged-in .kh-my-account-nav {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.kh-my-account-brand {
  gap: 0 !important;
}

.kh-my-account-brand span {
  font-size: 13px !important;
  line-height: 1 !important;
}

.kh-my-account-brand img {
  width: 44px !important;
  height: 28px !important;
  margin-inline-start: -3px !important;
}

@media (max-width: 820px) {
  .kh-my-account-brand img {
    width: 40px !important;
    height: 26px !important;
    margin-inline-start: -3px !important;
  }
}

/* KH fix33: tighter My logo, no top admin gap, and account tabs scroll away under header. */
html:has(body.woocommerce-account.logged-in),
html:has(body.woocommerce-account.logged-in.admin-bar),
html:has(body.woocommerce-account.logged-in.customize-support),
html body.woocommerce-account.logged-in,
html body.woocommerce-account.logged-in.admin-bar,
html body.woocommerce-account.logged-in.customize-support {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body.woocommerce-account.logged-in #wpadminbar {
  display: none !important;
}

html body.woocommerce-account.logged-in .kh-site-header,
html body.woocommerce-account.logged-in header.kh-site-header,
html body.woocommerce-account.logged-in #masthead {
  position: sticky !important;
  top: 0 !important;
  inset-block-start: 0 !important;
  z-index: 9999 !important;
  margin-top: 0 !important;
}

html body.woocommerce-account.logged-in .kh-my-account-nav {
  position: relative !important;
  top: auto !important;
  inset-block-start: auto !important;
  z-index: 1 !important;
  margin-top: 0 !important;
}

html body.woocommerce-account.logged-in .kh-my-account-brand {
  gap: 0 !important;
}

html body.woocommerce-account.logged-in .kh-my-account-brand span {
  font-size: 13px !important;
}

html body.woocommerce-account.logged-in .kh-my-account-brand img {
  width: 50px !important;
  height: 32px !important;
  margin-inline-start: -7px !important;
}

@media (max-width: 820px) {
  html body.woocommerce-account.logged-in .kh-my-account-brand img {
    width: 45px !important;
    height: 30px !important;
    margin-inline-start: -6px !important;
  }
}

/* KH fix34: final account top flush and one-step tighter My logo. */
html.wp-toolbar:has(body.woocommerce-account.logged-in),
html:has(body.woocommerce-account.logged-in.admin-bar),
html:has(body.woocommerce-account.logged-in.customize-support),
body.woocommerce-account.logged-in.admin-bar,
body.woocommerce-account.logged-in.customize-support {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

html body.woocommerce-account.logged-in > #wpadminbar,
html body.woocommerce-account.logged-in #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  inset-block-start: -9999px !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-account.logged-in .kh-site-header {
  top: 0 !important;
  inset-block-start: 0 !important;
  margin-top: 0 !important;
}

html body.woocommerce-account.logged-in .kh-my-account-brand img {
  width: 54px !important;
  height: 35px !important;
  margin-inline-start: -10px !important;
}

@media (max-width: 820px) {
  html body.woocommerce-account.logged-in .kh-my-account-brand img {
    width: 48px !important;
    height: 32px !important;
    margin-inline-start: -8px !important;
  }
}

/* KH fix35: measured account header pull-up for any leftover top white gap. */
html body.woocommerce-account.logged-in .kh-skip-link {
  display: none !important;
  visibility: hidden !important;
  block-size: 0 !important;
  inline-size: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-account.logged-in > .kh-site-header:first-of-type,
html body.woocommerce-account.logged-in > .kh-skip-link + .kh-site-header,
html body.woocommerce-account.logged-in .kh-site-header:first-of-type {
  top: 0 !important;
  inset-block-start: 0 !important;
  margin-top: 0 !important;
}

/* KH fix36: account login page hard top flush and auth buttons without hover. */
html:has(body.woocommerce-account),
html:has(body.woocommerce-account.admin-bar),
html:has(body.woocommerce-account.customize-support),
html body.woocommerce-account,
html body.woocommerce-account.admin-bar,
html body.woocommerce-account.customize-support,
html body.woocommerce-account.kh-account-hard-flush {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

html body.woocommerce-account .kh-skip-link,
html body.woocommerce-account #wpadminbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-account .kh-site-header {
  position: sticky !important;
  top: 0 !important;
  inset-block-start: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: translateY(0) !important;
}

html body.woocommerce-account:not(.logged-in) .kh-header-inner {
  min-block-size: 68px !important;
  block-size: 68px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body.woocommerce-account:not(.logged-in) .kh-section.kh-content {
  padding-top: 0 !important;
}

html body.woocommerce-account .kh-account-auth-submit,
html body.woocommerce-account .kh-account-auth-submit:hover,
html body.woocommerce-account .kh-account-auth-submit:focus,
html body.woocommerce-account .kh-account-auth-submit:active,
html body.woocommerce-account.woocommerce button.button.kh-account-auth-submit,
html body.woocommerce-account.woocommerce button.button.kh-account-auth-submit:hover,
html body.woocommerce-account.woocommerce button.button.kh-account-auth-submit:focus,
html body.woocommerce-account.woocommerce button.button.kh-account-auth-submit:active {
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  filter: none !important;
}

html body.woocommerce-account .kh-account-auth-submit::before,
html body.woocommerce-account .kh-account-auth-submit:hover::before,
html body.woocommerce-account .kh-account-auth-submit:focus::before,
html body.woocommerce-account .kh-account-auth-submit:active::before {
  display: none !important;
  transform: none !important;
  content: none !important;
}

html body.woocommerce-account .kh-account-auth-switch label,
html body.woocommerce-account .kh-account-auth-switch label:hover,
html body.woocommerce-account .kh-account-auth-switch label:focus,
html body.woocommerce-account .kh-account-auth-switch label:active {
  color: #111 !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

/* KH fix37 - wishlist stars and popup */
.kh-shop-card-media,
.kh-lux-frame {
  position: relative !important;
}

.kh-wishlist-toggle {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  inline-size: 34px !important;
  block-size: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  z-index: 8 !important;
}

.kh-wishlist-toggle:hover,
.kh-wishlist-toggle:focus,
.kh-wishlist-toggle:active {
  background: transparent !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
}

.kh-wishlist-toggle svg {
  inline-size: 20px !important;
  block-size: 20px !important;
  display: block !important;
  overflow: visible !important;
  transform-origin: 50% 50% !important;
}

.kh-wishlist-toggle svg path {
  fill: transparent !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: fill 180ms ease, stroke 180ms ease !important;
}

.kh-wishlist-toggle.is-active svg path {
  fill: #111 !important;
  stroke: #111 !important;
}

.kh-wishlist-toggle.is-spinning svg {
  animation: khWishlistSpin 460ms ease both !important;
}

.kh-header-actions .kh-favorite-link svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@keyframes khWishlistSpin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  48% {
    transform: rotate(180deg) scale(1.18);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.kh-wishlist-toggle--card {
  position: absolute !important;
  right: 16px !important;
  left: auto !important;
  bottom: 16px !important;
}

.kh-wishlist-toggle--single {
  position: absolute !important;
  right: 18px !important;
  left: auto !important;
  top: 18px !important;
  inline-size: 40px !important;
  block-size: 40px !important;
}

.kh-wishlist-toggle--single svg {
  inline-size: 22px !important;
  block-size: 22px !important;
}

.kh-wishlist-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000 !important;
  background: rgba(0, 0, 0, 0.68) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, visibility 180ms ease !important;
}

.kh-wishlist-overlay.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.kh-wishlist-popup {
  position: absolute !important;
  top: clamp(72px, 9vw, 96px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-8px) !important;
  inline-size: min(92vw, 460px) !important;
  min-block-size: 64px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 10px 16px !important;
  background: #fff !important;
  color: #111 !important;
  border-radius: 7px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18) !important;
  direction: rtl !important;
  transition: transform 200ms ease !important;
}

.kh-wishlist-overlay.is-visible .kh-wishlist-popup {
  transform: translateX(-50%) translateY(0) !important;
}

.kh-wishlist-popup img {
  inline-size: 54px !important;
  block-size: 54px !important;
  object-fit: cover !important;
  flex: 0 0 54px !important;
  background: #f5f5f5 !important;
}

.kh-wishlist-popup img[hidden] {
  display: none !important;
}

.kh-wishlist-popup-copy {
  flex: 1 1 auto !important;
  min-inline-size: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

.kh-wishlist-popup-copy p {
  margin: 0 0 3px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.kh-wishlist-popup-copy a {
  color: #111 !important;
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.kh-wishlist-popup button {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  inline-size: 28px !important;
  block-size: 28px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.kh-my-wishlist-empty.is-hidden {
  display: none !important;
}

.kh-my-wishlist-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  background: #eee !important;
  margin: 0 !important;
}

.kh-my-wishlist-card {
  background: #fff !important;
  min-inline-size: 0 !important;
}

.kh-my-wishlist-card-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.kh-my-wishlist-card-image img {
  inline-size: 100% !important;
  block-size: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.kh-my-wishlist-card-image span {
  color: #111 !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
}

.kh-my-wishlist-card-body {
  min-block-size: 76px !important;
  padding: 18px 16px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.kh-my-wishlist-card-body > a {
  color: #111 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.kh-wishlist-toggle--page {
  inline-size: 30px !important;
  block-size: 30px !important;
  flex: 0 0 30px !important;
}

@media (max-width: 900px) {
  .kh-my-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .kh-wishlist-toggle--card {
    right: 12px !important;
    left: auto !important;
    bottom: 12px !important;
  }

  .kh-wishlist-toggle--single {
    right: 14px !important;
    left: auto !important;
    top: 14px !important;
  }

  .kh-wishlist-popup {
    top: 76px !important;
    inline-size: calc(100vw - 34px) !important;
    gap: 12px !important;
    padding: 10px 12px !important;
  }
}

/* KH fix39 - login guard, account status, and mobile cart count centering */
body.logged-in .kh-site-header .kh-account-link svg circle {
  fill: #2f8f4e !important;
  stroke: #2f8f4e !important;
}

.kh-wishlist-overlay.is-login-alert .kh-wishlist-popup {
  inline-size: min(92vw, 430px) !important;
  min-block-size: 68px !important;
}

.kh-wishlist-overlay.is-login-alert .kh-wishlist-popup-copy p {
  margin-bottom: 5px !important;
}

@media (max-width: 767px) {
  body .kh-site-header .kh-cart-link {
    position: relative !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count {
    display: grid !important;
    place-items: center !important;
    left: 50% !important;
    top: 49% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    min-width: 0 !important;
    width: 12px !important;
    height: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-1 {
    font-size: 8px !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-2 {
    font-size: 7px !important;
  }

  body .kh-site-header .kh-cart-link .kh-cart-count-digits-3 {
    font-size: 5.8px !important;
    letter-spacing: 0 !important;
  }
}

/* KH fix43 - Arabic checkout login panel */
body.woocommerce-checkout .kh-checkout-login-toggle,
body:has(.kh-checkout-shell) .kh-checkout-login-toggle {
  width: min(1280px, calc(100vw - 84px)) !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  background: transparent !important;
}

body.woocommerce-checkout .kh-checkout-login-notice,
body:has(.kh-checkout-shell) .kh-checkout-login-notice {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 36px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-login-notice::before,
body:has(.kh-checkout-shell) .kh-checkout-login-notice::before {
  display: none !important;
  content: none !important;
}

body.woocommerce-checkout .kh-checkout-login-notice a,
body:has(.kh-checkout-shell) .kh-checkout-login-notice a {
  color: #9b7a45 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  background: transparent !important;
  border: 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-form,
body:has(.kh-checkout-shell) .kh-checkout-login-form {
  width: min(980px, calc(100vw - 84px)) !important;
  max-width: 980px !important;
  margin: 18px auto 0 !important;
  padding: 30px 34px 32px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #111 !important;
  direction: rtl !important;
  text-align: right !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .055) !important;
}

body.woocommerce-checkout .kh-checkout-login-intro,
body:has(.kh-checkout-shell) .kh-checkout-login-intro {
  margin: 0 0 24px !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-login-form .form-row,
body:has(.kh-checkout-shell) .kh-checkout-login-form .form-row {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-login-form label,
body:has(.kh-checkout-shell) .kh-checkout-login-form label {
  display: block !important;
  margin: 0 0 9px !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

body.woocommerce-checkout .kh-checkout-login-form input.input-text,
body.woocommerce-checkout .kh-checkout-login-form input[type="text"],
body.woocommerce-checkout .kh-checkout-login-form input[type="password"],
body:has(.kh-checkout-shell) .kh-checkout-login-form input.input-text,
body:has(.kh-checkout-shell) .kh-checkout-login-form input[type="text"],
body:has(.kh-checkout-shell) .kh-checkout-login-form input[type="password"] {
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #dedede !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-login-form input:focus,
body:has(.kh-checkout-shell) .kh-checkout-login-form input:focus {
  border-color: #111 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kh-checkout-login-actions,
body:has(.kh-checkout-shell) .kh-checkout-login-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 2px !important;
}

body.woocommerce-checkout .kh-checkout-login-remember,
body:has(.kh-checkout-shell) .kh-checkout-login-remember {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  cursor: pointer !important;
}

body.woocommerce-checkout .kh-checkout-login-remember input,
body:has(.kh-checkout-shell) .kh-checkout-login-remember input {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  margin: 0 !important;
  accent-color: #111 !important;
}

body.woocommerce-checkout .kh-checkout-login-lost,
body:has(.kh-checkout-shell) .kh-checkout-login-lost {
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

body.woocommerce-checkout .kh-checkout-login-submit-row,
body:has(.kh-checkout-shell) .kh-checkout-login-submit-row {
  margin: 20px 0 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-submit,
body.woocommerce-checkout .kh-checkout-login-submit:hover,
body.woocommerce-checkout .kh-checkout-login-submit:focus,
body.woocommerce-checkout .kh-checkout-login-submit:active,
body:has(.kh-checkout-shell) .kh-checkout-login-submit,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:hover,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:active {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-login-submit::before,
body.woocommerce-checkout .kh-checkout-login-submit:hover::before,
body.woocommerce-checkout .kh-checkout-login-submit:focus::before,
body.woocommerce-checkout .kh-checkout-login-submit:active::before,
body:has(.kh-checkout-shell) .kh-checkout-login-submit::before,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:hover::before,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus::before,
body:has(.kh-checkout-shell) .kh-checkout-login-submit:active::before {
  display: none !important;
  content: none !important;
  transform: none !important;
}

body.woocommerce-checkout .kh-checkout-login-register-row,
body:has(.kh-checkout-shell) .kh-checkout-login-register-row {
  width: 100% !important;
  margin: -2px 0 0 !important;
}

body.woocommerce-checkout .kh-checkout-login-register,
body.woocommerce-checkout .kh-checkout-login-register:hover,
body.woocommerce-checkout .kh-checkout-login-register:focus,
body.woocommerce-checkout .kh-checkout-login-register:active,
body:has(.kh-checkout-shell) .kh-checkout-login-register,
body:has(.kh-checkout-shell) .kh-checkout-login-register:hover,
body:has(.kh-checkout-shell) .kh-checkout-login-register:focus,
body:has(.kh-checkout-shell) .kh-checkout-login-register:active {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 900px) {
  body.woocommerce-checkout .kh-checkout-login-toggle,
  body:has(.kh-checkout-shell) .kh-checkout-login-toggle,
  body.woocommerce-checkout .kh-checkout-login-form,
  body:has(.kh-checkout-shell) .kh-checkout-login-form {
    width: calc(100vw - 40px) !important;
  }

  body.woocommerce-checkout .kh-checkout-login-form,
  body:has(.kh-checkout-shell) .kh-checkout-login-form {
    padding: 26px 24px 28px !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout .kh-checkout-login-toggle,
  body:has(.kh-checkout-shell) .kh-checkout-login-toggle {
    width: calc(100vw - 28px) !important;
    margin-top: 14px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-notice,
  body:has(.kh-checkout-shell) .kh-checkout-login-notice {
    min-height: auto !important;
    padding: 13px 14px !important;
    flex-wrap: wrap !important;
    font-size: 13px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-form,
  body:has(.kh-checkout-shell) .kh-checkout-login-form {
    width: calc(100vw - 28px) !important;
    margin-top: 12px !important;
    padding: 22px 16px 24px !important;
    border-radius: 6px !important;
  }

  body.woocommerce-checkout .kh-checkout-login-intro,
  body:has(.kh-checkout-shell) .kh-checkout-login-intro {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  body.woocommerce-checkout .kh-checkout-login-actions,
  body:has(.kh-checkout-shell) .kh-checkout-login-actions {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
}

/* KH fix44 final override - checkout login must beat older checkout rules */
html body.woocommerce-checkout .kh-checkout-login-row,
html body:has(.kh-checkout-shell) .kh-checkout-login-row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 14px 42px 0 !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout .kh-checkout-login-row .woocommerce-form-login-toggle,
html body.woocommerce-checkout .woocommerce-form-login-toggle,
html body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-form-login-toggle,
html body:has(.kh-checkout-shell) .woocommerce-form-login-toggle {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  background: transparent !important;
}

html body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info,
html body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
html body.woocommerce-checkout .kh-checkout-login-notice,
html body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info,
html body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info,
html body:has(.kh-checkout-shell) .kh-checkout-login-notice {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info::before,
html body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
html body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info::before,
html body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info::before {
  display: none !important;
  content: none !important;
}

html body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info a.showlogin,
html body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin,
html body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info a.showlogin,
html body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: #9b7a45 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login,
html body.woocommerce-checkout form.woocommerce-form-login.login,
html body.woocommerce-checkout form.login.kh-checkout-login-form,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login,
html body:has(.kh-checkout-shell) form.login.kh-checkout-login-form {
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 16px 0 0 auto !important;
  padding: 26px 28px 28px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #111 !important;
  direction: rtl !important;
  text-align: right !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .055) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login p:first-child,
html body.woocommerce-checkout form.woocommerce-form-login.login p:first-child,
html body.woocommerce-checkout .kh-checkout-login-intro,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login p:first-child,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login p:first-child,
html body:has(.kh-checkout-shell) .kh-checkout-login-intro {
  margin: 0 0 22px !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login .form-row,
html body.woocommerce-checkout form.woocommerce-form-login.login .form-row,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .form-row,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login .form-row {
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login label,
html body.woocommerce-checkout form.woocommerce-form-login.login label,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login label,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login label {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-align: right !important;
  direction: rtl !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login input.input-text,
html body.woocommerce-checkout .kh-checkout-login-row form.login input[type="text"],
html body.woocommerce-checkout .kh-checkout-login-row form.login input[type="password"],
html body.woocommerce-checkout form.woocommerce-form-login.login input.input-text,
html body.woocommerce-checkout form.woocommerce-form-login.login input[type="text"],
html body.woocommerce-checkout form.woocommerce-form-login.login input[type="password"],
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input.input-text,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input[type="text"],
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login input[type="password"],
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login input.input-text,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login input[type="text"],
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login input[type="password"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 50px !important;
  text-align: right !important;
  direction: rtl !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__rememberme,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
html body.woocommerce-checkout .kh-checkout-login-remember,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .woocommerce-form-login__rememberme,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
html body:has(.kh-checkout-shell) .kh-checkout-login-remember {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 0 16px !important;
  font-size: 13px !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"],
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"],
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"],
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .woocommerce-form-login__submit,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"],
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login .woocommerce-form-login__submit {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:hover,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:focus,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:active,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:hover,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:focus,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:active,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:hover,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:focus,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:active,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:hover,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:focus,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:active {
  background: #111 !important;
  background-color: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login .lost_password,
html body.woocommerce-checkout form.woocommerce-form-login.login .lost_password,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .lost_password,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login .lost_password {
  margin: 16px 0 0 !important;
  text-align: right !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login .lost_password a,
html body.woocommerce-checkout form.woocommerce-form-login.login .lost_password a,
html body.woocommerce-checkout .kh-checkout-login-lost,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login .lost_password a,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login .lost_password a,
html body:has(.kh-checkout-shell) .kh-checkout-login-lost {
  color: #9b7a45 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 900px) {
  html body.woocommerce-checkout .kh-checkout-login-row,
  html body:has(.kh-checkout-shell) .kh-checkout-login-row {
    padding: 12px 20px 0 !important;
  }

  html body.woocommerce-checkout .kh-checkout-login-row form.login,
  html body.woocommerce-checkout form.woocommerce-form-login.login,
  html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
  html body:has(.kh-checkout-shell) form.woocommerce-form-login.login {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 24px 22px 26px !important;
  }
}

@media (max-width: 560px) {
  html body.woocommerce-checkout .kh-checkout-login-row,
  html body:has(.kh-checkout-shell) .kh-checkout-login-row {
    padding: 10px 12px 0 !important;
  }

  html body.woocommerce-checkout .kh-checkout-login-row .woocommerce-info,
  html body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
  html body:has(.kh-checkout-shell) .kh-checkout-login-row .woocommerce-info,
  html body:has(.kh-checkout-shell) .woocommerce-form-login-toggle .woocommerce-info {
    min-height: auto !important;
    padding: 12px 13px !important;
    flex-wrap: wrap !important;
    font-size: 13px !important;
  }

  html body.woocommerce-checkout .kh-checkout-login-row form.login,
  html body.woocommerce-checkout form.woocommerce-form-login.login,
  html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login,
  html body:has(.kh-checkout-shell) form.woocommerce-form-login.login {
    padding: 20px 14px 22px !important;
    border-radius: 6px !important;
  }
}

/* KH fix45 - order received popup and invoice actions */
body.woocommerce-order-received {
  background: #f6f6f6 !important;
}

body.woocommerce-order-received .kh-thankyou-page {
  position: relative !important;
  min-height: calc(100vh - 92px) !important;
  display: grid !important;
  place-items: center !important;
  padding: 52px 18px !important;
  direction: rtl !important;
  text-align: right !important;
  overflow: hidden !important;
}

body.woocommerce-order-received .kh-thankyou-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, .18) !important;
  backdrop-filter: blur(2px) !important;
}

body.woocommerce-order-received .kh-thankyou-modal {
  position: relative !important;
  z-index: 1 !important;
  width: min(620px, calc(100vw - 32px)) !important;
  margin: 0 auto !important;
  padding: 34px 36px 32px !important;
  border: 1px solid #111 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16) !important;
}

body.woocommerce-order-received .kh-thankyou-mark {
  width: 54px !important;
  height: 54px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 auto 18px !important;
  border: 1px solid #111 !important;
  border-radius: 50% !important;
}

body.woocommerce-order-received .kh-thankyou-mark svg {
  width: 28px !important;
  height: 28px !important;
  fill: none !important;
  stroke: #111 !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.woocommerce-order-received .kh-thankyou-kicker {
  margin: 0 0 8px !important;
  color: #8a6a37 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body.woocommerce-order-received .kh-thankyou-modal h1 {
  margin: 0 0 12px !important;
  color: #111 !important;
  font-family: var(--kh-font-body, "Thmanyah Serif Display", serif) !important;
  font-size: clamp(26px, 4vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

body.woocommerce-order-received .kh-thankyou-copy {
  max-width: 460px !important;
  margin: 0 auto 24px !important;
  color: #555 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

body.woocommerce-order-received .kh-thankyou-summary {
  display: grid !important;
  gap: 0 !important;
  margin: 0 0 24px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

body.woocommerce-order-received .kh-thankyou-summary > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  border-bottom: 1px solid #eee !important;
}

body.woocommerce-order-received .kh-thankyou-summary > div:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-order-received .kh-thankyou-summary span {
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.woocommerce-order-received .kh-thankyou-summary strong {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: left !important;
}

body.woocommerce-order-received .kh-thankyou-summary-total {
  background: #111 !important;
}

body.woocommerce-order-received .kh-thankyou-summary-total span,
body.woocommerce-order-received .kh-thankyou-summary-total strong {
  color: #fff !important;
}

body.woocommerce-order-received .kh-thankyou-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

body.woocommerce-order-received .kh-thankyou-button,
body.woocommerce-order-received .kh-thankyou-button:hover,
body.woocommerce-order-received .kh-thankyou-button:focus {
  display: grid !important;
  place-items: center !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border: 1px solid #111 !important;
  border-radius: 5px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body.woocommerce-order-received .kh-thankyou-link {
  display: inline-flex !important;
  justify-content: center !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 560px) {
  body.woocommerce-order-received .kh-thankyou-page {
    min-height: calc(100vh - 70px) !important;
    padding: 22px 12px !important;
  }

  body.woocommerce-order-received .kh-thankyou-modal {
    width: calc(100vw - 24px) !important;
    padding: 26px 18px 24px !important;
  }

  body.woocommerce-order-received .kh-thankyou-summary > div {
    min-height: 46px !important;
    padding: 0 12px !important;
  }
}

/* KH fix46 final - thank-you popup centered after all legacy rules */
html body.woocommerce-order-received .site,
html body.woocommerce-order-received .site-main,
html body.woocommerce-order-received .content-area,
html body.woocommerce-order-received main,
html body.woocommerce-order-received article,
html body.woocommerce-order-received .entry-content,
html body.woocommerce-order-received .woocommerce,
html body.woocommerce-order-received .kh-thankyou-page {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

html body.woocommerce-order-received .kh-thankyou-page {
  min-height: calc(100vh - 90px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(18px, 4vh, 42px) 16px !important;
  background: linear-gradient(180deg, #f7f7f7 0%, #e5e5e5 100%) !important;
}

html body.woocommerce-order-received .kh-thankyou-modal {
  width: min(560px, calc(100vw - 32px)) !important;
  max-width: 560px !important;
  max-height: calc(100vh - 130px) !important;
  overflow: auto !important;
  margin: 0 auto !important;
  padding: clamp(22px, 4vw, 34px) !important;
}

html body.woocommerce-order-received .kh-thankyou-actions {
  position: sticky !important;
  bottom: 0 !important;
  padding-top: 10px !important;
  background: #fff !important;
}

@media (max-width: 900px) {
  html body.woocommerce-order-received .kh-thankyou-page {
    min-height: calc(100vh - 76px) !important;
    padding: 18px 14px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal {
    width: min(520px, calc(100vw - 28px)) !important;
    max-height: calc(100vh - 104px) !important;
  }
}

@media (max-width: 560px) {
  html body.woocommerce-order-received .kh-thankyou-page {
    align-items: flex-start !important;
    min-height: calc(100vh - 64px) !important;
    padding: 12px !important;
  }

  html body.woocommerce-order-received .kh-thankyou-modal {
    width: calc(100vw - 24px) !important;
    max-height: none !important;
    padding: 22px 16px 20px !important;
  }
}

/* KH fix65 - remove the outer frame from product color options */
html body.single-product form.variations_form .kh-color-swatches,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches {
  gap: 10px !important;
}

html body.single-product form.variations_form .kh-color-swatches button,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-color,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-image,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-variation_image {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

html body.single-product form.variations_form .kh-color-swatches button:hover,
html body.single-product form.variations_form .kh-color-swatches button:focus,
html body.single-product form.variations_form .kh-color-swatches button.is-active,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button:hover,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button:focus,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button.is-active {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transform: none !important;
}

/* KH fix83 - keep checkout login submit static and remove hover overlay */
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"],
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:hover,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:focus,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:active,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:focus-visible,
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit,
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit:hover,
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit:focus,
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit:active,
html body.woocommerce-checkout .kh-checkout-login-row form.login .woocommerce-form-login__submit:focus-visible,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"],
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:hover,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:focus,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:active,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:focus-visible,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit:hover,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit:focus,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit:active,
html body.woocommerce-checkout form.woocommerce-form-login.login .woocommerce-form-login__submit:focus-visible,
html body.woocommerce-checkout .kh-checkout-login-submit,
html body.woocommerce-checkout .kh-checkout-login-submit:hover,
html body.woocommerce-checkout .kh-checkout-login-submit:focus,
html body.woocommerce-checkout .kh-checkout-login-submit:active,
html body.woocommerce-checkout .kh-checkout-login-submit:focus-visible,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"],
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:hover,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:focus,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:active,
html body:has(.kh-checkout-shell) .kh-checkout-login-row form.login button[name="login"]:focus-visible,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"],
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:hover,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:focus,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:active,
html body:has(.kh-checkout-shell) form.woocommerce-form-login.login button[name="login"]:focus-visible,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:hover,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:active,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus-visible {
  background: #111 !important;
  background-color: #111 !important;
  background-image: none !important;
  border-color: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]::before,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:hover::before,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:focus::before,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:active::before,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]::after,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:hover::after,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:focus::after,
html body.woocommerce-checkout .kh-checkout-login-row form.login button[name="login"]:active::after,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]::before,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:hover::before,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:focus::before,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:active::before,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]::after,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:hover::after,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:focus::after,
html body.woocommerce-checkout form.woocommerce-form-login.login button[name="login"]:active::after,
html body.woocommerce-checkout .kh-checkout-login-submit::before,
html body.woocommerce-checkout .kh-checkout-login-submit:hover::before,
html body.woocommerce-checkout .kh-checkout-login-submit:focus::before,
html body.woocommerce-checkout .kh-checkout-login-submit:active::before,
html body.woocommerce-checkout .kh-checkout-login-submit::after,
html body.woocommerce-checkout .kh-checkout-login-submit:hover::after,
html body.woocommerce-checkout .kh-checkout-login-submit:focus::after,
html body.woocommerce-checkout .kh-checkout-login-submit:active::after,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit::before,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:hover::before,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus::before,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:active::before,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit::after,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:hover::after,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:focus::after,
html body:has(.kh-checkout-shell) .kh-checkout-login-submit:active::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
}

/* KH fix87 - mobile cart drawer opens below the actual visible header. */
@media (max-width: 767px) {
  html body .kh-cart-drawer,
  html body.post-type-archive-product .kh-cart-drawer,
  html body.tax-product_cat .kh-cart-drawer,
  html body.tax-product_tag .kh-cart-drawer {
    position: fixed !important;
    top: var(--kh-mobile-cart-drawer-top, 58px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    inline-size: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 0 !important;
    max-block-size: none !important;
    margin: 0 !important;
    padding: 0 18px 18px !important;
    overflow: hidden !important;
    border-radius: 0 0 12px 12px !important;
    transform: none !important;
    opacity: 0 !important;
    visibility: visible !important;
    pointer-events: none !important;
    z-index: 1690 !important;
    transition: max-height .36s cubic-bezier(.4, 0, .2, 1), opacity .2s ease !important;
  }

  html body .kh-cart-drawer.is-open,
  html body.post-type-archive-product .kh-cart-drawer.is-open,
  html body.tax-product_cat .kh-cart-drawer.is-open,
  html body.tax-product_tag .kh-cart-drawer.is-open {
    max-height: calc(100dvh - var(--kh-mobile-cart-drawer-top, 58px)) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .kh-cart-drawer .kh-overlay-close {
    position: absolute !important;
    top: 12px !important;
    left: 18px !important;
    right: auto !important;
  }
}

/* KH fix88 - product mobile preorder buttons, lightbox centering, related cards, and thank-you shop action. */
@media (max-width: 767px) {
  html body.single-product .kh-preorder-payment-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 10px 0 12px !important;
  }

  html body.single-product .kh-preorder-payment-option {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    width: 100% !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 6px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  html body.single-product .kh-preorder-payment-option span,
  html body.single-product .kh-preorder-payment-option strong,
  html body.single-product .kh-preorder-payment-option .amount,
  html body.single-product .kh-preorder-payment-option bdi {
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  html body.single-product .kh-preorder-payment-option span {
    flex: 0 0 auto !important;
    font-size: clamp(10px, 2.65vw, 11px) !important;
    font-weight: 800 !important;
  }

  html body.single-product .kh-preorder-payment-option strong,
  html body.single-product .kh-preorder-payment-option .amount,
  html body.single-product .kh-preorder-payment-option bdi {
    flex: 0 1 auto !important;
    font-size: clamp(9px, 2.35vw, 10px) !important;
    font-weight: 800 !important;
  }

  html body.single-product .kh-lux-lightbox,
  html body.single-product .kh-lux-lightbox.is-open {
    display: grid !important;
    place-items: center !important;
    justify-items: center !important;
    align-items: center !important;
    padding: 24px 18px !important;
    text-align: center !important;
  }

  html body.single-product .kh-lux-lightbox img {
    display: block !important;
    position: static !important;
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    height: auto !important;
    max-width: 92vw !important;
    max-height: 82svh !important;
    margin: auto !important;
    object-fit: contain !important;
    transform: none !important;
  }

  html body.single-product .kh-lux-related,
  html body.single-product .related.products {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 42px 16px 58px !important;
    overflow: hidden !important;
  }

  html body.single-product .related.products h2,
  html body.single-product .kh-lux-related .related.products h2 {
    margin: 0 0 24px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-align: center !important;
  }

  html body.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .related.products ul.products::before,
  html body.single-product .related.products ul.products::after {
    display: none !important;
    content: none !important;
  }

  html body.single-product .related.products ul.products li.product,
  html body.single-product.woocommerce .related.products ul.products li.product,
  html body.single-product .related.products ul.products li.product.kh-shop-card {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .related.products .kh-shop-card-media {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  html body.single-product .related.products .kh-shop-card-media img,
  html body.single-product .related.products ul.products li.product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  html body.single-product .related.products .kh-shop-card-info {
    padding: 10px 2px 0 !important;
    text-align: center !important;
  }

  html body.single-product .related.products .kh-shop-card-title,
  html body.single-product .related.products .woocommerce-loop-product__title,
  html body.single-product .related.products h2.woocommerce-loop-product__title {
    min-height: 34px !important;
    margin: 0 0 4px !important;
    overflow: hidden !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    text-align: center !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  html body.single-product .related.products .kh-shop-card-title a {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }

  html body.single-product .related.products .kh-shop-card-price,
  html body.single-product .related.products .price {
    justify-content: center !important;
    gap: 4px !important;
    min-height: 16px !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  html body.single-product .related.products .kh-shop-card-price *,
  html body.single-product .related.products .price * {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  html body.single-product .related.products .kh-shop-card-attrs {
    justify-content: center !important;
    gap: 7px !important;
    margin-top: 6px !important;
    min-height: 14px !important;
  }

  html body.single-product .related.products .kh-shop-card-attrs .kh-attr-text {
    font-size: 8px !important;
    line-height: 1 !important;
  }
}

html body.woocommerce-order-received .kh-thankyou-shop-button,
html body.woocommerce-order-received .kh-thankyou-shop-button:hover,
html body.woocommerce-order-received .kh-thankyou-shop-button:focus {
  background: #fff !important;
  background-color: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

/* KH fix119 - tablet shop header, cart count, and product cards. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-shop-topbar,
  html body.tax-product_cat .kh-shop-topbar,
  html body.tax-product_tag .kh-shop-topbar {
    position: relative !important;
    z-index: 720 !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 16px !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) {
    position: relative !important;
    top: auto !important;
    inset-block-start: auto !important;
    z-index: 730 !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, .18) !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner {
    width: min(100%, 1120px) !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 24px !important;
    margin: 0 auto !important;
    align-items: center !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero,
  html body.tax-product_cat .kh-shop-image-hero,
  html body.tax-product_tag .kh-shop-image-hero,
  html body.post-type-archive-product .kh-shop-image-hero a,
  html body.tax-product_cat .kh-shop-image-hero a,
  html body.tax-product_tag .kh-shop-image-hero a,
  html body.post-type-archive-product .kh-shop-video-band,
  html body.tax-product_cat .kh-shop-video-band,
  html body.tax-product_tag .kh-shop-video-band {
    margin-top: -64px !important;
  }

  html body.post-type-archive-product .kh-cart-link,
  html body.tax-product_cat .kh-cart-link,
  html body.tax-product_tag .kh-cart-link {
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-cart-link .kh-cart-icon,
  html body.post-type-archive-product .kh-cart-link svg.kh-cart-icon,
  html body.tax-product_cat .kh-cart-link .kh-cart-icon,
  html body.tax-product_cat .kh-cart-link svg.kh-cart-icon,
  html body.tax-product_tag .kh-cart-link .kh-cart-icon,
  html body.tax-product_tag .kh-cart-link svg.kh-cart-icon {
    width: 25px !important;
    height: 23px !important;
    inline-size: 25px !important;
    block-size: 23px !important;
  }

  html body.post-type-archive-product .kh-cart-link .kh-cart-count,
  html body.tax-product_cat .kh-cart-link .kh-cart-count,
  html body.tax-product_tag .kh-cart-link .kh-cart-count {
    left: 50% !important;
    top: 50% !important;
    font-size: 7.6px !important;
    line-height: 1 !important;
    transform: translate(-43%, -45%) !important;
  }

  html body.post-type-archive-product .kh-cart-link .kh-cart-count-digits-2,
  html body.tax-product_cat .kh-cart-link .kh-cart-count-digits-2,
  html body.tax-product_tag .kh-cart-link .kh-cart-count-digits-2 {
    font-size: 6.8px !important;
  }

  html body.post-type-archive-product .kh-cart-link .kh-cart-count-digits-3,
  html body.tax-product_cat .kh-cart-link .kh-cart-count-digits-3,
  html body.tax-product_tag .kh-cart-link .kh-cart-count-digits-3 {
    font-size: 5.5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product ul.products,
  html body.tax-product_cat ul.products,
  html body.tax-product_tag ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
  }

  html body.post-type-archive-product ul.products li.product.kh-shop-card,
  html body.tax-product_cat ul.products li.product.kh-shop-card,
  html body.tax-product_tag ul.products li.product.kh-shop-card {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

/* KH fix121 - iPad/tablet portrait uses the phone composition; landscape keeps desktop. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product.woocommerce ul.products,
  html body.tax-product_cat.woocommerce ul.products,
  html body.tax-product_tag.woocommerce ul.products,
  html body.post-type-archive-product .kh-shop-catalog ul.products,
  html body.tax-product_cat .kh-shop-catalog ul.products,
  html body.tax-product_tag .kh-shop-catalog ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 18px !important;
    width: min(100% - 28px, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.post-type-archive-product.woocommerce ul.products::before,
  html body.post-type-archive-product.woocommerce ul.products::after,
  html body.tax-product_cat.woocommerce ul.products::before,
  html body.tax-product_cat.woocommerce ul.products::after,
  html body.tax-product_tag.woocommerce ul.products::before,
  html body.tax-product_tag.woocommerce ul.products::after,
  html body.post-type-archive-product .kh-shop-catalog ul.products::before,
  html body.post-type-archive-product .kh-shop-catalog ul.products::after,
  html body.tax-product_cat .kh-shop-catalog ul.products::before,
  html body.tax-product_cat .kh-shop-catalog ul.products::after,
  html body.tax-product_tag .kh-shop-catalog ul.products::before,
  html body.tax-product_tag .kh-shop-catalog ul.products::after {
    display: none !important;
    content: none !important;
  }

  html body.post-type-archive-product.woocommerce ul.products li.product,
  html body.tax-product_cat.woocommerce ul.products li.product,
  html body.tax-product_tag.woocommerce ul.products li.product,
  html body.post-type-archive-product .kh-shop-catalog ul.products li.product,
  html body.tax-product_cat .kh-shop-catalog ul.products li.product,
  html body.tax-product_tag .kh-shop-catalog ul.products li.product,
  html body.post-type-archive-product ul.products li.product.kh-shop-card,
  html body.tax-product_cat ul.products li.product.kh-shop-card,
  html body.tax-product_tag ul.products li.product.kh-shop-card {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kh-lux-breadcrumb,
  html body.single-product .kh-lux-product,
  html body.single-product .related.products,
  html body.single-product .upsells.products {
    width: min(100% - 28px, 520px) !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: stretch !important;
    gap: 22px !important;
  }

  html body.single-product .kh-lux-gallery,
  html body.single-product .kh-lux-summary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.single-product .kh-lux-gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.single-product .kh-lux-purchase,
  html body.single-product .kh-lux-purchase form.cart,
  html body.single-product.woocommerce div.product form.cart,
  html body.single-product .kh-lux-purchase .single_variation_wrap,
  html body.single-product.woocommerce div.product form.cart .single_variation_wrap,
  html body.single-product .kh-lux-purchase .woocommerce-variation-add-to-cart,
  html body.single-product.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
  html body.single-product .kh-lux-purchase .quantity,
  html body.single-product.woocommerce div.product form.cart .quantity,
  html body.single-product .kh-preorder-payment-options,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-options,
  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
    width: min(100%, 430px) !important;
    max-width: min(100%, 430px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kh-preorder-payment-options,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 10px auto 12px !important;
  }

  html body.single-product .kh-preorder-payment-option,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-option {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 6px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  html body.single-product .kh-preorder-payment-option .kh-preorder-payment-title,
  html body.single-product .kh-preorder-payment-option .kh-preorder-payment-label {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  html body.single-product .kh-preorder-payment-option .kh-preorder-payment-price,
  html body.single-product .kh-preorder-payment-option .kh-preorder-payment-amount {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    font-size: 14px !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button {
    position: relative !important;
    padding-left: 88px !important;
    padding-right: 88px !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-total,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button .kh-atc-total {
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 76px !important;
    max-width: 76px !important;
    text-align: left !important;
    font-size: 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button .kh-atc-label,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button .kh-atc-label {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

/* KH fix120 - tablet portrait follows the mobile shop rhythm; landscape stays desktop. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-shop-image-hero a,
  html body.tax-product_cat .kh-shop-image-hero a,
  html body.tax-product_tag .kh-shop-image-hero a,
  html body.post-type-archive-product .kh-shop-video-band,
  html body.tax-product_cat .kh-shop-video-band,
  html body.tax-product_tag .kh-shop-video-band {
    aspect-ratio: 4 / 5 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero-media,
  html body.post-type-archive-product .kh-shop-image-hero-img,
  html body.post-type-archive-product .kh-shop-video-band video,
  html body.tax-product_cat .kh-shop-image-hero-media,
  html body.tax-product_cat .kh-shop-image-hero-img,
  html body.tax-product_cat .kh-shop-video-band video,
  html body.tax-product_tag .kh-shop-image-hero-media,
  html body.tax-product_tag .kh-shop-image-hero-img,
  html body.tax-product_tag .kh-shop-video-band video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero-media-mobile,
  html body.tax-product_cat .kh-shop-image-hero-media-mobile,
  html body.tax-product_tag .kh-shop-image-hero-media-mobile {
    display: block !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero-has-mobile .kh-shop-image-hero-media-desktop,
  html body.tax-product_cat .kh-shop-image-hero-has-mobile .kh-shop-image-hero-media-desktop,
  html body.tax-product_tag .kh-shop-image-hero-has-mobile .kh-shop-image-hero-media-desktop {
    display: none !important;
  }
}

/* KH fix122 - final tablet portrait shop grid override. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product ul.products,
  html body.tax-product_cat ul.products,
  html body.tax-product_tag ul.products,
  html body.woocommerce.post-type-archive-product ul.products,
  html body.woocommerce.tax-product_cat ul.products,
  html body.woocommerce.tax-product_tag ul.products,
  html body.post-type-archive-product .kh-shop-catalog ul.products,
  html body.tax-product_cat .kh-shop-catalog ul.products,
  html body.tax-product_tag .kh-shop-catalog ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 26px 18px !important;
    width: min(100% - 28px, 760px) !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.post-type-archive-product ul.products::before,
  html body.post-type-archive-product ul.products::after,
  html body.tax-product_cat ul.products::before,
  html body.tax-product_cat ul.products::after,
  html body.tax-product_tag ul.products::before,
  html body.tax-product_tag ul.products::after {
    display: none !important;
    content: none !important;
  }

  html body.post-type-archive-product ul.products > li.product,
  html body.tax-product_cat ul.products > li.product,
  html body.tax-product_tag ul.products > li.product,
  html body.post-type-archive-product ul.products > li.product.kh-shop-card,
  html body.tax-product_cat ul.products > li.product.kh-shop-card,
  html body.tax-product_tag ul.products > li.product.kh-shop-card {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    grid-column: auto !important;
    box-sizing: border-box !important;
  }
}

/* KH fix126 - tablet portrait shop header uses desktop icons only. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    background: #fff !important;
    color: #111 !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner {
    position: relative !important;
    display: block !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding: 0 18px !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu,
  html body.post-type-archive-product .kh-mobile-search-trigger,
  html body.post-type-archive-product .kh-nav-trigger,
  html body.tax-product_cat .kh-mobile-search-trigger,
  html body.tax-product_cat .kh-nav-trigger,
  html body.tax-product_tag .kh-mobile-search-trigger,
  html body.tax-product_tag .kh-nav-trigger,
  html body.post-type-archive-product .kh-preorder-header-link,
  html body.tax-product_cat .kh-preorder-header-link,
  html body.tax-product_tag .kh-preorder-header-link {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: center !important;
    transform: translate(-50%, -50%) !important;
  }

  html body.post-type-archive-product .kh-header-logo img,
  html body.tax-product_cat .kh-header-logo img,
  html body.tax-product_tag .kh-header-logo img {
    width: auto !important;
    height: 35px !important;
    max-height: 35px !important;
  }

  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    direction: ltr !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
  }

  html body.post-type-archive-product .kh-desktop-search-trigger,
  html body.post-type-archive-product .kh-favorite-link,
  html body.post-type-archive-product .kh-account-link,
  html body.post-type-archive-product .kh-cart-link,
  html body.tax-product_cat .kh-desktop-search-trigger,
  html body.tax-product_cat .kh-favorite-link,
  html body.tax-product_cat .kh-account-link,
  html body.tax-product_cat .kh-cart-link,
  html body.tax-product_tag .kh-desktop-search-trigger,
  html body.tax-product_tag .kh-favorite-link,
  html body.tax-product_tag .kh-account-link,
  html body.tax-product_tag .kh-cart-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #111 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_cat .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_tag .kh-header-actions .kh-icon-link span:not(.kh-cart-count) {
    display: none !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link svg,
  html body.tax-product_cat .kh-header-actions .kh-icon-link svg,
  html body.tax-product_tag .kh-header-actions .kh-icon-link svg {
    width: 19px !important;
    height: 19px !important;
    stroke: currentColor !important;
  }
}

/* KH fix127 - keep tablet portrait shop header icons visible before scroll. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo {
    display: grid !important;
    place-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions,
  html body.tax-product_cat .kh-site-header .kh-header-actions,
  html body.tax-product_tag .kh-site-header .kh-header-actions,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header .kh-header-actions .kh-icon-link,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #111 !important;
    stroke: #111 !important;
    -webkit-text-fill-color: #111 !important;
    pointer-events: auto !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions .kh-icon-link svg,
  html body.tax-product_cat .kh-site-header .kh-header-actions .kh-icon-link svg,
  html body.tax-product_tag .kh-site-header .kh-header-actions .kh-icon-link svg,
  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo img {
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

/* KH fix128 - force tablet portrait shop logo visible before scroll. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 20 !important;
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo a,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo a,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo a {
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.post-type-archive-product .kh-site-header .kh-header-logo svg,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo svg,
  html body.tax-product_tag .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo svg {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo *,
  html body.tax-product_cat .kh-site-header .kh-header-logo *,
  html body.tax-product_tag .kh-site-header .kh-header-logo * {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* KH fix129 - tablet portrait header logo is always centered before scroll and after scroll. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    inset-inline-start: 50% !important;
    inset-inline-end: auto !important;
    top: 50% !important;
    z-index: 50 !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo a,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo a,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo a,
  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo img {
    display: grid !important;
    place-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo img {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    filter: brightness(0) !important;
  }
}

/* KH fix130 - restore tablet portrait header alignment without pushing icons over hero media. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    position: relative !important;
    display: block !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    overflow: visible !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #111 !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    inset-inline-start: 50% !important;
    inset-inline-end: auto !important;
    top: 50% !important;
    z-index: 20 !important;
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo img {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions,
  html body.tax-product_cat .kh-site-header .kh-header-actions,
  html body.tax-product_tag .kh-site-header .kh-header-actions,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions {
    position: absolute !important;
    left: auto !important;
    right: 18px !important;
    inset-inline-start: auto !important;
    inset-inline-end: 18px !important;
    top: 50% !important;
    z-index: 21 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: auto !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(-50%) !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

/* KH fix131 - final stable iPad portrait shop header: sticky grid, visible logo, visible actions. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    position: sticky !important;
    top: 0 !important;
    inset-block-start: 0 !important;
    z-index: 9999 !important;
    display: block !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #111 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu,
  html body.post-type-archive-product .kh-mobile-search-trigger,
  html body.post-type-archive-product .kh-nav-trigger,
  html body.tax-product_cat .kh-mobile-search-trigger,
  html body.tax-product_cat .kh-nav-trigger,
  html body.tax-product_tag .kh-mobile-search-trigger,
  html body.tax-product_tag .kh-nav-trigger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    display: grid !important;
    place-items: center !important;
    width: 56px !important;
    height: 58px !important;
    min-width: 56px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo a,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo a,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo .kh-crown-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo a {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-logo img,
  html body.tax-product_cat .kh-site-header .kh-header-logo img,
  html body.tax-product_tag .kh-site-header .kh-header-logo img {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) !important;
  }

  html body.post-type-archive-product .kh-site-header .kh-header-actions,
  html body.tax-product_cat .kh-site-header .kh-header-actions,
  html body.tax-product_tag .kh-site-header .kh-header-actions,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: auto !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    color: #111 !important;
    stroke: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_cat .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_tag .kh-header-actions .kh-icon-link span:not(.kh-cart-count) {
    display: none !important;
  }
}

/* KH fix132 - tablet portrait uses the exact desktop header composition. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body .kh-site-header,
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body .kh-site-header:not(.kh-header-solid),
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid),
  html body .kh-site-header.kh-header-solid,
  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    position: sticky !important;
    inset-block-start: 0 !important;
    top: 0 !important;
    z-index: 99 !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: rgba(255, 255, 255, .94) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    backdrop-filter: blur(18px) !important;
  }

  html body .kh-site-header.kh-header-top,
  html body.post-type-archive-product .kh-site-header.kh-header-top,
  html body.tax-product_cat .kh-site-header.kh-header-top,
  html body.tax-product_tag .kh-site-header.kh-header-top {
    background: rgba(255, 255, 255, .72) !important;
    border-color: transparent !important;
  }

  html body .kh-site-header > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 20px !important;
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: min(var(--container), calc(100% - 8vw)) !important;
    min-width: 0 !important;
    min-block-size: 86px !important;
    height: auto !important;
    min-height: 86px !important;
    max-height: none !important;
    margin-inline: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    min-block-size: 72px !important;
    min-height: 72px !important;
  }

  html body .kh-header-menu,
  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu {
    position: static !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .kh-mobile-search-trigger,
  html body .kh-nav-trigger,
  html body.post-type-archive-product .kh-mobile-search-trigger,
  html body.post-type-archive-product .kh-nav-trigger,
  html body.tax-product_cat .kh-mobile-search-trigger,
  html body.tax-product_cat .kh-nav-trigger,
  html body.tax-product_tag .kh-mobile-search-trigger,
  html body.tax-product_tag .kh-nav-trigger {
    display: inline-grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body .kh-header-logo,
  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo,
  html body .kh-site-header .kh-header-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .kh-header-logo .kh-logo,
  html body .kh-header-logo .kh-crown-logo,
  html body .kh-header-logo a,
  html body.post-type-archive-product .kh-header-logo .kh-logo,
  html body.post-type-archive-product .kh-header-logo .kh-crown-logo,
  html body.post-type-archive-product .kh-header-logo a,
  html body.tax-product_cat .kh-header-logo .kh-logo,
  html body.tax-product_cat .kh-header-logo .kh-crown-logo,
  html body.tax-product_cat .kh-header-logo a,
  html body.tax-product_tag .kh-header-logo .kh-logo,
  html body.tax-product_tag .kh-header-logo .kh-crown-logo,
  html body.tax-product_tag .kh-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body .kh-header-logo img,
  html body.post-type-archive-product .kh-header-logo img,
  html body.tax-product_cat .kh-header-logo img,
  html body.tax-product_tag .kh-header-logo img {
    display: block !important;
    inline-size: clamp(138px, 16vw, 220px) !important;
    width: clamp(138px, 16vw, 220px) !important;
    block-size: auto !important;
    height: auto !important;
    max-block-size: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    transform: none !important;
  }

  html body .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
    max-block-size: 54px !important;
    max-height: 54px !important;
  }

  html body .kh-header-actions,
  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions,
  html body .kh-site-header .kh-header-actions,
  html body.post-type-archive-product .kh-site-header .kh-header-actions,
  html body.tax-product_cat .kh-site-header .kh-header-actions,
  html body.tax-product_tag .kh-site-header .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .kh-header-actions .kh-icon-link,
  html body.post-type-archive-product .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: var(--green-900) !important;
    stroke: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

/* KH fix133 - tablet portrait shop header must mirror the desktop transparent hero header. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid),
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid),
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) {
    position: sticky !important;
    top: 0 !important;
    inset-block-start: 0 !important;
    z-index: 99 !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    border-block-end: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    position: sticky !important;
    top: 0 !important;
    inset-block-start: 0 !important;
    z-index: 99 !important;
    display: block !important;
    transform: none !important;
    background: rgba(255, 255, 255, .94) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07) !important;
    backdrop-filter: blur(18px) !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) > .kh-header-inner,
  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 20px !important;
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: min(var(--container), calc(100% - 8vw)) !important;
    min-width: 0 !important;
    min-block-size: 86px !important;
    height: auto !important;
    min-height: 86px !important;
    max-height: none !important;
    margin-inline: auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    min-block-size: 72px !important;
    min-height: 72px !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu,
  html body.post-type-archive-product .kh-mobile-search-trigger,
  html body.tax-product_cat .kh-mobile-search-trigger,
  html body.tax-product_tag .kh-mobile-search-trigger,
  html body.post-type-archive-product .kh-nav-trigger,
  html body.tax-product_cat .kh-nav-trigger,
  html body.tax-product_tag .kh-nav-trigger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo,
  html body.post-type-archive-product .kh-site-header .kh-header-logo,
  html body.tax-product_cat .kh-site-header .kh-header-logo,
  html body.tax-product_tag .kh-site-header .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-logo .kh-logo,
  html body.post-type-archive-product .kh-header-logo .kh-crown-logo,
  html body.post-type-archive-product .kh-header-logo a,
  html body.tax-product_cat .kh-header-logo .kh-logo,
  html body.tax-product_cat .kh-header-logo .kh-crown-logo,
  html body.tax-product_cat .kh-header-logo a,
  html body.tax-product_tag .kh-header-logo .kh-logo,
  html body.tax-product_tag .kh-header-logo .kh-crown-logo,
  html body.tax-product_tag .kh-header-logo a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
    display: block !important;
    inline-size: clamp(138px, 16vw, 220px) !important;
    width: clamp(138px, 16vw, 220px) !important;
    block-size: auto !important;
    height: auto !important;
    max-block-size: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) invert(1) !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
    inline-size: clamp(122px, 15vw, 190px) !important;
    width: clamp(122px, 15vw, 190px) !important;
    max-block-size: 54px !important;
    max-height: 54px !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions,
  html body.post-type-archive-product .kh-site-header .kh-header-actions,
  html body.tax-product_cat .kh-site-header .kh-header-actions,
  html body.tax-product_tag .kh-site-header .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: row !important;
    direction: ltr !important;
    gap: 16px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: #fff !important;
    stroke: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: var(--green-900) !important;
    stroke: currentColor !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link svg,
  html body.tax-product_cat .kh-header-actions .kh-icon-link svg,
  html body.tax-product_tag .kh-header-actions .kh-icon-link svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_cat .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_tag .kh-header-actions .kh-icon-link span:not(.kh-cart-count) {
    display: none !important;
  }

  html body.post-type-archive-product .kh-cart-count,
  html body.tax-product_cat .kh-cart-count,
  html body.tax-product_tag .kh-cart-count {
    inset-block-start: -7px !important;
    inset-inline-end: -9px !important;
  }
}

/* KH fix134 - tablet portrait uses the desktop shop header only; product grid is not touched. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    display: block !important;
    margin: 0 0 -86px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07) !important;
    backdrop-filter: blur(18px) !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    gap: 20px !important;
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: min(var(--container), calc(100% - 8vw)) !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu,
  html body.post-type-archive-product .kh-mobile-search-trigger,
  html body.tax-product_cat .kh-mobile-search-trigger,
  html body.tax-product_tag .kh-mobile-search-trigger,
  html body.post-type-archive-product .kh-nav-trigger,
  html body.tax-product_cat .kh-nav-trigger,
  html body.tax-product_tag .kh-nav-trigger {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
    display: block !important;
    width: clamp(138px, 16vw, 220px) !important;
    max-height: 64px !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) invert(1) !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
    width: clamp(122px, 15vw, 190px) !important;
    max-height: 54px !important;
    height: auto !important;
    filter: none !important;
  }

  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    color: #fff !important;
    stroke: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-actions .kh-icon-link {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    color: var(--green-900) !important;
    stroke: currentColor !important;
  }
}
/* KH fix135 - final tablet portrait shop grid and desktop-style header. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product ul.products,
  html body.tax-product_cat ul.products,
  html body.tax-product_tag ul.products,
  html body.woocommerce.post-type-archive-product ul.products,
  html body.woocommerce.tax-product_cat ul.products,
  html body.woocommerce.tax-product_tag ul.products,
  html body.post-type-archive-product .kh-shop-catalog ul.products,
  html body.tax-product_cat .kh-shop-catalog ul.products,
  html body.tax-product_tag .kh-shop-catalog ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 28px 18px !important;
    width: min(100% - 28px, 760px) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  html body.post-type-archive-product ul.products::before,
  html body.post-type-archive-product ul.products::after,
  html body.tax-product_cat ul.products::before,
  html body.tax-product_cat ul.products::after,
  html body.tax-product_tag ul.products::before,
  html body.tax-product_tag ul.products::after {
    display: none !important;
    content: none !important;
  }

  html body.post-type-archive-product ul.products > li.product,
  html body.tax-product_cat ul.products > li.product,
  html body.tax-product_tag ul.products > li.product,
  html body.post-type-archive-product ul.products > li.kh-shop-cell,
  html body.tax-product_cat ul.products > li.kh-shop-cell,
  html body.tax-product_tag ul.products > li.kh-shop-cell,
  html body.post-type-archive-product .kh-shop-catalog ul.products > li.kh-shop-cell,
  html body.tax-product_cat .kh-shop-catalog ul.products > li.kh-shop-cell,
  html body.tax-product_tag .kh-shop-catalog ul.products > li.kh-shop-cell,
  html body.post-type-archive-product ul.products > li.product.kh-shop-card,
  html body.tax-product_cat ul.products > li.product.kh-shop-card,
  html body.tax-product_tag ul.products > li.product.kh-shop-card {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    box-sizing: border-box !important;
  }

  html body.post-type-archive-product ul.products > li.kh-shop-editorial-tile,
  html body.tax-product_cat ul.products > li.kh-shop-editorial-tile,
  html body.tax-product_tag ul.products > li.kh-shop-editorial-tile,
  html body.post-type-archive-product .kh-shop-catalog ul.products > li.kh-shop-editorial-tile,
  html body.tax-product_cat .kh-shop-catalog ul.products > li.kh-shop-editorial-tile,
  html body.tax-product_tag .kh-shop-catalog ul.products > li.kh-shop-editorial-tile,
  html body.post-type-archive-product .kh-shop-editorial-tile,
  html body.tax-product_cat .kh-shop-editorial-tile,
  html body.tax-product_tag .kh-shop-editorial-tile {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }

  html body.post-type-archive-product .kh-shop-topbar,
  html body.tax-product_cat .kh-shop-topbar,
  html body.tax-product_tag .kh-shop-topbar {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.post-type-archive-product .kh-shop-topbar + .kh-site-header,
  html body.tax-product_cat .kh-shop-topbar + .kh-site-header,
  html body.tax-product_tag .kh-shop-topbar + .kh-site-header {
    margin-top: 0 !important;
  }

  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    display: block !important;
    margin: 0 0 -86px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body.single-product .kh-site-header,
  html body.kh-product-flush-page .kh-site-header,
  html body.page-template-page-terms .kh-site-header,
  html body.page-template-page-terms-php .kh-site-header,
  html body.page-template-page-terms-php > .kh-site-header:first-of-type,
  html body.page-template-page-terms > .kh-site-header:first-of-type {
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, .96) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07) !important;
    backdrop-filter: blur(18px) !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.single-product .kh-site-header > .kh-header-inner,
  html body.kh-product-flush-page .kh-site-header > .kh-header-inner,
  html body.page-template-page-terms .kh-site-header > .kh-header-inner,
  html body.page-template-page-terms-php .kh-site-header > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    direction: ltr !important;
    align-items: center !important;
    gap: 20px !important;
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: min(var(--container), calc(100% - 8vw)) !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu,
  html body.single-product .kh-header-menu,
  html body.kh-product-flush-page .kh-header-menu,
  html body.page-template-page-terms .kh-header-menu,
  html body.page-template-page-terms-php .kh-header-menu {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo,
  html body.single-product .kh-header-logo,
  html body.kh-product-flush-page .kh-header-logo,
  html body.page-template-page-terms .kh-header-logo,
  html body.page-template-page-terms-php .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions,
  html body.single-product .kh-header-actions,
  html body.kh-product-flush-page .kh-header-actions,
  html body.page-template-page-terms .kh-header-actions,
  html body.page-template-page-terms-php .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-menu .kh-icon-link,
  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-menu .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-nav-trigger,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-menu .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-nav-trigger {
    color: #fff !important;
    stroke: #fff !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
    filter: brightness(0) invert(1) !important;
  }

  html body.single-product .kh-header-logo img,
  html body.kh-product-flush-page .kh-header-logo img,
  html body.page-template-page-terms .kh-header-logo img,
  html body.page-template-page-terms-php .kh-header-logo img,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
    filter: none !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_cat .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_tag .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.single-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.kh-product-flush-page .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.page-template-page-terms .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.page-template-page-terms-php .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.post-type-archive-product .kh-menu-text,
  html body.tax-product_cat .kh-menu-text,
  html body.tax-product_tag .kh-menu-text,
  html body.single-product .kh-menu-text,
  html body.kh-product-flush-page .kh-menu-text,
  html body.page-template-page-terms .kh-menu-text,
  html body.page-template-page-terms-php .kh-menu-text {
    display: none !important;
  }
}


/* KH fix164 - remove PWA install UI completely. */
.kh-pwa-install-button,
.kh-pwa-ios-panel {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* KH fix163 - mobile menu height, blank separators, footer RTL alignment. */
@media (max-width: 767px) {
  html.kh-lock-scroll,
  html.kh-lock-scroll body {
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  html.kh-lock-scroll body .kh-mega.is-open {
    height: calc(100vh - 58px) !important;
    height: calc(100dvh - 58px) !important;
    min-height: calc(100vh - 58px) !important;
    min-height: calc(100dvh - 58px) !important;
    max-height: calc(100vh - 58px) !important;
    max-height: calc(100dvh - 58px) !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  html.kh-lock-scroll body .kh-mega.is-open .kh-mega-inner {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    overflow: hidden !important;
  }

  html.kh-lock-scroll body .kh-mega.is-open .kh-side-nav {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 24px !important;
  }

  body .kh-side-nav-divider,
  body .kh-side-nav-spacer {
    height: 18px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body .kh-side-nav-contact {
    margin-top: auto !important;
    padding-top: 18px !important;
  }

  body .kh-lv-footer .kh-footer-accordion,
  body .kh-lv-footer .kh-footer-accordion-body,
  body .kh-lv-footer .kh-footer-mobile-contact {
    direction: rtl !important;
  }

  body .kh-lv-footer .kh-footer-accordion summary,
  body .kh-lv-footer .kh-footer-mobile-contact h3 {
    width: 100% !important;
    text-align: right !important;
  }

  body .kh-lv-footer .kh-footer-accordion-body ul {
    justify-items: start !important;
    padding-inline-start: 12px !important;
    padding-inline-end: 0 !important;
    text-align: right !important;
  }

  body .kh-lv-footer .kh-footer-accordion-body li,
  body .kh-lv-footer .kh-footer-accordion-body li a,
  body .kh-lv-footer .kh-footer-mobile-contact .kh-footer-contact-links,
  body .kh-lv-footer .kh-footer-mobile-contact .kh-footer-contact-links a,
  body .kh-lv-footer .kh-footer-mobile-contact .kh-footer-contact-links p {
    justify-self: start !important;
    justify-content: flex-start !important;
    text-align: right !important;
  }
}

/* KH mobile performance: keep the first visible shop announcement on the preloaded regular face. */
body .kh-shop-topbar,
body.post-type-archive-product .kh-shop-topbar,
body.tax-product_cat .kh-shop-topbar,
body.tax-product_tag .kh-shop-topbar,
body.single-product .kh-shop-topbar,
body .kh-shop-topbar span,
body.post-type-archive-product .kh-shop-topbar span,
body.tax-product_cat .kh-shop-topbar span,
body.tax-product_tag .kh-shop-topbar span,
body.single-product .kh-shop-topbar span {
  font-weight: 400 !important;
}

/* KH fix152 - automatic pre-order uses the brand border treatment only. */
html body.single-product form.variations_form .kh-variation-buttons button .kh-variation-preorder-badge {
  display: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-preorder:not(.is-unavailable) {
  border-color: #c99539 !important;
  box-shadow: 0 0 0 1px #c99539 !important;
  -webkit-box-shadow: 0 0 0 1px #c99539 !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-preorder.is-active {
  border-color: #1e5a3d !important;
  box-shadow: 0 0 0 1px #1e5a3d !important;
  -webkit-box-shadow: 0 0 0 1px #1e5a3d !important;
}

html body.single-product .kh-preorder-stock {
  display: grid !important;
  gap: 2px !important;
  margin: 0 !important;
  color: #1e5a3d !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

html body.single-product .kh-preorder-stock-ar,
html body.single-product .kh-preorder-stock-en {
  display: block !important;
}

html body.single-product .kh-lux-purchase .kh-qty-step {
  display: grid !important;
  place-items: center !important;
  color: #141414 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* KH fix146 - variation availability marks and compact selected border. */
html body.single-product form.variations_form .kh-variation-buttons button {
  position: relative !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-color,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-image,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-variation_image {
  border: 1px solid #d2d2d2 !important;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-active,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button.is-active,
html body.single-product form.variations_form .kh-color-swatches button.is-active {
  border-color: #171717 !important;
  box-shadow: 0 0 0 1px #171717 !important;
  -webkit-box-shadow: 0 0 0 1px #171717 !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable {
  opacity: .72 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::before,
html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 3 !important;
  display: block !important;
  width: 74% !important;
  height: 1.5px !important;
  background: rgba(30, 30, 30, .55) !important;
  border: 0 !important;
  border-radius: 0 !important;
  pointer-events: none !important;
  transform-origin: center !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

/* KH auto pre-order: an out-of-stock option remains selectable only when the
   product has explicitly enabled the stock-to-pre-order rule. */
html body.single-product [data-kh-preorder-payment-options][hidden],
html body.single-product [data-kh-preorder-note][hidden] {
  display: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons {
  overflow: visible !important;
}

html body.single-product form.variations_form .kh-variation-buttons button .kh-variation-preorder-badge {
  display: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-preorder:not(.is-unavailable) .kh-variation-preorder-badge {
  position: absolute !important;
  z-index: 5 !important;
  inset-inline-start: 50% !important;
  inset-block-start: -9px !important;
  display: block !important;
  min-width: max-content !important;
  padding: 1px 4px !important;
  border: 1px solid #c99539 !important;
  border-radius: 3px !important;
  background: #fffaf0 !important;
  color: #74520f !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
  transform: translateX(-50%) !important;
}

/* KH fix148 - separate shop hero links for desktop/tablet and phone media. */
.kh-shop-image-hero .kh-shop-image-hero-link {
  display: block;
}

.kh-shop-image-hero .kh-shop-image-hero-link-mobile {
  display: none;
}

@media (max-width: 767px) {
  .kh-shop-image-hero .kh-shop-image-hero-link-desktop.kh-shop-image-hero-has-mobile {
    display: none !important;
  }

  .kh-shop-image-hero .kh-shop-image-hero-link-mobile {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-shop-image-hero .kh-shop-image-hero-link-mobile,
  html body.tax-product_cat .kh-shop-image-hero .kh-shop-image-hero-link-mobile,
  html body.tax-product_tag .kh-shop-image-hero .kh-shop-image-hero-link-mobile {
    display: none !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero .kh-shop-image-hero-link-desktop,
  html body.tax-product_cat .kh-shop-image-hero .kh-shop-image-hero-link-desktop,
  html body.tax-product_tag .kh-shop-image-hero .kh-shop-image-hero-link-desktop {
    display: block !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero .kh-shop-image-hero-link-desktop .kh-shop-image-hero-media-desktop,
  html body.tax-product_cat .kh-shop-image-hero .kh-shop-image-hero-link-desktop .kh-shop-image-hero-media-desktop,
  html body.tax-product_tag .kh-shop-image-hero .kh-shop-image-hero-link-desktop .kh-shop-image-hero-media-desktop {
    display: block !important;
  }
}

/* KH fix147 - tighten color swatch borders and keep unavailable X visible. */
html body.single-product form.variations_form .kh-color-swatches button,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-color {
  inline-size: 36px !important;
  block-size: 36px !important;
  min-inline-size: 36px !important;
  min-block-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 4px !important;
  border: 1px solid #d0d0d0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-shape-circle {
  border-radius: 999px !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-shape-rounded,
html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-shape-rectangle {
  border-radius: 6px !important;
}

html body.single-product form.variations_form .kh-color-swatches .kh-swatch-chip,
html body.single-product form.variations_form .kh-variation-buttons .kh-swatch-chip {
  inline-size: 26px !important;
  block-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  border: 0 !important;
  border-radius: inherit !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.kh-variation-style-color.is-active,
html body.single-product form.variations_form .kh-color-swatches button.is-active,
html body.single-product form.variations_form .kh-variation-buttons.kh-color-swatches button.is-active {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111 !important;
  -webkit-box-shadow: 0 0 0 1px #111 !important;
}

html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::before,
html body.single-product form.variations_form .kh-variation-buttons button.is-unavailable::after {
  width: 68% !important;
  height: 1.5px !important;
  background: rgba(17, 17, 17, .62) !important;
}

/* KH fix140 - tablet portrait product polish; shop overlay restored. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  html body.post-type-archive-product .kh-shop-topbar,
  html body.tax-product_cat .kh-shop-topbar,
  html body.tax-product_tag .kh-shop-topbar {
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.post-type-archive-product .kh-site-header,
  html body.tax-product_cat .kh-site-header,
  html body.tax-product_tag .kh-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    display: block !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 0 -22px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-block-end: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-shop-image-hero,
  html body.tax-product_cat .kh-shop-image-hero,
  html body.tax-product_tag .kh-shop-image-hero {
    margin-top: -86px !important;
  }

  html body.post-type-archive-product .kh-main,
  html body.tax-product_cat .kh-main,
  html body.tax-product_tag .kh-main,
  html body.post-type-archive-product main,
  html body.tax-product_cat main,
  html body.tax-product_tag main {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid,
  html body.tax-product_cat .kh-site-header.kh-header-solid,
  html body.tax-product_tag .kh-site-header.kh-header-solid {
    height: 72px !important;
    min-height: 72px !important;
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .07) !important;
    backdrop-filter: blur(18px) !important;
  }

  html body.single-product .kh-site-header,
  html body.kh-product-flush-page .kh-site-header,
  html body.page-template-page-terms .kh-site-header,
  html body.page-template-page-terms-php .kh-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    display: block !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, .96) !important;
    border-block-end: 1px solid rgba(224, 215, 194, .7) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body.post-type-archive-product .kh-site-header > .kh-header-inner,
  html body.tax-product_cat .kh-site-header > .kh-header-inner,
  html body.tax-product_tag .kh-site-header > .kh-header-inner,
  html body.single-product .kh-site-header > .kh-header-inner,
  html body.kh-product-flush-page .kh-site-header > .kh-header-inner,
  html body.page-template-page-terms .kh-site-header > .kh-header-inner,
  html body.page-template-page-terms-php .kh-site-header > .kh-header-inner {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    direction: ltr !important;
    align-items: center !important;
    gap: 20px !important;
    width: min(var(--container), calc(100% - 8vw)) !important;
    max-width: min(var(--container), calc(100% - 8vw)) !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_cat .kh-site-header.kh-header-solid > .kh-header-inner,
  html body.tax-product_tag .kh-site-header.kh-header-solid > .kh-header-inner {
    height: 72px !important;
    min-height: 72px !important;
  }

  html body.post-type-archive-product .kh-header-menu,
  html body.tax-product_cat .kh-header-menu,
  html body.tax-product_tag .kh-header-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.single-product .kh-header-menu,
  html body.kh-product-flush-page .kh-header-menu,
  html body.page-template-page-terms .kh-header-menu,
  html body.page-template-page-terms-php .kh-header-menu {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-logo,
  html body.tax-product_cat .kh-header-logo,
  html body.tax-product_tag .kh-header-logo,
  html body.single-product .kh-header-logo,
  html body.kh-product-flush-page .kh-header-logo,
  html body.page-template-page-terms .kh-header-logo,
  html body.page-template-page-terms-php .kh-header-logo {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-logo img,
  html body.tax-product_cat .kh-header-logo img,
  html body.tax-product_tag .kh-header-logo img,
  html body.single-product .kh-header-logo img,
  html body.kh-product-flush-page .kh-header-logo img,
  html body.page-template-page-terms .kh-header-logo img,
  html body.page-template-page-terms-php .kh-header-logo img {
    display: block !important;
    width: clamp(42px, 7vw, 64px) !important;
    max-width: 64px !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-logo img,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-logo img {
    filter: brightness(0) invert(1) !important;
  }

  html body.single-product .kh-header-logo img,
  html body.kh-product-flush-page .kh-header-logo img,
  html body.page-template-page-terms .kh-header-logo img,
  html body.page-template-page-terms-php .kh-header-logo img,
  html body.post-type-archive-product .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_cat .kh-site-header.kh-header-solid .kh-header-logo img,
  html body.tax-product_tag .kh-site-header.kh-header-solid .kh-header-logo img {
    filter: none !important;
  }

  html body.post-type-archive-product .kh-header-actions,
  html body.tax-product_cat .kh-header-actions,
  html body.tax-product_tag .kh-header-actions,
  html body.single-product .kh-header-actions,
  html body.kh-product-flush-page .kh-header-actions,
  html body.page-template-page-terms .kh-header-actions,
  html body.page-template-page-terms-php .kh-header-actions {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    direction: ltr !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-header-actions .kh-icon-link,
  html body.single-product .kh-header-actions .kh-icon-link,
  html body.kh-product-flush-page .kh-header-actions .kh-icon-link,
  html body.page-template-page-terms .kh-header-actions .kh-icon-link,
  html body.page-template-page-terms-php .kh-header-actions .kh-icon-link,
  html body.single-product .kh-header-menu .kh-icon-link,
  html body.kh-product-flush-page .kh-header-menu .kh-icon-link,
  html body.page-template-page-terms .kh-header-menu .kh-icon-link,
  html body.page-template-page-terms-php .kh-header-menu .kh-icon-link,
  html body.single-product .kh-nav-trigger,
  html body.kh-product-flush-page .kh-nav-trigger,
  html body.page-template-page-terms .kh-nav-trigger,
  html body.page-template-page-terms-php .kh-nav-trigger {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    color: #fff !important;
    stroke: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.post-type-archive-product .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_cat .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link,
  html body.tax-product_tag .kh-site-header:not(.kh-header-solid) .kh-header-actions .kh-icon-link {
    color: var(--green-900) !important;
    stroke: currentColor !important;
  }

  html body.single-product .kh-lux-product,
  html body.single-product.woocommerce div.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 28px !important;
  }

  html body.single-product .kh-lux-gallery,
  html body.single-product .kh-product-gallery-column,
  html body.single-product .woocommerce-product-gallery {
    width: min(100% - 32px, 760px) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  html body.single-product .woocommerce-product-gallery,
  html body.single-product .kh-product-gallery-column .woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  html body.single-product .woocommerce-product-gallery .flex-viewport,
  html body.single-product .woocommerce-product-gallery__wrapper,
  html body.single-product .kh-lux-gallery-frame,
  html body.single-product [data-kh-lux-gallery] {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / .82 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    background: #f3f0ea !important;
  }

  html body.single-product .woocommerce-product-gallery__image,
  html body.single-product .woocommerce-product-gallery__image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body.single-product .woocommerce-product-gallery__image img,
  html body.single-product .kh-lux-gallery-frame img,
  html body.single-product [data-kh-lux-gallery] img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
  }

  html body.single-product .woocommerce-product-gallery .flex-control-nav,
  html body.single-product .woocommerce-product-gallery ol.flex-control-thumbs,
  html body.single-product .kh-lux-thumbs,
  html body.single-product [data-kh-lux-thumbs] {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    grid-auto-flow: column !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  html body.single-product .woocommerce-product-gallery .flex-control-nav li,
  html body.single-product .woocommerce-product-gallery ol.flex-control-thumbs li,
  html body.single-product .kh-lux-thumbs > *,
  html body.single-product [data-kh-lux-thumbs] > * {
    width: auto !important;
    min-width: 72px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    float: none !important;
    background: #c7c7c7 !important;
    border: 1px solid transparent !important;
  }

  html body.single-product .woocommerce-product-gallery .flex-control-nav img,
  html body.single-product .woocommerce-product-gallery ol.flex-control-thumbs img,
  html body.single-product .kh-lux-thumbs img,
  html body.single-product [data-kh-lux-thumbs] img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
  }

  html body.single-product .kh-lux-summary,
  html body.single-product .kh-lux-purchase,
  html body.single-product .kh-lux-purchase form.cart,
  html body.single-product.woocommerce div.product form.cart,
  html body.single-product .kh-lux-purchase .single_variation_wrap,
  html body.single-product .kh-lux-purchase .woocommerce-variation-add-to-cart {
    width: min(100% - 32px, 520px) !important;
    max-width: 520px !important;
    margin-inline: auto !important;
  }

  html body.single-product .kh-lux-purchase .quantity,
  html body.single-product.woocommerce div.product form.cart .quantity,
  html body.single-product .kh-preorder-payment-options,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-options,
  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product button.single_add_to_cart_button,
  html body.single-product .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
  html body.single-product .kh-buy-now-button {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.single-product .kh-preorder-payment-options,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-options {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 12px auto 12px !important;
  }

  html body.single-product .kh-preorder-payment-option,
  html body.single-product.woocommerce div.product form.cart .kh-preorder-payment-option {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    padding: 0 10px !important;
    gap: 6px !important;
    white-space: nowrap !important;
  }

  html body.single-product .kh-preorder-payment-option span {
    font-size: 12px !important;
  }

  html body.single-product .kh-preorder-payment-option strong,
  html body.single-product .kh-preorder-payment-option .amount,
  html body.single-product .kh-preorder-payment-option bdi {
    font-size: 11px !important;
  }

  html body.single-product .kh-lux-purchase .single_add_to_cart_button,
  html body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
  html body.single-product button.single_add_to_cart_button,
  html body.single-product .single_add_to_cart_button,
  html body.single-product .kh-lux-purchase .kh-buy-now-button,
  html body.single-product.woocommerce div.product form.cart .kh-buy-now-button,
  html body.single-product .kh-buy-now-button {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    line-height: 48px !important;
    font-size: 15px !important;
  }

  html body.post-type-archive-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_cat .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.tax-product_tag .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.single-product .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.kh-product-flush-page .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.page-template-page-terms .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.page-template-page-terms-php .kh-header-actions .kh-icon-link span:not(.kh-cart-count),
  html body.single-product .kh-menu-text,
  html body.kh-product-flush-page .kh-menu-text,
  html body.page-template-page-terms .kh-menu-text,
  html body.page-template-page-terms-php .kh-menu-text {
    display: none !important;
  }
}
