/*
Theme Name: Kangaroo Factory Performance Sports
Theme URI: https://kangaroofactory.com/performance-sports
Author: Kangaroo Factory
Description: Kangaroo Factory performance sports WooCommerce storefront for training apparel, football footwear, match-day gear, bags, hydration, and member rewards.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: kangaroo-soccer-2026
*/

:root {
  --kf-ink: #071426;
  --kf-muted: #536172;
  --kf-line: #dce5ee;
  --kf-bg: #f4f7f9;
  --kf-surface: #ffffff;
  --kf-green: #35f28b;
  --kf-orange: #e11d48;
  --kf-blue: #0f4c81;
  --kf-red: #d7193f;
  --kf-soft-green: #e8fff2;
  --kf-radius: 8px;
  --kf-shadow: 0 18px 40px rgba(17, 20, 23, 0.12);
  font-family: Inter, "Segoe UI", "Helvetica Neue", Roboto, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Original retail cues inspired by major sports stores; no league/team assets. */
html body .kf-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

html body .kf-topbar__promo,
html body .kf-topbar__tools {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

html body .kf-topbar__promo {
  flex-wrap: wrap;
}

html body .kf-topbar__tools {
  flex: 0 0 auto;
}

html body .kf-topbar__trust,
html body .kf-topbar__tool {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  font-size: .73rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

html body .kf-topbar__trust::before,
html body .kf-topbar__tool::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .16);
}

html body .kf-topbar__tool::before {
  width: 6px;
  height: 6px;
  background: #cbd5e1;
  box-shadow: none;
}

html body .kf-topbar__tool:hover,
html body .kf-topbar__tool:focus-visible {
  color: #d1fae5;
}

html body .kf-assurance-pills__item--rewards .kf-assurance-pills__icon {
  background: linear-gradient(135deg, rgba(34, 197, 94, .18), rgba(15, 23, 42, .08));
}

html body .kf-assurance-pills__item--rewards .kf-assurance-pills__icon::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 2px solid #0d7a3b;
  box-shadow: inset 0 5px 0 rgba(13, 122, 59, .14);
}

html body.woocommerce ul.products li.product .kf-product-card__badges,
html body .kf-main ul.products li.product .kf-product-card__badges {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
  pointer-events: none;
}

html body.woocommerce ul.products li.product .kf-product-card__badge,
html body .kf-main ul.products li.product .kf-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #0b1220;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .1);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

html body.woocommerce ul.products li.product .kf-product-card__badge--sale,
html body .kf-main ul.products li.product .kf-product-card__badge--sale {
  border-color: rgba(13, 122, 59, .22);
  background: #0d7a3b;
  color: #fff;
}

html body.woocommerce ul.products li.product .kf-product-card__badge--new,
html body .kf-main ul.products li.product .kf-product-card__badge--new {
  border-color: rgba(11, 18, 32, .1);
  background: #0b1220;
  color: #fff;
}

html body.woocommerce ul.products li.product .kf-product-card__badge--best,
html body.woocommerce ul.products li.product .kf-product-card__badge--pick,
html body .kf-main ul.products li.product .kf-product-card__badge--best,
html body .kf-main ul.products li.product .kf-product-card__badge--pick {
  border-color: rgba(13, 122, 59, .22);
  background: #f0fdf4;
  color: #087443;
}

html body.woocommerce ul.products li.product span.onsale,
html body .kf-main ul.products li.product span.onsale {
  display: none !important;
}

html body.home .kf-trust-grid--band .kf-trust-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

html body.home .kf-trust-grid--band .kf-trust-item h3::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0d7a3b;
  box-shadow: 0 0 0 4px rgba(13, 122, 59, .12);
}

@media (max-width: 900px) {
  html body .kf-topbar__inner {
    justify-content: center;
  }

  html body .kf-topbar__promo {
    justify-content: center;
    row-gap: 7px;
  }

  html body .kf-topbar__tools {
    display: none;
  }
}

@media (max-width: 520px) {
  html body .kf-topbar__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  html body .kf-topbar__promo {
    gap: 8px 12px;
  }

  html body .kf-topbar__trust {
    font-size: .68rem;
  }

  html body .kf-topbar__trust--secure {
    display: none;
  }

  html body.woocommerce ul.products li.product .kf-product-card__badges,
  html body .kf-main ul.products li.product .kf-product-card__badges {
    top: 10px;
    left: 10px;
    gap: 5px;
    max-width: calc(100% - 20px);
  }

  html body.woocommerce ul.products li.product .kf-product-card__badge,
  html body .kf-main ul.products li.product .kf-product-card__badge {
    min-height: 22px;
    padding: 5px 7px;
    font-size: .62rem;
  }

  html body .kf-icon-link--account .kf-action-label::before,
  html body .kf-icon-link--account .kf-action-label::after,
  html body .kf-icon-link--cart .kf-action-label::before,
  html body .kf-icon-link--cart .kf-action-label::after {
    content: none !important;
    display: none !important;
  }
}

/* Premium outdoor retail refresh: tighter hierarchy and more mature DTC commerce surfaces. */
html body {
  --kf-premium-ink: #06111f;
  --kf-premium-muted: #53606f;
  --kf-premium-line: #d8e2ec;
  --kf-premium-bg: #f3f6f8;
  --kf-premium-card: #ffffff;
  --kf-premium-green: #0f9f5f;
  --kf-premium-green-dark: #087344;
  --kf-premium-radius: 8px;
  color: var(--kf-premium-ink) !important;
  background: var(--kf-premium-bg) !important;
  letter-spacing: 0 !important;
}

html body .kf-container {
  width: min(1180px, calc(100% - 48px)) !important;
}

html body .kf-topbar {
  min-height: 36px !important;
  background: #06111f !important;
  font-size: .76rem !important;
  letter-spacing: 0 !important;
}

html body .kf-header {
  border-bottom: 1px solid rgba(216, 226, 236, .9) !important;
  background: rgba(255, 255, 255, .96) !important;
}

html body .kf-header__inner {
  min-height: 84px !important;
}

html body .kf-nav a,
html body .kf-account-link,
html body .kf-cart-link {
  font-size: .9rem !important;
  font-weight: 760 !important;
}

html body .kf-button,
html body .button,
html body button,
html body input[type="submit"] {
  border-radius: var(--kf-premium-radius) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html body .kf-button--accent,
html body .single_add_to_cart_button,
html body #place_order,
html body .checkout-button {
  border-color: var(--kf-premium-green) !important;
  background: var(--kf-premium-green) !important;
  color: #ffffff !important;
}

html body .kf-button--accent:hover,
html body .single_add_to_cart_button:hover,
html body #place_order:hover,
html body .checkout-button:hover {
  border-color: var(--kf-premium-green-dark) !important;
  background: var(--kf-premium-green-dark) !important;
}

html body.home .kf-hero--retail {
  display: block !important;
  min-height: auto !important;
  padding: clamp(54px, 7vw, 86px) 0 clamp(44px, 6vw, 76px) !important;
  background:
    linear-gradient(90deg, rgba(243, 246, 248, .98) 0 47%, rgba(238, 243, 247, .86) 47% 100%),
    #f3f6f8 !important;
  border-bottom: 1px solid var(--kf-premium-line) !important;
}

html body.home .kf-hero--retail .kf-hero__inner {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr) !important;
  gap: clamp(44px, 6vw, 88px) !important;
  align-items: center !important;
}

html body.home .kf-hero--retail .kf-hero__copy {
  max-width: 560px !important;
  padding: 0 !important;
}

html body.home .kf-eyebrow,
html body .kf-eyebrow {
  color: var(--kf-premium-green-dark) !important;
  font-size: .76rem !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
}

html body.home .kf-hero--retail h1 {
  max-width: 10.8ch !important;
  margin: 20px 0 22px !important;
  font-size: clamp(3.45rem, 6vw, 5.85rem) !important;
  line-height: .94 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.home .kf-hero--retail .kf-hero__copy p {
  max-width: 540px !important;
  color: #253246 !important;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem) !important;
  line-height: 1.7 !important;
}

html body.home .kf-hero__cta {
  gap: 12px !important;
  margin-top: 30px !important;
}

html body.home .kf-hero__cta .kf-button {
  min-height: 50px !important;
  padding: 0 24px !important;
}

html body.home .kf-hero__visual {
  position: relative !important;
  min-height: clamp(520px, 45vw, 650px) !important;
  padding: clamp(22px, 3vw, 36px) !important;
  border: 1px solid rgba(216, 226, 236, .95) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 26px 80px rgba(6, 17, 31, .08) !important;
}

html body.home .kf-hero__visual > img {
  width: 100% !important;
  height: 100% !important;
  max-height: 590px !important;
  object-fit: contain !important;
  border-radius: 6px !important;
  background: #fff !important;
}

html body.home .kf-hero__merch {
  left: 28px !important;
  right: auto !important;
  bottom: 28px !important;
  display: flex !important;
  gap: 10px !important;
  padding: 10px !important;
  border: 1px solid rgba(216, 226, 236, .95) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 16px 38px rgba(6, 17, 31, .1) !important;
}

html body.home .kf-hero__merch img {
  width: 74px !important;
  height: 74px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #f6f8fa !important;
}

html body.home .kf-hero__visual-card {
  max-width: 216px !important;
  border: 1px solid rgba(216, 226, 236, .96) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(6, 17, 31, .11) !important;
}

html body.home .kf-home-categories {
  margin: 0 !important;
  padding: 22px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--kf-premium-line) !important;
}

html body.home .kf-home-categories .kf-container {
  width: min(1180px, calc(100% - 48px)) !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
}

html body.home .kf-home-categories > .kf-container > span {
  margin: 0 !important;
  color: var(--kf-premium-muted) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body.home .kf-home-category-rail {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body.home .kf-home-category-rail a,
html body .kf-scene-nav a,
html body .kf-category-card,
html body .kf-trust-item {
  border: 1px solid var(--kf-premium-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.home .kf-home-category-rail a {
  min-height: 104px !important;
  padding: 12px !important;
}

html body.home .kf-home-category-rail__image {
  width: 62px !important;
  height: 62px !important;
  border-radius: 6px !important;
  background: #f3f6f8 !important;
}

html body .kf-section {
  padding: clamp(56px, 7vw, 88px) 0 !important;
  background: var(--kf-premium-bg) !important;
}

html body .kf-section--white,
html body .kf-section--featured {
  background: #ffffff !important;
}

html body .kf-section__head {
  margin-bottom: 24px !important;
  align-items: end !important;
}

html body .kf-section__head h2 {
  max-width: 760px !important;
  font-size: clamp(2rem, 3.2vw, 3.2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

html body .kf-section__head p {
  max-width: 620px !important;
  color: var(--kf-premium-muted) !important;
  line-height: 1.65 !important;
}

html body.woocommerce ul.products,
html body .kf-main ul.products,
html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce ul.products,
html body.home main.kf-main .kf-section--featured .kf-container .woocommerce ul.products {
  gap: 26px !important;
}

html body.woocommerce ul.products li.product,
html body .kf-main ul.products li.product {
  overflow: hidden !important;
  border: 1px solid var(--kf-premium-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 14px !important;
  box-shadow: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

html body.woocommerce ul.products li.product:hover,
html body .kf-main ul.products li.product:hover {
  transform: translateY(-2px) !important;
  border-color: #bfd0df !important;
  box-shadow: 0 18px 44px rgba(6, 17, 31, .08) !important;
}

html body.woocommerce ul.products li.product a img,
html body .kf-main ul.products li.product a img {
  aspect-ratio: 4 / 5 !important;
  border-radius: 6px !important;
  background: #f7f9fb !important;
  object-fit: cover !important;
}

html body.woocommerce ul.products li.product .woocommerce-loop-product__title,
html body .kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 0 !important;
  margin-top: 16px !important;
  color: var(--kf-premium-ink) !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

html body.woocommerce ul.products li.product .price,
html body .kf-main ul.products li.product .price {
  color: var(--kf-premium-ink) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

html body.woocommerce ul.products li.product .button,
html body .kf-main ul.products li.product .button {
  width: 100% !important;
  min-height: 42px !important;
  margin-top: 12px !important;
  border: 1px solid var(--kf-premium-line) !important;
  background: #ffffff !important;
  color: var(--kf-premium-ink) !important;
}

html body.woocommerce-shop .kf-shop-intro,
html body.tax-product_cat .kf-shop-intro {
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.woocommerce-shop .kf-shop-toolbar,
html body.tax-product_cat .kf-shop-toolbar {
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 34px rgba(6, 17, 31, .05) !important;
}

html body.single-product .summary.entry-summary {
  padding-top: 8px !important;
}

html body.single-product div.product {
  gap: clamp(40px, 6vw, 74px) !important;
}

html body.single-product div.product .product_title {
  max-width: 11ch !important;
  margin-bottom: 16px !important;
  font-size: clamp(3rem, 5.2vw, 5rem) !important;
  line-height: .94 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.single-product div.product p.price {
  margin-bottom: 24px !important;
  color: var(--kf-premium-ink) !important;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem) !important;
  font-weight: 900 !important;
}

html body.single-product .woocommerce-product-gallery,
html body.single-product .woocommerce-product-gallery__image {
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.single-product .woocommerce-product-gallery__image img.wp-post-image {
  object-fit: contain !important;
  background: #ffffff !important;
}

html body.single-product form.cart {
  display: grid !important;
  grid-template-columns: minmax(110px, 180px) minmax(180px, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  max-width: 560px !important;
}

html body.single-product form.cart .quantity,
html body.single-product form.cart .qty {
  width: 100% !important;
}

html body.single-product .single_add_to_cart_button {
  width: 100% !important;
  min-height: 52px !important;
}

@media (max-width: 980px) {
  html body .kf-container,
  html body.home .kf-hero--retail .kf-hero__inner,
  html body.home .kf-home-categories .kf-container {
    width: min(100% - 32px, 720px) !important;
  }

  html body.home .kf-hero--retail .kf-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  html body.home .kf-hero--retail h1 {
    max-width: 12ch !important;
  }

  html body.home .kf-hero__visual {
    min-height: 420px !important;
  }

  html body.home .kf-home-categories .kf-container {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  html body .kf-container,
  html body.home .kf-hero--retail .kf-hero__inner,
  html body.home .kf-home-categories .kf-container {
    width: min(100% - 28px, 430px) !important;
  }

  html body.home .kf-hero--retail {
    padding: 52px 0 34px !important;
  }

  html body.home .kf-hero--retail h1 {
    max-width: 10.5ch !important;
    font-size: clamp(2.75rem, 13vw, 3.35rem) !important;
    line-height: .98 !important;
  }

  html body.home .kf-hero__cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.home .kf-hero__visual {
    min-height: 360px !important;
    padding: 18px !important;
  }

  html body.home .kf-hero__merch,
  html body.home .kf-hero__visual-card {
    display: none !important;
  }

  html body.home .kf-home-category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .kf-section {
    padding: 48px 0 !important;
  }

  html body .kf-section__head {
    display: grid !important;
    gap: 16px !important;
  }

  html body.single-product div.product .product_title {
    max-width: 12ch !important;
    font-size: clamp(2.45rem, 12vw, 3.15rem) !important;
  }

  html body.single-product form.cart {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 700px) {
  html body.single-product div.product form.cart,
  html body.single-product .summary.entry-summary form.cart {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.single-product div.product form.cart .quantity,
  html body.single-product div.product form.cart .single_add_to_cart_button,
  html body.single-product div.product form.cart .kf-save-for-later {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Final synchronized UI layer. Keep this block last so it wins old theme overrides. */
.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.055) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto !important;
  min-height: 26px !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 42px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.kf-replay-spin {
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.kf-replay-wheel {
  width: 230px !important;
  height: 230px !important;
  border: 12px solid var(--kf-ink) !important;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
  }
}

/* Delivery hard lock: order-received also carries the checkout body class. */
body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin {
  --kf-poster-height: clamp(172px, 19vw, 228px) !important;
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: minmax(260px, .82fr) minmax(360px, 1.18fr) !important;
  gap: clamp(34px, 4vw, 64px) !important;
  width: min(1120px, calc(100% - 32px)) !important;
  margin: 0 auto clamp(34px, 5vw, 60px) !important;
  padding: calc(var(--kf-poster-height) + 34px) clamp(20px, 4.6vw, 64px) clamp(34px, 5vw, 58px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(212, 226, 239, .95) !important;
  border-radius: 30px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.97), rgba(246,251,255,.94)), radial-gradient(circle at 78% 34%, rgba(10, 172, 76, .08), transparent 34%), #ffffff !important;
  box-shadow: 0 28px 70px rgba(6, 24, 44, .14), 0 2px 10px rgba(6, 24, 44, .06) !important;
}

body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  z-index: -1 !important;
  display: block !important;
  width: 100% !important;
  height: var(--kf-poster-height) !important;
  background: linear-gradient(90deg, rgba(3, 16, 38, .08), rgba(3, 16, 38, 0) 42%), url("assets/match-day-reward-spin-2k-banner.png") center / cover no-repeat, #061833 !important;
}

body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin > * {
  position: relative !important;
  z-index: 1 !important;
}

body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__summary {
  align-self: start !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__game {
  --kf-wheel-size: clamp(360px, 33vw, 460px) !important;
  --kf-label-radius: calc(var(--kf-wheel-size) * .306) !important;
  align-self: start !important;
  justify-self: center !important;
  display: grid !important;
  justify-items: center !important;
  width: min(100%, 560px) !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.woocommerce-checkout.woocommerce-order-received .kf-replay-wheel {
  width: var(--kf-wheel-size) !important;
  height: var(--kf-wheel-size) !important;
  aspect-ratio: 1 / 1 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin {
    --kf-poster-height: clamp(112px, 30vw, 150px) !important;
    grid-template-columns: 1fr !important;
    width: min(100% - 16px, 720px) !important;
    padding: calc(var(--kf-poster-height) + 22px) clamp(12px, 4vw, 28px) 28px !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin::before {
    background: linear-gradient(90deg, rgba(3, 16, 38, .05), rgba(3, 16, 38, 0) 52%), url("assets/match-day-reward-spin-2k-banner.png") center top / contain no-repeat, #061833 !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__summary {
    order: 2 !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__game {
    order: 1 !important;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin {
    --kf-poster-height: clamp(106px, 31vw, 126px) !important;
    width: min(100% - 12px, 430px) !important;
    padding-top: calc(var(--kf-poster-height) + 18px) !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__game {
    --kf-wheel-size: min(258px, 66vw) !important;
    --kf-label-radius: calc(var(--kf-wheel-size) * .29) !important;
    width: 100% !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__copy {
    width: 100% !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__copy h2 {
    font-size: clamp(1.35rem, 6.6vw, 1.8rem) !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__copy p {
    max-width: 26ch !important;
    margin-inline: auto !important;
    font-size: .95rem !important;
  }

  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__button,
  body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__result {
    width: min(100%, var(--kf-wheel-size)) !important;
    max-width: var(--kf-wheel-size) !important;
  }
}

/* Absolute final lock: match approved UI board after legacy cascade blocks. */
body.home .kf-home-categories .kf-container {
  display: block !important;
  width: min(1360px, calc(100% - 48px)) !important;
  padding: 0 !important;
}

body.home .kf-home-categories > .kf-container > span {
  display: none !important;
}

body.home .kf-home-category-rail {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
  overflow: visible !important;
}

body.home .kf-home-category-rail a {
  display: grid !important;
  grid-template-rows: 84px auto !important;
  place-items: center !important;
  min-height: 146px !important;
  min-width: 0 !important;
  padding: 14px 10px !important;
  border: 1px solid #dce6f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(7,20,38,.04) !important;
}

body.home .kf-home-category-rail a:hover,
body.home .kf-home-category-rail a:focus {
  background: #fff !important;
  color: var(--kf-ink) !important;
  border-color: rgba(0,135,62,.36) !important;
  transform: translateY(-2px) !important;
}

body.home .kf-home-category-rail__image {
  display: grid !important;
  width: 92px !important;
  height: 78px !important;
  place-items: center !important;
}

body.home .kf-home-category-rail__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

body.home .kf-home-category-rail__label {
  display: block !important;
  width: 100% !important;
  color: var(--kf-ink) !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 650 !important;
  line-height: 1.16 !important;
  text-align: center !important;
  white-space: normal !important;
}

body.home .kf-section--outdoor .kf-container,
body.home .kf-section--featured .kf-container {
  width: min(1360px, calc(100% - 48px)) !important;
}

body.home .kf-section--outdoor .kf-section__head {
  display: grid !important;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr) !important;
  gap: 24px !important;
}

body.home .kf-section--outdoor ul.products {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

body.home .kf-trust-grid--band {
  width: min(1360px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

@media (max-width: 1180px) {
  body.home .kf-home-category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body.home .kf-section--outdoor ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.woocommerce-checkout form.checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout form.checkout #customer_details {
    order: 1 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.woocommerce-checkout form.checkout #order_review_heading {
    order: 2 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    margin-top: 8px !important;
  }

  body.woocommerce-checkout form.checkout #order_review {
    order: 3 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body.home .kf-home-categories .kf-container,
  body.home .kf-section--outdoor .kf-container,
  body.home .kf-section--featured .kf-container,
  body.home .kf-trust-grid--band {
    width: 100% !important;
  }

  body.home .kf-home-category-rail {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    padding: 0 18px 4px !important;
    scroll-snap-type: x proximity !important;
  }

  body.home .kf-home-category-rail a {
    flex: 0 0 142px !important;
    grid-template-rows: 74px auto !important;
    min-height: 128px !important;
    scroll-snap-align: start !important;
  }

  body.home .kf-home-category-rail__image {
    width: 84px !important;
    height: 68px !important;
  }

  body.home .kf-section--outdoor .kf-section__head {
    grid-template-columns: 1fr !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.woocommerce-checkout .kf-checkout-steps {
    display: flex !important;
    gap: 10px !important;
  }

  body.woocommerce-checkout .kf-checkout-steps li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    font-size: 0.82rem !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Reference-board alignment pass: image-led retail rails and cleaner home sections. */
.kf-hero--retail {
  border-bottom: 1px solid #dbe4ee !important;
}

.kf-hero--retail .kf-hero__inner {
  grid-template-columns: minmax(440px, 0.88fr) minmax(520px, 1.12fr) !important;
  min-height: 600px !important;
  padding-top: 56px !important;
  padding-bottom: 0 !important;
}

.kf-hero--retail .kf-hero__copy {
  align-self: center !important;
}

.kf-hero__visual {
  align-self: stretch !important;
  min-height: 560px !important;
  overflow: hidden !important;
  background: linear-gradient(120deg, #f8fbff, #e8eef5) !important;
}

.kf-hero__visual > img {
  height: 560px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.02) contrast(1.03) !important;
}

.kf-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.28) 28%, rgba(255,255,255,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,.18) 100%) !important;
}

.kf-hero__visual-card {
  display: none !important;
}

.kf-hero__merch {
  position: absolute !important;
  left: 28px !important;
  bottom: 28px !important;
  z-index: 2 !important;
  display: flex !important;
  gap: 10px !important;
}

.kf-hero__merch img {
  width: 74px !important;
  height: 74px !important;
  object-fit: cover !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 26px rgba(6,20,41,.18) !important;
}

.kf-home-categories {
  padding: 28px 0 22px !important;
  background: #fff !important;
  border-bottom: 1px solid #e4ebf3 !important;
}

.kf-home-categories > .kf-container > span {
  display: none !important;
}

.kf-home-category-rail {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.kf-home-category-rail a {
  min-height: 146px !important;
  padding: 14px 12px !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 10px !important;
  border-radius: 8px !important;
  border: 1px solid #dce6f0 !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  box-shadow: 0 12px 28px rgba(7,20,38,.045) !important;
}

.kf-home-category-rail a:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0,135,62,.34) !important;
  box-shadow: 0 16px 32px rgba(7,20,38,.08) !important;
}

.kf-home-category-rail__image {
  width: 86px !important;
  height: 76px !important;
  display: grid !important;
  place-items: center !important;
}

.kf-home-category-rail__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  mix-blend-mode: multiply !important;
}

.kf-home-category-rail__label {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: .9rem !important;
  font-weight: 650 !important;
  text-align: center !important;
  line-height: 1.18 !important;
}

.kf-home-scenes {
  padding: 22px 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #e4ebf3 !important;
}

.kf-scene-nav--home {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
  align-items: center !important;
}

.kf-scene-nav--home > span {
  font-size: 1.35rem !important;
}

.kf-scene-nav--home ul {
  grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
}

.kf-scene-nav--home a::before,
.kf-scene-nav--shop a::before {
  display: inline-block !important;
  margin-right: 7px !important;
}

.kf-scene-nav a[href*="clothing"]::before {
  content: "△" !important;
  color: var(--kf-green) !important;
}

.kf-scene-nav a[href*="footwear"]::before {
  content: "↗" !important;
}

.kf-scene-nav a[href*="football-gear"]::before {
  content: "□" !important;
  color: var(--kf-green) !important;
}

.kf-scene-nav a[href*="bags-hydration"]::before {
  content: "⌁" !important;
}

.kf-section--outdoor,
.kf-section--featured {
  border-bottom: 1px solid #e4ebf3 !important;
}

.kf-section--outdoor .kf-section__head {
  display: grid !important;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr) !important;
  align-items: end !important;
  gap: 26px !important;
}

.kf-section--outdoor .kf-section__head > a {
  justify-self: end !important;
  align-self: start !important;
}

.kf-section--outdoor ul.products {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.kf-section--outdoor ul.products li.product,
.kf-section--featured ul.products li.product {
  padding: 10px !important;
  box-shadow: none !important;
}

.kf-section--outdoor ul.products li.product .woocommerce-loop-product__title,
.kf-section--featured ul.products li.product .woocommerce-loop-product__title {
  min-height: 38px !important;
  font-size: .88rem !important;
}

.kf-section--outdoor ul.products li.product .button,
.kf-section--featured ul.products li.product .button {
  min-height: 38px !important;
  padding: 9px 12px !important;
  font-size: .82rem !important;
}

.kf-trust-grid--band {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 48px 28px !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #061429, #062b4f) !important;
  color: #fff !important;
}

.kf-trust-grid--band .kf-trust-item {
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

.kf-trust-grid--band .kf-trust-item:last-child {
  border-right: 0 !important;
}

.kf-trust-grid--band h3 {
  color: #fff !important;
  font-size: 1.02rem !important;
}

.kf-trust-grid--band p {
  color: rgba(255,255,255,.78) !important;
  max-width: 190px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1100px) {
  .kf-home-category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-trust-grid--band {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .kf-hero--retail .kf-hero__inner {
    padding: 26px 22px 0 !important;
    gap: 20px !important;
  }

  .kf-hero__visual {
    min-height: 250px !important;
    margin: 0 -22px !important;
  }

  .kf-hero__visual > img {
    height: 290px !important;
  }

  .kf-hero__merch {
    display: none !important;
  }

  .kf-home-categories {
    padding: 16px 0 !important;
  }

  .kf-home-category-rail {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 0 18px 4px !important;
    scroll-snap-type: x proximity !important;
  }

  .kf-home-category-rail::-webkit-scrollbar {
    display: none !important;
  }

  .kf-home-category-rail a {
    flex: 0 0 134px !important;
    min-height: 130px !important;
    scroll-snap-align: start !important;
  }

  .kf-home-category-rail__image {
    width: 82px !important;
    height: 70px !important;
  }

  .kf-scene-nav--home {
    grid-template-columns: 1fr !important;
    padding: 0 18px !important;
  }

  .kf-scene-nav--home ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .kf-section--outdoor .kf-section__head {
    grid-template-columns: 1fr !important;
  }

  .kf-section--outdoor .kf-section__head > a {
    justify-self: stretch !important;
  }

  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
  }

  .kf-trust-grid--band {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 22px 10px !important;
    border-radius: 8px !important;
  }

  .kf-trust-grid--band .kf-trust-item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    padding: 18px 8px !important;
  }

  .kf-trust-grid--band .kf-trust-item:last-child {
    grid-column: 1 / -1 !important;
    border-bottom: 0 !important;
  }
}

/* Customer delivery UI layer: Premium Performance Sports Retail. */
:root {
  --kf-ink: #061429;
  --kf-navy: #061429;
  --kf-green: #07883f;
  --kf-green-bright: #16b766;
  --kf-muted: #526176;
  --kf-line: #dbe5ef;
  --kf-bg: #f4f8fb;
  --kf-soft: #f8fbfd;
  --kf-red: #e11d48;
  --kf-radius: 8px;
  --kf-shadow: 0 18px 46px rgba(6, 20, 41, 0.09);
}

body {
  background: var(--kf-bg) !important;
  color: var(--kf-ink) !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, system-ui, sans-serif !important;
}

h1,
h2,
h3,
.kf-nav a,
.kf-button,
button,
.button,
.woocommerce-loop-product__title {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

.kf-container,
.kf-header__inner,
.kf-topbar__inner,
.kf-hero__inner {
  max-width: 1360px !important;
}

.kf-topbar {
  background: var(--kf-navy) !important;
  color: #fff !important;
  font-weight: 760 !important;
  text-transform: uppercase !important;
}

.kf-topbar__inner {
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  font-size: 0.82rem !important;
}

.kf-header {
  background: #fff !important;
  border-bottom: 1px solid var(--kf-line) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
}

.admin-bar .kf-header {
  top: 32px !important;
}

.kf-header__inner {
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: 220px 1fr auto !important;
  align-items: center !important;
  gap: 22px !important;
}

.kf-logo__image {
  width: 208px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

.kf-nav ul {
  display: flex !important;
  justify-content: center !important;
  gap: clamp(20px, 3vw, 44px) !important;
}

.kf-nav a {
  color: var(--kf-ink) !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 32px 0 !important;
  border-bottom: 3px solid transparent !important;
}

.kf-nav a:hover,
.kf-nav a:focus {
  color: var(--kf-green) !important;
  border-bottom-color: var(--kf-green) !important;
}

.kf-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.kf-icon-link {
  min-height: 42px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

.kf-cart-count {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 20px !important;
  height: 20px !important;
  border-radius: 999px !important;
  background: var(--kf-red) !important;
  color: #fff !important;
  font-size: 0.76rem !important;
  line-height: 1 !important;
}

.kf-menu-toggle {
  display: none !important;
}

.kf-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  min-height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid var(--kf-navy) !important;
  background: var(--kf-navy) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 22px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.kf-button--accent,
.kf-footer__signup button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(180deg, var(--kf-green-bright), var(--kf-green)) !important;
  border-color: var(--kf-green) !important;
}

.kf-button--ghost,
.woocommerce button[name="update_cart"],
.woocommerce-cart .coupon .button,
.kf-button--secondary {
  background: #fff !important;
  color: var(--kf-ink) !important;
  border-color: #b9c8d7 !important;
}

.kf-hero--retail {
  background: #fff !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid var(--kf-line) !important;
}

.kf-hero--retail .kf-hero__inner {
  min-height: 640px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr) !important;
  align-items: center !important;
  gap: 42px !important;
  padding: 54px 24px !important;
}

.kf-eyebrow,
.kf-shop-intro__eyebrow,
.kf-brand-band__eyebrow,
.kf-about-hero__copy span,
.kf-contact-card > span {
  color: var(--kf-green) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.kf-hero--retail h1 {
  max-width: 720px !important;
  font-size: clamp(3.8rem, 5.5vw, 5.25rem) !important;
  line-height: 0.98 !important;
  font-weight: 760 !important;
  margin: 18px 0 22px !important;
}

.kf-hero--retail p {
  max-width: 520px !important;
  color: #344154 !important;
  font-size: 1.04rem !important;
  line-height: 1.75 !important;
}

.kf-hero__cta {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin-top: 26px !important;
}

.kf-hero__visual {
  min-height: 500px !important;
  position: relative !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 18% 75%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.35) 28%, transparent 58%),
    linear-gradient(100deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.45) 35%, rgba(6,20,41,.12) 100%) !important;
}

.kf-hero__visual img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  filter: saturate(1.05) contrast(1.02) !important;
}

.kf-hero__visual::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.12) 42%, rgba(6,20,41,.05)) !important;
  pointer-events: none !important;
}

.kf-hero__visual-card {
  position: absolute !important;
  z-index: 2 !important;
  max-width: 250px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 18px 36px rgba(6,20,41,.13) !important;
}

.kf-hero__visual-card span {
  display: block !important;
  color: var(--kf-green) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
}

.kf-hero__visual-card strong {
  color: var(--kf-ink) !important;
  font-size: .94rem !important;
  line-height: 1.35 !important;
}

.kf-hero__visual-card--top {
  top: 28px !important;
  right: 24px !important;
}

.kf-hero__visual-card--bottom {
  left: 24px !important;
  bottom: 28px !important;
}

.kf-home-categories,
.kf-home-scenes {
  background: #fff !important;
  border-bottom: 1px solid var(--kf-line) !important;
  padding: 22px 0 !important;
}

.kf-home-category-rail {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(104px, 1fr)) !important;
  gap: 14px !important;
}

.kf-home-category-rail a,
.kf-category-nav a,
.kf-scene-nav a {
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}

.kf-category-nav a.is-active,
.kf-category-nav a:hover,
.kf-scene-nav a:hover {
  background: var(--kf-navy) !important;
  border-color: var(--kf-navy) !important;
  color: #fff !important;
}

.kf-scene-nav {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.kf-scene-nav > span,
.kf-home-categories span {
  color: var(--kf-ink) !important;
  font-size: 1.15rem !important;
  font-weight: 760 !important;
}

.kf-scene-nav ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) !important;
  gap: 14px !important;
  flex: 1 !important;
}

.kf-scene-nav small {
  display: none !important;
}

.kf-section {
  padding: 54px 0 !important;
}

.kf-section--outdoor,
.kf-section--featured {
  background: #fff !important;
}

.kf-section__head {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: end !important;
  gap: 24px !important;
  margin-bottom: 24px !important;
}

.kf-section__head h2 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1.05 !important;
  font-weight: 760 !important;
  margin: 6px 0 10px !important;
}

.kf-section__head p {
  max-width: 560px !important;
  color: var(--kf-muted) !important;
  line-height: 1.65 !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  clear: both !important;
}

.kf-section--outdoor ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  padding: 14px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  box-shadow: 0 12px 28px rgba(6,20,41,.055) !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  margin: 0 0 14px !important;
  background: #f4f7f9 !important;
}

.kf-product-card__category {
  align-self: flex-start !important;
  max-width: 100% !important;
  border-radius: 7px !important;
  background: #e9fbf0 !important;
  color: #006d35 !important;
  padding: 6px 9px !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}

.woocommerce-loop-product__title {
  min-height: 44px !important;
  margin: 0 0 10px !important;
  color: var(--kf-ink) !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 720 !important;
}

.woocommerce ul.products li.product .price {
  margin-top: auto !important;
  min-height: 30px !important;
  color: var(--kf-ink) !important;
  font-weight: 760 !important;
}

.woocommerce ul.products li.product .price del {
  color: #8a97a8 !important;
  font-weight: 650 !important;
}

.woocommerce span.onsale {
  min-height: 0 !important;
  min-width: 0 !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  padding: 6px 9px !important;
  border-radius: 7px !important;
  background: var(--kf-red) !important;
  color: #fff !important;
  line-height: 1 !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
}

.kf-card-actions {
  margin-top: 14px !important;
  display: grid !important;
  gap: 8px !important;
}

.kf-card-actions .button,
.kf-card-actions .added_to_cart {
  width: 100% !important;
  min-height: 46px !important;
  border-radius: 8px !important;
  font-weight: 760 !important;
  text-align: center !important;
}

.kf-card-actions .added_to_cart {
  background: #fff !important;
  color: var(--kf-ink) !important;
  border: 1px solid #b9c8d7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.kf-shop-intro {
  max-width: 1360px !important;
  margin: 34px auto 20px !important;
  padding: 34px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: center !important;
}

.kf-shop-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem) !important;
  line-height: 1 !important;
  margin: 8px 0 12px !important;
}

.kf-shop-intro p {
  max-width: 760px !important;
  color: var(--kf-muted) !important;
  font-size: 1.05rem !important;
  line-height: 1.65 !important;
}

.kf-shop-intro__meta {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.kf-shop-intro__meta span,
.kf-shop-intro__meta a {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  padding: 0 16px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

.kf-shop-intro__meta span {
  background: #e5f7e9 !important;
  color: #006d35 !important;
}

.kf-shop-intro__meta a {
  background: var(--kf-navy) !important;
  color: #fff !important;
}

.kf-assurance-pills {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  gap: 12px !important;
}

.kf-assurance-pills li {
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: var(--kf-soft) !important;
  padding: 16px !important;
}

.kf-category-nav--shop,
.kf-scene-nav--shop {
  max-width: 1360px !important;
  margin: 0 auto 18px !important;
  padding: 18px 24px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.kf-category-nav--shop ul {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.woocommerce .woocommerce-ordering {
  max-width: 1360px !important;
  margin: 0 auto 18px !important;
  float: none !important;
  text-align: right !important;
}

.woocommerce .woocommerce-result-count {
  max-width: 1360px !important;
  margin: 0 auto 12px !important;
  float: none !important;
  color: var(--kf-muted) !important;
}

.woocommerce-page .kf-page > .products,
.woocommerce .kf-page > .products,
.woocommerce ul.products {
  max-width: 1360px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.single-product div.product {
  max-width: 1360px !important;
  margin: 36px auto !important;
  padding: 0 24px !important;
  display: grid !important;
  grid-template-columns: minmax(420px, .9fr) minmax(420px, 1fr) !important;
  gap: 54px !important;
}

.single-product div.product div.images,
.single-product div.product div.summary {
  width: auto !important;
  float: none !important;
}

.single-product div.product div.images img {
  border-radius: 10px !important;
  border: 1px solid var(--kf-line) !important;
  background: #fff !important;
}

.single-product .product_title {
  font-size: clamp(2.2rem, 4vw, 3.8rem) !important;
  line-height: 1 !important;
  margin-bottom: 12px !important;
}

.single-product .summary .price {
  color: var(--kf-ink) !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
}

.single-product form.cart {
  display: grid !important;
  grid-template-columns: 148px minmax(180px, 1fr) minmax(150px, .55fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  margin: 24px 0 !important;
}

.single-product form.cart .quantity {
  margin: 0 !important;
}

.single-product form.cart .qty {
  width: 100% !important;
  height: 46px !important;
  border-radius: 8px !important;
  border: 1px solid #b9c8d7 !important;
}

.single-product form.cart .single_add_to_cart_button,
.kf-save-for-later {
  min-height: 46px !important;
  border-radius: 8px !important;
  font-weight: 760 !important;
}

.kf-save-for-later {
  background: #fff !important;
  border: 1px solid #b9c8d7 !important;
  color: var(--kf-ink) !important;
}

.kf-product-trust {
  margin-top: 20px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.kf-product-trust__item {
  padding: 16px !important;
  border-right: 1px solid var(--kf-line) !important;
}

.kf-product-trust__item:last-child {
  border-right: 0 !important;
}

.kf-product-trust strong {
  display: block !important;
  margin-bottom: 6px !important;
}

.kf-product-trust span {
  color: var(--kf-muted) !important;
  font-size: .86rem !important;
  line-height: 1.45 !important;
}

.woocommerce-cart .kf-page,
.woocommerce-checkout .kf-page,
.woocommerce-account .kf-page,
.page-template-default .kf-page {
  padding: 42px 24px !important;
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  max-width: 1360px !important;
  margin: 0 auto 28px !important;
  font-size: clamp(2.7rem, 5vw, 5.2rem) !important;
  line-height: 1 !important;
  font-weight: 760 !important;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  max-width: 1360px !important;
  margin: 0 auto !important;
}

.woocommerce-cart form.woocommerce-cart-form {
  float: left !important;
  width: calc(100% - 390px) !important;
  margin-right: 28px !important;
}

.woocommerce-cart .cart-collaterals {
  float: right !important;
  width: 360px !important;
  clear: none !important;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table {
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.woocommerce-cart table.cart img {
  width: 96px !important;
  border-radius: 7px !important;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 18px !important;
  border-color: var(--kf-line) !important;
}

.woocommerce-cart table.cart td.actions {
  padding: 20px !important;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex !important;
  gap: 8px !important;
  max-width: 560px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 46px !important;
  flex: 1 !important;
  border-radius: 8px !important;
  border: 1px solid #b9c8d7 !important;
  padding: 0 14px !important;
}

.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: none !important;
  padding: 24px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: var(--kf-shadow) !important;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 1.55rem !important;
  margin-bottom: 18px !important;
}

.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 440px) !important;
  gap: 36px !important;
  align-items: start !important;
}

.kf-checkout-steps {
  max-width: 1360px !important;
  margin: 0 auto 22px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  list-style: none !important;
}

.kf-checkout-steps li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--kf-muted) !important;
  font-weight: 720 !important;
}

.kf-checkout-steps span {
  display: inline-grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: #d9e3ee !important;
  color: var(--kf-ink) !important;
}

.kf-checkout-steps .is-current span {
  background: var(--kf-green) !important;
  color: #fff !important;
}

.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1 !important;
  padding: 24px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.woocommerce-checkout form.checkout #order_review_heading,
.woocommerce-checkout form.checkout #order_review {
  grid-column: 2 !important;
}

.woocommerce-checkout form.checkout #order_review {
  position: sticky !important;
  top: 128px !important;
  padding: 20px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: var(--kf-shadow) !important;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-account form input.input-text {
  min-height: 46px !important;
  border: 1px solid #b9c8d7 !important;
  border-radius: 7px !important;
  padding: 10px 12px !important;
  background: #fff !important;
}

.kf-payment-note {
  max-width: 1360px !important;
  margin: 0 auto 18px !important;
  padding: 14px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.kf-payment-note__copy span {
  min-height: 42px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 7px !important;
  background: var(--kf-soft) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  color: var(--kf-ink) !important;
  font-weight: 760 !important;
}

.kf-payment-method-heading {
  padding: 0 !important;
  margin: 0 0 14px !important;
  border: 0 !important;
  background: transparent !important;
}

.kf-payment-method-heading h3 {
  font-size: 1.35rem !important;
  margin-bottom: 5px !important;
}

.kf-payment-method-heading p {
  color: var(--kf-muted) !important;
  margin: 0 0 14px !important;
  line-height: 1.45 !important;
}

.kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kf-payment-badge {
  min-height: 40px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 0 8px !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.kf-payment-badge::before {
  display: none !important;
}

.kf-payment-badge--visa .kf-payment-badge__label {
  color: #061c6f !important;
  font-style: italic !important;
}

.kf-payment-badge--mastercard .kf-payment-badge__mark {
  display: inline-flex !important;
  width: 24px !important;
  height: 15px !important;
  position: relative !important;
}

.kf-payment-badge__circle {
  width: 15px !important;
  height: 15px !important;
  border-radius: 999px !important;
  display: block !important;
  position: absolute !important;
}

.kf-payment-badge__circle--red {
  left: 0 !important;
  background: #eb001b !important;
}

.kf-payment-badge__circle--orange {
  right: 0 !important;
  background: #f79e1b !important;
}

.kf-payment-badge--amex {
  border-color: #64b5ff !important;
  color: #006fcf !important;
  background: #f5fbff !important;
}

.kf-payment-badge--discover .kf-payment-badge__label {
  color: #e26a00 !important;
}

.kf-payment-badge--paypal .kf-payment-badge__label {
  color: #003087 !important;
}

.kf-payment-badge--stripe .kf-payment-badge__label {
  color: #635bff !important;
}

.kf-payment-extra {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin-top: 8px !important;
  color: var(--kf-muted) !important;
}

.kf-payment-extra span:not(:first-child) {
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: #edf2f7 !important;
  color: #415166 !important;
  font-size: .75rem !important;
  font-weight: 760 !important;
}

.woocommerce-checkout #payment {
  margin-top: 16px !important;
  padding: 18px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #f3f7fb !important;
}

.woocommerce-checkout #payment .woocommerce-info {
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #b7d0e6 !important;
  border-top: 3px solid #0f609a !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #183b56 !important;
  font-size: .95rem !important;
}

.woocommerce-checkout #payment .place-order {
  padding: 14px 0 0 !important;
}

.woocommerce-checkout #payment #place_order[disabled],
.woocommerce-checkout #payment #place_order[aria-disabled="true"] {
  background: #d5dde7 !important;
  border-color: #d5dde7 !important;
  color: #667789 !important;
  cursor: not-allowed !important;
}

.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text p {
  color: var(--kf-muted) !important;
  font-size: .86rem !important;
  line-height: 1.5 !important;
}

.woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  gap: 32px !important;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: block !important;
}

.woocommerce-account .u-columns {
  display: grid !important;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1fr) !important;
  gap: 28px !important;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account form.login,
.woocommerce-account form.register {
  width: auto !important;
  float: none !important;
}

.woocommerce-account .u-column2 {
  order: -1 !important;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 28px !important;
}

.woocommerce-account .u-column2 {
  border-color: #bde8cf !important;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  font-size: 2rem !important;
  margin-bottom: 8px !important;
}

.kf-account-intro {
  max-width: 1360px !important;
  margin: 0 auto 24px !important;
  padding: 32px !important;
  border-radius: 10px !important;
  background: var(--kf-navy) !important;
  color: #fff !important;
}

.kf-account-intro h2 {
  max-width: 900px !important;
  font-size: clamp(2rem, 4vw, 4.6rem) !important;
  line-height: 1 !important;
  margin: 8px 0 !important;
}

.kf-account-intro p {
  color: #d8e4ef !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: auto !important;
  float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: auto !important;
  float: none !important;
}

.kf-account-nav {
  min-height: 520px !important;
  padding: 22px !important;
  border-radius: 10px !important;
  background: var(--kf-navy) !important;
  color: #fff !important;
}

.kf-account-nav ul {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kf-account-nav li + li {
  margin-top: 6px !important;
}

.kf-account-nav a {
  display: flex !important;
  min-height: 42px !important;
  align-items: center !important;
  border-radius: 7px !important;
  padding: 0 12px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 720 !important;
}

.kf-account-nav .is-active a,
.kf-account-nav a:hover {
  background: rgba(255,255,255,.12) !important;
  box-shadow: inset 4px 0 0 var(--kf-green) !important;
}

.kf-account-dashboard__hero,
.kf-account-dashboard__card,
.kf-account-dashboard__actions {
  border-color: var(--kf-line) !important;
}

.kf-account-dashboard__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.kf-about-hero {
  display: grid !important;
  grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr) !important;
  gap: 46px !important;
  align-items: center !important;
  margin-bottom: 34px !important;
}

.kf-about-hero__copy h1 {
  margin: 10px 0 18px !important;
  font-size: clamp(3rem, 5vw, 5.5rem) !important;
}

.kf-about-hero__media {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.kf-about-hero__media img {
  width: 100% !important;
  aspect-ratio: 1 / .78 !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid var(--kf-line) !important;
}

.kf-about-hero__media img:first-child {
  grid-row: span 2 !important;
  aspect-ratio: auto !important;
  height: 100% !important;
}

.kf-about-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.kf-about-grid > div,
.kf-about-note,
.kf-contact-card {
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 22px !important;
}

.kf-about-note {
  margin-top: 18px !important;
  border-color: #bde8cf !important;
  background: #f5fff8 !important;
}

.kf-contact-grid {
  display: grid !important;
  grid-template-columns: .9fr 1.1fr !important;
  gap: 28px !important;
}

.kf-contact-card h1,
.kf-contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  margin: 8px 0 12px !important;
}

.kf-contact-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 22px 0 !important;
}

.kf-contact-options > div {
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  padding: 16px !important;
  background: var(--kf-soft) !important;
}

.kf-contact-options strong,
.kf-contact-options span,
.kf-contact-options a,
.kf-contact-options small {
  display: block !important;
}

.kf-contact-options a {
  color: var(--kf-green) !important;
  font-weight: 760 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.kf-contact-note {
  border: 1px solid #bde8cf !important;
  border-radius: 8px !important;
  background: #f5fff8 !important;
  padding: 14px !important;
}

.kf-contact-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.kf-contact-form label {
  display: grid !important;
  gap: 6px !important;
  font-weight: 760 !important;
}

.kf-contact-form__wide {
  grid-column: 1 / -1 !important;
}

.kf-contact-form input,
.kf-contact-form textarea,
.kf-footer__signup input {
  width: 100% !important;
  border: 1px solid #b9c8d7 !important;
  border-radius: 7px !important;
  padding: 12px !important;
  background: #fff !important;
}

.kf-contact-form button {
  grid-column: 1 / -1 !important;
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--kf-green) !important;
  color: #fff !important;
  font-weight: 760 !important;
}

.kf-footer {
  background: #fff !important;
  color: var(--kf-ink) !important;
  border-top: 1px solid var(--kf-line) !important;
}

.kf-footer__inner {
  display: grid !important;
  grid-template-columns: 1.1fr .95fr .95fr .95fr 1.1fr !important;
  gap: 42px !important;
  padding: 58px 24px !important;
}

.kf-footer h2,
.kf-footer h3 {
  color: var(--kf-ink) !important;
  font-size: 1.02rem !important;
  margin-bottom: 18px !important;
}

.kf-footer p,
.kf-footer a,
.kf-footer span {
  color: #4c5b6e !important;
  font-size: .92rem !important;
  line-height: 1.65 !important;
}

.kf-footer a:hover {
  color: var(--kf-green) !important;
}

.kf-footer ul {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kf-footer__offer {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.kf-footer__signup {
  display: grid !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.kf-footer__signup input {
  min-height: 46px !important;
}

.kf-footer__signup button {
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 760 !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 260px !important;
}

.kf-footer .kf-payment-badge {
  min-height: 30px !important;
  font-size: .68rem !important;
}

.kf-footer__bottom {
  border-top: 1px solid var(--kf-line) !important;
  background: #fff !important;
  color: #5f6f82 !important;
  padding: 22px 0 !important;
}

.kf-replay-spin {
  max-width: 1120px !important;
  margin: 28px auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 310px !important;
  gap: 32px !important;
  align-items: center !important;
  padding: 30px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: var(--kf-shadow) !important;
}

.kf-replay-spin__copy h2 {
  font-size: clamp(2rem, 3vw, 3.2rem) !important;
}

.kf-replay-wheel {
  width: 240px !important;
  height: 240px !important;
  border: 14px solid var(--kf-navy) !important;
  border-radius: 999px !important;
  background: conic-gradient(#fff 0 60deg, #f6fafc 60deg 120deg, #fff 120deg 180deg, #fff3f5 180deg 240deg, #f6fafc 240deg 300deg, #fff 300deg 360deg) !important;
  position: relative !important;
  transition: transform .85s cubic-bezier(.22,.72,.21,1) !important;
}

.kf-replay-wheel::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: -24px !important;
  transform: translateX(-50%) !important;
  border-left: 14px solid transparent !important;
  border-right: 14px solid transparent !important;
  border-top: 26px solid var(--kf-green) !important;
  z-index: 4 !important;
}

.kf-replay-wheel strong {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  background: var(--kf-navy) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  .kf-header__inner {
    grid-template-columns: 170px auto auto !important;
  }

  .kf-logo__image {
    width: 160px !important;
  }

  .kf-nav ul {
    gap: 18px !important;
  }

  .kf-hero--retail .kf-hero__inner,
  .kf-about-hero,
  .kf-contact-grid,
  .woocommerce-checkout form.checkout,
  .single-product div.product {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-checkout form.checkout #order_review_heading,
  .woocommerce-checkout form.checkout #order_review {
    grid-column: 1 !important;
  }

  .woocommerce-checkout form.checkout #order_review {
    position: static !important;
  }

  .woocommerce-cart form.woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .woocommerce-cart .cart-collaterals {
    margin-top: 22px !important;
  }

  .kf-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .kf-topbar__inner {
    min-height: 34px !important;
    justify-content: center !important;
    font-size: .7rem !important;
  }

  .kf-topbar__inner span:nth-child(2) {
    display: none !important;
  }

  .kf-header__inner {
    min-height: 74px !important;
    grid-template-columns: minmax(120px, 1fr) auto auto auto !important;
    gap: 8px !important;
    padding: 0 14px !important;
  }

  .kf-logo__image {
    width: 145px !important;
  }

  .kf-menu-toggle {
    display: inline-flex !important;
    min-height: 42px !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 12px !important;
    border: 1px solid var(--kf-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--kf-ink) !important;
    font-weight: 760 !important;
  }

  .kf-nav {
    display: none !important;
  }

  .kf-actions {
    display: contents !important;
  }

  .kf-icon-link {
    min-height: 42px !important;
    padding: 0 10px !important;
  }

  .kf-icon-link--account .kf-action-label {
    font-size: 0 !important;
  }

  .kf-icon-link--account .kf-action-label::after {
    content: "Acct" !important;
    font-size: .9rem !important;
  }

  .kf-mobile-menu {
    background: #fff !important;
    border-top: 1px solid var(--kf-line) !important;
    box-shadow: 0 22px 44px rgba(6,20,41,.12) !important;
  }

  .kf-mobile-menu__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px 0 !important;
  }

  .kf-mobile-menu__section {
    border: 1px solid var(--kf-line) !important;
    border-radius: 8px !important;
    padding: 14px !important;
  }

  .kf-mobile-menu__section ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .kf-mobile-menu__section a {
    display: block !important;
    border: 1px solid var(--kf-line) !important;
    border-radius: 7px !important;
    padding: 10px !important;
    text-decoration: none !important;
    color: var(--kf-ink) !important;
    font-weight: 720 !important;
  }

  .kf-hero--retail .kf-hero__inner {
    min-height: auto !important;
    padding: 34px 18px 0 !important;
    gap: 22px !important;
  }

  .kf-hero--retail h1 {
    font-size: clamp(2.6rem, 12vw, 3.8rem) !important;
  }

  .kf-hero__cta {
    display: grid !important;
  }

  .kf-hero__visual {
    min-height: 280px !important;
    margin: 0 -18px !important;
  }

  .kf-hero__visual img {
    height: 310px !important;
    border-radius: 0 !important;
  }

  .kf-hero__visual-card {
    display: none !important;
  }

  .kf-home-category-rail {
    display: flex !important;
    overflow-x: auto !important;
    gap: 10px !important;
    padding-bottom: 3px !important;
  }

  .kf-home-category-rail a {
    min-width: 132px !important;
  }

  .kf-scene-nav {
    display: grid !important;
    gap: 12px !important;
  }

  .kf-scene-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kf-section {
    padding: 32px 0 !important;
  }

  .kf-section__head {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .kf-shop-intro {
    margin: 18px 16px !important;
    padding: 20px !important;
    grid-template-columns: 1fr !important;
  }

  .kf-shop-intro h2,
  .woocommerce-cart h1,
  .woocommerce-checkout h1,
  .woocommerce-account h1,
  .kf-page h1 {
    font-size: clamp(2.2rem, 12vw, 3.6rem) !important;
  }

  .kf-assurance-pills {
    display: none !important;
  }

  .kf-category-nav--shop,
  .kf-scene-nav--shop {
    margin: 0 16px 14px !important;
    padding: 14px !important;
  }

  .kf-category-nav--shop ul {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .kf-category-nav--shop a {
    white-space: nowrap !important;
  }

  .single-product div.product {
    padding: 0 16px !important;
    gap: 22px !important;
  }

  .single-product form.cart {
    grid-template-columns: 110px 1fr !important;
  }

  .kf-save-for-later {
    grid-column: 1 / -1 !important;
  }

  .kf-product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kf-payment-note__copy,
  .kf-checkout-steps,
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
  }

  .kf-payment-badges,
  .kf-payment-note .kf-payment-badges,
  .kf-footer .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .woocommerce-account .woocommerce,
  .woocommerce-account .u-columns,
  .kf-account-dashboard__grid,
  .kf-about-grid,
  .kf-contact-options,
  .kf-contact-form,
  .kf-footer__inner {
    grid-template-columns: 1fr !important;
  }

  .kf-account-nav {
    min-height: 0 !important;
  }

  .kf-account-nav ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .kf-account-nav a {
    justify-content: center !important;
    font-size: .82rem !important;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2,
  .kf-account-intro {
    padding: 18px !important;
  }

  .kf-about-hero__media {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kf-footer__inner {
    gap: 22px !important;
    padding: 34px 18px !important;
  }

  .kf-footer ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    margin: 20px 16px !important;
    padding: 22px !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 460px) {
  .kf-header__inner {
    grid-template-columns: 1fr auto auto auto !important;
  }

  .kf-logo__image {
    width: 132px !important;
  }

  .kf-menu-toggle span:last-child,
  .kf-action-label {
    font-size: .82rem !important;
  }

  .kf-icon-link {
    padding: 0 8px !important;
  }

  .kf-contact-form label,
  .kf-contact-form__wide {
    grid-column: 1 !important;
  }

  .kf-account-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
  }
}

/* Delivery correction pass after visual QA. */
.kf-hero--retail h1,
.kf-hero h1 {
  color: var(--kf-ink) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.woocommerce-products-header {
  display: none !important;
}

.woocommerce-shop h1.page-title,
.tax-product_cat h1.page-title {
  display: none !important;
}

.woocommerce-shop .kf-page,
.tax-product_cat .kf-page {
  padding-top: 0 !important;
}

@media (max-width: 820px) {
  .kf-hero--retail .kf-hero__inner {
    padding-top: 30px !important;
  }

  .kf-hero--retail h1 {
    display: block !important;
    margin: 12px 0 14px !important;
    color: var(--kf-ink) !important;
  }

  .kf-shop-intro {
    margin-top: 18px !important;
  }
}

/* Final synchronized Premium Performance Sports Retail overrides */
.kf-main {
  background: var(--kf-bg);
}

.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.055) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #eef4f1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto !important;
  min-height: 26px !important;
}

.woocommerce ul.products li.product .kf-card-actions,
.kf-main ul.products li.product .kf-card-actions {
  margin-top: 14px !important;
}

.woocommerce ul.products li.product .kf-card-actions .button,
.kf-main ul.products li.product .kf-card-actions .button {
  min-height: 46px !important;
  border-radius: 8px !important;
}

body.woocommerce-checkout .kf-payment-note {
  margin-bottom: 16px !important;
  padding: 10px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  justify-content: flex-start !important;
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
  font-size: 0.92rem !important;
}

body.woocommerce-checkout .kf-payment-method-heading {
  padding: 16px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 42px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-extra {
  margin-top: 10px !important;
  gap: 6px !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.kf-footer .kf-payment-badge {
  min-height: 38px !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.kf-replay-spin {
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.kf-replay-wheel {
  width: 230px !important;
  height: 230px !important;
  border: 12px solid var(--kf-ink) !important;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
  }
}

/* Client-delivery account, checkout, and purchase-flow polish */
.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.woocommerce-account.logged-in .woocommerce::before,
.woocommerce-account.logged-in .woocommerce::after {
  content: none !important;
  display: none !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

.kf-account-nav,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  border: 1px solid var(--kf-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7, 20, 38, 0.05);
}

.kf-account-nav {
  padding: 14px;
  position: sticky;
  top: 92px;
}

.kf-account-nav__head {
  padding: 12px 12px 14px;
  border-bottom: 1px solid var(--kf-line);
}

.kf-account-nav__head span,
.kf-account-dashboard__hero span,
.kf-account-dashboard__card span {
  display: block;
  color: var(--kf-green);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kf-account-nav__head strong {
  display: block;
  margin-top: 5px;
  color: var(--kf-ink);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 720;
}

.kf-account-nav ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.kf-account-nav li {
  margin: 0;
  padding: 0;
}

.kf-account-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--kf-muted);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 680;
  text-decoration: none;
}

.kf-account-nav .is-active a,
.kf-account-nav a[aria-current="page"] {
  border-color: rgba(47, 143, 58, 0.28);
  background: rgba(47, 143, 58, 0.1);
  color: var(--kf-ink);
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  min-height: 360px;
  padding: 0;
  overflow: hidden;
}

.kf-account-dashboard__hero {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  background: var(--kf-ink);
  color: #fff;
}

.kf-account-dashboard__hero h2 {
  max-width: 760px;
  margin: 6px 0 8px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 740;
  line-height: 1;
}

.kf-account-dashboard__hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.96rem;
  line-height: 1.5;
}

.kf-account-dashboard__logout {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.kf-account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.kf-account-dashboard__card {
  display: grid;
  gap: 7px;
  min-height: 142px;
  padding: 17px;
  border: 1px solid var(--kf-line);
  border-radius: 9px;
  background: #fbfcfd;
  color: var(--kf-ink);
  text-decoration: none;
}

.kf-account-dashboard__card strong {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 720;
  line-height: 1.12;
}

.kf-account-dashboard__card p {
  margin: 0;
  color: var(--kf-muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.kf-account-dashboard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 20px;
}

.kf-button.kf-button--secondary {
  border: 1px solid var(--kf-ink);
  background: #fff;
  color: var(--kf-ink);
}

.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account form label.woocommerce-form__label-for-checkbox {
  display: inline-flex !important;
  gap: 9px;
  align-items: center;
  min-height: 24px;
  margin: 4px 0 12px;
  font-size: 0.94rem;
  line-height: 1.2;
}

.woocommerce-account input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  accent-color: var(--kf-green);
}

.woocommerce-account .lost_password {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.kf-payment-note {
  margin-bottom: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--kf-line);
  border-radius: 9px;
  background: #fff;
}

.kf-payment-note__copy span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fbfcfd;
  color: var(--kf-ink);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.08;
}

.kf-payment-method-heading {
  margin-bottom: 10px !important;
  padding: 14px !important;
  border-radius: 9px !important;
}

.kf-payment-method-heading h3 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}

.kf-payment-method-heading p {
  margin: 0 0 12px !important;
  color: var(--kf-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.kf-payment-method-heading .kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.kf-payment-method-heading .kf-payment-badge {
  min-height: 44px;
  width: 100%;
  padding: 8px 10px;
  box-shadow: none;
}

.kf-payment-method-heading .kf-payment-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
  color: var(--kf-muted);
  font-size: 0.82rem;
}

.kf-payment-method-heading .kf-payment-extra span:first-child {
  flex-basis: 100%;
  font-weight: 500;
}

.kf-payment-method-heading .kf-payment-extra span:not(:first-child) {
  padding: 3px 7px;
  border-radius: 6px;
  background: #eef2f5;
  font-size: 0.78rem;
  font-weight: 700;
}

.woocommerce-checkout #payment {
  padding: 18px !important;
  border: 1px solid var(--kf-line);
  border-radius: 9px !important;
  background: #f5f7fa !important;
}

.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-notice,
.woocommerce-checkout #payment .woocommerce-error,
.woocommerce-checkout #payment .woocommerce-message {
  margin: 0 0 14px !important;
}

.woocommerce-checkout #payment .woocommerce-info {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 14px 11px 44px !important;
  border: 1px solid #d7e1ea;
  border-top: 3px solid #0f5f9c;
  border-radius: 8px;
  background: #fff;
  color: #29435f;
  font-size: 0.93rem;
  line-height: 1.32;
}

.woocommerce-checkout #payment .place-order {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #dce4ec;
}

.woocommerce-checkout #payment #place_order[disabled],
.woocommerce-checkout #payment #place_order[aria-disabled="true"] {
  opacity: 1;
  background: #d6dee8 !important;
  color: #6c7a89 !important;
  cursor: not-allowed;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: 10px;
}

.single-product .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 60px;
  padding: 14px 18px 14px 50px !important;
  border: 1px solid rgba(47, 143, 58, 0.3);
  border-top: 3px solid var(--kf-green);
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 20, 38, 0.06);
}

.single-product .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
  order: 2;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--kf-ink);
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 720;
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kf-account-nav {
    position: static;
    padding: 10px;
  }

  .kf-account-nav__head {
    padding: 8px 9px 10px;
  }

  .kf-account-nav ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .kf-account-nav ul::-webkit-scrollbar {
    display: none;
  }

  .kf-account-nav li {
    flex: 0 0 auto;
  }

  .kf-account-nav a {
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .kf-account-dashboard__hero {
    display: grid;
    padding: 18px;
  }

  .kf-account-dashboard__hero h2 {
    font-size: 1.7rem;
  }

  .kf-account-dashboard__logout {
    justify-self: start;
  }

  .kf-account-dashboard__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .kf-account-dashboard__card {
    min-height: 112px;
    padding: 14px;
  }

  .kf-account-dashboard__actions {
    display: grid;
    padding: 0 12px 14px;
  }

  .woocommerce-account .u-columns.col2-set,
  .woocommerce-account .woocommerce .u-columns.col2-set {
    gap: 12px;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    padding: 18px !important;
  }

  .woocommerce-account .u-column1 h2,
  .woocommerce-account .u-column2 h2 {
    font-size: 1.4rem;
  }

  .kf-payment-note__copy {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .kf-payment-note__copy span {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .kf-payment-method-heading {
    padding: 12px !important;
  }

  .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-checkout #payment {
    padding: 12px !important;
  }

  .woocommerce-checkout #payment .woocommerce-info {
    min-height: 44px;
    padding: 10px 12px 10px 38px !important;
    font-size: 0.88rem;
  }

  .single-product .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-message {
    display: grid;
    min-height: 0;
    padding: 12px 14px 12px 42px !important;
    font-size: 0.94rem;
  }

  .single-product .woocommerce-message .button,
  .woocommerce-notices-wrapper .woocommerce-message .button {
    order: 0;
    width: 100%;
    min-height: 40px;
  }
}

@media (max-width: 430px) {
  .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: 1fr 1fr;
  }

  .kf-payment-method-heading .kf-payment-badge {
    min-height: 42px;
    font-size: 0.82rem;
  }
}

/* Client-delivery polish: premium retail rhythm, compact footer, and real-gateway payment layout */
.kf-account-intro::after {
  content: "Orders / Addresses / Faster checkout";
}

.kf-hero--retail,
.kf-hero--retail .kf-hero__inner {
  min-height: 440px;
}

.kf-hero--retail .kf-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 42px;
}

.kf-hero--retail h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 4.7vw, 4.35rem);
  font-weight: 740;
}

.kf-hero--retail p {
  max-width: 650px;
}

.kf-home-categories .kf-container,
.kf-home-scenes .kf-container {
  width: min(1180px, calc(100% - 32px));
}

.kf-home-scenes {
  padding: 10px 0 0;
  background: var(--kf-bg);
}

.kf-section--outdoor {
  padding-top: 34px;
}

.kf-section--outdoor .kf-section__head h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 3.7vw, 3.05rem);
}

.kf-section--outdoor .kf-section__head p {
  max-width: 760px;
}

.woocommerce ul.products li.product .kf-card-actions,
.kf-main ul.products li.product .kf-card-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.woocommerce ul.products li.product .kf-card-actions .button,
.kf-main ul.products li.product .kf-card-actions .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .kf-card-actions .added_to_cart,
.kf-main ul.products li.product .kf-card-actions .added_to_cart {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kf-ink);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.1;
}

.woocommerce ul.products li.product .kf-card-actions .button.added,
.kf-main ul.products li.product .kf-card-actions .button.added {
  background: #24313d;
}

.kf-payment-note {
  align-items: center;
  padding: 10px 12px;
}

.kf-payment-note__copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 8px;
}

.kf-payment-note__copy span {
  color: var(--kf-ink);
}

.kf-payment-method-heading {
  margin: 0 0 12px;
  padding: 16px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-payment-method-heading p {
  max-width: 640px;
  margin-bottom: 12px;
}

.kf-payment-method-heading .kf-payment-badges {
  justify-content: flex-start;
}

.kf-payment-method-heading .kf-payment-extra {
  justify-content: flex-start;
  max-width: 820px;
}

.woocommerce-checkout #payment {
  border-radius: 8px;
  background: #f3f5f8;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods {
  border-color: var(--kf-line);
}

.kf-footer {
  background: #061222;
}

.kf-footer__inner {
  grid-template-columns: 1.25fr 0.75fr 0.95fr 1.12fr 0.9fr;
  gap: 26px;
  padding-top: 34px;
  padding-bottom: 24px;
}

.kf-footer p,
.kf-footer a,
.kf-footer span {
  font-size: 0.9rem;
  line-height: 1.48;
}

.kf-footer__brand p {
  max-width: 330px;
}

.kf-footer .kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(66px, 1fr));
  gap: 7px;
  max-width: 280px;
}

.kf-footer .kf-payment-badge {
  width: 100%;
  min-width: 0;
  height: 34px;
  min-height: 34px;
  box-shadow: none;
}

.kf-footer .kf-payment-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 280px;
}

.kf-footer .kf-payment-extra span:first-child {
  grid-column: 1 / -1;
}

.kf-about-hero__copy h1,
.woocommerce-products-header h1.page-title,
.woocommerce-page h1.page-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  font-size: clamp(2.45rem, 3.6vw, 3.35rem);
}

.kf-about-grid > div {
  min-height: 188px;
}

@media (max-width: 900px) {
  .kf-hero--retail .kf-hero__inner {
    grid-template-columns: 1fr;
  }

  .kf-hero__merch {
    display: none;
  }

  .kf-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .kf-footer__brand,
  .kf-footer__offer {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .kf-topbar__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 5px 0;
    font-size: 0.68rem;
    text-align: center;
  }

  .kf-header__inner {
    min-height: 50px;
  }

  .kf-actions {
    gap: 4px;
  }

  .kf-action-label {
    font-size: 0;
  }

  .kf-icon-link--account .kf-action-label::after {
    content: "Acct";
    font-size: 0.78rem;
  }

  .kf-icon-link--cart .kf-action-label::after {
    content: "Cart";
    font-size: 0.78rem;
  }

  .kf-icon-link,
  .kf-menu-toggle {
    min-height: 36px;
    padding: 7px 8px;
  }

  .kf-menu-toggle {
    gap: 6px;
    font-size: 0.82rem;
  }

  .kf-logo,
  .kf-logo__image {
    width: 128px;
    max-width: 128px;
  }

  .kf-hero--retail .kf-hero__inner {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .kf-hero--retail h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.22rem);
  }

  .kf-hero--retail,
  .kf-hero--retail .kf-hero__inner {
    min-height: 350px;
  }

  .kf-hero--retail p {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .kf-hero__cta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
  }

  .kf-home-categories .kf-container {
    display: grid;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kf-home-scenes {
    padding-top: 6px;
  }

  .kf-scene-nav--home {
    padding: 9px 10px;
  }

  .kf-scene-nav--home > span {
    margin-bottom: 7px;
    font-size: 0.72rem;
  }

  .kf-scene-nav--home ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .kf-scene-nav--home ul::-webkit-scrollbar {
    display: none;
  }

  .kf-scene-nav--home li {
    flex: 0 0 auto;
  }

  .kf-scene-nav--home a {
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .kf-scene-nav--home small {
    display: none;
  }

  .kf-section--outdoor {
    padding-top: 18px;
  }

  .kf-section--outdoor .kf-section__head h2,
  .kf-section__head h2 {
    font-size: 1.62rem;
  }

  .kf-shop-intro .kf-assurance-pills {
    display: none;
  }

  .kf-shop-intro {
    margin-bottom: 10px;
  }

  .kf-payment-note__copy {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kf-payment-note__copy span {
    justify-content: center;
  }

  .kf-payment-method-heading {
    padding: 12px;
  }

  .kf-payment-method-heading .kf-payment-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-footer__inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .kf-footer p,
  .kf-footer a,
  .kf-footer span {
    font-size: 0.76rem;
    line-height: 1.38;
  }

  .kf-footer h2,
  .kf-footer h3 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .kf-footer ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }

  .kf-footer section {
    min-height: 0;
  }

  .kf-footer__brand p,
  .kf-footer__offer p {
    max-width: 100%;
  }

  .kf-footer__brand span {
    display: block;
    margin-top: 4px;
  }

  .kf-footer .kf-payment-badges,
  .kf-footer .kf-payment-extra {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-footer__offer {
    padding: 10px;
  }

  .kf-footer__bottom {
    text-align: center;
  }

  .kf-account-intro {
    padding: 12px;
  }

  .kf-account-intro h2 {
    font-size: 1.32rem;
  }
}

/* Final synchronized UI layer. Keep this block last so it wins old theme overrides. */
.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.055) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto !important;
  min-height: 26px !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 42px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.kf-replay-spin {
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.kf-replay-wheel {
  width: 230px !important;
  height: 230px !important;
  border: 12px solid var(--kf-ink) !important;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
  }
}

/* Final synchronized UI layer. Keep this block last so it wins old theme overrides. */
.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.055) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto !important;
  min-height: 26px !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 42px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.kf-replay-spin {
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.kf-replay-wheel {
  width: 230px !important;
  height: 230px !important;
  border: 12px solid var(--kf-ink) !important;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
  }
}

/* Final delivery overrides: keep these last so old iterative styles cannot win */
body.woocommerce-account.logged-in .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: start !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  padding: 0 !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden;
}

body.woocommerce-account.logged-in .kf-account-nav {
  border: 1px solid var(--kf-line);
  border-radius: 10px;
  background: #fff;
}

body.woocommerce-account.logged-in .kf-account-nav ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.woocommerce-checkout .kf-payment-note {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 10px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  min-height: 40px !important;
  padding: 9px 12px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fbfcfd !important;
  font-size: 0.9rem !important;
  line-height: 1.1 !important;
}

body.woocommerce-checkout .kf-payment-method-heading {
  margin: 0 0 10px !important;
  padding: 14px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  width: 100% !important;
  min-height: 44px !important;
  padding: 8px 10px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout #payment {
  padding: 18px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 9px !important;
  background: #f5f7fa !important;
}

body.woocommerce-checkout #payment .woocommerce-info {
  min-height: 48px !important;
  margin-bottom: 14px !important;
  padding: 11px 14px 11px 44px !important;
  border: 1px solid #d7e1ea !important;
  border-top: 3px solid #0f5f9c !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #29435f !important;
  font-size: 0.93rem !important;
  line-height: 1.32 !important;
}

body.woocommerce-checkout #payment #place_order[disabled],
body.woocommerce-checkout #payment #place_order[aria-disabled="true"] {
  background: #d6dee8 !important;
  color: #6c7a89 !important;
  cursor: not-allowed !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 60px !important;
  padding: 14px 18px 14px 50px !important;
  border: 1px solid rgba(47, 143, 58, 0.3) !important;
  border-top: 3px solid var(--kf-green) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(7, 20, 38, 0.06) !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message .button,
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  flex: 0 0 auto !important;
  min-height: 42px !important;
  padding: 9px 15px !important;
  border-radius: 8px !important;
  background: var(--kf-ink) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  body.woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
    padding: 8px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy span {
    min-height: 38px !important;
    font-size: 0.86rem !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-checkout #payment {
    padding: 12px !important;
  }

  body.single-product .woocommerce-notices-wrapper .woocommerce-message,
  body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message {
    display: grid !important;
    min-height: 0 !important;
    padding: 12px 14px 12px 42px !important;
  }

  body.single-product .woocommerce-notices-wrapper .woocommerce-message .button,
  body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
    width: 100% !important;
    min-height: 40px !important;
  }
}

/* Final customer-facing cleanup: premium replay wheel and lighter checkout payment panel */
.kf-replay-spin {
  position: relative !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important;
  gap: 26px !important;
  overflow: hidden;
  padding: 28px !important;
  border: 1px solid #d8e2ec !important;
  border-radius: 10px !important;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbfd 58%, #eef5f2 100%) !important;
  box-shadow: 0 22px 48px rgba(7, 20, 38, 0.08);
}

.kf-replay-spin::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--kf-green);
}

.kf-replay-spin__copy span {
  color: #126b31 !important;
  letter-spacing: 0 !important;
}

.kf-replay-spin__copy h2 {
  max-width: 560px;
  color: var(--kf-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 760;
}

.kf-replay-spin__copy p {
  max-width: 560px;
  color: var(--kf-muted);
  font-size: 0.98rem;
}

.kf-replay-spin__game {
  position: relative;
  gap: 13px !important;
  padding: 18px;
  border: 1px solid #dce5ee;
  border-radius: 10px;
  background: #071426;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.kf-replay-spin__game::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid var(--kf-green);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.22));
}

.kf-replay-wheel {
  position: relative;
  width: 228px !important;
  height: 228px !important;
  border: 12px solid #071426 !important;
  outline: 1px solid rgba(255,255,255,0.18);
  background:
    radial-gradient(circle at center, #ffffff 0 30px, transparent 31px),
    conic-gradient(
      #ffffff 0deg 60deg,
      #eaf2f8 60deg 120deg,
      #35f28b 120deg 180deg,
      #ffffff 180deg 240deg,
      #d7193f 240deg 300deg,
      #f5f8fb 300deg 360deg
    ) !important;
  color: var(--kf-ink) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28) !important;
}

.kf-replay-wheel::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(7,20,38,0.1);
  border-radius: 50%;
  pointer-events: none;
}

.kf-replay-wheel strong {
  grid-area: 1 / 1;
  z-index: 3;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 7px solid #071426;
  border-radius: 50%;
  background: #fff;
  color: #071426;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 780;
  box-shadow: 0 8px 18px rgba(7,20,38,0.2);
}

.kf-replay-wheel span {
  z-index: 2;
  padding: 4px 8px !important;
  border: 1px solid rgba(7,20,38,0.1);
  background: rgba(255,255,255,0.96) !important;
  color: #071426 !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.72rem !important;
  font-weight: 760 !important;
  box-shadow: 0 5px 12px rgba(7,20,38,0.08);
}

.kf-replay-wheel span:nth-child(1) { transform: rotate(30deg) translateY(-82px) rotate(-30deg) !important; }
.kf-replay-wheel span:nth-child(2) { transform: rotate(90deg) translateY(-82px) rotate(-90deg) !important; }
.kf-replay-wheel span:nth-child(3) { transform: rotate(150deg) translateY(-82px) rotate(-150deg) !important; }
.kf-replay-wheel span:nth-child(4) { transform: rotate(210deg) translateY(-82px) rotate(-210deg) !important; }
.kf-replay-wheel span:nth-child(5) { transform: rotate(270deg) translateY(-82px) rotate(-270deg) !important; }
.kf-replay-wheel span:nth-child(6) { transform: rotate(330deg) translateY(-82px) rotate(-330deg) !important; }

.kf-replay-spin__button {
  width: 100% !important;
  min-height: 44px;
  border-radius: 8px;
  background: var(--kf-green) !important;
  color: var(--kf-ink) !important;
}

.kf-replay-spin__result {
  min-height: 38px !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: 0.9rem;
}

.kf-replay-spin__cta {
  width: 100%;
  min-height: 40px;
  border-color: rgba(255,255,255,0.26) !important;
  color: #fff !important;
}

body.woocommerce-checkout .kf-payment-method-heading {
  padding: 12px !important;
}

body.woocommerce-checkout .kf-payment-method-heading p {
  max-width: 560px;
  margin-bottom: 10px !important;
  font-size: 0.88rem !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 38px !important;
  padding: 7px 9px !important;
  border-radius: 7px !important;
  font-size: 0.82rem !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-extra {
  gap: 4px !important;
  font-size: 0.78rem !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-extra span:not(:first-child) {
  padding: 2px 7px !important;
  font-size: 0.74rem !important;
}

body.woocommerce-checkout #payment {
  padding: 14px !important;
}

body.woocommerce-checkout #payment .woocommerce-info {
  min-height: 42px !important;
  margin-bottom: 10px !important;
  padding: 10px 12px 10px 38px !important;
  font-size: 0.9rem !important;
}

body.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text p {
  color: var(--kf-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 20px !important;
  }

  .kf-replay-spin__game {
    width: 100%;
    max-width: 340px;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .kf-replay-spin {
    padding: 16px !important;
  }

  .kf-replay-spin__copy h2 {
    font-size: 1.55rem !important;
  }

  .kf-replay-wheel {
    width: 184px !important;
    height: 184px !important;
    border-width: 10px !important;
  }

  .kf-replay-wheel strong {
    width: 48px;
    height: 48px;
    border-width: 6px;
  }

  .kf-replay-wheel span {
    font-size: 0.64rem !important;
  }

  .kf-replay-wheel span:nth-child(1) { transform: rotate(30deg) translateY(-65px) rotate(-30deg) !important; }
  .kf-replay-wheel span:nth-child(2) { transform: rotate(90deg) translateY(-65px) rotate(-90deg) !important; }
  .kf-replay-wheel span:nth-child(3) { transform: rotate(150deg) translateY(-65px) rotate(-150deg) !important; }
  .kf-replay-wheel span:nth-child(4) { transform: rotate(210deg) translateY(-65px) rotate(-210deg) !important; }
  .kf-replay-wheel span:nth-child(5) { transform: rotate(270deg) translateY(-65px) rotate(-270deg) !important; }
  .kf-replay-wheel span:nth-child(6) { transform: rotate(330deg) translateY(-65px) rotate(-330deg) !important; }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--kf-ink);
  background: var(--kf-bg);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1;
}

h1,
h2,
h3,
h4,
.kf-logo,
.kf-button,
.button,
button {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--kf-blue);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: var(--kf-ink);
  color: #fff;
  clip: auto;
}

.kf-topbar {
  background: var(--kf-ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kf-topbar__inner,
.kf-header__inner,
.kf-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kf-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.kf-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--kf-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.kf-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 68px;
}

.kf-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 780;
  letter-spacing: 0;
}

.kf-logo__image {
  display: block;
  width: 236px;
  height: auto;
  max-height: 45px;
}

.kf-logo__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--kf-green), #ffffff);
  color: var(--kf-ink);
  font-weight: 780;
}

.kf-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-nav a {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--kf-muted);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
}

.kf-nav a:hover,
.kf-nav a:focus {
  background: #eef2f5;
  color: var(--kf-ink);
}

.kf-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.kf-menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.15;
}

.kf-menu-toggle__icon,
.kf-menu-toggle__icon::before,
.kf-menu-toggle__icon::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.kf-menu-toggle__icon {
  position: relative;
}

.kf-menu-toggle__icon::before,
.kf-menu-toggle__icon::after {
  position: absolute;
  left: 0;
}

.kf-menu-toggle__icon::before {
  top: -5px;
}

.kf-menu-toggle__icon::after {
  top: 5px;
}

.kf-mobile-menu {
  border-top: 1px solid var(--kf-line);
  background: #fff;
  box-shadow: 0 18px 30px rgba(17, 20, 23, 0.08);
}

.kf-mobile-menu[hidden] {
  display: none;
}

.kf-mobile-menu__grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 24px;
  padding: 22px 0;
}

.kf-mobile-menu h2 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.kf-mobile-menu ul,
.kf-category-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-mobile-menu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 1px solid var(--kf-line);
  font-weight: 760;
}

.kf-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 40px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.94rem;
  font-weight: 740;
  line-height: 1.15;
}

.kf-cart-count {
  margin-left: 4px;
  color: var(--kf-orange);
}

.kf-main {
  min-height: 65vh;
}

.kf-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #061222;
  color: #fff;
}

.kf-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.92) 0%, rgba(7, 20, 38, 0.72) 48%, rgba(7, 20, 38, 0.16) 100%),
    url("https://images.unsplash.com/photo-1518091043644-c1d4457512c6?auto=format&fit=crop&w=1800&q=85") center right / cover;
}

.kf-hero__inner {
  position: relative;
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  padding: 62px 0 78px;
}

.kf-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--kf-green);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kf-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: 4.75rem;
  font-weight: 780;
  line-height: 0.98;
}

.kf-hero p {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.kf-button,
.button,
button,
input[type="submit"],
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.2;
  cursor: pointer;
}

.kf-button:hover,
.kf-button:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
  background: #26313a;
  color: #fff;
}

.kf-button--accent {
  background: var(--kf-green);
  color: var(--kf-ink);
}

.kf-button--accent:hover,
.kf-button--accent:focus {
  background: #d4ff75;
  color: var(--kf-ink);
}

.kf-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.kf-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.kf-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
  margin-top: 42px;
}

.kf-hero .kf-assurance-pills {
  max-width: 760px;
  margin-top: 18px;
}

.kf-assurance-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-assurance-pills li {
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: 8px;
  background: #fff;
}

.kf-hero .kf-assurance-pills li {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
}

.kf-assurance-pills strong,
.kf-assurance-pills span {
  display: block;
}

.kf-assurance-pills strong {
  color: var(--kf-ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

.kf-hero .kf-assurance-pills strong {
  color: #fff;
}

.kf-assurance-pills span {
  margin-top: 4px;
  color: var(--kf-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.kf-hero .kf-assurance-pills span {
  color: rgba(255, 255, 255, 0.72);
}

.kf-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.kf-stat strong {
  display: block;
  font-size: 1.45rem;
}

.kf-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.kf-section {
  padding: 72px 0;
}

.kf-home-categories {
  border-bottom: 1px solid var(--kf-line);
  background: #fff;
}

.kf-home-categories .kf-container {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.kf-home-categories span {
  flex: 0 0 auto;
  color: var(--kf-muted);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-home-category-rail {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.kf-home-category-rail::-webkit-scrollbar {
  display: none;
}

.kf-home-category-rail a {
  display: inline-flex;
  min-height: 32px;
  flex: 0 0 auto;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #f8fafb;
  color: var(--kf-ink);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.kf-home-category-rail a:hover,
.kf-home-category-rail a:focus {
  border-color: var(--kf-ink);
  background: var(--kf-ink);
  color: #fff;
}

.kf-section--white {
  background: #fff;
}

.kf-section--brand {
  padding: 42px 0;
  background: var(--kf-ink);
  color: #fff;
}

.kf-brand-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 36px;
}

.kf-brand-band__eyebrow,
.kf-shop-intro__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--kf-red);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-section--brand .kf-brand-band__eyebrow {
  color: var(--kf-green);
}

.kf-brand-band h2 {
  margin: 0;
  font-size: 2.65rem;
  font-weight: 760;
  line-height: 1.04;
}

.kf-brand-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.kf-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.kf-section__head h2,
.kf-page h1,
.woocommerce-products-header__title,
.product_title {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 780;
  line-height: 1.02;
}

.kf-section__head p {
  max-width: 560px;
  margin: 8px 0 0;
  color: var(--kf-muted);
}

.kf-category-grid,
.kf-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kf-category-card,
.kf-trust-item {
  min-height: 164px;
  padding: 22px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: var(--kf-surface);
}

.kf-category-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.kf-category-card:hover,
.kf-category-card:focus-within {
  transform: translateY(-2px);
  box-shadow: var(--kf-shadow);
}

.kf-category-card h3,
.kf-trust-item h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 760;
  line-height: 1.16;
}

.kf-category-card p,
.kf-trust-item p {
  margin: 0;
  color: var(--kf-muted);
}

.kf-category-card span {
  margin-top: 22px;
  color: var(--kf-red);
  font-weight: 740;
}

.kf-promo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
}

.kf-promo__media {
  min-height: 320px;
  background: url("https://images.unsplash.com/photo-1575361204480-aadea25e6e68?auto=format&fit=crop&w=1200&q=85") center / cover;
}

.kf-promo__content {
  align-self: center;
  padding: 44px;
}

.kf-promo__content h2 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 780;
  line-height: 1.02;
}

.kf-promo__content p {
  color: rgba(255, 255, 255, 0.78);
}

.kf-page {
  padding: 64px 0;
}

.kf-page__content {
  margin-top: 28px;
  padding: 30px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.woocommerce .woocommerce-breadcrumb {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto;
  color: var(--kf-muted);
}

.kf-category-nav {
  margin: 0 0 20px;
  padding: 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: end;
  gap: 18px;
  margin: 0 0 14px;
  padding: 18px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-shop-intro h2 {
  margin: 0;
  font-size: 2.45rem;
  font-weight: 780;
  line-height: 1.04;
}

.kf-shop-intro p {
  max-width: 640px;
  margin: 6px 0 0;
  color: var(--kf-muted);
}

.kf-shop-intro__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.kf-shop-intro__meta span,
.kf-shop-intro__meta a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #f8fafb;
  color: var(--kf-ink);
  font-size: 0.8rem;
  font-weight: 720;
}

.kf-shop-intro__meta a {
  background: var(--kf-ink);
  color: #fff;
}

.kf-shop-intro .kf-assurance-pills {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kf-shop-intro .kf-assurance-pills li {
  min-height: 74px;
  background: #f8fafb;
}

.kf-category-nav > span {
  display: block;
  margin-bottom: 10px;
  color: var(--kf-muted);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-category-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kf-category-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #f8fafb;
  font-weight: 720;
}

.kf-category-nav a:hover,
.kf-category-nav a:focus,
.kf-category-nav a.is-active {
  border-color: var(--kf-ink);
  background: var(--kf-ink);
  color: #fff;
}

.kf-category-nav--mobile {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce main,
.woocommerce-page main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.woocommerce ul.products,
.kf-main ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.kf-main ul.products::before,
.kf-main ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.kf-main ul.products li.product:hover {
  border-color: rgba(7, 20, 38, 0.28);
  box-shadow: 0 14px 30px rgba(17, 20, 23, 0.1);
  transform: translateY(-2px);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.kf-main ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: #eef2f5;
}

.kf-product-card__category {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--kf-soft-green);
  color: #0b5f35;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px;
  padding: 10px 0 4px;
  color: var(--kf-ink);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.25;
}

.woocommerce ul.products li.product .button,
.kf-main ul.products li.product .button {
  width: 100%;
  margin-top: 12px;
}

.woocommerce ul.products li.product .price,
.kf-main ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--kf-red);
  font-weight: 740;
}

.woocommerce span.onsale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 28px;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--kf-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 24px;
}

.woocommerce-result-count {
  color: var(--kf-muted);
  font-weight: 700;
}

.woocommerce-ordering select {
  min-width: 210px;
}

.woocommerce-ordering select,
input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
}

textarea {
  min-height: 120px;
}

.woocommerce div.product div.images img {
  border-radius: 8px;
  background: #eef2f5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 8px 8px 0 0;
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.kf-payment-note,
.kf-product-trust {
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-payment-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #fbfcfd;
}

.kf-payment-note__copy {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.kf-payment-note__copy span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 8px;
  border: 1px solid var(--kf-line);
  border-radius: 6px;
  background: #fff;
  color: var(--kf-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1;
}

.kf-payment-note__badges {
  flex: 1 1 560px;
  min-width: 0;
}

.kf-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-payment-badge {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  min-width: 58px;
  height: 38px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid var(--kf-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(7, 20, 38, 0.12);
  color: #273545;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.kf-payment-badge::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #d9e2ea;
  content: "";
}

.kf-payment-badge span {
  position: relative;
  z-index: 1;
}

.kf-payment-badge--visa {
  color: #102a83;
}

.kf-payment-badge--mastercard {
  color: #0d1b2a;
}

.kf-payment-badge--mastercard::before {
  background: linear-gradient(180deg, #eb001b 0 50%, #f79e1b 50% 100%);
}

.kf-payment-badge--amex {
  color: #006fcf;
}

.kf-payment-badge--amex::before {
  background: #006fcf;
}

.kf-payment-badge--discover {
  color: #e66f00;
}

.kf-payment-badge--discover::before {
  background: #f58220;
}

.kf-payment-badge--apple-pay {
  color: #111;
}

.kf-payment-badge--google-pay::before {
  background: linear-gradient(180deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
}

.kf-payment-badge--paypal {
  color: #003087;
}

.kf-payment-badge--paypal::before {
  background: #009cde;
}

.kf-payment-badge--stripe {
  color: #635bff;
}

.kf-payment-badge--stripe::before {
  background: #635bff;
}

.kf-payment-badge--klarna,
.kf-payment-badge--afterpay,
.kf-payment-badge--affirm,
.kf-payment-badge--ideal,
.kf-payment-badge--bancontact,
.kf-payment-badge--sepa,
.kf-payment-badge--link {
  background: #f7f9fb;
  box-shadow: none;
  color: #354253;
}

.kf-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
  padding: 14px;
}

.kf-product-trust__item {
  padding: 10px;
  border: 1px solid var(--kf-line);
  border-radius: 6px;
  background: #f8fafb;
}

.kf-product-trust__item strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
}

.kf-product-trust__item span {
  display: block;
  margin-top: 3px;
  color: var(--kf-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 8px;
}

.woocommerce-checkout .woocommerce-info {
  margin: 0 0 12px;
  padding: 12px 14px 12px 42px;
  border-top-width: 2px;
  background: #f8fafb;
  color: var(--kf-muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.woocommerce-checkout .woocommerce-info::before {
  top: 12px;
  color: var(--kf-blue);
}

.woocommerce-checkout h3 {
  color: var(--kf-ink);
  font-size: 1.15rem;
  font-weight: 760;
  line-height: 1.2;
}

.woocommerce-checkout-review-order {
  padding: 18px;
}

.woocommerce-checkout-payment {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--kf-line);
}

.kf-payment-method-heading {
  margin: 0 0 12px;
}

.kf-payment-method-heading h3 {
  margin: 0;
}

.kf-payment-method-heading p {
  margin: 5px 0 0;
  color: var(--kf-muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.woocommerce-checkout-payment .woocommerce-info,
.woocommerce-checkout-payment .woocommerce-error,
.woocommerce-checkout-payment .woocommerce-message {
  margin-bottom: 14px;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="update_cart"] {
  height: 46px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--kf-line);
  background: #fff;
  color: var(--kf-ink);
  line-height: 1.2;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart .coupon .button:focus,
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart button[name="update_cart"]:focus {
  border-color: var(--kf-ink);
  background: #f8fafb;
  color: var(--kf-ink);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 46px;
  padding: 12px 18px;
  background: var(--kf-green);
  color: var(--kf-ink);
  font-size: 0.95rem;
  font-weight: 760;
}

.kf-no-payment-gateways #place_order {
  opacity: 0.55;
  cursor: not-allowed;
}

.woocommerce-account .u-columns.col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woocommerce-account .u-columns.col2-set::before,
.woocommerce-account .u-columns.col2-set::after {
  display: none;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  float: none;
  width: auto;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  margin: 0 0 8px;
  font-size: 1.55rem;
  font-weight: 760;
  line-height: 1.08;
}

.kf-account-intro {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
}

.kf-account-intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--kf-green);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-account-intro h2 {
  margin: 0;
  font-size: 2.45rem;
  font-weight: 780;
  line-height: 1.04;
}

.kf-account-intro p,
.kf-form-note {
  color: var(--kf-muted);
}

.kf-account-intro p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.kf-form-note {
  margin: 0 0 16px;
  font-size: 0.95rem;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 8px;
}

.woocommerce-info {
  border-top-color: var(--kf-blue);
}

.woocommerce-error {
  border-top-color: var(--kf-red);
}

.kf-footer {
  background: var(--kf-ink);
  color: #fff;
}

.kf-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
  padding: 52px 0;
}

.kf-footer h2,
.kf-footer h3 {
  margin: 0 0 12px;
}

.kf-footer p,
.kf-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.kf-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-footer li + li {
  margin-top: 8px;
}

.kf-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.kf-footer .kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  justify-content: start;
  max-width: 340px;
  gap: 8px;
}

.kf-footer .kf-payment-badge {
  min-width: 0;
  min-height: 38px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 900px) {
  .kf-header__inner {
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    min-height: auto;
    padding: 14px 0;
  }

  .kf-menu-toggle {
    display: inline-flex;
  }

  .kf-nav {
    display: none;
  }

  .kf-mobile-menu__grid {
    grid-template-columns: 1fr;
  }

  .kf-hero,
  .kf-hero__inner {
    min-height: 540px;
  }

  .kf-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 20, 38, 0.9) 0%, rgba(7, 20, 38, 0.62) 100%),
      url("https://images.unsplash.com/photo-1518091043644-c1d4457512c6?auto=format&fit=crop&w=1200&q=85") center / cover;
  }

  .kf-hero__stats,
  .kf-assurance-pills,
  .kf-category-grid,
  .kf-trust-grid,
  .woocommerce ul.products,
  .kf-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-promo,
  .kf-footer__inner,
  .kf-brand-band,
  .kf-shop-intro {
    grid-template-columns: 1fr;
  }

  .kf-shop-intro .kf-assurance-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .kf-hero,
  .kf-hero__inner {
    min-height: 520px;
  }

  .kf-hero__inner {
    padding: 38px 0 44px;
  }

  .kf-eyebrow {
    margin-bottom: 12px;
    padding: 5px 8px;
    font-size: 0.68rem;
  }

  .kf-hero p {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .kf-hero__cta {
    margin-top: 18px;
  }

  .kf-hero__stats,
  .kf-hero .kf-assurance-pills {
    display: none;
  }

  .kf-home-categories .kf-container {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kf-home-categories span {
    display: block;
    margin-bottom: 7px;
    font-size: 0.68rem;
  }

  .kf-home-category-rail {
    gap: 6px;
  }

  .kf-home-category-rail a {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.76rem;
  }

  .kf-section--featured {
    padding: 34px 0 42px;
  }

  .kf-section--featured .kf-section__head {
    margin-bottom: 16px;
  }

  .kf-section--featured .kf-section__head h2 {
    font-size: 1.65rem;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    gap: 8px;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart button[name="update_cart"],
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 46px;
    min-height: 46px;
  }

  .woocommerce-cart table.cart td.actions .coupon .button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .woocommerce main,
  .woocommerce-page main {
    padding: 32px 0 52px;
  }

  .woocommerce .woocommerce-breadcrumb {
    margin: 12px auto;
    font-size: 0.78rem;
  }

  .kf-topbar__inner,
  .kf-section__head,
  .kf-hero__cta {
    display: block;
  }

  .kf-topbar__inner {
    padding: 6px 0;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .kf-topbar__inner span + span {
    display: none;
  }

  .kf-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    padding: 7px 0;
  }

  .kf-logo {
    gap: 7px;
    min-width: 0;
    font-size: 0.82rem;
    line-height: 1.05;
  }

  .kf-logo__image {
    width: 148px;
    max-height: 34px;
  }

  .kf-logo__mark {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    font-size: 0.8rem;
  }

  .kf-menu-toggle {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 0.78rem;
  }

  .kf-actions {
    grid-column: auto;
    justify-content: flex-end;
    gap: 5px;
  }

  .kf-actions .kf-icon-link {
    flex: 0 0 auto;
    min-width: 38px;
    min-height: 32px;
    padding: 6px 7px;
    border-radius: 7px;
    font-size: 0.76rem;
  }

  .kf-actions .kf-action-label {
    max-width: none;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
  }

  .kf-icon-link--account .kf-action-label::after {
    content: "Acct";
    font-size: 0.76rem;
  }

  .kf-icon-link--cart .kf-action-label::after {
    content: "Cart";
    font-size: 0.76rem;
  }

  .kf-payment-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kf-payment-note {
    display: grid;
    gap: 7px;
    margin-bottom: 10px;
    padding: 8px;
  }

  .kf-payment-note__copy {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .kf-payment-note__copy span {
    min-height: 24px;
    justify-content: center;
    padding: 4px 5px;
    font-size: 0.62rem;
    text-align: center;
  }

  .kf-payment-note__badges {
    margin-top: 0;
  }

  .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 4px;
  }

  .kf-payment-badge {
    min-width: 0;
    min-height: 23px;
    padding: 3px 5px;
    font-size: 0.6rem;
  }

  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 10px;
    padding: 10px 12px 10px 38px;
    font-size: 0.82rem;
  }

  .woocommerce-checkout .woocommerce-info::before {
    top: 10px;
  }

  .woocommerce-checkout h3 {
    font-size: 1.05rem;
  }

  .woocommerce-checkout-review-order {
    padding: 14px;
  }

  .woocommerce-checkout-payment {
    margin-top: 14px;
    padding-top: 14px;
  }

  .kf-payment-method-heading p {
    font-size: 0.8rem;
  }

  .kf-shop-intro {
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .kf-shop-intro h2 {
    font-size: 2rem;
  }

  .kf-shop-intro p {
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    color: var(--kf-muted);
    font-size: 0.88rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .kf-shop-intro__eyebrow {
    margin-bottom: 6px;
  }

  .kf-shop-intro__meta {
    margin-top: 9px;
  }

  .kf-shop-intro__meta span,
  .kf-shop-intro__meta a {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.74rem;
  }

  .kf-shop-intro .kf-assurance-pills {
    display: none;
  }

  .kf-category-nav {
    margin-bottom: 12px;
    padding: 9px 0 9px 9px;
    overflow: hidden;
  }

  .kf-category-nav > span {
    margin-bottom: 7px;
    padding-right: 9px;
    font-size: 0.72rem;
  }

  .kf-category-nav ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding: 0 9px 2px 0;
    scrollbar-width: none;
  }

  .kf-category-nav ul::-webkit-scrollbar {
    display: none;
  }

  .kf-category-nav a {
    white-space: nowrap;
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.78rem;
    font-weight: 700;
    justify-content: center;
    text-align: center;
  }

  .kf-hero h1 {
    font-size: 2.45rem;
  }

  .kf-button,
  .button,
  .woocommerce a.button,
  .woocommerce button.button {
    width: 100%;
  }

  .kf-button + .kf-button {
    margin-top: 10px;
  }

  .kf-button--ghost {
    min-height: 40px;
    opacity: 0.82;
  }

  .kf-assurance-pills,
  .kf-category-grid,
  .kf-trust-grid,
  .woocommerce ul.products,
  .kf-main ul.products,
  .woocommerce-account .u-columns.col2-set {
    grid-template-columns: 1fr;
  }

  .kf-promo__content,
  .kf-page__content {
    padding: 22px;
  }

  .kf-product-trust {
    grid-template-columns: 1fr;
  }

  .kf-account-intro {
    margin-bottom: 14px;
    padding: 16px;
  }

  .kf-account-intro span {
    margin-bottom: 6px;
    font-size: 0.7rem;
  }

  .kf-account-intro h2 {
    font-size: 1.65rem;
  }

  .kf-account-intro p {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    font-size: 0.86rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    padding: 18px;
  }

  .woocommerce-account .u-column1 h2,
  .woocommerce-account .u-column2 h2 {
    font-size: 1.3rem;
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    margin-bottom: 18px;
  }

  .woocommerce div.product .product_title {
    font-size: 2rem;
    line-height: 1.05;
  }

  .kf-product-trust {
    gap: 8px;
    margin: 16px 0;
    padding: 10px;
  }

  .kf-product-trust__item {
    padding: 9px;
  }
}

/* Performance retail refresh */
.kf-topbar {
  background: #071426;
}

.kf-topbar__inner {
  padding: 7px 0;
  font-size: 0.74rem;
}

.kf-header {
  background: rgba(255, 255, 255, 0.98);
}

.kf-header__inner {
  min-height: 62px;
}

.kf-logo {
  max-width: 250px;
  font-size: 0.94rem;
}

.kf-logo__image {
  width: 236px;
}

.kf-logo__mark {
  background: var(--kf-green);
}

.kf-nav a,
.kf-icon-link,
.kf-menu-toggle {
  font-weight: 700;
}

.kf-hero--retail {
  min-height: 500px;
  background: #071426;
}

.kf-hero--retail::before {
  display: none;
}

.kf-hero--retail .kf-hero__inner {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.82fr);
  gap: 44px;
  min-height: 500px;
  padding: 48px 0 52px;
}

.kf-hero__copy {
  max-width: 650px;
}

.kf-hero--retail h1 {
  max-width: 650px;
  font-size: 4.55rem;
  font-weight: 780;
  line-height: 0.98;
}

.kf-hero--retail p {
  max-width: 560px;
  margin-top: 18px;
  font-size: 1.02rem;
}

.kf-hero__merch {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  gap: 12px;
  align-self: stretch;
}

.kf-hero__merch-main,
.kf-hero__tile {
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background-color: #122136;
  background-position: center;
  background-size: cover;
}

.kf-hero__merch-main::before,
.kf-hero__tile::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.1), rgba(7, 20, 38, 0.7));
}

.kf-hero__merch-main {
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background-image: url("https://images.unsplash.com/photo-1575361204480-aadea25e6e68?auto=format&fit=crop&w=1000&q=82");
}

.kf-hero__merch-main span,
.kf-hero__merch-main strong,
.kf-hero__tile {
  z-index: 1;
}

.kf-hero__merch-main span {
  color: var(--kf-green);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kf-hero__merch-main strong {
  max-width: 310px;
  margin-top: 6px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 760;
  line-height: 1.08;
}

.kf-hero__merch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.kf-hero__tile {
  min-height: 112px;
  align-items: flex-end;
  padding: 12px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.kf-hero__tile--ball {
  background-image: url("https://images.unsplash.com/photo-1614632537190-23e4146777db?auto=format&fit=crop&w=600&q=80");
}

.kf-hero__tile--cleats {
  background-image: url("https://images.unsplash.com/photo-1511886929837-354d827aae26?auto=format&fit=crop&w=600&q=80");
}

.kf-hero__tile--apparel {
  background-image: url("https://images.unsplash.com/photo-1517466787929-bc90951d0974?auto=format&fit=crop&w=600&q=80");
}

.kf-home-categories {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--kf-line);
  box-shadow: 0 8px 22px rgba(17, 20, 23, 0.05);
}

.kf-home-categories .kf-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

.kf-home-category-rail a,
.kf-category-nav a {
  min-height: 34px;
  border-radius: 7px;
  background: #fff;
  font-size: 0.82rem;
}

.kf-section {
  padding: 58px 0;
}

.kf-section--featured {
  padding-top: 44px;
}

.kf-section__head {
  margin-bottom: 22px;
}

.kf-section__head h2,
.kf-page h1,
.woocommerce-products-header__title,
.product_title {
  font-size: 3rem;
  font-weight: 780;
}

.kf-section__head p {
  font-size: 0.98rem;
}

.kf-category-card,
.kf-trust-item {
  min-height: 150px;
  padding: 18px;
}

.kf-category-card h3,
.kf-trust-item h3 {
  font-weight: 720;
}

.kf-brand-band p,
.kf-promo__content p,
.kf-trust-item p,
.kf-category-card p {
  font-size: 0.94rem;
}

.kf-promo {
  min-height: 330px;
}

.kf-promo__media {
  min-height: 300px;
}

.kf-promo__content {
  padding: 36px;
}

.kf-promo__content h2,
.kf-brand-band h2 {
  font-size: 2.75rem;
  font-weight: 760;
}

.woocommerce main,
.woocommerce-page main {
  padding-top: 34px;
}

.kf-shop-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 16px 18px;
  background: #fbfcfd;
}

.kf-shop-intro h2 {
  font-size: 2.15rem;
  font-weight: 760;
}

.kf-shop-intro p {
  max-width: 720px;
  font-size: 0.94rem;
}

.kf-shop-intro .kf-assurance-pills {
  width: 430px;
}

.kf-shop-intro .kf-assurance-pills li {
  min-height: 64px;
  padding: 10px;
}

.kf-shop-intro .kf-assurance-pills span {
  font-size: 0.72rem;
}

.kf-category-nav {
  padding: 10px 12px;
  background: #fbfcfd;
}

.kf-category-nav ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.kf-category-nav ul::-webkit-scrollbar {
  display: none;
}

.kf-category-nav a {
  white-space: nowrap;
}

.woocommerce ul.products,
.kf-main ul.products {
  gap: 16px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  min-height: 100%;
  padding: 12px;
}

.woocommerce ul.products li.product a img,
.kf-main ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  font-size: 0.98rem;
  font-weight: 700;
}

.woocommerce ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto;
  min-height: 26px;
}

.woocommerce ul.products li.product .button,
.kf-main ul.products li.product .button {
  min-height: 44px;
  margin-top: 10px;
}

.kf-product-card__category {
  font-size: 0.68rem;
}

.woocommerce span.onsale {
  min-width: 42px;
  min-height: 24px;
  border-radius: 5px;
  font-size: 0.68rem;
}

.woocommerce div.product div.images {
  margin-bottom: 22px;
}

.woocommerce div.product div.summary {
  padding-top: 4px;
}

.woocommerce div.product .product_title {
  margin-bottom: 10px;
  font-size: 2.85rem;
}

.woocommerce div.product p.price {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.kf-product-trust {
  margin-top: 18px;
}

.kf-payment-note {
  align-items: center;
  padding: 9px 10px;
  background: #fff;
}

.kf-payment-note__copy span {
  border-color: #e1e8ef;
  background: #f9fbfc;
  color: #455465;
}

.kf-payment-note__copy span {
  min-height: 26px;
  font-size: 0.74rem;
}

.kf-payment-badge {
  min-height: 34px;
  font-size: 0.66rem;
}

.woocommerce-checkout .woocommerce-info {
  border-top-width: 1px;
  background: #fff;
}

.woocommerce-checkout-review-order {
  background: #fff;
}

.woocommerce-checkout-payment {
  background: #fff;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  padding: 22px;
}

.kf-account-intro {
  padding: 20px;
}

.kf-account-intro h2 {
  font-size: 2rem;
}

.kf-footer__inner {
  padding: 44px 0;
}

@media (max-width: 900px) {
  .kf-hero--retail,
  .kf-hero--retail .kf-hero__inner {
    min-height: auto;
  }

  .kf-hero--retail .kf-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 0;
  }

  .kf-hero--retail h1 {
    font-size: 3.8rem;
  }

  .kf-hero__merch {
    grid-template-rows: auto;
  }

  .kf-hero__merch-main {
    min-height: 230px;
  }

  .kf-shop-intro {
    grid-template-columns: 1fr;
  }

  .kf-shop-intro .kf-assurance-pills {
    width: auto;
  }
}

@media (max-width: 560px) {
  .kf-topbar__inner {
    padding: 5px 0;
  }

  .kf-header__inner {
    padding: 6px 0;
  }

  .kf-logo {
    max-width: 128px;
  }

  .kf-logo__image {
    width: 128px;
    max-height: 28px;
  }

  .kf-hero--retail .kf-hero__inner {
    gap: 16px;
    padding: 24px 0 20px;
  }

  .kf-hero--retail h1 {
    font-size: 2.65rem;
    line-height: 1;
  }

  .kf-hero--retail p {
    max-width: 330px;
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .kf-hero__cta {
    margin-top: 14px;
  }

  .kf-hero__merch-main {
    min-height: 118px;
    padding: 12px;
  }

  .kf-hero__merch-main strong {
    max-width: 240px;
    font-size: 1.08rem;
  }

  .kf-hero__merch-grid {
    display: none;
  }

  .kf-home-categories .kf-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .kf-section {
    padding: 38px 0;
  }

  .kf-section__head h2,
  .kf-page h1,
  .woocommerce-products-header__title {
    font-size: 2rem;
  }

  .kf-section__head p {
    font-size: 0.9rem;
  }

  .kf-category-card,
  .kf-trust-item {
    min-height: auto;
    padding: 16px;
  }

  .kf-promo__media {
    min-height: 200px;
  }

  .kf-promo__content {
    padding: 22px;
  }

  .kf-promo__content h2,
  .kf-brand-band h2 {
    font-size: 2rem;
  }

  .woocommerce main,
  .woocommerce-page main {
    padding-top: 24px;
  }

  .kf-shop-intro {
    padding: 13px;
  }

  .kf-shop-intro h2 {
    font-size: 1.65rem;
  }

  .kf-category-nav {
    padding: 8px 0 8px 8px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .kf-main ul.products li.product {
    padding: 10px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .kf-main ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
  }

  .woocommerce div.product .product_title {
    font-size: 2rem;
  }

  .kf-payment-note__copy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-payment-note__copy span {
    justify-content: center;
    text-align: center;
  }

  .kf-payment-badges {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .kf-payment-badges::-webkit-scrollbar {
    display: none;
  }

  .kf-payment-badge {
    flex: 0 0 auto;
    min-width: 58px;
  }

  .kf-footer .kf-payment-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .kf-footer .kf-payment-badge {
    min-width: 0;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    padding: 16px;
  }
}

/* Purchase flow polish */
.woocommerce ul.products li.product .kf-card-actions,
.kf-main ul.products li.product .kf-card-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.woocommerce ul.products li.product .kf-card-actions .button,
.kf-main ul.products li.product .kf-card-actions .button {
  width: 100%;
  min-height: 46px;
  margin-top: 0;
}

.woocommerce ul.products li.product .kf-card-actions .button.added,
.kf-main ul.products li.product .kf-card-actions .button.added,
.woocommerce ul.products li.product .kf-card-actions--added .button,
.kf-main ul.products li.product .kf-card-actions--added .button {
  background: #24313d;
  color: #fff;
}

.woocommerce ul.products li.product .kf-card-actions .button.added::after,
.kf-main ul.products li.product .kf-card-actions .button.added::after {
  display: none;
  content: none;
}

.woocommerce ul.products li.product .kf-card-actions .added_to_cart,
.kf-main ul.products li.product .kf-card-actions .added_to_cart {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.15;
  text-decoration: none;
}

.woocommerce ul.products li.product .kf-card-actions .added_to_cart:hover,
.woocommerce ul.products li.product .kf-card-actions .added_to_cart:focus,
.kf-main ul.products li.product .kf-card-actions .added_to_cart:hover,
.kf-main ul.products li.product .kf-card-actions .added_to_cart:focus {
  border-color: var(--kf-ink);
  background: #f8fafb;
  color: var(--kf-ink);
}

.woocommerce-cart table.cart td.actions {
  padding-top: 16px;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 8px;
  align-items: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(260px, 100%);
  min-height: 46px;
}

.woocommerce-cart .coupon .button {
  color: var(--kf-muted);
  font-weight: 700;
}

.woocommerce-cart button[name="update_cart"] {
  font-weight: 700;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 14px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  background: #122033;
  color: #fff;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.78fr);
  gap: 24px;
  align-items: start;
}

.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce-checkout form.checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0 0 10px;
}

.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: 86px;
}

.woocommerce-checkout-review-order {
  padding: 16px;
}

.kf-payment-note {
  align-items: center;
  gap: 12px;
  padding: 10px;
  box-shadow: none;
}

.kf-payment-note__copy {
  flex: 0 0 auto;
}

.kf-payment-note__copy span {
  color: #344255;
  font-weight: 720;
}

.kf-payment-note__badges {
  display: grid;
  gap: 6px;
}

.kf-payment-note .kf-payment-badges {
  justify-content: flex-end;
}

.kf-payment-note .kf-payment-badge {
  min-width: 60px;
  background: #fff;
  color: #405064;
}

.kf-payment-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-end;
  color: var(--kf-muted);
  font-size: 0.66rem;
  line-height: 1.2;
}

.kf-payment-extra span:first-child {
  flex-basis: 100%;
  text-align: right;
}

.kf-payment-extra span:not(:first-child) {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f4f7f9;
  color: #536170;
  font-weight: 700;
}

.woocommerce-checkout-payment {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fbfcfd;
}

.kf-payment-method-heading {
  margin-bottom: 10px;
}

.woocommerce-checkout-payment .woocommerce-info {
  margin: 0 0 12px;
  padding: 12px 14px 12px 42px;
  border: 1px solid #d7e4f0;
  border-top: 2px solid var(--kf-blue);
  border-radius: 8px;
  background: #fff;
  color: #435266;
}

.woocommerce-checkout #payment div.form-row {
  margin: 0;
  padding: 14px 0 0;
}

.woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 0;
  background: transparent;
  color: var(--kf-ink);
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.kf-test-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, 0.45fr);
  gap: 12px;
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid #dbe6f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 20, 38, 0.05);
}

.kf-test-card__intro {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--kf-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.kf-test-card .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.kf-test-card .form-row-wide {
  grid-column: 1 / -1;
}

.kf-test-card__field {
  float: none;
  width: 100%;
  min-width: 0;
}

.kf-test-card label {
  display: block;
  margin-bottom: 6px;
  color: #29384b;
  font-size: 0.82rem;
  font-weight: 800;
}

.kf-test-card input.input-text {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-size: 1rem;
  letter-spacing: 0;
}

.kf-test-card input.input-text:focus {
  border-color: var(--kf-blue);
  box-shadow: 0 0 0 3px rgba(22, 101, 167, 0.14);
  outline: none;
}

.woocommerce-checkout #payment .place-order {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text p {
  margin: 0;
  color: var(--kf-muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.woocommerce-checkout #payment #place_order {
  align-self: flex-end;
  min-width: 176px;
  min-height: 46px;
  border-radius: 8px;
  background: var(--kf-ink);
  color: #fff;
}

.kf-no-payment-gateways #payment #place_order {
  background: #d4dbe4;
  color: #6b7787;
  opacity: 1;
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout {
    display: block;
  }

  .woocommerce-checkout form.checkout #order_review {
    position: static;
  }

  .kf-payment-note {
    display: grid;
  }

  .kf-payment-note__copy {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-payment-note .kf-payment-badges,
  .kf-payment-extra {
    justify-content: flex-start;
  }

  .kf-payment-extra span:first-child {
    text-align: left;
  }

  .kf-test-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .kf-test-card input.input-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 700px) {
  .kf-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 5px;
    padding: 6px 0;
  }

  .kf-logo {
    max-width: 126px;
  }

  .kf-logo__image {
    width: 126px;
    max-height: 28px;
  }

  .kf-menu-toggle,
  .kf-actions .kf-icon-link {
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 7px;
    font-size: 0.78rem;
  }

  .kf-actions {
    gap: 5px;
  }

  .kf-actions .kf-icon-link {
    min-width: 38px;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products li.product .kf-card-actions,
  .kf-main ul.products li.product .kf-card-actions {
    gap: 7px;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  .kf-payment-note__copy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-payment-note .kf-payment-badges {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .kf-payment-note .kf-payment-badge {
    min-width: 0;
  }

  .kf-payment-extra {
    display: none;
  }

  .woocommerce-checkout #payment #place_order {
    width: 100%;
    align-self: stretch;
  }
}

/* Independent store footer, About page, and replay offer */
.kf-footer__inner {
  grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(145px, 1fr));
  gap: 26px;
  align-items: start;
  padding: 44px 0 30px;
}

.kf-footer__brand span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  line-height: 1.45;
}

.kf-footer__offer {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.kf-footer__cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink) !important;
  font-weight: 760;
  line-height: 1;
}

.kf-footer__bottom {
  padding: 14px 0;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  max-width: 260px;
}

.kf-footer .kf-payment-extra {
  max-width: 260px;
  justify-content: flex-start;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
}

.kf-footer .kf-payment-extra span:first-child {
  text-align: left;
}

.kf-footer .kf-payment-extra span:not(:first-child) {
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
}

.kf-about {
  display: grid;
  gap: 22px;
}

.kf-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: 28px;
  align-items: stretch;
}

.kf-about-hero__copy,
.kf-about-note,
.kf-replay-spin {
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.kf-about-hero__copy span {
  margin-bottom: 12px;
  color: var(--kf-red);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-about-hero__copy h1 {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 780;
  line-height: 1;
}

.kf-about-hero__copy p {
  margin: 16px 0 0;
  color: var(--kf-muted);
  font-size: 1rem;
  line-height: 1.58;
}

.kf-about-hero__copy .kf-button {
  width: fit-content;
  margin-top: 22px;
}

.kf-about-hero__media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  min-height: 430px;
}

.kf-about-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  background: #eef2f5;
}

.kf-about-hero__media img:first-child {
  grid-row: 1 / 3;
}

.kf-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kf-about-grid > div {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-about-grid h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 760;
  line-height: 1.16;
}

.kf-about-grid p,
.kf-about-note p {
  margin: 0;
  color: var(--kf-muted);
  line-height: 1.55;
}

.kf-about-note {
  padding: 22px;
}

.kf-about-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--kf-ink);
}

.kf-about-note p + p {
  margin-top: 8px;
}

.kf-replay-spin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 18px;
  align-items: center;
  margin: 28px 0;
  padding: 22px;
}

.kf-replay-spin__copy span {
  color: var(--kf-red);
  font-size: 0.75rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-replay-spin__copy h2 {
  margin: 8px 0 0;
  font-size: 2rem;
  line-height: 1.05;
}

.kf-replay-spin__copy p,
.kf-replay-spin__result {
  color: var(--kf-muted);
}

.kf-replay-spin__game {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.kf-replay-wheel {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border: 10px solid #fff;
  border-radius: 50%;
  background:
    conic-gradient(
      #071426 0deg 60deg,
      #35f28b 60deg 120deg,
      #d7193f 120deg 180deg,
      #f4f7f9 180deg 240deg,
      #2f8f3a 240deg 300deg,
      #dbe4ee 300deg 360deg
    );
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.18);
  color: #fff;
  font-weight: 700;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.kf-replay-wheel span {
  grid-area: 1 / 1;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--kf-ink);
  font-size: 0.7rem;
}

.kf-replay-wheel span:nth-child(1) { transform: rotate(30deg) translateY(-66px) rotate(-30deg); }
.kf-replay-wheel span:nth-child(2) { transform: rotate(90deg) translateY(-66px) rotate(-90deg); }
.kf-replay-wheel span:nth-child(3) { transform: rotate(150deg) translateY(-66px) rotate(-150deg); }
.kf-replay-wheel span:nth-child(4) { transform: rotate(210deg) translateY(-66px) rotate(-210deg); }
.kf-replay-wheel span:nth-child(5) { transform: rotate(270deg) translateY(-66px) rotate(-270deg); }
.kf-replay-wheel span:nth-child(6) { transform: rotate(330deg) translateY(-66px) rotate(-330deg); }

.kf-replay-spin__button {
  width: 100%;
}

.kf-replay-spin__result {
  min-height: 42px;
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .kf-footer__inner,
  .kf-about-hero,
  .kf-replay-spin {
    grid-template-columns: 1fr;
  }

  .kf-about-grid {
    grid-template-columns: 1fr;
  }

  .kf-about-hero__media {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .kf-footer__inner {
    padding: 30px 0 24px;
  }

  .kf-footer .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .kf-footer .kf-payment-extra {
    max-width: none;
  }

  .kf-about-hero__copy,
  .kf-about-grid > div,
  .kf-about-note,
  .kf-replay-spin {
    padding: 18px;
  }

  .kf-about-hero__copy h1 {
    font-size: 2.3rem;
  }

  .kf-about-hero__copy .kf-button {
    width: 100%;
  }

  .kf-about-hero__media {
    grid-template-columns: 1fr 1fr;
    min-height: 240px;
  }

  .kf-replay-wheel {
    width: 162px;
    height: 162px;
  }

  .kf-replay-wheel span:nth-child(1) { transform: rotate(30deg) translateY(-54px) rotate(-30deg); }
  .kf-replay-wheel span:nth-child(2) { transform: rotate(90deg) translateY(-54px) rotate(-90deg); }
  .kf-replay-wheel span:nth-child(3) { transform: rotate(150deg) translateY(-54px) rotate(-150deg); }
  .kf-replay-wheel span:nth-child(4) { transform: rotate(210deg) translateY(-54px) rotate(-210deg); }
  .kf-replay-wheel span:nth-child(5) { transform: rotate(270deg) translateY(-54px) rotate(-270deg); }
  .kf-replay-wheel span:nth-child(6) { transform: rotate(330deg) translateY(-54px) rotate(-330deg); }
}

/* Premium payment marks, scenario shopping, and outdoor feature polish */
.kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, max-content));
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
}

.kf-payment-badge {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  width: 78px;
  min-width: 78px;
  height: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 8px;
  border: 1px solid rgba(214, 224, 233, 0.92);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 20px rgba(7, 20, 38, 0.1);
  color: #1f2d3c;
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.kf-payment-badge::before {
  display: none;
}

.kf-payment-badge__mark {
  display: none;
  position: relative;
  flex: 0 0 auto;
}

.kf-payment-badge__label {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.kf-payment-badge--visa {
  width: 86px;
  color: #102a83;
  font-style: italic;
  font-weight: 700;
}

.kf-payment-badge--mastercard {
  width: 112px;
  color: #111827;
  font-weight: 760;
}

.kf-payment-badge--mastercard .kf-payment-badge__mark {
  display: inline-flex;
  width: 25px;
  height: 16px;
  margin-right: -1px;
}

.kf-payment-badge__circle {
  position: absolute;
  top: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 0.96;
}

.kf-payment-badge__circle--red {
  left: 0;
  background: #eb001b;
}

.kf-payment-badge__circle--orange {
  right: 0;
  background: #f79e1b;
  mix-blend-mode: multiply;
}

.kf-payment-badge--amex {
  width: 86px;
  border-color: rgba(0, 111, 207, 0.42);
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
  color: #006fcf;
  font-weight: 700;
}

.kf-payment-badge--discover {
  color: #e66f00;
}

.kf-payment-badge--paypal {
  color: #003087;
  font-weight: 700;
}

.kf-payment-badge--stripe {
  color: #635bff;
  font-weight: 700;
}

.kf-payment-badge--apple-pay,
.kf-payment-badge--google-pay,
.kf-payment-badge--link,
.kf-payment-badge--klarna,
.kf-payment-badge--afterpay,
.kf-payment-badge--affirm,
.kf-payment-badge--ideal,
.kf-payment-badge--bancontact,
.kf-payment-badge--sepa {
  width: auto;
  min-width: 72px;
  height: 34px;
  min-height: 34px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.92);
  color: #344255;
  font-size: 0.66rem;
}

.kf-payment-note .kf-payment-badges {
  grid-template-columns: repeat(6, max-content);
}

.kf-payment-note .kf-payment-badge {
  width: 76px;
  min-width: 76px;
  height: 34px;
  min-height: 34px;
  font-size: 0.62rem;
  box-shadow: none;
}

.kf-payment-note .kf-payment-badge--visa,
.kf-payment-note .kf-payment-badge--amex {
  width: 78px;
}

.kf-payment-note .kf-payment-badge--mastercard {
  width: 106px;
}

.kf-footer .kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  max-width: 310px;
  justify-content: start;
}

.kf-footer .kf-payment-badge {
  width: 100%;
  min-width: 0;
  height: 42px;
  color: #172235;
}

.kf-footer .kf-payment-badge--visa {
  color: #102a83;
}

.kf-footer .kf-payment-badge--amex {
  color: #006fcf;
}

.kf-footer .kf-payment-badge--paypal {
  color: #003087;
}

.kf-footer .kf-payment-badge--stripe {
  color: #635bff;
}

.kf-footer .kf-payment-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 310px;
  gap: 6px;
}

.kf-footer .kf-payment-extra span:first-child {
  grid-column: 1 / -1;
}

.kf-scene-nav {
  display: grid;
  gap: 10px;
}

.kf-scene-nav > span {
  color: var(--kf-muted);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.kf-scene-nav ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kf-scene-nav a {
  display: grid;
  min-height: 68px;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  text-decoration: none;
}

.kf-scene-nav strong {
  font-size: 0.95rem;
  line-height: 1.1;
}

.kf-scene-nav small {
  color: var(--kf-muted);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
}

.kf-scene-nav a:hover,
.kf-scene-nav a:focus {
  border-color: rgba(47, 143, 58, 0.44);
  box-shadow: 0 12px 26px rgba(7, 20, 38, 0.08);
}

.kf-scene-nav--shop {
  margin: 12px 0 20px;
  padding: 14px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #f8fafb;
}

.kf-home-scenes {
  padding: 18px 0 0;
  background: #f3f6f8;
}

.kf-section--outdoor {
  background: #f3f6f8;
}

.kf-section--outdoor .kf-section__head {
  align-items: end;
}

.kf-section--outdoor ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kf-replay-spin__cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-weight: 760;
  text-decoration: none;
}

.kf-replay-spin__cta[hidden] {
  display: none;
}

@media (max-width: 900px) {
  .kf-payment-note .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .kf-payment-note .kf-payment-badge,
  .kf-payment-note .kf-payment-badge--visa,
  .kf-payment-note .kf-payment-badge--mastercard,
  .kf-payment-note .kf-payment-badge--amex {
    width: 100%;
    min-width: 0;
  }

  .kf-scene-nav ul,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .kf-payment-badges,
  .kf-footer .kf-payment-badges,
  .kf-payment-note .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .kf-payment-badge,
  .kf-footer .kf-payment-badge,
  .kf-payment-note .kf-payment-badge {
    width: 100%;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    padding: 5px;
    font-size: 0.58rem;
  }

  .kf-payment-badge--mastercard .kf-payment-badge__mark {
    width: 21px;
  }

  .kf-payment-badge__circle {
    width: 13px;
    height: 13px;
  }

  .kf-payment-extra {
    display: none;
  }

  .kf-footer .kf-payment-extra {
    display: grid;
  }

  .kf-scene-nav ul,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr;
  }

  .kf-scene-nav a {
    min-height: 56px;
  }
}

/* Final retail layout pass: tighter type scale, stable header, and real product grids */
body {
  font-weight: 400;
}

h1,
h2,
h3,
.kf-section__head h2,
.kf-shop-intro h2,
.kf-about-hero__copy h1 {
  font-weight: 750;
}

.kf-header__inner {
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 64px;
}

.kf-logo,
.kf-logo__image {
  width: 210px;
  max-width: 210px;
}

.kf-logo__image {
  max-height: 42px;
  object-fit: contain;
}

.kf-nav ul {
  gap: 8px;
}

.kf-nav a {
  padding: 8px 9px;
  font-weight: 700;
}

.kf-actions .kf-icon-link {
  min-height: 40px;
  padding: 8px 10px;
}

.kf-hero--retail h1 {
  max-width: 780px;
  font-size: clamp(4rem, 5vw, 4.5rem);
  font-weight: 750;
  line-height: 1;
}

.kf-section__head h2,
.kf-section--outdoor .kf-section__head h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 4vw, 3.35rem);
  font-weight: 750;
  line-height: 1.04;
}

.kf-section__head p {
  max-width: 720px;
  color: var(--kf-muted);
}

.kf-section--outdoor {
  padding: 56px 0 64px;
}

.kf-section--outdoor .kf-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.kf-section--outdoor .kf-section__head .kf-button {
  width: auto;
  min-width: 176px;
}

.kf-section--outdoor .woocommerce,
.kf-section--outdoor .woocommerce.columns-3 {
  width: 100%;
}

.kf-section--outdoor ul.products,
.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor .woocommerce.columns-3 ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
}

.kf-section--outdoor ul.products li.product,
.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor .woocommerce.columns-3 ul.products li.product,
.kf-section--outdoor .woocommerce-page ul.products li.product {
  display: flex !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.kf-section--outdoor ul.products li.product a img,
.kf-section--outdoor .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  min-width: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.55em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto;
  font-weight: 700;
}

.woocommerce ul.products li.product .kf-card-actions .button,
.kf-main ul.products li.product .kf-card-actions .button {
  min-height: 46px;
  font-weight: 700;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  min-width: 0;
  min-height: 0;
  padding: 5px 9px;
  border-radius: 6px;
  line-height: 1;
  font-size: 0.72rem;
  font-weight: 700;
}

.woocommerce main,
.woocommerce-page main {
  padding-top: 38px;
}

.woocommerce-products-header h1.page-title,
.woocommerce-page h1.page-title {
  margin-bottom: 0;
  font-size: clamp(2.75rem, 4vw, 3.5rem);
  font-weight: 750;
  line-height: 1;
}

.kf-shop-intro {
  margin-top: 0;
  margin-bottom: 14px;
  padding: 22px 26px;
}

.kf-shop-intro h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 750;
}

.kf-shop-intro .kf-assurance-pills li {
  min-height: 64px;
}

.kf-category-nav--shop {
  margin-bottom: 10px;
  padding: 14px 18px;
}

.kf-scene-nav--shop {
  margin: 10px 0 18px;
  padding: 12px 18px;
}

.kf-scene-nav--shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kf-scene-nav--shop li {
  flex: 0 0 auto;
}

.kf-scene-nav--shop a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
}

.kf-scene-nav--shop small {
  font-size: 0.68rem;
}

.kf-footer__inner {
  gap: 22px;
}

.kf-footer .kf-payment-extra {
  margin-top: 8px;
}

.kf-about-hero__copy h1 {
  font-size: clamp(2.7rem, 4vw, 3.35rem);
}

.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  font-weight: 750;
}

.kf-about-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kf-about-grid > div {
  min-height: 205px;
}

@media (max-width: 1024px) {
  .kf-header__inner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .kf-logo,
  .kf-logo__image {
    width: 190px;
    max-width: 190px;
  }

  .kf-nav ul {
    gap: 3px;
  }

  .kf-nav a {
    padding-inline: 7px;
    font-size: 0.86rem;
  }

  .kf-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .kf-section--outdoor ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor .woocommerce.columns-3 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .kf-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 54px;
  }

  .kf-logo,
  .kf-logo__image {
    width: 142px;
    max-width: 142px;
  }
}

@media (max-width: 560px) {
  .kf-header__inner {
    gap: 5px;
    padding: 7px 0;
  }

  .kf-logo,
  .kf-logo__image {
    width: 136px;
    max-width: 136px;
  }

  .kf-hero--retail,
  .kf-hero--retail .kf-hero__inner {
    min-height: 500px;
  }

  .kf-hero--retail .kf-hero__inner {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .kf-hero--retail h1 {
    font-size: clamp(2.35rem, 11vw, 2.65rem);
    font-weight: 750;
    line-height: 1.03;
  }

  .kf-section--outdoor {
    padding: 34px 0 42px;
  }

  .kf-section--outdoor .kf-section__head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .kf-section__head h2,
  .kf-section--outdoor .kf-section__head h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .kf-section--outdoor .kf-section__head .kf-button {
    width: 100%;
  }

  .kf-section--outdoor ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor .woocommerce.columns-3 ul.products,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .kf-section--outdoor ul.products li.product,
  .kf-section--outdoor .woocommerce ul.products li.product,
  .kf-section--outdoor .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .kf-main ul.products li.product {
    width: 100% !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
  .kf-main ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
    font-size: 1rem;
  }

  .woocommerce main,
  .woocommerce-page main {
    padding-top: 24px;
  }

  .woocommerce-products-header h1.page-title,
  .woocommerce-page h1.page-title {
    font-size: 2.15rem;
  }

  .kf-shop-intro {
    padding: 14px;
  }

  .kf-shop-intro h2 {
    font-size: 1.75rem;
  }

  .kf-category-nav--shop,
  .kf-scene-nav--shop {
    padding: 10px;
  }

  .kf-scene-nav--shop ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .kf-scene-nav--shop ul::-webkit-scrollbar {
    display: none;
  }

  .kf-scene-nav--shop a {
    white-space: nowrap;
  }

  .kf-about-grid {
    grid-template-columns: 1fr;
  }

  .kf-about-grid > div {
    min-height: 0;
  }
}

/* Final copy-density and retail rhythm pass */
.kf-hero--retail,
.kf-hero--retail .kf-hero__inner {
  min-height: 480px;
}

.kf-hero--retail .kf-hero__inner {
  padding-top: 46px;
  padding-bottom: 50px;
}

.kf-hero--retail h1,
.woocommerce-products-header h1.page-title,
.woocommerce-page h1.page-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  font-weight: 740;
  letter-spacing: 0;
}

.kf-hero--retail p,
.kf-section__head p,
.kf-brand-band p,
.kf-promo__content p,
.kf-trust-item p,
.kf-footer p,
.kf-footer span,
.kf-about p {
  line-height: 1.48;
}

.kf-home-scenes {
  padding-top: 12px;
}

.kf-section--outdoor {
  padding-top: 42px;
  padding-bottom: 48px;
}

.kf-section--outdoor .kf-section__head {
  margin-bottom: 20px;
}

.kf-section--outdoor .kf-section__head h2 {
  max-width: 790px;
}

.kf-shop-intro {
  padding: 20px 24px;
}

.kf-shop-intro p {
  max-width: 680px;
}

.kf-footer__inner {
  padding-top: 34px;
  padding-bottom: 24px;
  align-items: start;
}

.kf-footer h2,
.kf-footer h3 {
  margin-bottom: 12px;
}

.kf-footer p {
  margin-bottom: 10px;
}

.kf-footer ul {
  gap: 8px;
}

.kf-footer__offer {
  padding: 14px;
}

.kf-footer__bottom {
  padding: 10px 0;
  font-size: 0.78rem;
}

.kf-footer .kf-payment-badges {
  gap: 7px;
  max-width: 252px;
}

.kf-footer .kf-payment-badge {
  min-height: 32px;
  font-size: 0.58rem;
}

.kf-footer .kf-payment-badge--visa,
.kf-footer .kf-payment-badge--amex {
  width: auto;
}

.kf-footer .kf-payment-badge--mastercard {
  width: auto;
}

.kf-footer .kf-payment-extra {
  max-width: 252px;
  gap: 5px;
  margin-top: 7px;
}

.kf-footer .kf-payment-extra span:first-child {
  font-size: 0.65rem;
}

.kf-footer .kf-payment-extra span:not(:first-child) {
  padding: 2px 5px;
  font-size: 0.58rem;
}

.kf-payment-note .kf-payment-badges {
  gap: 8px;
}

.kf-payment-note .kf-payment-badge {
  min-height: 32px;
}

@media (max-width: 900px) {
  .kf-hero--retail,
  .kf-hero--retail .kf-hero__inner {
    min-height: auto;
  }

  .kf-hero--retail .kf-hero__inner {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .kf-footer__inner {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .kf-hero--retail .kf-hero__inner {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .kf-hero--retail h1 {
    font-size: clamp(2.25rem, 10vw, 2.5rem);
    line-height: 1.02;
  }

  .kf-hero--retail p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .kf-home-scenes {
    padding-top: 8px;
  }

  .kf-section--outdoor {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .kf-section--outdoor .kf-section__head h2,
  .kf-section__head h2 {
    font-size: 1.84rem;
    line-height: 1.08;
  }

  .kf-shop-intro {
    padding: 13px;
  }

  .kf-shop-intro h2 {
    font-size: 1.62rem;
  }

  .kf-footer__inner {
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .kf-footer h2,
  .kf-footer h3 {
    margin-bottom: 8px;
  }

  .kf-footer p {
    margin-bottom: 7px;
  }

  .kf-footer .kf-payment-badges {
    max-width: none;
    gap: 6px;
  }

  .kf-footer .kf-payment-badge {
    min-height: 31px;
    padding-inline: 6px;
    font-size: 0.56rem;
  }

  .kf-footer .kf-payment-extra {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .kf-footer .kf-payment-extra span:not(:first-child) {
    padding: 2px 4px;
    font-size: 0.54rem;
  }
}

/* Account-first conversion, professional navigation, and external retail type */
:root {
  font-family: Inter, "Segoe UI", Roboto, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Segoe UI", Roboto, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.kf-nav a,
.kf-button,
.button,
.kf-menu-toggle,
.kf-icon-link,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.kf-product-card__category,
.kf-category-nav a,
.kf-scene-nav a,
.kf-payment-badge {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

h1,
.kf-hero--retail h1,
.woocommerce-products-header h1.page-title,
.woocommerce-page h1.page-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  font-weight: 740;
}

h2,
.kf-section__head h2,
.kf-account-intro h2,
.kf-about-hero__copy h1 {
  font-weight: 720;
}

.kf-nav a,
.kf-button,
.button,
button,
.kf-icon-link,
.kf-menu-toggle,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.kf-category-card h3,
.kf-trust-item h3,
.kf-about-grid h2,
.kf-footer h2,
.kf-footer h3 {
  font-weight: 700;
}

.kf-payment-badge--visa,
.kf-payment-badge--amex,
.kf-payment-badge--paypal,
.kf-payment-badge--stripe {
  font-weight: 700;
}

.kf-mobile-menu__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kf-mobile-menu__section {
  min-width: 0;
}

.kf-mobile-menu h2 {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kf-mobile-menu a {
  min-height: 38px;
  border-radius: 7px;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
}

.kf-category-nav > span,
.kf-scene-nav > span {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kf-category-nav--shop {
  padding: 12px 16px;
}

.kf-scene-nav--shop {
  padding: 10px 16px;
}

.kf-scene-nav--shop a {
  min-height: 34px;
  padding: 7px 10px;
}

.kf-scene-nav--shop small {
  color: rgba(76, 91, 110, 0.82);
  font-size: 0.64rem;
  font-weight: 500;
}

.woocommerce-account .u-columns.col2-set,
.woocommerce-account .woocommerce .u-columns.col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(360px, 1fr));
  gap: 22px;
  align-items: start;
}

.woocommerce-account .u-columns.col2-set::before,
.woocommerce-account .u-columns.col2-set::after {
  content: none !important;
  display: none !important;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce .u-column1,
.woocommerce-account .woocommerce .u-column2,
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

.woocommerce-account .u-column2 {
  order: 1;
  border-color: rgba(47, 143, 58, 0.32);
  box-shadow: 0 18px 38px rgba(7, 20, 38, 0.08);
}

.woocommerce-account .u-column1 {
  order: 2;
  background: #fbfcfd;
}

.woocommerce-account .u-column2 h2::after {
  content: "New customers";
  display: inline-flex;
  margin-left: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(47, 143, 58, 0.12);
  color: #136c2b;
  vertical-align: middle;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  font-size: 1.45rem;
  font-weight: 700;
}

.kf-account-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px 22px;
}

.kf-account-intro::after {
  content: "Orders / Addresses / Faster checkout";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

.kf-account-intro span {
  margin-bottom: 6px;
  font-weight: 700;
}

.kf-account-intro h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.35rem);
}

.kf-account-intro p {
  max-width: 520px;
  margin-top: 7px;
  line-height: 1.45;
}

.woocommerce-account form.login,
.woocommerce-account form.register {
  margin: 0;
}

.woocommerce-account form .form-row {
  margin-bottom: 13px;
}

.woocommerce-account form label {
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 650;
}

.woocommerce-account form .input-text,
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-account form input[type="text"] {
  min-height: 44px;
  border-color: rgba(198, 210, 219, 0.95);
  border-radius: 7px;
  font-size: 0.96rem;
}

.woocommerce-account form button.button {
  width: 100%;
  min-height: 46px;
  border-radius: 7px;
}

.woocommerce-account .u-column2 form button.button {
  background: var(--kf-green);
  color: var(--kf-ink);
}

.woocommerce-account .u-column1 form button.button {
  border: 1px solid var(--kf-ink);
  background: #fff;
  color: var(--kf-ink);
}

@media (max-width: 900px) {
  .kf-mobile-menu__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .kf-mobile-menu__section + .kf-mobile-menu__section {
    padding-top: 12px;
    border-top: 1px solid var(--kf-line);
  }

  .kf-mobile-menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .woocommerce-account .u-columns.col2-set,
  .woocommerce-account .woocommerce .u-columns.col2-set {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kf-account-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kf-account-intro::after {
    justify-content: center;
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .kf-mobile-menu {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .kf-mobile-menu__grid {
    gap: 12px;
    padding: 12px 0 14px;
  }

  .kf-mobile-menu h2 {
    margin-bottom: 7px;
    font-size: 0.72rem;
  }

  .kf-mobile-menu a {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  .kf-category-nav--shop,
  .kf-scene-nav--shop {
    padding: 9px 10px;
  }

  .kf-scene-nav--shop small {
    display: none;
  }

  .kf-account-intro {
    margin-bottom: 12px;
    padding: 14px;
  }

  .kf-account-intro h2 {
    font-size: 1.48rem;
  }

  .kf-account-intro p {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    font-size: 0.9rem;
  }

  .kf-account-intro::after {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.68rem;
    white-space: normal;
  }

  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    padding: 15px;
  }

  .woocommerce-account .u-column1 h2,
  .woocommerce-account .u-column2 h2 {
    font-size: 1.22rem;
  }

  .woocommerce-account .u-column2 h2::after {
    display: flex;
    width: fit-content;
    margin: 7px 0 0;
  }
}

/* Final delivery overrides: keep these last for shipped layout precedence. */
.kf-account-intro::after {
  content: "Orders / Addresses / Faster checkout";
}

.kf-hero--retail,
.kf-hero--retail .kf-hero__inner {
  min-height: 440px;
}

.kf-hero--retail .kf-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 42px;
}

.kf-hero--retail h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 4.7vw, 4.35rem);
  font-weight: 740;
}

.kf-hero--retail p {
  max-width: 650px;
}

.kf-home-scenes {
  padding: 10px 0 0;
  background: var(--kf-bg);
}

.kf-section--outdoor {
  padding-top: 34px;
}

.kf-section--outdoor .kf-section__head h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 3.7vw, 3.05rem);
}

.woocommerce ul.products li.product .kf-card-actions,
.kf-main ul.products li.product .kf-card-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.woocommerce ul.products li.product .kf-card-actions .button,
.kf-main ul.products li.product .kf-card-actions .button {
  margin-top: 0;
}

.woocommerce ul.products li.product .kf-card-actions .added_to_cart,
.kf-main ul.products li.product .kf-card-actions .added_to_cart {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kf-ink);
  border-radius: 8px;
  background: #fff;
  color: var(--kf-ink);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.1;
}

.woocommerce ul.products li.product .kf-card-actions .button.added,
.kf-main ul.products li.product .kf-card-actions .button.added {
  background: #24313d;
}

.kf-payment-note {
  align-items: center;
  padding: 10px 12px;
}

.kf-payment-note__copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 8px;
}

.kf-payment-note__copy span {
  color: var(--kf-ink);
}

.kf-payment-method-heading {
  margin: 0 0 12px;
  padding: 16px;
  border: 1px solid var(--kf-line);
  border-radius: 8px;
  background: #fff;
}

.kf-payment-method-heading p {
  max-width: 640px;
  margin-bottom: 12px;
}

.kf-payment-method-heading .kf-payment-badges,
.kf-payment-method-heading .kf-payment-extra {
  justify-content: flex-start;
}

.kf-payment-method-heading .kf-payment-extra {
  max-width: 820px;
}

.woocommerce-checkout #payment {
  border-radius: 8px;
  background: #f3f5f8;
}

.kf-footer {
  background: #061222;
}

.kf-footer__inner {
  grid-template-columns: 1.25fr 0.75fr 0.95fr 1.12fr 0.9fr;
  gap: 26px;
  padding-top: 34px;
  padding-bottom: 24px;
}

.kf-footer p,
.kf-footer a,
.kf-footer span {
  font-size: 0.9rem;
  line-height: 1.48;
}

.kf-footer__brand p {
  max-width: 330px;
}

.kf-footer .kf-payment-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(66px, 1fr));
  gap: 7px;
  max-width: 280px;
}

.kf-footer .kf-payment-badge {
  width: 100%;
  min-width: 0;
  height: 34px;
  min-height: 34px;
  box-shadow: none;
}

.kf-footer .kf-payment-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 280px;
}

.kf-footer .kf-payment-extra span:first-child {
  grid-column: 1 / -1;
}

.kf-about-hero__copy h1,
.woocommerce-products-header h1.page-title,
.woocommerce-page h1.page-title,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-account h1,
.kf-page h1 {
  font-size: clamp(2.45rem, 3.6vw, 3.35rem);
}

.kf-about-grid > div {
  min-height: 188px;
}

@media (max-width: 900px) {
  .kf-hero--retail .kf-hero__inner {
    grid-template-columns: 1fr;
  }

  .kf-hero__merch {
    display: none;
  }

  .kf-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .kf-footer__brand,
  .kf-footer__offer {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .kf-topbar__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 5px 0;
    font-size: 0.68rem;
    text-align: center;
  }

  .kf-header__inner {
    min-height: 50px;
  }

  .kf-actions {
    gap: 4px;
  }

  .kf-action-label {
    font-size: 0;
  }

  .kf-icon-link--account .kf-action-label::after {
    content: "Acct";
    font-size: 0.78rem;
  }

  .kf-icon-link--cart .kf-action-label::after {
    content: "Cart";
    font-size: 0.78rem;
  }

  .kf-icon-link,
  .kf-menu-toggle {
    min-height: 36px;
    padding: 7px 8px;
  }

  .kf-menu-toggle {
    gap: 6px;
    font-size: 0.82rem;
  }

  .kf-logo,
  .kf-logo__image {
    width: 128px;
    max-width: 128px;
  }

  .kf-hero--retail,
  .kf-hero--retail .kf-hero__inner {
    min-height: 350px;
  }

  .kf-hero--retail .kf-hero__inner {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .kf-hero--retail h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.22rem);
  }

  .kf-hero--retail p {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .kf-hero__cta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
  }

  .kf-home-categories .kf-container {
    display: grid;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kf-home-scenes {
    padding-top: 6px;
  }

  .kf-scene-nav--home {
    padding: 9px 10px;
  }

  .kf-scene-nav--home > span {
    margin-bottom: 7px;
    font-size: 0.72rem;
  }

  .kf-scene-nav--home ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .kf-scene-nav--home ul::-webkit-scrollbar {
    display: none;
  }

  .kf-scene-nav--home li {
    flex: 0 0 auto;
  }

  .kf-scene-nav--home a {
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .kf-scene-nav--home small {
    display: none;
  }

  .kf-section--outdoor {
    padding-top: 18px;
  }

  .kf-section--outdoor .kf-section__head h2,
  .kf-section__head h2 {
    font-size: 1.62rem;
  }

  .kf-shop-intro .kf-assurance-pills {
    display: none;
  }

  .kf-payment-note__copy {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .kf-payment-note__copy span {
    justify-content: center;
  }

  .kf-payment-method-heading {
    padding: 12px;
  }

  .kf-payment-method-heading .kf-payment-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-footer__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .kf-footer p,
  .kf-footer a,
  .kf-footer span {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .kf-footer h2,
  .kf-footer h3 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .kf-footer ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }

  .kf-footer section {
    min-height: 0;
  }

  .kf-footer__brand p,
  .kf-footer__offer p {
    max-width: 100%;
  }

  .kf-footer__brand span {
    display: block;
    margin-top: 4px;
  }

  .kf-footer .kf-payment-badges,
  .kf-footer .kf-payment-extra {
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kf-footer__offer {
    padding: 10px;
  }

  .kf-footer__bottom {
    text-align: center;
  }

  .kf-account-intro {
    padding: 12px;
  }

  .kf-account-intro h2 {
    font-size: 1.32rem;
  }
}
/* Final synchronized UI layer. Keep this block last so it wins old theme overrides. */
.kf-section--outdoor .woocommerce ul.products,
.kf-section--outdoor ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.kf-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.kf-section--outdoor .woocommerce ul.products li.product,
.kf-section--outdoor ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.kf-main ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 14px !important;
  box-shadow: 0 14px 32px rgba(7, 20, 38, 0.055) !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.kf-main ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.kf-main ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.kf-main ul.products li.product .price {
  margin-top: auto !important;
  min-height: 26px !important;
}

body.woocommerce-checkout .kf-payment-note__copy {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-note__copy span {
  min-height: 42px !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badge {
  min-height: 42px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.kf-footer .kf-payment-badges {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  max-width: 330px !important;
}

.kf-replay-spin {
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 10px !important;
}

.kf-replay-wheel {
  width: 230px !important;
  height: 230px !important;
  border: 12px solid var(--kf-ink) !important;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kf-main ul.products,
  .kf-section--outdoor .woocommerce ul.products,
  .kf-section--outdoor ul.products {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.woocommerce-checkout .kf-payment-note__copy {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-checkout .kf-payment-method-heading .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-replay-spin {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .kf-replay-wheel {
    width: 210px !important;
    height: 210px !important;
  }
}

/* Live footer payment badge lock: this final block overrides legacy footer grids. */
body .kf-footer .kf-payment-badges {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(112px, 1fr)) !important;
  gap: 10px 8px !important;
  width: min(100%, 252px) !important;
  max-width: 252px !important;
  margin-top: 18px !important;
  overflow: visible !important;
}

body .kf-footer .kf-payment-badge {
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: center !important;
  justify-content: start !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 9px 10px !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

body .kf-footer .kf-payment-badge__mark {
  position: relative !important;
  display: grid !important;
  width: 26px !important;
  min-width: 26px !important;
  height: 22px !important;
  place-items: center !important;
  overflow: visible !important;
  font-size: .86rem !important;
  line-height: 1 !important;
}

body .kf-footer .kf-payment-badge__label {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  color: #071426 !important;
  font-size: .7rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body .kf-footer .kf-payment-badge--mastercard .kf-payment-badge__mark {
  width: 30px !important;
  min-width: 30px !important;
}

body .kf-footer .kf-payment-badge--mastercard .kf-payment-badge__circle {
  top: 3px !important;
  width: 16px !important;
  height: 16px !important;
}

@media (max-width: 560px) {
  body .kf-footer .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
  }
}

/* Live mobile wheel lock: keep the wheel inside the order-received panel. */
@media (max-width: 560px) {
  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin {
    overflow: hidden !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-spin__game {
    --kf-wheel-size: min(258px, 66vw) !important;
    --kf-label-radius: calc(var(--kf-wheel-size) * .292) !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel {
    width: var(--kf-wheel-size) !important;
    height: var(--kf-wheel-size) !important;
    margin-inline: auto !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel span {
    width: clamp(58px, calc(var(--kf-wheel-size) * .224), 64px) !important;
    min-height: 38px !important;
    padding: 1px 2px !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel span b {
    font-size: clamp(.68rem, calc(var(--kf-wheel-size) * .028), .78rem) !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel span small {
    font-size: clamp(.32rem, calc(var(--kf-wheel-size) * .013), .38rem) !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-spin__button,
  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-spin__result {
    width: min(100%, 272px) !important;
  }
}

/* Live mobile layout lock: fix clipped page content without changing commerce logic. */
@media (max-width: 640px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home .kf-hero--retail,
  body.home .kf-hero--retail .kf-hero__inner,
  body.home .kf-hero--retail .kf-hero__copy,
  body.home .kf-hero--retail .kf-hero__visual,
  body.home .kf-hero--retail .kf-hero__actions {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.home .kf-hero--retail {
    width: 100% !important;
    overflow: visible !important;
  }

  body.home .kf-hero--retail .kf-hero__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100vw - 24px), 430px) !important;
    margin-inline: auto !important;
    padding: clamp(22px, 7vw, 34px) 0 !important;
    gap: 18px !important;
    overflow: visible !important;
  }

  body.home .kf-hero--retail .kf-hero__copy {
    width: 100% !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  body.home .kf-hero--retail h1,
  body.home .kf-hero--retail .kf-hero__copy h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    font-size: clamp(2.05rem, 10.5vw, 2.8rem) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
  }

  body.home .kf-hero--retail p,
  body.home .kf-hero--retail .kf-hero__copy p {
    width: 100% !important;
    max-width: 31ch !important;
    margin-inline: 0 !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
  }

  body.home .kf-hero--retail .kf-hero__actions,
  body.home .kf-hero--retail .kf-hero__actions .kf-button {
    width: 100% !important;
  }

  body.home .kf-hero--retail .kf-hero__actions .kf-button {
    justify-content: center !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.home .kf-scene-nav--home,
  body.home .kf-scene-nav--home ul {
    box-sizing: border-box !important;
    width: min(calc(100vw - 24px), 430px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-inline: auto !important;
  }

  body.home .kf-scene-nav--home {
    overflow: visible !important;
  }

  body.home .kf-scene-nav--home ul {
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-inline: 2px !important;
    scroll-padding-inline: 2px !important;
  }

  body.woocommerce-cart .kf-page,
  body.woocommerce-checkout .kf-page,
  body.woocommerce-account .kf-page,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce {
    box-sizing: border-box !important;
    width: min(calc(100vw - 20px), 720px) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-cart .cart-empty,
  body.woocommerce-checkout .cart-empty,
  body.woocommerce-cart .return-to-shop,
  body.woocommerce-checkout .return-to-shop {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-cart .cart-empty,
  body.woocommerce-checkout .cart-empty {
    padding: 16px 14px !important;
    overflow-wrap: anywhere !important;
  }

  body.woocommerce-cart .return-to-shop .button,
  body.woocommerce-checkout .return-to-shop .button,
  body.woocommerce-cart .woocommerce a.button,
  body.woocommerce-checkout .woocommerce a.button,
  body.woocommerce-account .woocommerce a.button,
  body.woocommerce-account .woocommerce button.button {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body.woocommerce-account:not(.logged-in) .kf-account-intro,
  body.woocommerce-account:not(.logged-in) .u-columns,
  body.woocommerce-account:not(.logged-in) .u-columns.col2-set,
  body.woocommerce-account:not(.logged-in) .u-column1,
  body.woocommerce-account:not(.logged-in) .u-column2,
  body.woocommerce-account:not(.logged-in) form.login,
  body.woocommerce-account:not(.logged-in) form.register {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    overflow: visible !important;
  }

  body.woocommerce-account:not(.logged-in) .kf-account-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 22px 16px !important;
  }

  body.woocommerce-account:not(.logged-in) .kf-account-intro h2 {
    max-width: 100% !important;
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
  }

  body.woocommerce-account:not(.logged-in) .kf-account-intro p {
    max-width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) .u-columns.col2-set {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.woocommerce-account:not(.logged-in) form.login,
  body.woocommerce-account:not(.logged-in) form.register {
    padding: 18px 14px !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce form .form-row,
  body.woocommerce-account:not(.logged-in) .woocommerce form .form-row input.input-text,
  body.woocommerce-account:not(.logged-in) .woocommerce form .form-row textarea,
  body.woocommerce-account:not(.logged-in) .woocommerce form .form-row select {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.single-product .woocommerce-product-gallery .zoomImg {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 390px) {
  body.home .kf-hero--retail .kf-hero__inner,
  body.home .kf-scene-nav--home,
  body.home .kf-scene-nav--home ul {
    width: min(calc(100vw - 18px), 390px) !important;
    max-width: calc(100vw - 18px) !important;
  }

  body.home .kf-hero--retail h1,
  body.home .kf-hero--retail .kf-hero__copy h1 {
    font-size: clamp(1.95rem, 10vw, 2.5rem) !important;
  }

  body.woocommerce-cart .kf-page,
  body.woocommerce-checkout .kf-page,
  body.woocommerce-account .kf-page,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce {
    width: min(calc(100vw - 16px), 390px) !important;
    max-width: calc(100vw - 16px) !important;
  }
}

/* Live WooCommerce mobile containment lock: account for nested page padding. */
@media (max-width: 640px) {
  html body.woocommerce-cart .kf-main,
  html body.woocommerce-checkout .kf-main,
  html body.woocommerce-account .kf-main {
    box-sizing: border-box !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    margin-inline: 16px !important;
    overflow: visible !important;
  }

  html body.woocommerce-cart .kf-page,
  html body.woocommerce-checkout .kf-page,
  html body.woocommerce-account .kf-page,
  html body.woocommerce-cart .kf-page .kf-container,
  html body.woocommerce-checkout .kf-page .kf-container,
  html body.woocommerce-account .kf-page .kf-container,
  html body.woocommerce-cart .kf-page article,
  html body.woocommerce-checkout .kf-page article,
  html body.woocommerce-account .kf-page article,
  html body.woocommerce-cart .kf-page__content,
  html body.woocommerce-checkout .kf-page__content,
  html body.woocommerce-account .kf-page__content,
  html body.woocommerce-cart .woocommerce,
  html body.woocommerce-checkout .woocommerce,
  html body.woocommerce-account .woocommerce {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    overflow: visible !important;
  }

  html body.woocommerce-cart .kf-page__content,
  html body.woocommerce-checkout .kf-page__content,
  html body.woocommerce-account .kf-page__content {
    padding-inline: 0 !important;
  }

  html body.woocommerce-cart .woocommerce-info,
  html body.woocommerce-checkout .woocommerce-info,
  html body.woocommerce-account .woocommerce-info,
  html body.woocommerce-cart .cart-empty,
  html body.woocommerce-checkout .cart-empty,
  html body.woocommerce-cart .return-to-shop,
  html body.woocommerce-checkout .return-to-shop,
  html body.woocommerce-account:not(.logged-in) .kf-account-intro,
  html body.woocommerce-account:not(.logged-in) .u-columns,
  html body.woocommerce-account:not(.logged-in) .u-column1,
  html body.woocommerce-account:not(.logged-in) .u-column2,
  html body.woocommerce-account:not(.logged-in) form.login,
  html body.woocommerce-account:not(.logged-in) form.register {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  html body.woocommerce-cart .cart-empty::before,
  html body.woocommerce-checkout .cart-empty::before {
    content: none !important;
    display: none !important;
  }
}

/* Live order-received desktop polish: keep the reward poster behind the content. */
@media (min-width: 901px) {
  html body.woocommerce-checkout.woocommerce-order-received .kf-page {
    padding-top: clamp(48px, 5vw, 72px) !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin {
    --kf-poster-height: clamp(184px, 15vw, 214px) !important;
    grid-template-columns: minmax(300px, .9fr) minmax(430px, 1.1fr) !important;
    align-items: start !important;
    gap: clamp(54px, 5vw, 82px) !important;
    padding-top: calc(var(--kf-poster-height) + 56px) !important;
    overflow: hidden !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin::before {
    height: var(--kf-poster-height) !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0 78%, rgba(255,255,255,.92) 100%),
      linear-gradient(90deg, rgba(3, 16, 38, .06), rgba(3, 16, 38, 0) 46%),
      url("assets/match-day-reward-spin-2k-banner.png") center 43% / cover no-repeat,
      #061833 !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__summary,
  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__game {
    margin-top: 0 !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__eyebrow {
    margin-top: 0 !important;
  }

  html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin__game {
    padding-top: clamp(26px, 3vw, 42px) !important;
  }
}

/* Live homepage product grid lock: cancel legacy offset that clips desktop cards. */
@media (min-width: 901px) {
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce,
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce.columns-3 {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce ul.products,
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce.columns-3 ul.products {
    box-sizing: border-box !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

/* Live checkout payment-note badge lock: keep desktop badges readable. */
@media (min-width: 901px) {
  html body.woocommerce-checkout .kf-payment-note {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px) !important;
    gap: clamp(24px, 4vw, 48px) !important;
    align-items: start !important;
  }

  html body.woocommerce-checkout .kf-payment-note .kf-payment-note__badges {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    min-width: 360px !important;
    margin-left: auto !important;
    overflow: visible !important;
  }

  html body.woocommerce-checkout .kf-payment-note .kf-payment-badges {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(104px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.woocommerce-checkout .kf-payment-note .kf-payment-badge {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    overflow: hidden !important;
  }
}

/* Final checkout cleanup: compact payment logos and remove nonessential prompts. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note {
  box-sizing: border-box !important;
  display: block !important;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin: 0 auto 12px !important;
  padding: 8px !important;
  border: 1px solid #d9e2ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note__badges {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badges {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 6px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badge {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 4px 6px !important;
  border-radius: 6px !important;
  gap: 4px !important;
  overflow: hidden !important;
  font-size: .68rem !important;
  line-height: 1 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badge__mark {
  flex: 0 0 auto !important;
  transform: scale(.86) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badge__label {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  margin-top: 12px !important;
  padding: 12px !important;
  border-radius: 8px !important;
  background: #f7f9fc !important;
  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #071426 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card {
  grid-template-columns: minmax(0, 1fr) minmax(108px, .38fr) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  padding: 10px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card label {
  margin-bottom: 4px !important;
  font-size: .76rem !important;
  line-height: 1.2 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card input.input-text {
  min-height: 42px !important;
  padding: 9px 10px !important;
  border-radius: 7px !important;
  font-size: .95rem !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
  gap: 10px !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .woocommerce-privacy-policy-text p {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order {
  min-height: 44px !important;
  min-width: 168px !important;
  border-radius: 7px !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note {
    margin-bottom: 10px !important;
    padding: 7px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badges {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badge {
    min-height: 30px !important;
    height: 30px !important;
    padding-inline: 4px !important;
    font-size: .62rem !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    padding: 10px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 9px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__field--number {
    grid-column: 1 / -1 !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order {
    align-self: stretch !important;
    width: 100% !important;
  }
}

/* Live replay wheel color lock: keep all six prize wedges visible. */
html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel {
  isolation: isolate !important;
  background: #061f49 !important;
}

html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 50% !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 20.5%, rgba(255, 255, 255, .98) 21% 23.5%, transparent 24.2% 100%),
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .22), transparent 24%),
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .92) 0deg 1.5deg, transparent 1.5deg 60deg),
    conic-gradient(from 0deg,
      #0755b7 0deg 58.5deg,
      #ffffff 58.5deg 61.5deg,
      #ed1746 61.5deg 118.5deg,
      #ffffff 118.5deg 121.5deg,
      #10a84f 121.5deg 178.5deg,
      #ffffff 178.5deg 181.5deg,
      #7b20d8 181.5deg 238.5deg,
      #ffffff 238.5deg 241.5deg,
      #10bac8 241.5deg 298.5deg,
      #ffffff 298.5deg 301.5deg,
      #e11268 301.5deg 358.5deg,
      #ffffff 358.5deg 360deg) !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .74),
    inset 0 18px 38px rgba(255, 255, 255, .18),
    inset 0 -20px 40px rgba(3, 15, 36, .18) !important;
  transform: rotate(var(--kf-wheel-angle, 0deg)) !important;
  transform-origin: 50% 50% !important;
  transition: transform 900ms cubic-bezier(.17, .67, .26, 1.04) !important;
  pointer-events: none !important;
}

html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel span {
  z-index: 4 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .42), 0 0 2px rgba(0, 0, 0, .28) !important;
}

html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel strong {
  z-index: 6 !important;
}

html body.woocommerce-checkout.woocommerce-order-received .kf-replay-spin .kf-replay-wheel::after {
  z-index: 8 !important;
}

/* Same artifact cleanup for order-received pages that omit the checkout class. */
html body.woocommerce-order-received .kf-replay-spin .kf-replay-wheel {
  isolation: isolate !important;
  background: #061f49 !important;
}

html body.woocommerce-order-received .kf-replay-spin .kf-replay-wheel::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 50% !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 20.5%, rgba(255, 255, 255, .98) 21% 23.5%, transparent 24.2% 100%),
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, .22), transparent 24%),
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, .92) 0deg 1.5deg, transparent 1.5deg 60deg),
    conic-gradient(from 0deg,
      #0755b7 0deg 58.5deg,
      #ffffff 58.5deg 61.5deg,
      #ed1746 61.5deg 118.5deg,
      #ffffff 118.5deg 121.5deg,
      #10a84f 121.5deg 178.5deg,
      #ffffff 178.5deg 181.5deg,
      #7b20d8 181.5deg 238.5deg,
      #ffffff 238.5deg 241.5deg,
      #10bac8 241.5deg 298.5deg,
      #ffffff 298.5deg 301.5deg,
      #e11268 301.5deg 358.5deg,
      #ffffff 358.5deg 360deg) !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .74),
    inset 0 18px 38px rgba(255, 255, 255, .18),
    inset 0 -20px 40px rgba(3, 15, 36, .18) !important;
  transform: rotate(var(--kf-wheel-angle, 0deg)) !important;
  transform-origin: 50% 50% !important;
  transition: transform 900ms cubic-bezier(.17, .67, .26, 1.04) !important;
  pointer-events: none !important;
}

/* Live cart remove-link cleanup: hide the default WooCommerce red x row. */
html body.woocommerce-cart table.shop_table .product-remove,
html body.woocommerce-cart table.shop_table th.product-remove,
html body.woocommerce-cart table.shop_table td.product-remove,
html body.woocommerce-cart table.shop_table a.remove {
  display: none !important;
}

/* Live commerce polish: professional shop search, product grid, and cart layout. */
html body.woocommerce-shop .kf-shop-toolbar,
html body.tax-product_cat .kf-shop-toolbar,
html body.tax-product_tag .kf-shop-toolbar,
html body.search-results .kf-shop-toolbar {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  width: min(100%, 1360px) !important;
  margin: 0 auto 24px !important;
  padding: 14px !important;
  border: 1px solid #d8e3ee !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(6, 24, 44, .08) !important;
}

html body .kf-shop-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
}

html body .kf-shop-search input[type="search"] {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid #b9c8d7 !important;
  border-radius: 8px !important;
  background: #f8fbfd !important;
  color: #061833 !important;
  font-size: .96rem !important;
  font-weight: 700 !important;
}

html body .kf-shop-search button,
html body .kf-shop-search__clear {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 1px solid #061833 !important;
  border-radius: 8px !important;
  background: #061833 !important;
  color: #ffffff !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body .kf-shop-search__clear {
  border-color: #c9d6e2 !important;
  background: #ffffff !important;
  color: #061833 !important;
}

html body .kf-shop-toolbar__controls {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  min-width: 0 !important;
}

html body .kf-shop-toolbar__count .woocommerce-result-count,
html body .kf-shop-toolbar__ordering .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}

html body .kf-shop-toolbar__count .woocommerce-result-count {
  color: #536275 !important;
  font-size: .88rem !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

html body .kf-shop-toolbar__ordering select {
  min-width: 210px !important;
  min-height: 48px !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
}

html body.woocommerce ul.products,
html body .kf-main ul.products {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  width: min(100%, 1360px) !important;
  max-width: 1360px !important;
  margin-inline: auto !important;
}

html body.woocommerce ul.products li.product,
html body .kf-main ul.products li.product {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body.woocommerce-cart form.woocommerce-cart-form {
  box-sizing: border-box !important;
  overflow: hidden !important;
  border: 1px solid #d8e3ee !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(6, 24, 44, .08) !important;
}

html body.woocommerce-cart table.shop_table.cart {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body.woocommerce-cart table.shop_table.cart th {
  padding: 14px 18px !important;
  background: #f6f9fc !important;
  color: #536275 !important;
  font-size: .76rem !important;
  font-weight: 950 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

html body.woocommerce-cart table.shop_table.cart td {
  vertical-align: middle !important;
}

html body.woocommerce-cart table.cart td.actions {
  background: #f8fbfd !important;
}

html body.woocommerce-cart table.cart td.actions .coupon {
  width: min(100%, 620px) !important;
  max-width: 620px !important;
}

html body.woocommerce-cart .cart_totals {
  border-radius: 12px !important;
  box-shadow: 0 18px 36px rgba(6, 24, 44, .1) !important;
}

@media (max-width: 1100px) {
  html body.woocommerce ul.products,
  html body .kf-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html body.woocommerce-shop .kf-shop-toolbar,
  html body.tax-product_cat .kf-shop-toolbar,
  html body.tax-product_tag .kf-shop-toolbar,
  html body.search-results .kf-shop-toolbar {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, calc(100vw - 24px)) !important;
    padding: 10px !important;
  }

  html body .kf-shop-search {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  html body .kf-shop-search__clear {
    grid-column: 1 / -1 !important;
  }

  html body .kf-shop-toolbar__controls {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  html body .kf-shop-toolbar__count .woocommerce-result-count {
    white-space: normal !important;
  }

  html body .kf-shop-toolbar__ordering select {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.woocommerce ul.products,
  html body .kf-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: min(100%, calc(100vw - 24px)) !important;
  }

  html body.woocommerce-cart form.woocommerce-cart-form,
  html body.woocommerce-cart .cart-collaterals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
  }

  html body.woocommerce-cart table.shop_table.cart {
    display: block !important;
    overflow: visible !important;
    background: transparent !important;
  }

  html body.woocommerce-cart table.shop_table.cart thead {
    display: none !important;
  }

  html body.woocommerce-cart table.shop_table.cart tbody,
  html body.woocommerce-cart table.shop_table.cart tr,
  html body.woocommerce-cart table.shop_table.cart td {
    display: block !important;
    width: 100% !important;
  }

  html body.woocommerce-cart table.shop_table.cart tr.cart_item {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    border: 1px solid #d8e3ee !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(6, 24, 44, .08) !important;
  }

  html body.woocommerce-cart table.cart td.product-thumbnail {
    grid-row: span 4 !important;
    padding: 0 !important;
  }

  html body.woocommerce-cart table.cart td.product-thumbnail::before {
    display: none !important;
  }

  html body.woocommerce-cart table.cart img {
    width: 84px !important;
    height: 84px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
  }

  html body.woocommerce-cart table.cart td.product-name,
  html body.woocommerce-cart table.cart td.product-price,
  html body.woocommerce-cart table.cart td.product-quantity,
  html body.woocommerce-cart table.cart td.product-subtotal {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  html body.woocommerce-cart table.cart td::before {
    color: #536275 !important;
    font-size: .74rem !important;
    font-weight: 950 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }

  html body.woocommerce-cart table.cart td.product-name::before { content: "Product" !important; }
  html body.woocommerce-cart table.cart td.product-price::before { content: "Price" !important; }
  html body.woocommerce-cart table.cart td.product-quantity::before { content: "Qty" !important; }
  html body.woocommerce-cart table.cart td.product-subtotal::before { content: "Subtotal" !important; }

  html body.woocommerce-cart table.cart td.actions {
    display: block !important;
    padding: 14px !important;
    border: 1px solid #d8e3ee !important;
    border-radius: 12px !important;
    background: #ffffff !important;
  }

  html body.woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    gap: 10px !important;
  }
}

@media (max-width: 420px) {
  html body.woocommerce ul.products,
  html body .kf-main ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Absolute cart remove cleanup: keep the delete column hidden after mobile card rules. */
html body.woocommerce-cart table.shop_table.cart th.product-remove,
html body.woocommerce-cart table.shop_table.cart td.product-remove,
html body.woocommerce-cart table.shop_table.cart a.remove {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Local checkout payment polish: stable badges and test-card layout. */
html body .kf-footer .kf-payment-badges {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 112px)) !important;
  gap: 18px 8px !important;
  width: min(100%, 240px) !important;
  max-width: 240px !important;
  overflow: hidden !important;
}

html body .kf-footer .kf-payment-badge {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 112px !important;
}

/* Cart delete action: restore a clear customer-facing remove button. */
html body.woocommerce-cart table.shop_table.cart th.product-remove,
html body.woocommerce-cart table.shop_table.cart td.product-remove {
  display: table-cell !important;
  width: 112px !important;
  height: auto !important;
  padding: 14px 18px !important;
  border: 0 !important;
  overflow: visible !important;
}

html body.woocommerce-cart table.shop_table.cart a.remove.kf-cart-remove,
html body.woocommerce-cart table.shop_table.cart a.remove {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 88px !important;
  height: 42px !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid #f0b8c6 !important;
  border-radius: 8px !important;
  overflow: visible !important;
  background: #fff5f7 !important;
  color: #b4143b !important;
  font-size: .84rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body.woocommerce-cart table.shop_table.cart a.remove.kf-cart-remove:hover,
html body.woocommerce-cart table.shop_table.cart a.remove.kf-cart-remove:focus,
html body.woocommerce-cart table.shop_table.cart a.remove:hover,
html body.woocommerce-cart table.shop_table.cart a.remove:focus {
  border-color: #b4143b !important;
  background: #b4143b !important;
  color: #ffffff !important;
}

@media (max-width: 720px) {
  html body.woocommerce-cart table.shop_table.cart th.product-remove {
    display: none !important;
  }

  html body.woocommerce-cart table.shop_table.cart td.product-remove {
    display: flex !important;
    grid-column: 2 !important;
    order: 20 !important;
    width: 100% !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  html body.woocommerce-cart table.shop_table.cart td.product-remove::before {
    display: none !important;
  }

  html body.woocommerce-cart table.shop_table.cart a.remove.kf-cart-remove,
  html body.woocommerce-cart table.shop_table.cart a.remove {
    width: 100% !important;
    min-width: 0 !important;
  }
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badges {
  box-sizing: border-box !important;
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  overflow: hidden !important;
}

@media (max-width: 640px) {
  html body .kf-footer .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 8px !important;
    width: min(100%, 308px) !important;
    max-width: 308px !important;
  }

  html body .kf-footer .kf-payment-badge {
    max-width: none !important;
    min-height: 52px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note .kf-payment-badge {
    min-height: 46px !important;
    height: 46px !important;
    padding-inline: 8px !important;
    font-size: .72rem !important;
  }
}

/* Remote footer payment fit lock: keep long labels inside narrow footer columns. */
html body .kf-footer .kf-payment-badge {
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 4px !important;
  padding: 8px !important;
}

html body .kf-footer .kf-payment-badge__mark {
  width: 22px !important;
  min-width: 22px !important;
}

html body .kf-footer .kf-payment-badge--mastercard .kf-payment-badge__mark {
  width: 22px !important;
  min-width: 22px !important;
}

html body .kf-footer .kf-payment-badge__label {
  font-size: .64rem !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

/* Checkout account checkbox fit: keep WooCommerce's create-account control compact. */
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields .create-account {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields .form-row.create-account {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  margin: 8px 0 16px !important;
  padding: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #createaccount,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  vertical-align: middle !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-account-fields label.checkbox {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: #061833 !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

/* Responsive catalog polish: keep mobile and tablet layouts fully contained. */
html body.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
}

html body.single-product .woocommerce-product-gallery__wrapper,
html body.single-product .woocommerce-product-gallery__image,
html body.single-product .woocommerce-product-gallery__image a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body.single-product .woocommerce-product-gallery__image img.wp-post-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

html body.single-product .woocommerce-product-gallery .zoomImg {
  display: none !important;
}

html body.woocommerce-account .show-password-input {
  min-width: 44px !important;
}

@media (max-width: 900px) {
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce,
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce.columns-3,
  html body.home main.kf-main .kf-section--featured .kf-container .woocommerce {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce ul.products,
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce.columns-3 ul.products,
  html body.home main.kf-main .kf-section--featured .kf-container .woocommerce ul.products {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html body.home main.kf-main .kf-section--outdoor ul.products li.product,
  html body.home main.kf-main .kf-section--featured ul.products li.product {
    box-sizing: border-box !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  html body.home .kf-home-categories .kf-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px 0 !important;
  }

  html body.home .kf-home-categories .kf-container > span {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home .kf-home-category-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  html body.home .kf-home-category-rail a {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    min-height: 104px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    white-space: normal !important;
  }

  html body.home .kf-home-category-rail__image,
  html body.home .kf-home-category-rail__label {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  html body.home .kf-scene-nav--home {
    box-sizing: border-box !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

  html body.home .kf-scene-nav--home > span,
  html body.home .kf-scene-nav--home ul {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home .kf-scene-nav--home ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body.home .kf-scene-nav--home li,
  html body.home .kf-scene-nav--home a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce ul.products,
  html body.home main.kf-main .kf-section--outdoor .kf-container .woocommerce.columns-3 ul.products,
  html body.home main.kf-main .kf-section--featured .kf-container .woocommerce ul.products,
  html body.woocommerce ul.products,
  html body .kf-main ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: min(100%, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
  }

  html body.woocommerce ul.products li.product,
  html body .kf-main ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Absolute final premium lock: keep the mature DTC refresh after legacy delivery overrides. */
html body.home .kf-hero--retail {
  padding: clamp(54px, 7vw, 86px) 0 clamp(44px, 6vw, 76px) !important;
  background: linear-gradient(90deg, #f3f6f8 0 47%, #eef3f7 47% 100%) !important;
}

html body.home .kf-hero--retail .kf-hero__inner {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr) !important;
  gap: clamp(44px, 6vw, 88px) !important;
  align-items: center !important;
}

html body.home .kf-hero--retail h1 {
  max-width: 10.8ch !important;
  margin: 20px 0 22px !important;
  font-size: clamp(3.45rem, 6vw, 5.85rem) !important;
  line-height: .94 !important;
  letter-spacing: 0 !important;
}

html body.home .kf-hero__visual {
  min-height: clamp(520px, 45vw, 650px) !important;
  padding: clamp(22px, 3vw, 36px) !important;
  border: 1px solid #d8e2ec !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 26px 80px rgba(6, 17, 31, .08) !important;
}

html body.home .kf-hero__visual > img {
  width: 100% !important;
  height: 100% !important;
  max-height: 590px !important;
  object-fit: contain !important;
  background: #ffffff !important;
}

html body.woocommerce ul.products li.product,
html body .kf-main ul.products li.product {
  overflow: hidden !important;
  border: 1px solid #d8e2ec !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 14px !important;
  box-shadow: none !important;
}

html body.woocommerce ul.products li.product a img,
html body .kf-main ul.products li.product a img {
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #f7f9fb !important;
}

html body.single-product div.product .product_title {
  max-width: 11ch !important;
  font-size: clamp(3rem, 5.2vw, 5rem) !important;
  line-height: .94 !important;
  letter-spacing: 0 !important;
}

html body.single-product form.cart {
  display: grid !important;
  grid-template-columns: minmax(110px, 180px) minmax(180px, 1fr) !important;
  gap: 12px !important;
  max-width: 560px !important;
}

html body.single-product form.cart .quantity,
html body.single-product form.cart .single_add_to_cart_button,
html body.single-product .kf-save-for-later {
  width: 100% !important;
}

html body.single-product .single_add_to_cart_button {
  min-height: 52px !important;
}

@media (max-width: 980px) {
  html body.home .kf-hero--retail .kf-hero__inner {
    width: min(100% - 32px, 720px) !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

@media (max-width: 560px) {
  html body.home .kf-hero--retail {
    padding: 52px 0 34px !important;
  }

  html body.home .kf-hero--retail .kf-hero__inner {
    width: min(100% - 28px, 430px) !important;
  }

  html body.home .kf-hero--retail h1 {
    max-width: 10.5ch !important;
    font-size: clamp(2.75rem, 13vw, 3.35rem) !important;
    line-height: .98 !important;
  }

  html body.home .kf-hero__cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body.home .kf-hero__visual {
    min-height: 360px !important;
    padding: 18px !important;
  }

  html body.home .kf-hero__merch,
  html body.home .kf-hero__visual-card {
    display: none !important;
  }

  html body.single-product form.cart {
    grid-template-columns: 1fr !important;
  }
}

/* Professional sports commerce upgrade: homepage, rewards, cart and checkout path. */
html body {
  --kf-sport-ink: #071426;
  --kf-sport-muted: #5b6776;
  --kf-sport-line: #d9e3ee;
  --kf-sport-green: #00873e;
  --kf-sport-gold: #f3b21a;
  --kf-sport-blue: #0d3b66;
}

html body .kf-button,
html body.woocommerce ul.products li.product .button,
html body .kf-main ul.products li.product .button {
  min-height: 46px !important;
  border-radius: 7px !important;
  font-weight: 800 !important;
}

html body.home .kf-hero--retail {
  padding: clamp(42px, 6vw, 76px) 0 !important;
  background:
    linear-gradient(115deg, rgba(7, 20, 38, .06), rgba(0, 135, 62, .08)),
    linear-gradient(90deg, #f7fafc 0 52%, #edf4f7 52% 100%) !important;
}

html body.home .kf-hero--retail .kf-hero__inner {
  width: min(1240px, calc(100% - 40px)) !important;
  grid-template-columns: minmax(340px, .92fr) minmax(420px, 1.08fr) !important;
  gap: clamp(30px, 5vw, 70px) !important;
}

html body.home .kf-hero--retail h1 {
  max-width: 12.5ch !important;
  font-size: clamp(3rem, 5.3vw, 5.35rem) !important;
  line-height: .96 !important;
}

html body.home .kf-hero--retail p {
  max-width: 58ch !important;
}

.kf-shop-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.kf-shop-path li {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--kf-sport-line);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  color: var(--kf-sport-ink);
  font-size: .88rem;
  font-weight: 750;
  padding: 8px 10px;
}

.kf-shop-path span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--kf-sport-green);
  color: #fff;
  font-size: .76rem;
}

.kf-promo-strip {
  border-block: 1px solid var(--kf-sport-line);
  background: var(--kf-sport-ink);
  color: #fff;
}

.kf-promo-strip .kf-container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding-block: 12px;
}

.kf-promo-strip strong {
  color: var(--kf-sport-gold);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.kf-promo-strip span {
  color: rgba(255,255,255,.82);
}

.kf-promo-strip a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.home .kf-home-categories {
  padding: 30px 0 !important;
}

html body.home .kf-home-category-rail {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

html body.home .kf-home-category-rail a {
  min-height: 174px !important;
}

html body.home .kf-home-category-rail__image img {
  object-fit: cover !important;
}

.kf-section--football {
  background: #f7fafc;
}

.kf-section--football .kf-container,
.kf-section--rewards .kf-container,
.kf-section--checkout-path .kf-container {
  width: min(1240px, calc(100% - 40px));
}

.kf-section--match-reward {
  background: #ffffff;
}

.kf-home-spin {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  border: 1px solid var(--kf-sport-line);
  border-radius: 10px;
  background: linear-gradient(135deg, #071426, #0d3b66);
  color: #fff;
  padding: clamp(20px, 4vw, 38px);
  overflow: hidden;
}

.kf-home-spin__content {
  position: relative;
  z-index: 1;
}

.kf-home-spin h2,
.kf-home-spin p,
.kf-home-spin li {
  color: #fff;
}

.kf-home-spin__rules {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.78);
}

.kf-home-spin__game {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
}

.kf-home-spin__banner {
  width: min(100%, 520px);
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.22);
}

html body .kf-home-spin__wheel.kf-replay-wheel {
  width: min(280px, 62vw) !important;
  height: min(280px, 62vw) !important;
  border-color: #fff !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.26) !important;
}

.kf-home-spin__result {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  padding: 11px 12px;
}

.kf-home-spin__modal[hidden] {
  display: none !important;
}

.kf-home-spin__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: rgba(7, 20, 38, .62);
  padding: 18px;
}

.kf-home-spin__modal-card {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(100%, 460px);
  border-radius: 10px;
  background: #fff;
  color: var(--kf-sport-ink);
  padding: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.kf-home-spin__modal-card p,
.kf-home-spin__modal-card h3 {
  color: var(--kf-sport-ink);
}

.kf-home-spin__modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--kf-sport-line);
  border-radius: 999px;
  background: #fff;
  color: var(--kf-sport-ink);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.kf-home-spin__modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kf-rewards-panel,
.kf-checkout-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--kf-sport-line);
  border-radius: 10px;
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
}

.kf-rewards-panel {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr) auto;
  background: linear-gradient(135deg, #ffffff, #f5fbf7);
}

.kf-reward-steps {
  display: grid;
  gap: 8px;
}

.kf-reward-steps span {
  border: 1px solid rgba(0,135,62,.2);
  border-radius: 999px;
  background: #f3fbf6;
  color: var(--kf-sport-ink);
  font-weight: 800;
  padding: 9px 12px;
}

.kf-checkout-path {
  grid-template-columns: minmax(0, 1fr) auto auto;
  background: var(--kf-sport-ink);
  color: #fff;
}

.kf-checkout-path h2 {
  color: #fff;
}

html body.woocommerce ul.products li.product,
html body .kf-main ul.products li.product {
  position: relative;
}

html body.woocommerce ul.products li.product .price,
html body .kf-main ul.products li.product .price {
  color: var(--kf-sport-ink) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
}

html body.woocommerce ul.products li.product .onsale,
html body .kf-main ul.products li.product .onsale {
  min-height: 0 !important;
  border-radius: 999px !important;
  background: var(--kf-sport-gold) !important;
  color: var(--kf-sport-ink) !important;
  font-weight: 850 !important;
}

html body.woocommerce ul.products li.product .kf-card-actions,
html body .kf-main ul.products li.product .kf-card-actions {
  margin-top: 12px !important;
}

html body.woocommerce ul.products li.product .kf-card-actions .added_to_cart,
html body .kf-main ul.products li.product .kf-card-actions .added_to_cart {
  min-height: 42px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note::before {
  content: "Preview checkout";
  display: block;
  margin-bottom: 8px;
  color: var(--kf-sport-ink);
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note::after {
  content: "Review your cart, confirm your details, and complete a demonstration order without a real card charge.";
  display: block;
  margin-top: 8px;
  color: var(--kf-sport-muted);
  font-size: .92rem;
  line-height: 1.4;
}

@media (max-width: 980px) {
  html body.home .kf-hero--retail .kf-hero__inner,
  .kf-home-spin,
  .kf-rewards-panel,
  .kf-checkout-path {
    grid-template-columns: 1fr !important;
  }

  html body.home .kf-home-category-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kf-promo-strip .kf-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .kf-shop-path,
  html body.home .kf-home-category-rail {
    grid-template-columns: 1fr !important;
  }

  .kf-home-spin {
    padding: 18px;
  }

  .kf-home-spin__actions,
  .kf-home-spin__modal-actions,
  .kf-checkout-path {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .kf-home-spin__modal {
    align-items: start;
    overflow-y: auto;
    padding-top: 56px;
  }
}

/* Professional checkout redesign: two-column cashier layout with real WooCommerce payment fields. */
html body.woocommerce-checkout:not(.woocommerce-order-received) {
  background: #f7f9fc !important;
  color: #071426 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page {
  width: 100% !important;
  max-width: none !important;
  padding: 0 0 48px !important;
  background: #f7f9fc !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page > .woocommerce {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 clamp(18px, 4vw, 48px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper {
  max-width: 1480px !important;
  margin: 18px auto 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 28px calc(50% - 50vw) !important;
  padding: 0 !important;
  border-block: 1px solid #dbe4ee !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 8px 22px rgba(6, 24, 44, .04) !important;
  backdrop-filter: blur(12px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 168px !important;
  min-height: 74px !important;
  padding: 0 32px !important;
  color: #5f6c80 !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li + li::before {
  content: "" !important;
  width: 11px !important;
  height: 11px !important;
  margin-right: 28px !important;
  border-top: 2px solid #536275 !important;
  border-right: 2px solid #536275 !important;
  transform: rotate(45deg) !important;
  opacity: .8 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps span {
  display: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps .is-complete {
  color: #4d5b70 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps .is-current {
  color: #075df2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps .is-current::after {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  bottom: -1px !important;
  left: 18px !important;
  height: 3px !important;
  border-radius: 999px 999px 0 0 !important;
  background: #075df2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px) !important;
  gap: clamp(24px, 3vw, 48px) !important;
  align-items: start !important;
  max-width: 1360px !important;
  margin: 0 auto !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout::before,
html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout::after,
html body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set::before,
html body.woocommerce-checkout:not(.woocommerce-order-received) .col2-set::after {
  display: none !important;
  content: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
  grid-column: 1 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set .col-1,
html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  box-sizing: border-box !important;
  border: 1px solid #d8e2ed !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(7, 20, 38, .06) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields {
  padding: clamp(20px, 2.4vw, 34px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  margin-top: 18px !important;
  padding: 22px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  margin: 0 0 8px !important;
  color: #071426 !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3::after {
  content: "Billing details are used to create this preview order." !important;
  display: block !important;
  margin-top: 8px !important;
  color: #647086 !important;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: .98rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 15px 18px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .form-row,
html body.woocommerce-checkout:not(.woocommerce-order-received) p.form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_company_field,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_2_field,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field,
html body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field {
  grid-column: 1 / -1 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .form-row label {
  margin: 0 0 7px !important;
  color: #071426 !important;
  font-size: .88rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
html body.woocommerce-checkout:not(.woocommerce-order-received) select,
html body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
html body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  min-height: 48px !important;
  border: 1px solid #cfd9e5 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #071426 !important;
  box-shadow: none !important;
  font-size: .98rem !important;
  font-weight: 650 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) textarea {
  min-height: 92px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .input-text:focus,
html body.woocommerce-checkout:not(.woocommerce-order-received) select:focus,
html body.woocommerce-checkout:not(.woocommerce-order-received) textarea:focus,
html body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--focus .select2-selection--single {
  border-color: #075df2 !important;
  outline: 3px solid rgba(7, 93, 242, .14) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  grid-column: 2 !important;
  width: 100% !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  margin-bottom: 0 !important;
  padding: 26px 26px 0 !important;
  border: 1px solid #d8e2ed !important;
  border-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(7, 20, 38, .06) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  position: sticky !important;
  top: 102px !important;
  padding: 18px 26px 26px !important;
  border: 1px solid #d8e2ed !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 38px rgba(7, 20, 38, .06) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
  width: 100% !important;
  margin: 0 0 18px !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table th,
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table td {
  padding: 12px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e0e7ef !important;
  background: transparent !important;
  color: #39475b !important;
  font-size: .96rem !important;
  font-weight: 700 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table thead {
  display: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table .product-name {
  color: #071426 !important;
  font-weight: 900 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table .product-total,
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table td:last-child {
  text-align: right !important;
  color: #071426 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding-top: 18px !important;
  border-bottom: 0 !important;
  color: #071426 !important;
  font-size: 1.45rem !important;
  font-weight: 950 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment::before {
  content: "Payment Method" !important;
  display: block !important;
  padding: 24px 26px 0 !important;
  color: #071426 !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
  display: grid !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li {
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 0 26px 0 58px !important;
  border-bottom: 1px solid #d8e2ed !important;
  color: #071426 !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label::before {
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #075df2 !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, #075df2 0 38%, transparent 42%) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
  margin: 0 !important;
  padding: clamp(20px, 2.2vw, 28px) !important;
  border: 0 !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__header,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__field--holder,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__field--number {
  grid-column: 1 / -1 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #e0e7ef !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__eyebrow {
  color: #071426 !important;
  font-size: 1.7rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__header p {
  margin: 8px 0 0 !important;
  color: #647086 !important;
  font-size: .98rem !important;
  font-weight: 650 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__mode {
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: #eef4ff !important;
  color: #075df2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid #dbe7ff !important;
  border-radius: 8px !important;
  background: #f5f8ff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice strong {
  color: #071426 !important;
  font-size: .92rem !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice span {
  color: #536275 !important;
  font-size: .86rem !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card label {
  color: #071426 !important;
  font-size: .92rem !important;
  font-weight: 850 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card input.input-text {
  min-height: 54px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
  display: grid !important;
  gap: 16px !important;
  padding: 0 !important;
  border-top: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item {
  position: relative !important;
  min-height: 78px !important;
  padding: 0 0 0 72px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item > span {
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
  background: #eaf2ff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item > span::before,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item > span::after {
  content: "" !important;
  position: absolute !important;
  border-color: #075df2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--secure > span::before {
  left: 16px !important;
  top: 23px !important;
  width: 20px !important;
  height: 16px !important;
  border: 3px solid #075df2 !important;
  border-radius: 4px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--secure > span::after {
  left: 19px !important;
  top: 12px !important;
  width: 14px !important;
  height: 16px !important;
  border: 3px solid #075df2 !important;
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--shipping > span::before {
  left: 13px !important;
  top: 19px !important;
  width: 25px !important;
  height: 16px !important;
  border: 3px solid #075df2 !important;
  border-radius: 3px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--shipping > span::after {
  left: 17px !important;
  top: 35px !important;
  width: 28px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 5px 4px, #075df2 0 4px, transparent 4.5px), radial-gradient(circle at 23px 4px, #075df2 0 4px, transparent 4.5px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--returns > span::before {
  left: 15px !important;
  top: 18px !important;
  width: 24px !important;
  height: 18px !important;
  border: 3px solid #075df2 !important;
  border-right: 0 !important;
  border-radius: 16px 0 0 16px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item--returns > span::after {
  left: 13px !important;
  top: 16px !important;
  width: 11px !important;
  height: 11px !important;
  border-left: 3px solid #075df2 !important;
  border-bottom: 3px solid #075df2 !important;
  transform: rotate(45deg) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #071426 !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance p {
  margin: 0 !important;
  color: #647086 !important;
  font-size: .9rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #075df2 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(7, 93, 242, .22) !important;
  font-size: 1.08rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order::before {
  content: "" !important;
  width: 16px !important;
  height: 13px !important;
  margin-right: 12px !important;
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
  box-shadow: 0 -8px 0 -4px currentColor !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment .woocommerce-privacy-policy-text {
  display: block !important;
  color: #647086 !important;
  font-size: .84rem !important;
  line-height: 1.55 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment .woocommerce-privacy-policy-text p {
  display: block !important;
  margin: 0 !important;
}

@media (min-width: 981px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px) !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: grid !important;
    gap: 22px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set::after {
    display: none !important;
    content: none !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    display: contents !important;
    position: static !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    order: 3 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    position: sticky !important;
    top: 164px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 18px 26px 26px !important;
    border: 1px solid #d8e2ed !important;
    border-top: 0 !important;
    border-radius: 0 0 10px 10px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 38px rgba(7, 20, 38, .06) !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tbody,
  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tfoot,
  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tr {
    display: table-row-group !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table tr {
    display: table-row !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table th,
  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table td {
    display: table-cell !important;
    height: auto !important;
    min-height: 0 !important;
    vertical-align: middle !important;
  }
}

@media (max-width: 980px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page > .woocommerce {
    padding: 0 14px 118px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    margin-bottom: 14px !important;
    scrollbar-width: none !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li {
    min-width: auto !important;
    min-height: 62px !important;
    padding: 0 18px !important;
    font-size: .93rem !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li + li::before {
    margin-right: 16px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
    order: 1 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading,
  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    grid-column: auto !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    order: 2 !important;
    position: static !important;
    top: auto !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 14px !important;
    border: 1px solid #d8e2ed !important;
    border-radius: 10px !important;
    background: #ffffff !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item {
    min-height: 0 !important;
    padding: 0 12px 0 58px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item + .kf-checkout-assurance__item {
    border-left: 1px solid #e0e7ef !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item > span {
    width: 42px !important;
    height: 42px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    padding: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}

@media (max-width: 640px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box,
  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review,
  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    padding-inline: 18px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__header,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice {
    display: grid !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item {
    padding-left: 62px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item + .kf-checkout-assurance__item {
    padding-top: 12px !important;
    border-top: 1px solid #e0e7ef !important;
    border-left: 0 !important;
  }
}

/* Final checkout UI lock: keep payment action blue and summary card titled. */
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table::before {
  content: "Order Summary" !important;
  display: block !important;
  margin: 0 0 18px !important;
  color: #071426 !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  display: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order,
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment button#place_order,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce #payment #place_order {
  background: #075df2 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #075df2 !important;
  box-shadow: 0 16px 32px rgba(7, 93, 242, .24) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order:hover,
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order:focus-visible {
  background: #004fd1 !important;
  border-color: #004fd1 !important;
  transform: translateY(-1px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  max-width: 680px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  max-width: 680px !important;
}

@media (min-width: 981px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    overflow: hidden !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    display: none !important;
  }
}

@media (max-width: 980px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
    max-width: none !important;
  }
}

/* Checkout sequence correction: keep required customer details before payment on every viewport. */
@media (min-width: 981px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }
}

@media (max-width: 980px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
    order: 1 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    order: 2 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    margin-bottom: 14px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    margin-top: 14px !important;
  }
}

/* Checkout production polish: stable payment-first cashier layout, desktop and mobile. */
html body.woocommerce-checkout:not(.woocommerce-order-received) {
  --kf-checkout-bg: #f5f7fb;
  --kf-checkout-card: #ffffff;
  --kf-checkout-line: #d8dee8;
  --kf-checkout-line-soft: #e8edf5;
  --kf-checkout-text: #0d1424;
  --kf-checkout-muted: #687284;
  --kf-checkout-blue: #075ced;
  --kf-checkout-blue-dark: #004dde;
  background: var(--kf-checkout-bg) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page {
  background: var(--kf-checkout-bg) !important;
  padding-bottom: 56px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page > .woocommerce {
  max-width: 1320px !important;
  padding: 0 clamp(16px, 3vw, 40px) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps {
  position: static !important;
  width: min(100%, 760px) !important;
  max-width: 100% !important;
  margin: 18px auto 26px !important;
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 6px !important;
  overflow: visible !important;
  border: 1px solid var(--kf-checkout-line) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .06) !important;
  backdrop-filter: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li {
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  color: #526174 !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li + li::before,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps .is-current::after,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps span {
  display: none !important;
  content: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps .is-current {
  background: #eef4ff !important;
  color: var(--kf-checkout-blue) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(20px, 3vw, 36px) !important;
  align-items: start !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  gap: 18px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
  display: flex !important;
  flex-direction: column !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  gap: 18px !important;
  position: static !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
  max-width: none !important;
  border: 1px solid var(--kf-checkout-line) !important;
  border-radius: 12px !important;
  background: var(--kf-checkout-card) !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  grid-column: 1 !important;
  grid-row: 1 !important;
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > #payment {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment::before {
  content: "Payment Method" !important;
  display: block !important;
  padding: 34px 38px 6px !important;
  color: var(--kf-checkout-text) !important;
  font-family: "Inter Tight", Inter, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: clamp(1.8rem, 2.8vw, 2.35rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods::before {
  content: "All major credit and debit cards are accepted for preview orders. No real card charge is processed." !important;
  display: block !important;
  margin: -2px 38px 0 !important;
  padding-bottom: 22px !important;
  border-bottom: 1px solid var(--kf-checkout-line-soft) !important;
  color: var(--kf-checkout-muted) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
  padding: 0 !important;
  border: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label {
  min-height: 58px !important;
  margin: 18px 38px 0 !important;
  padding: 0 118px 0 60px !important;
  border: 1px solid #dbe7ff !important;
  border-radius: 10px !important;
  background: #f7faff !important;
  color: var(--kf-checkout-text) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  gap: 10px !important;
  line-height: 1.2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label::before {
  left: 24px !important;
  width: 16px !important;
  height: 16px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
  padding: 22px 38px 34px !important;
  background: #ffffff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__header {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__eyebrow {
  font-size: 1.12rem !important;
  font-weight: 850 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 18px 0 !important;
  border-block: 1px solid var(--kf-checkout-line-soft) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands > span {
  color: var(--kf-checkout-text) !important;
  font-size: .95rem !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 38px !important;
  overflow: visible !important;
  visibility: visible !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 68px !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  border: 1px solid var(--kf-checkout-line) !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--visa {
  color: #1434cb !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--mastercard {
  color: #1f2937 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--amex {
  background: #ffffff !important;
  color: #2563a9 !important;
  border-color: var(--kf-checkout-line) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--discover {
  color: #f26a21 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--jcb {
  color: #137333 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice {
  align-items: start !important;
  justify-content: start !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__field {
  margin: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card input.input-text,
html body.woocommerce-checkout:not(.woocommerce-order-received) .input-text,
html body.woocommerce-checkout:not(.woocommerce-order-received) select,
html body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
html body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single {
  min-height: 52px !important;
  border: 1px solid #cfd8e5 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--kf-checkout-text) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  padding: 28px 32px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
  align-self: start !important;
  position: sticky !important;
  top: 24px !important;
  display: table !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 26px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table::before {
  content: "Order Summary" !important;
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--kf-checkout-text) !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table th,
html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table td {
  padding: 13px 0 !important;
  border-bottom: 1px solid var(--kf-checkout-line-soft) !important;
  color: #39475b !important;
  font-size: .96rem !important;
  font-weight: 700 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
  display: grid !important;
  gap: 14px !important;
  padding: 0 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
  margin: 0 0 18px !important;
  padding: 18px !important;
  border: 1px solid var(--kf-checkout-line-soft) !important;
  border-radius: 10px !important;
  background: #fbfdff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment #place_order {
  min-height: 64px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, var(--kf-checkout-blue), var(--kf-checkout-blue-dark)) !important;
  box-shadow: 0 16px 32px rgba(7, 92, 237, .22) !important;
  font-size: 1.08rem !important;
  font-weight: 850 !important;
}

.kf-footer__signup {
  align-items: stretch !important;
}

.kf-footer__signup input[type="email"] {
  min-width: 0 !important;
}

.kf-footer__signup button {
  min-width: 132px !important;
  white-space: nowrap !important;
}

.kf-footer__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kf-footer__signup-message {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}

.kf-footer__signup-message.is-success {
  color: #bff4ce;
}

.kf-footer__signup-message.is-error {
  color: #fecaca;
}

.kf-account-dashboard__profile {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 18px;
}

.kf-account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .48);
  border-radius: 999px;
  background: #0f7f4f;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.kf-account-avatar img,
.kf-admin-user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kf-account-dashboard__hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.kf-account-dashboard__profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  color: #ffffff;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
}

.kf-account-photo-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 20px;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #f8fbff;
}

.kf-account-photo-panel__avatar {
  width: 86px;
  height: 86px;
  border-color: #d9e2ec;
}

.kf-account-photo-panel__content {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kf-account-photo-panel__content span {
  color: #0f7f4f;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kf-account-photo-panel__content strong {
  color: #071426;
  font-size: 1.08rem;
}

.kf-account-photo-panel__content p {
  margin: 0;
  color: #5b6778;
}

.kf-account-photo-panel__upload input {
  width: 100%;
  max-width: 420px;
}

.kf-account-photo-panel__remove {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3f4c5f;
  font-weight: 700;
}

.kf-admin-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin: 0 0 10px;
  border-radius: 999px;
  background: #0f7f4f;
  color: #fff;
  font-weight: 900;
}

html body.woocommerce ul.products li.product a img,
html body .wc-block-grid__product-image img,
html body.single-product .woocommerce-product-gallery__image img {
  object-fit: contain !important;
  background: #f5f8fc !important;
}

@media (max-width: 980px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-page > .woocommerce {
    padding: 0 14px 48px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .col2-set {
    order: 2 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    order: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    order: 1 !important;
    width: 100% !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
    order: 2 !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    order: 1 !important;
    position: static !important;
    top: auto !important;
    width: 100% !important;
    padding: 22px !important;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  html body.single-product .related.products {
    width: min(100%, calc(100vw - 64px)) !important;
    max-width: 760px !important;
    margin-inline: auto !important;
  }

  html body.single-product .related ul.products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    width: 100% !important;
    max-width: 760px !important;
    gap: 18px !important;
    margin-inline: auto !important;
  }

  html body.single-product .related ul.products li.product {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html body.single-product .related ul.products li.product .kf-card-actions {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .related ul.products li.product .kf-card-actions .button,
  html body.single-product .related ul.products li.product .kf-card-actions .added_to_cart {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 640px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin: 10px auto 16px !important;
    padding: 6px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-steps li {
    min-height: 38px !important;
    padding: 0 4px !important;
    font-size: clamp(.68rem, 2.8vw, .78rem) !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment::before {
    padding: 24px 20px 4px !important;
    font-size: 1.55rem !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods::before {
    margin: 0 20px !important;
    padding-bottom: 18px !important;
    font-size: .92rem !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label {
    margin: 16px 20px 0 !important;
    padding-right: 92px !important;
    padding-left: 52px !important;
    font-size: .94rem !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label::before {
    left: 20px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields,
  html body.woocommerce-checkout:not(.woocommerce-order-received) table.woocommerce-checkout-review-order-table {
    padding-inline: 20px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
  html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
    min-width: 60px !important;
    flex: 1 1 60px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
    grid-template-columns: 1fr !important;
  }

  html body.woocommerce ul.products,
  html body.woocommerce-page ul.products,
  html body .kf-main ul.products,
  html body.single-product .related ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 430px !important;
    gap: 16px !important;
    margin-inline: auto !important;
  }

  html body.single-product .related.products {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 430px !important;
    margin-inline: auto !important;
  }

  html body.woocommerce ul.products li.product,
  html body.woocommerce-page ul.products li.product,
  html body .kf-main ul.products li.product,
  html body.single-product .related ul.products li.product {
    display: grid !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    min-width: 0 !important;
    padding: 16px !important;
  }

  html body.woocommerce ul.products li.product a img,
  html body.woocommerce-page ul.products li.product a img,
  html body .kf-main ul.products li.product a img,
  html body.single-product .related ul.products li.product a img {
    width: 100% !important;
    max-height: 220px !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
  }

  html body.woocommerce ul.products li.product .kf-card-actions,
  html body.woocommerce-page ul.products li.product .kf-card-actions,
  html body .kf-main ul.products li.product .kf-card-actions,
  html body.single-product .related ul.products li.product .kf-card-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.woocommerce ul.products li.product .kf-card-actions .button,
  html body.woocommerce ul.products li.product .kf-card-actions .added_to_cart,
  html body.woocommerce-page ul.products li.product .kf-card-actions .button,
  html body.woocommerce-page ul.products li.product .kf-card-actions .added_to_cart,
  html body .kf-main ul.products li.product .kf-card-actions .button,
  html body .kf-main ul.products li.product .kf-card-actions .added_to_cart,
  html body.single-product .related ul.products li.product .kf-card-actions .button,
  html body.single-product .related ul.products li.product .kf-card-actions .added_to_cart {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .kf-footer__signup {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .kf-footer__signup button,
  .kf-footer__signup input[type="email"] {
    width: 100% !important;
  }

  .kf-account-dashboard__profile,
  .kf-account-photo-panel {
    grid-template-columns: 1fr;
  }

  .kf-account-dashboard__profile {
    align-items: flex-start;
  }

  .kf-account-dashboard__hero-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .kf-account-dashboard__profile-link,
  .kf-account-dashboard__logout {
    width: 100%;
  }
}

/* Checkout payment radio final alignment: keep the control from touching the label text. */
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method {
  position: relative !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > input.input-radio,
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > input[type="radio"],
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment input[name="payment_method"] {
  position: absolute !important;
  left: 28px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: -9px 0 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > label {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 58px !important;
  padding-left: 68px !important;
  padding-right: 118px !important;
  text-indent: 0 !important;
  white-space: normal !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > label::before {
  left: 28px !important;
  top: 50% !important;
  margin-top: -9px !important;
}

@media (max-width: 640px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > label {
    padding-left: 58px !important;
    padding-right: 96px !important;
  }

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li.wc_payment_method > label::before {
    left: 22px !important;
  }
}

/* Shop intro layout lock: keep assurance cards inside the hero panel and add compact icons. */
html body.post-type-archive-product .kf-shop-intro,
html body.woocommerce-shop .kf-shop-intro,
html body.tax-product_cat .kf-shop-intro {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 456px) !important;
  align-items: center !important;
  gap: clamp(22px, 3vw, 38px) !important;
  width: min(100%, 1200px) !important;
  max-width: calc(100vw - 48px) !important;
  margin-inline: auto !important;
  padding: clamp(28px, 3.2vw, 42px) clamp(28px, 3.4vw, 38px) !important;
  overflow: hidden !important;
}

html body.post-type-archive-product .kf-shop-intro > div,
html body.woocommerce-shop .kf-shop-intro > div,
html body.tax-product_cat .kf-shop-intro > div {
  min-width: 0 !important;
}

html body.post-type-archive-product .kf-shop-intro h2,
html body.woocommerce-shop .kf-shop-intro h2,
html body.tax-product_cat .kf-shop-intro h2 {
  max-width: 13ch !important;
  font-size: clamp(2.7rem, 4vw, 4rem) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html body.post-type-archive-product .kf-shop-intro p,
html body.woocommerce-shop .kf-shop-intro p,
html body.tax-product_cat .kf-shop-intro p {
  max-width: 58ch !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.48 !important;
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

html body.post-type-archive-product .kf-shop-intro .kf-assurance-pills,
html body.woocommerce-shop .kf-shop-intro .kf-assurance-pills,
html body.tax-product_cat .kf-shop-intro .kf-assurance-pills {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-self: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 456px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body .kf-shop-intro .kf-assurance-pills li,
html body .kf-shop-intro .kf-assurance-pills__item {
  box-sizing: border-box !important;
  position: relative !important;
  display: grid !important;
  grid-template-rows: 34px auto 1fr !important;
  align-content: start !important;
  gap: 8px !important;
  min-width: 0 !important;
  min-height: 142px !important;
  padding: 18px 16px !important;
  overflow: hidden !important;
  border: 1px solid #d8e3ee !important;
  border-radius: 8px !important;
  background: #f8fbff !important;
}

html body .kf-shop-intro .kf-assurance-pills__icon {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  border: 1px solid #cce6d7 !important;
  border-radius: 8px !important;
  background: #e9f8ef !important;
  color: #008f4c !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

html body .kf-shop-intro .kf-assurance-pills__item--shipping .kf-assurance-pills__icon::before {
  content: "$" !important;
}

html body .kf-shop-intro .kf-assurance-pills__item--returns .kf-assurance-pills__icon::before {
  content: "30" !important;
  font-size: .8rem !important;
}

html body .kf-shop-intro .kf-assurance-pills__item--checkout .kf-assurance-pills__icon::before {
  content: "OK" !important;
  font-size: .7rem !important;
}

html body .kf-shop-intro .kf-assurance-pills strong {
  min-width: 0 !important;
  max-width: 100% !important;
  color: #071426 !important;
  font-size: clamp(.9rem, 1vw, 1rem) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  overflow-wrap: normal !important;
}

html body .kf-shop-intro .kf-assurance-pills span:not(.kf-assurance-pills__icon) {
  min-width: 0 !important;
  max-width: 100% !important;
  color: #536275 !important;
  font-size: clamp(.78rem, .9vw, .88rem) !important;
  line-height: 1.28 !important;
  overflow-wrap: normal !important;
}

@media (max-width: 960px) {
  html body.post-type-archive-product .kf-shop-intro,
  html body.woocommerce-shop .kf-shop-intro,
  html body.tax-product_cat .kf-shop-intro {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  html body.post-type-archive-product .kf-shop-intro .kf-assurance-pills,
  html body.woocommerce-shop .kf-shop-intro .kf-assurance-pills,
  html body.tax-product_cat .kf-shop-intro .kf-assurance-pills {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  html body.post-type-archive-product .kf-shop-intro,
  html body.woocommerce-shop .kf-shop-intro,
  html body.tax-product_cat .kf-shop-intro {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: 430px !important;
    padding: 22px !important;
  }

  html body.post-type-archive-product .kf-shop-intro h2,
  html body.woocommerce-shop .kf-shop-intro h2,
  html body.tax-product_cat .kf-shop-intro h2 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
  }

  html body.post-type-archive-product .kf-shop-intro .kf-assurance-pills,
  html body.woocommerce-shop .kf-shop-intro .kf-assurance-pills,
  html body.tax-product_cat .kf-shop-intro .kf-assurance-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body .kf-shop-intro .kf-assurance-pills li,
  html body .kf-shop-intro .kf-assurance-pills__item {
    min-height: 124px !important;
    padding: 14px !important;
  }

  html body .kf-shop-intro .kf-assurance-pills__item--checkout {
    grid-column: 1 / -1 !important;
    min-height: 104px !important;
  }
}

/* Mobile header action lock: keep account and cart in one row beside Menu. */
@media (max-width: 700px) {
  html body .kf-header__inner {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(92px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 56px !important;
    padding: 7px 10px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 112px !important;
    max-width: 112px !important;
    max-height: 30px !important;
  }

  html body .kf-nav {
    display: none !important;
  }

  html body .kf-menu-toggle {
    display: inline-flex !important;
    min-width: 64px !important;
    min-height: 38px !important;
    padding: 0 9px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    font-size: .8rem !important;
  }

  html body .kf-actions {
    display: inline-flex !important;
    grid-column: auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  html body .kf-actions .kf-icon-link {
    display: inline-flex !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    font-size: .78rem !important;
    line-height: 1 !important;
  }

  html body .kf-actions .kf-action-label {
    display: inline-block !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--account .kf-action-label::after {
    content: "Acct" !important;
    font-size: .78rem !important;
  }

  html body .kf-icon-link--cart .kf-action-label::after {
    content: "Cart" !important;
    font-size: .78rem !important;
  }

  html body .kf-cart-count {
    flex: 0 0 auto !important;
    min-width: 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: 1px !important;
    font-size: .68rem !important;
  }
}

/* Required size selection for footwear and apparel products. */
html body.woocommerce div.product form.cart .kf-size-choice {
  display: grid;
  gap: 10px;
  order: -1;
  grid-column: 1 / -1;
  width: min(100%, 420px);
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid #d8e5f1;
  border-radius: 10px;
  background: #f8fbff;
}

html body.single-product form.cart .quantity {
  order: 1;
}

html body.single-product form.cart .single_add_to_cart_button {
  order: 2;
}

html body.single-product form.cart .kf-save-for-later {
  order: 3;
}

html body.woocommerce div.product form.cart .kf-size-choice label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #0b1220;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.25;
}

html body.woocommerce div.product form.cart .kf-size-choice label strong {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #087443;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

html body.woocommerce div.product form.cart .kf-size-choice select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  border: 1px solid #b9cada;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1220;
  font-size: 1rem;
  font-weight: 800;
}

html body.woocommerce div.product form.cart .kf-size-choice p {
  margin: 0;
  color: #536172;
  font-size: .84rem;
  line-height: 1.45;
}

html body.woocommerce ul.products li.product .kf-button--choose-size,
html body .kf-main ul.products li.product .kf-button--choose-size {
  border-color: #0b1220 !important;
  background: #0b1220 !important;
  color: #ffffff !important;
}

@media (max-width: 560px) {
  html body.woocommerce div.product form.cart .kf-size-choice {
    width: 100%;
    padding: 12px;
  }

  html body.woocommerce div.product form.cart .kf-size-choice label {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

/* Keep required size selection before quantity and cart action. */
html body.single-product form.cart .kf-size-choice {
  grid-row: 1 !important;
}

html body.single-product form.cart .quantity {
  grid-row: 2 !important;
}

html body.single-product form.cart .single_add_to_cart_button {
  grid-row: 2 !important;
}

html body.single-product form.cart .kf-save-for-later {
  grid-row: 3 !important;
}

@media (max-width: 700px) {
  html body.single-product form.cart .kf-size-choice {
    grid-row: 1 !important;
  }

  html body.single-product form.cart .quantity {
    grid-row: 2 !important;
  }

  html body.single-product form.cart .single_add_to_cart_button {
    grid-row: 3 !important;
  }

  html body.single-product form.cart .kf-save-for-later {
    grid-row: 4 !important;
  }
}

@media (max-width: 360px) {
  html body .kf-header__inner {
    grid-template-columns: minmax(72px, 1fr) auto auto !important;
    gap: 4px !important;
    padding-inline: 7px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 96px !important;
    max-width: 96px !important;
  }

  html body .kf-menu-toggle {
    min-width: 48px !important;
    padding-inline: 7px !important;
  }

  html body .kf-menu-toggle span:last-child,
  html body .kf-icon-link--account .kf-action-label::after,
  html body .kf-icon-link--cart .kf-action-label::after {
    font-size: 0 !important;
  }

  html body .kf-menu-toggle {
    width: 40px !important;
  }

  html body .kf-actions .kf-icon-link {
    width: 38px !important;
    padding-inline: 0 !important;
  }
}

/* Final mobile header lock: this must stay after legacy responsive rules. */
@media (max-width: 720px) {
  html body .kf-header__inner {
    display: grid !important;
    grid-template-columns: minmax(80px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    padding: 7px 10px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: clamp(88px, 28vw, 112px) !important;
    max-width: 112px !important;
    max-height: 30px !important;
  }

  html body .kf-nav {
    display: none !important;
  }

  html body .kf-menu-toggle {
    display: inline-flex !important;
    width: auto !important;
    min-width: 64px !important;
    min-height: 38px !important;
    padding: 0 9px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    font-size: .8rem !important;
  }

  html body .kf-actions {
    display: inline-flex !important;
    grid-column: auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  html body .kf-actions .kf-icon-link {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 8px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    font-size: .78rem !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--account {
    min-width: 52px !important;
  }

  html body .kf-icon-link--cart {
    min-width: 58px !important;
  }

  html body .kf-actions .kf-action-label {
    display: inline-block !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--account .kf-action-label {
    font-size: 0 !important;
  }

  html body .kf-icon-link--account .kf-action-label::before,
  html body .kf-icon-link--account .kf-action-label::after {
    content: "Acct" !important;
    display: inline !important;
    font-size: .78rem !important;
  }

  html body .kf-icon-link--cart .kf-action-label {
    font-size: .78rem !important;
  }

  html body .kf-icon-link--cart .kf-action-label::before,
  html body .kf-icon-link--cart .kf-action-label::after {
    content: none !important;
    display: none !important;
  }

  html body .kf-cart-count {
    flex: 0 0 auto !important;
    min-width: 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-left: 1px !important;
    font-size: .68rem !important;
  }
}

@media (max-width: 360px) {
  html body .kf-header__inner {
    grid-template-columns: minmax(68px, 1fr) auto auto !important;
    gap: 4px !important;
    padding-inline: 7px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 84px !important;
    max-width: 84px !important;
  }

  html body .kf-menu-toggle {
    width: 40px !important;
    min-width: 40px !important;
    padding-inline: 0 !important;
  }

  html body .kf-menu-toggle span:last-child {
    display: none !important;
  }

  html body .kf-icon-link--account {
    min-width: 40px !important;
    width: 40px !important;
    padding-inline: 0 !important;
  }

  html body .kf-icon-link--cart {
    min-width: 42px !important;
    width: 42px !important;
    padding-inline: 0 !important;
  }

  html body .kf-icon-link--account .kf-action-label::before,
  html body .kf-icon-link--account .kf-action-label::after,
  html body .kf-icon-link--cart .kf-action-label {
    font-size: 0 !important;
  }
}

.kf-product-card__sizes {
  display: block !important;
  margin: -4px 0 10px !important;
  color: #5c6a7d !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.kf-product-fit-panel {
  display: grid !important;
  gap: 8px !important;
  margin: 16px 0 18px !important;
  padding: 14px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #f7fafc !important;
}

.kf-product-fit-panel__row {
  display: grid !important;
  grid-template-columns: minmax(76px, max-content) 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  color: #516176 !important;
  font-size: .92rem !important;
  line-height: 1.45 !important;
}

.kf-product-fit-panel__row strong {
  color: var(--kf-ink) !important;
  font-weight: 820 !important;
}

@media (max-width: 540px) {
  .kf-product-fit-panel {
    padding: 12px !important;
  }

  .kf-product-fit-panel__row {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }
}

html body.single-product .kf-color-choice,
html body.single-product form.cart .kf-size-choice {
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 16px !important;
  margin: 16px 0 !important;
}

.kf-color-choice__header,
.kf-size-choice__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  color: var(--kf-ink) !important;
}

.kf-color-choice__header strong,
.kf-size-choice__header label {
  font-size: 1rem !important;
  font-weight: 850 !important;
}

.kf-color-choice__header span {
  min-width: 0 !important;
  color: #59687d !important;
  font-size: .9rem !important;
  line-height: 1.3 !important;
  text-align: right !important;
}

.kf-color-choice__grid {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(46px, 1fr)) !important;
  gap: 8px !important;
}

.kf-color-choice__swatch {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 7px !important;
  background: #f6f8fb !important;
  padding: 4px !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

.kf-color-choice__swatch:hover,
.kf-color-choice__swatch.is-active {
  border-color: #1d4ed8 !important;
  box-shadow: 0 0 0 2px rgba(29, 78, 216, .14) !important;
}

.kf-color-choice__swatch:hover {
  transform: translateY(-1px) !important;
}

.kf-color-choice__swatch img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}

.kf-size-guide-link {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #5a6473 !important;
  padding: 0 !important;
  font-size: .92rem !important;
  font-weight: 750 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.kf-size-choice__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.kf-size-choice__button {
  appearance: none !important;
  min-height: 54px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  font-size: 1rem !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  white-space: pre-line !important;
  cursor: pointer !important;
}

.kf-size-choice__button:hover,
.kf-size-choice__button.is-active {
  border-color: #001b41 !important;
  background: #001b41 !important;
  color: #fff !important;
}

html body.woocommerce div.product form.cart .kf-size-choice .kf-size-choice__guide {
  margin: 12px 0 0 !important;
  color: #5b6878 !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

html body.woocommerce div.product form.cart .kf-size-choice.has-error {
  border-color: #e11d48 !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, .08) !important;
}

html body.single-product form.cart .single_add_to_cart_button.kf-button--needs-size {
  background: #111 !important;
}

.kf-size-guide-modal[hidden] {
  display: none !important;
}

.kf-size-guide-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  background: rgba(5, 12, 24, .62) !important;
}

.kf-size-guide-modal__card {
  position: relative !important;
  width: min(980px, 96vw) !important;
  max-height: min(86vh, 860px) !important;
  overflow: auto !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 28px !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.25) !important;
}

.kf-size-guide-modal__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--kf-ink) !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.kf-size-guide-modal__eyebrow {
  color: #00833e !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.kf-size-guide-modal h2 {
  margin: 6px 0 8px !important;
  color: var(--kf-ink) !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  line-height: 1 !important;
}

.kf-size-guide-modal p {
  max-width: 760px !important;
  color: #536277 !important;
  line-height: 1.55 !important;
}

.kf-size-guide-modal__tables {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

.kf-size-guide-modal section,
.kf-size-guide-modal__surfaces {
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  padding: 14px !important;
  background: #f8fafc !important;
}

.kf-size-guide-modal h3 {
  margin: 0 0 10px !important;
  color: var(--kf-ink) !important;
  font-size: 1rem !important;
}

.kf-size-guide-modal table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: .88rem !important;
}

.kf-size-guide-modal th,
.kf-size-guide-modal td {
  padding: 7px 8px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  text-align: left !important;
}

.kf-size-guide-modal__surfaces {
  margin-top: 14px !important;
}

.kf-size-guide-modal__surfaces ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kf-size-guide-modal__surfaces li {
  display: grid !important;
  gap: 4px !important;
  border: 1px solid #dce5ee !important;
  border-radius: 7px !important;
  background: #fff !important;
  padding: 10px !important;
}

.kf-size-guide-modal__surfaces strong {
  color: #00833e !important;
  font-weight: 900 !important;
}

.kf-size-guide-modal__surfaces span {
  color: #536277 !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

.kf-football-boots-guide {
  margin: 32px auto 0 !important;
  padding: 26px !important;
  border: 1px solid var(--kf-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.kf-football-boots-guide h2 {
  margin: 0 0 10px !important;
  color: var(--kf-ink) !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
}

.kf-football-boots-guide p {
  max-width: 850px !important;
  color: #536277 !important;
  line-height: 1.6 !important;
}

.kf-football-boots-guide__chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

.kf-football-boots-guide__chips span {
  border-radius: 999px !important;
  background: #e9fbf0 !important;
  color: #006d35 !important;
  padding: 8px 11px !important;
  font-size: .82rem !important;
  font-weight: 820 !important;
}

@media (max-width: 720px) {
  .kf-color-choice__grid {
    grid-template-columns: repeat(4, minmax(54px, 1fr)) !important;
  }

  .kf-size-choice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kf-size-guide-modal {
    align-items: flex-end !important;
    padding: 0 !important;
  }

  .kf-size-guide-modal__card {
    width: 100% !important;
    max-height: 88vh !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 24px 16px !important;
  }

  .kf-size-guide-modal__tables,
  .kf-size-guide-modal__surfaces ul {
    grid-template-columns: 1fr !important;
  }

  .kf-football-boots-guide {
    padding: 18px !important;
  }
}

/* Final mobile storefront lock: header, cart badge, and home campaign cards. */
@media (max-width: 720px) {
  html body .kf-header__inner {
    display: grid !important;
    grid-template-columns: minmax(76px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    overflow: hidden !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: clamp(82px, 24vw, 104px) !important;
    max-width: 104px !important;
    min-width: 0 !important;
  }

  html body .kf-menu-toggle {
    width: auto !important;
    min-width: 88px !important;
    max-width: 96px !important;
    height: 42px !important;
    padding: 0 10px !important;
    gap: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  html body .kf-actions {
    display: inline-flex !important;
    grid-column: auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    min-width: 0 !important;
    max-width: 126px !important;
    white-space: nowrap !important;
  }

  html body .kf-actions .kf-icon-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    gap: 5px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--account {
    width: 58px !important;
    min-width: 58px !important;
  }

  html body .kf-icon-link--account .kf-action-label {
    display: inline-block !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--account .kf-action-label::before {
    content: "Acct" !important;
    display: inline !important;
    font-size: .78rem !important;
    font-weight: 820 !important;
  }

  html body .kf-icon-link--account .kf-action-label::after {
    content: none !important;
    display: none !important;
  }

  html body .kf-icon-link--cart {
    width: 56px !important;
    min-width: 56px !important;
  }

  html body .kf-icon-link--cart .kf-action-label {
    display: inline-block !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  html body .kf-icon-link--cart .kf-action-label::before {
    content: "Cart" !important;
    display: inline !important;
    font-size: .72rem !important;
    font-weight: 820 !important;
  }

  html body .kf-icon-link--cart .kf-action-label::after {
    content: none !important;
    display: none !important;
  }

  html body .kf-cart-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin-left: 0 !important;
    border-radius: 999px !important;
    font-size: .68rem !important;
    line-height: 1 !important;
  }

  html body.home .kf-section--campaign-posters {
    padding-top: 28px !important;
  }

  html body.home .kf-section--campaign-posters .kf-section__head {
    gap: 16px !important;
    margin-bottom: 18px !important;
  }

  html body.home .kf-section--campaign-posters .kf-section__head h2 {
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
    line-height: .98 !important;
  }

  html body.home .kf-section--campaign-posters .kf-section__head p {
    font-size: 1rem !important;
    line-height: 1.42 !important;
  }

  html body.home .kf-campaign-grid {
    display: grid !important;
    gap: 14px !important;
  }

  html body.home .kf-campaign-card {
    display: block !important;
    aspect-ratio: 16 / 10 !important;
    max-height: 300px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #eef3f8 !important;
  }

  html body.home .kf-campaign-card picture,
  html body.home .kf-campaign-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body.home .kf-campaign-card img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #0b1322 !important;
  }
}

@media (max-width: 380px) {
  html body .kf-header__inner {
    grid-template-columns: minmax(68px, 1fr) auto auto !important;
    gap: 5px !important;
    padding-inline: 8px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 78px !important;
    max-width: 78px !important;
  }

  html body .kf-menu-toggle {
    min-width: 78px !important;
    max-width: 84px !important;
    padding-inline: 8px !important;
  }

  html body .kf-icon-link--account {
    width: 48px !important;
    min-width: 48px !important;
  }

  html body .kf-icon-link--account .kf-action-label::before {
    content: "Acct" !important;
    font-size: .72rem !important;
  }

  html body .kf-icon-link--cart {
    width: 42px !important;
    min-width: 42px !important;
    padding-inline: 4px !important;
  }

  html body .kf-icon-link--cart .kf-action-label::before {
    content: none !important;
    display: none !important;
  }
}

/* Account dashboard mobile card polish. */
html body.woocommerce-account.logged-in .kf-account-dashboard__profile {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

html body.woocommerce-account.logged-in .kf-account-dashboard__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

html body.woocommerce-account.logged-in .kf-account-dashboard__hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

html body.woocommerce-account.logged-in .kf-account-dashboard__profile-link,
html body.woocommerce-account.logged-in .kf-account-dashboard__logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #fff;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

html body.woocommerce-account.logged-in .kf-account-dashboard__profile-link {
  background: rgba(255, 255, 255, 0.06);
}

html body.woocommerce-account.logged-in .kf-account-dashboard__hero h2 {
  max-width: 540px;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  html body.woocommerce-account.logged-in .kf-account-dashboard__hero {
    gap: 16px !important;
    padding: 20px !important;
    border-radius: 8px !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__profile {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__avatar,
  html body.woocommerce-account.logged-in .kf-account-avatar {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    font-size: 1.35rem !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero span {
    display: block !important;
    margin-bottom: 6px !important;
    font-size: .72rem !important;
    line-height: 1.1 !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero h2 {
    max-width: 100% !important;
    margin: 0 0 8px !important;
    font-size: clamp(1.72rem, 8.6vw, 2.1rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero p {
    max-width: 100% !important;
    font-size: .94rem !important;
    line-height: 1.38 !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero-actions {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__profile-link,
  html body.woocommerce-account.logged-in .kf-account-dashboard__logout {
    width: 100% !important;
    min-height: 40px !important;
    padding: 9px 10px !important;
    font-size: .86rem !important;
    white-space: normal !important;
  }
}

@media (max-width: 430px) {
  html body.woocommerce-account.logged-in .kf-account-dashboard__hero {
    padding: 18px 16px !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__profile {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__avatar,
  html body.woocommerce-account.logged-in .kf-account-avatar {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    font-size: 1.1rem !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero h2 {
    font-size: clamp(1.52rem, 7.6vw, 1.86rem) !important;
  }

  html body.woocommerce-account.logged-in .kf-account-dashboard__hero p {
    font-size: .88rem !important;
  }
}

/* Professional shop directory: marketplace-style structure with original imagery. */
html body.home .kf-home-directory {
  padding: clamp(34px, 5vw, 58px) 0 !important;
}

/* Footer legal copy: independent-store policy links and copyright notice. */
html body .kf-footer__bottom {
  background: #061833 !important;
  border-top: 1px solid rgba(255, 255, 255, .18) !important;
  color: rgba(255, 255, 255, .78) !important;
}

html body .kf-footer__bottom .kf-container {
  display: grid !important;
  gap: 12px !important;
}

html body .kf-footer__legal-links ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .kf-footer__legal-links li {
  margin: 0 !important;
  padding: 0 !important;
}

html body .kf-footer__legal-links a,
html body .kf-footer__bottom p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: .84rem !important;
  line-height: 1.55 !important;
}

html body .kf-footer__legal-links a {
  text-decoration: none !important;
}

html body .kf-footer__legal-links a:hover {
  color: #fff !important;
}

html body .kf-footer__bottom p {
  max-width: 1120px !important;
  margin: 0 !important;
}

@media (max-width: 620px) {
  html body .kf-footer__legal-links ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* Checkout customer-facing copy lock: hide internal test-mode labels. */
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label::after {
  content: none !important;
  display: none !important;
}

/* Checkout payment brand polish: no exposed test-card defaults, no broken card logos. */
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 8px !important;
  border: 1px solid #d9e2ec !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  color: #0f172a !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand span {
  display: block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--visa span {
  color: #1434cb !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--mastercard span {
  color: #111827 !important;
  font-size: clamp(.58rem, 1.85vw, .76rem) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--amex,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--discover,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--jcb {
  border-color: #d9e2ec !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--amex span {
  color: #2563a9 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--discover span {
  color: #b45309 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand--jcb span {
  color: #047857 !important;
}

@media (max-width: 430px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
    min-height: 40px !important;
    padding-inline: 6px !important;
    font-size: .72rem !important;
  }
}

/* Checkout card-network logos: replace text chips with compact professional marks. */
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 74px) !important;
  min-width: 0 !important;
  height: 30px !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--visa {
  color: #1434cb !important;
  font-size: 1.02rem !important;
  font-style: italic !important;
  font-weight: 950 !important;
  transform: skewX(-8deg);
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--mastercard {
  position: relative !important;
  width: 52px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__circle {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__circle--red {
  background: #eb001b !important;
  transform: translateX(8px);
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__circle--gold {
  background: #f79e1b !important;
  transform: translateX(-8px);
  mix-blend-mode: multiply;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--amex {
  width: 56px !important;
  height: 24px !important;
  border-radius: 3px !important;
  background: #1677c7 !important;
  color: #ffffff !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  text-shadow: 0 1px 0 rgba(0, 43, 92, .45);
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--discover {
  position: relative !important;
  color: #111827 !important;
  font-size: .74rem !important;
  font-weight: 950 !important;
  overflow: visible !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--discover::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 42px;
  height: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent 0%, #f97316 36%, #f97316 100%);
  transform: skewX(-18deg);
  z-index: 0;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--discover > span {
  position: relative !important;
  z-index: 1 !important;
  display: inline !important;
  color: #f97316 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--jcb {
  width: 56px !important;
  height: 24px !important;
  overflow: hidden !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  font-size: .75rem !important;
  font-weight: 950 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--jcb > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 33.333% !important;
  height: 100% !important;
  color: #ffffff !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--jcb > span:nth-child(1) {
  background: #0f5fb8 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--jcb > span:nth-child(2) {
  background: #d7193f !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__logo--jcb > span:nth-child(3) {
  background: #159447 !important;
}

/* Store assurance image icon upgrade. */
html body .kf-assurance-pills__icon,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .kf-assurance-pills__icon::before,
html body .kf-assurance-pills__icon::after,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon::before,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon::after {
  content: none !important;
  display: none !important;
}

html body .kf-assurance-pills__icon img,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

html body .kf-shop-intro .kf-assurance-pills__icon {
  width: 74px !important;
  height: 74px !important;
  margin: 0 0 18px !important;
}

html body .kf-shop-intro .kf-assurance-pills strong {
  max-width: 170px !important;
}

html body .kf-shop-intro .kf-assurance-pills span:not(.kf-assurance-pills__icon) {
  max-width: 180px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance {
  display: grid !important;
  gap: 16px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__item {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 3px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon {
  grid-row: 1 / span 2 !important;
  width: 58px !important;
  height: 58px !important;
}

html body.post-type-archive-product .kf-shop-intro .kf-assurance-pills,
html body.woocommerce-shop .kf-shop-intro .kf-assurance-pills,
html body.tax-product_cat .kf-shop-intro .kf-assurance-pills {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 520px !important;
  gap: 14px !important;
}

html body .kf-shop-intro .kf-assurance-pills li,
html body .kf-shop-intro .kf-assurance-pills__item {
  grid-template-rows: auto auto 1fr !important;
  min-height: 210px !important;
  padding: 22px 20px !important;
  overflow: visible !important;
}

html body .kf-shop-intro .kf-assurance-pills__icon {
  width: 86px !important;
  height: 86px !important;
  margin: 0 0 16px !important;
}

@media (max-width: 640px) {
  html body .kf-shop-intro .kf-assurance-pills li,
  html body .kf-shop-intro .kf-assurance-pills__item {
    min-height: 170px !important;
    padding: 16px !important;
  }

  html body .kf-shop-intro .kf-assurance-pills__icon {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 12px !important;
  }
}

/* Checkout card brand image marks. */
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
  align-items: center !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
  display: block !important;
  width: 100% !important;
  max-width: 112px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

@media (max-width: 520px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands {
    gap: 10px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
    gap: 5px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
    max-width: 64px !important;
  }
}

/* Header logo scale lock: keep the brand visible on compact checkout screens. */
html body .kf-header__inner {
  min-height: 72px !important;
}

html body .kf-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: clamp(132px, 16vw, 178px) !important;
  max-width: clamp(132px, 16vw, 178px) !important;
  min-width: clamp(132px, 16vw, 178px) !important;
}

html body .kf-logo__image {
  width: clamp(126px, 13vw, 162px) !important;
  max-width: clamp(126px, 13vw, 162px) !important;
  height: auto !important;
}

@media (max-width: 760px) {
  html body .kf-header__inner {
    grid-template-columns: minmax(138px, 1fr) auto auto !important;
    min-height: 76px !important;
    gap: 8px !important;
    padding-inline: 12px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 132px !important;
    max-width: 132px !important;
  }
}

@media (max-width: 390px) {
  html body .kf-header__inner {
    grid-template-columns: minmax(126px, 1fr) auto auto !important;
    gap: 6px !important;
    padding-inline: 10px !important;
  }

  html body .kf-logo,
  html body .kf-logo__image {
    width: 124px !important;
    max-width: 124px !important;
  }
}

html body.home .kf-home-directory .kf-container {
  display: grid !important;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 4vw, 42px) !important;
  align-items: start !important;
}

html body.home .kf-home-directory__head {
  position: sticky !important;
  top: 86px !important;
  display: grid !important;
  gap: 10px !important;
}

html body.home .kf-home-directory__head span {
  display: block !important;
  color: #00873e !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

html body.home .kf-home-directory__head h2 {
  max-width: 320px !important;
  margin: 0 !important;
  color: #071426 !important;
  font-size: clamp(1.65rem, 2.45vw, 2.35rem) !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
}

html body.home .kf-home-category-rail.kf-home-directory__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body.home .kf-home-directory-card {
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  min-width: 0 !important;
  border: 1px solid #d9e3ee !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(7, 20, 38, .06) !important;
  overflow: hidden !important;
}

html body.home .kf-home-category-rail .kf-home-directory-card__main {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-rows: 168px auto auto !important;
  justify-items: stretch !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 12px 12px 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #071426 !important;
  white-space: normal !important;
  text-decoration: none !important;
}

html body.home .kf-home-directory .kf-home-category-rail__image {
  display: block !important;
  width: 100% !important;
  height: 168px !important;
  overflow: hidden !important;
  border-radius: 7px !important;
  background: #f6f8fb !important;
}

html body.home .kf-home-directory .kf-home-category-rail__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body.home .kf-home-directory .kf-home-category-rail__label {
  box-sizing: border-box !important;
  justify-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 12px 0 0 !important;
  color: #071426 !important;
  font-size: 1.03rem !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: normal !important;
}

html body.home .kf-home-directory-card__copy {
  box-sizing: border-box !important;
  display: block !important;
  justify-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-top: 7px !important;
  color: #536176 !important;
  font-size: .86rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: normal !important;
}

html body.home .kf-home-directory-card__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  padding: 0 12px 14px !important;
}

html body.home .kf-home-category-rail .kf-home-directory-card__links a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 9px !important;
  border: 1px solid #d9e3ee !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  color: #253348 !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (max-width: 980px) {
  html body.home .kf-home-directory .kf-container {
    grid-template-columns: 1fr !important;
  }

  html body.home .kf-home-directory__head {
    position: static !important;
  }

  html body.home .kf-home-directory__head h2 {
    max-width: 680px !important;
  }

  html body.home .kf-home-category-rail.kf-home-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  html body.home .kf-home-directory .kf-container {
    width: min(100% - 28px, 720px) !important;
    gap: 16px !important;
  }

  html body.home .kf-home-category-rail.kf-home-directory__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 13px !important;
  }

  html body.home .kf-home-category-rail .kf-home-directory-card__main {
    grid-template-rows: 154px auto auto !important;
  }

  html body.home .kf-home-directory .kf-home-category-rail__image {
    height: 154px !important;
  }
}

/* Final checkout copy guard: no internal test labels on customer payment UI. */
html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods > li > label::after {
  content: none !important;
  display: none !important;
}
/* Final account/review polish: English upload control and real customer avatars. */
html body .kf-account-photo-panel__upload {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 520px;
  min-height: 46px;
  padding: 6px;
  border: 1px solid #cbd8e6;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

html body .kf-account-photo-panel__upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

html body .kf-account-photo-panel__upload-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 7px;
  background: #061833;
  color: #fff !important;
  font-size: .86rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body .kf-account-photo-panel__upload-status {
  min-width: 0;
  color: #40516c !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body.woocommerce div.product #reviews #comments ol.commentlist li img.avatar,
html body.woocommerce #reviews #comments ol.commentlist li img.avatar,
html body .commentlist .kf-review-avatar {
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background: #fff !important;
  object-fit: cover !important;
  box-shadow: 0 8px 20px rgba(7, 20, 38, .14) !important;
}

@media (max-width: 620px) {
  html body .kf-account-photo-panel__upload {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  html body .kf-account-photo-panel__upload-button {
    width: 100%;
  }
}

/* Image layout QA lock: keep storefront imagery readable on desktop and mobile. */
html body.woocommerce ul.products li.product a img,
html body.woocommerce-page ul.products li.product a img,
html body .kf-main ul.products li.product a img,
html body.single-product .related ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f6f8fb !important;
}

@media (min-width: 721px) {
  html body.woocommerce ul.products,
  html body.woocommerce-page ul.products,
  html body .kf-main ul.products {
    align-items: stretch !important;
  }
}

@media (max-width: 720px) {
  html body.home .kf-hero--campaign {
    background: #eef3f6 !important;
  }

  html body.home .kf-campaign-hero__link {
    height: clamp(300px, 50vh, 430px) !important;
    min-height: 300px !important;
    max-height: 430px !important;
    overflow: hidden !important;
    background: #dfe8eb !important;
  }

  html body.home .kf-campaign-hero__link picture,
  html body.home .kf-campaign-hero__link img {
    width: 100% !important;
    height: 100% !important;
  }

  html body.home .kf-campaign-hero__link img {
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center 34% !important;
  }

  html body.home .kf-hero--campaign::after {
    background: linear-gradient(180deg, rgba(246, 249, 252, 0) 0%, rgba(246, 249, 252, .10) 58%, #f6f9fc 100%) !important;
    opacity: .72 !important;
  }

  html body.home .kf-hero--campaign::before {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  html body.home .kf-campaign-hero__copy {
    position: relative !important;
    z-index: 2 !important;
    width: min(100% - 24px, 430px) !important;
    margin: 0 auto !important;
    padding: 22px 0 8px !important;
    color: #071426 !important;
  }

  html body.home .kf-hero--campaign {
    display: block !important;
    min-height: 0 !important;
    padding: 0 0 24px !important;
    overflow: hidden !important;
  }

  html body.home .kf-campaign-hero__link {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    display: block !important;
  }

  html body.home .kf-campaign-hero__copy h1 {
    max-width: 10.5ch !important;
    margin: 0 0 12px !important;
    font-size: clamp(2.35rem, 10vw, 3.2rem) !important;
    line-height: .98 !important;
    color: #071426 !important;
  }

  html body.home .kf-campaign-hero__copy p {
    max-width: 34rem !important;
    margin: 0 !important;
    font-size: .98rem !important;
    line-height: 1.45 !important;
    color: #40516a !important;
  }

  html body.home .kf-campaign-hero__actions {
    margin-top: 18px !important;
  }
}

/* Demo-launch QA lock: make preview payment status explicit and keep launch imagery readable. */
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note {
  border-color: #c8d8ea !important;
  background: linear-gradient(135deg, #f8fbff, #eef6ff) !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note::after {
  content: "Preview only" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 6px 10px !important;
  border: 1px solid #b7c9e0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #24415f !important;
  font-size: .74rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice {
  grid-column: 1 / -1 !important;
  display: grid !important;
  gap: 4px !important;
  margin: 0 0 4px !important;
  padding: 12px 14px !important;
  border: 1px solid #cbd8e6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #334155 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice strong {
  color: #071426 !important;
  font-size: .86rem !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__notice span {
  color: #52657c !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
  max-width: 118px !important;
}

@media (max-width: 520px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
    max-width: 88px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-payment-note::after {
    justify-self: start !important;
  }
}

html body .kf-shop-intro .kf-assurance-pills__icon {
  width: 92px !important;
  height: 92px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon {
  width: 64px !important;
  height: 64px !important;
}

html body.woocommerce ul.products li.product a img,
html body.woocommerce-page ul.products li.product a img,
html body .kf-main ul.products li.product a img,
html body.single-product .related ul.products li.product a img {
  aspect-ratio: 1 / 1 !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f5f8fc !important;
}

@media (max-width: 760px) {
  html body.home .kf-hero--campaign::before {
    background: linear-gradient(180deg, rgba(7, 20, 38, .16), rgba(7, 20, 38, .05)) !important;
  }

  html body.home .kf-hero--campaign::after {
    opacity: .16 !important;
  }

  html body.home .kf-campaign-hero__link img {
    filter: saturate(1.06) contrast(1.03) brightness(1.06) !important;
    object-position: center top !important;
  }
}

html body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods::before {
  content: "All major credit and debit cards are accepted for preview orders. No real card charge is processed." !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3::after {
  content: "Billing details are used to create this preview order." !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 4px 6px !important;
  border: 1px solid #d8e2ed !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05) !important;
  overflow: hidden !important;
}

html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
  max-width: 104px !important;
  max-height: 40px !important;
}

@media (max-width: 520px) {
  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-test-card__brands ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand {
    min-height: 58px !important;
  }

  html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-card-brand__image {
    max-width: 96px !important;
    max-height: 50px !important;
  }
}

html body .kf-assurance-pills__icon img,
html body.woocommerce-checkout:not(.woocommerce-order-received) .kf-checkout-assurance__icon img {
  filter: saturate(1.08) contrast(1.08) !important;
}
