@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-Regular.woff2') format('woff2'), url('fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-SemiBold.woff2') format('woff2'), url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-Bold.woff2') format('woff2'), url('fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --bg: #09090f;
  --surface: #1b1b2b;
  --elevated: #242139;
  --purple: #6741c7;
  --purple-deep: #433184;
  --yellow: #f3ce45;
  --text: #f8f7fc;
  --muted: #b4b2c4;
  --line: #393550;
  --radius: 12px;
  --gutter: clamp(20px,3.2vw,56px);
  --gap: clamp(10px,1.3vw,24px);
  --section: clamp(24px,2.5vw,44px);
  --font-body: clamp(11px,1vw,16px);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 var(--font-body)/1.55 Poppins,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}
body,button,input,select,textarea {
  font-family: Poppins,Arial,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--yellow);
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  vertical-align: middle;
}
h1,h2,h3,h4 {
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 .65em;
  font-weight: 700;
  letter-spacing: -.025em;
}
h1 {
  font-size: clamp(32px,3.4vw,52px);
}
h2 {
  font-size: clamp(21px,2.45vw,36px);
}
h3 {
  font-size: clamp(16px,1.4vw,22px);
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
ul,ol {
  padding-left: 1.3em;
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: .55;
}
input,select,textarea {
  max-width: 100%;
  border: 1px solid #686278;
  border-radius: 8px;
  background: #14141f;
  color: var(--text);
  padding: 12px;
  min-height: 44px;
}
input[type=checkbox],input[type=radio] {
  min-height: 0;
  accent-color: var(--purple);
  width: 18px;
  height: 18px;
}
label {
  font-weight: 600;
}
textarea {
  width: 100%;
  min-height: 130px;
}
::placeholder {
  color: #a9a6bb;
  opacity: 1;
}
option {
  background: #171521;
  color: #fff;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
a,button {
  touch-action: manipulation;
}
::selection {
  background: var(--purple);
  color: #fff;
}
[hidden] {
  display: none!important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
.skip-link:focus {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  left: 16px;
  top: 16px;
  z-index: 100000;
  background: var(--yellow);
  color: #09090f;
  padding: 14px;
}
.kfg-container {
  width: calc(100% - var(--gutter)*2);
  max-width: 1500px;
  margin-inline: auto;
}
.kfg-icon {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
}
.kfg-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 14px 24px;
  background: var(--yellow);
  color: #111018;
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: none;
  white-space: normal;
}
.kfg-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.wp-element-button:hover {
  background: #ffe371;
  color: #111018;
}
.kfg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kfg-text-link .kfg-icon {
  width: 1.2em;
}
.kfg-header {
  background: #0b0a14;
}
.kfg-utility {
  background: #34227e;
}
.kfg-utility .kfg-container {
  display: flex;
  justify-content: center;
  gap: clamp(28px,7vw,112px);
  min-height: clamp(32px,3.75vw,60px);
  align-items: center;
  font-size: clamp(10px,.95vw,15px);
}
.kfg-utility span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kfg-utility .kfg-icon {
  width: 20px;
  height: 20px;
}
.kfg-utility span:first-child .kfg-icon {
  color: var(--yellow);
}
.kfg-header-main {
  display: grid;
  grid-template-columns: auto minmax(200px,1fr) auto;
  align-items: center;
  gap: clamp(22px,3.7vw,60px);
  min-height: clamp(68px,7.7vw,122px);
}
.kfg-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(19px,2.5vw,37px);
  line-height: 1;
  letter-spacing: -.05em;
  color: #f8f7fc;
}
.kfg-logo:hover {
  color: #fff;
}
.kfg-logo small {
  font-size: .52em;
  letter-spacing: -.04em;
  color: #af86ff;
}
.kfg-for {
  color: #9153f6;
}
.kfg-games {
  color: #ff645f;
}
.kfg-emblem {
  width: 1.8em;
  height: 1.8em;
  border: 4px solid #9251ed;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #a866ff;
  transform: rotate(-8deg);
}
.kfg-emblem .kfg-icon {
  width: 1.05em;
  height: 1.05em;
}
.custom-logo-link {
  display: block;
  max-width: 450px;
}
.custom-logo {
  display: block;
  width: clamp(190px,27vw,420px);
  max-height: 90px;
  object-fit: contain;
}
.kfg-search {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
  height: clamp(42px,3.3vw,54px);
}
.kfg-search input {
  background: #f8f8fc;
  border: 0;
  border-radius: 0;
  color: #28273b;
  min-width: 0;
  flex: 1;
  padding: 10px 20px;
}
.kfg-search input::placeholder {
  color: #56566c;
}
.kfg-search button {
  background: var(--yellow);
  color: #121018;
  border: 0;
  border-radius: 0;
  width: 64px;
  display: grid;
  place-items: center;
}
.kfg-search button:focus-visible {
  outline-offset: -5px;
}
.kfg-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(5px,1.5vw,24px);
}
.kfg-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 9px;
  background: transparent;
  border: 0;
  color: #f8f7fc;
}
.kfg-currency {
  font-size: .9em;
  white-space: nowrap;
}
.kfg-cart-count {
  position: absolute;
  top: 0;
  right: -3px;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--purple);
  font-size: 10px;
  color: #fff;
}
.kfg-cart-count:empty {
  display: none;
}
.kfg-menu-toggle {
  display: none;
}
.kfg-navigation {
  background: linear-gradient(100deg,#5130b8,#5431bb 60%,#49329c);
}
.kfg-menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: clamp(38px,4.3vw,68px);
  font-weight: 600;
  font-size: clamp(10px,1vw,16px);
}
.kfg-menu>li {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 1;
  border-right: 1px solid #ffffff08;
}
.kfg-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  flex: 1;
}
.kfg-menu a:hover {
  background: #ffffff0c;
  color: #fff;
}
.kfg-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #242139;
  border: 1px solid var(--line);
  box-shadow: 0 10px 20px #0007;
  border-radius: 0 0 12px 12px;
}
.kfg-menu .sub-menu a {
  justify-content: flex-start;
  min-height: 44px;
}
.kfg-menu li:hover>.sub-menu,.kfg-menu li:focus-within>.sub-menu,.kfg-menu li.submenu-open>.sub-menu {
  display: block;
}
.kfg-menu .sub-menu .sub-menu {
  position: static;
  border: 0;
  box-shadow: none;
  padding-left: 14px;
}
.kfg-submenu-toggle {
  border: 0;
  background: transparent;
  color: #fff;
  width: 36px;
}
.kfg-home {
  position: relative;
  padding-top: clamp(16px,2vw,32px);
  padding-bottom: 28px;
}
.kfg-home::before,.kfg-home::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(145deg,#5937ae,#221947);
  width: var(--gutter);
  height: 440px;
  clip-path: polygon(0 0,80% 4%,15% 9%,70% 12%,20% 19%,50% 25%,5% 32%,75% 36%,20% 43%,50% 48%,5% 61%,70% 74%,10% 82%,90% 100%,0 94%);
}
.kfg-home::before {
  left: calc(-1*var(--gutter));
  top: 10px;
}
.kfg-home::after {
  right: calc(-1*var(--gutter));
  top: 90px;
  transform: scaleX(-1);
}
.kfg-hero-grid {
  display: grid;
  grid-template-columns: 1.875fr 1fr;
  gap: var(--gap);
}
.kfg-banner {
  width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #101320;
}
.kfg-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}
.kfg-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kfg-character {
  position: absolute;
  z-index: -1;
  object-fit: contain;
  pointer-events: none;
}
.kfg-character-hero {
  width: 68%;
  height: 100%;
  right: -2%;
  bottom: -1%;
}
.kfg-character-nintendo {
  width: 72%;
  height: 110%;
  right: -2%;
  bottom: -8%;
}
.kfg-hero:has(.kfg-character) .kfg-art img {
  transform: scale(1.13);
  object-position: center;
}
.kfg-editorial.kfg-editorial-nintendo .kfg-art img {
  object-position: center 100%;
}
.kfg-editorial.kfg-editorial-nintendo::after {
  background: linear-gradient(90deg,#081c32f2,transparent 83%);
}
.kfg-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,#090b14b3,transparent 72%);
  pointer-events: none;
}
.kfg-hero {
  aspect-ratio: 1.57;
  display: flex;
  align-items: center;
}
.kfg-hero .kfg-art img {
  object-position: 70% 48%;
}
.kfg-hero .kfg-banner-copy {
  padding: clamp(22px,3vw,50px);
  width: 53%;
}
.kfg-eyebrow {
  font-size: clamp(10px,1vw,16px);
  font-weight: 600;
  color: #d4c6ff;
  display: block;
  margin-bottom: 14px;
  white-space: nowrap;
}
.kfg-hero h1 {
  font-size: clamp(34px,4.15vw,66px);
  line-height: 1.06;
  margin-bottom: .38em;
  letter-spacing: -.035em;
}
.kfg-hero p {
  color: #d3d0e0;
  font-size: clamp(12px,1.4vw,22px);
  line-height: 1.4;
  margin-bottom: 1.4em;
}
.kfg-hero .kfg-button {
  white-space: nowrap;
  min-height: clamp(40px,3.9vw,62px);
  font-size: clamp(12px,1.3vw,20px);
  padding: 12px 24px;
}
.kfg-hero .kfg-text-link {
  display: flex;
  margin-top: 20px;
  font-size: clamp(11px,1.15vw,18px);
}
.kfg-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--gap);
  min-width: 0;
}
.kfg-tile {
  display: flex;
  align-items: flex-end;
}
.kfg-tile .kfg-banner-copy {
  padding: clamp(15px,1.75vw,28px);
  max-width: 78%;
}
.kfg-tile h2 {
  font-size: clamp(17px,1.9vw,30px);
  line-height: 1.13;
  margin-bottom: .7em;
  max-width: 12em;
}
.kfg-tile-software .kfg-banner-copy {
  max-width: 76%;
}
.kfg-tile .kfg-text-link {
  font-size: clamp(11px,1.08vw,17px);
}
.kfg-tile::after {
  background: linear-gradient(0deg,#080b1bd6,transparent 75%);
}
.kfg-platform-section {
  margin-block: var(--section);
}
.kfg-platform-section h2 {
  margin-bottom: 18px;
}
.kfg-platform-strip {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  background: linear-gradient(110deg,#5b2cc7,#443097);
  border: 1px solid #744fe0;
  border-radius: var(--radius);
  overflow: hidden;
}
.kfg-platform-strip>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: clamp(84px,9.6vw,148px);
  font-size: clamp(10px,1.15vw,18px);
  font-weight: 600;
  border-right: 1px solid #c4acff33;
  text-align: center;
  padding: 14px 6px;
}
.kfg-platform-strip>a:last-child {
  border: 0;
}
.kfg-platform-strip>a:hover {
  background: #ffffff10;
  color: #fff;
}
.kfg-platform-mark {
  display: flex;
  align-items: center;
  height: clamp(30px,3.8vw,58px);
}
.kfg-platform-mark .kfg-icon {
  width: clamp(30px,3.8vw,58px);
  height: 100%;
}
.kfg-platform-mark b {
  font-size: clamp(28px,3.5vw,54px);
  line-height: 1;
}
.kfg-yellow {
  color: var(--yellow);
}
.kfg-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: var(--gap);
}
.kfg-section-heading h2 {
  margin-bottom: .25em;
}
.kfg-section-heading p {
  color: var(--muted);
  font-size: clamp(12px,1.4vw,21px);
  margin: 0;
}
.kfg-section-heading>.kfg-text-link {
  font-size: clamp(11px,1.15vw,18px);
  white-space: nowrap;
}
.kfg-tabs {
  display: flex;
  align-items: center;
  gap: clamp(8px,1.4vw,22px);
  margin-left: auto;
}
.kfg-tabs a {
  font-size: clamp(10px,1vw,16px);
  padding: 14px 24px;
  background: var(--surface);
  border-radius: 12px;
  white-space: nowrap;
}
.kfg-tabs a[aria-current=true] {
  background: #602dcc;
  color: #fff;
}
.kfg-game-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: var(--gap);
}
.kfg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: linear-gradient(130deg,#212132,#191928);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.kfg-card-media {
  display: block;
  aspect-ratio: 5/7;
  background: #13141e;
  padding: 0;
}
.kfg-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.kfg-card-copy {
  padding: clamp(10px,1.1vw,17px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.kfg-card h3 {
  font-size: clamp(10px,1.1vw,17px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 12px 0 15px;
  min-height: 2.9em;
  overflow-wrap: anywhere;
}
.kfg-platform-pill {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #827993;
  border-radius: 99px;
  background: #39374f;
  color: #f3f0ff;
  font-size: clamp(9px,.86vw,13px);
  line-height: 1.25;
}
.kfg-card .price {
  font-size: clamp(18px,2vw,30px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--yellow);
  margin-top: auto;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}
.price ins {
  text-decoration: none;
}
.price del {
  font-size: .72em;
  opacity: .7;
  display: block;
}
.kfg-card-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
  font-size: clamp(9px,.95vw,15px);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kfg-card-detail .kfg-icon {
  width: 14px;
}
.kfg-stock-state {
  color: #ffb6b6;
  margin-bottom: 12px;
}
.kfg-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  margin-block: var(--section);
}
.kfg-editorial {
  aspect-ratio: 2;
  display: flex;
  align-items: flex-end;
}
.kfg-editorial .kfg-art img {
  object-position: right center;
}
.kfg-editorial::after {
  background: linear-gradient(90deg,#060d307d,transparent 76%);
}
.kfg-editorial .kfg-banner-copy {
  padding: clamp(18px,2.6vw,42px);
  max-width: 65%;
}
.kfg-editorial h2 {
  font-size: clamp(22px,2.5vw,38px);
  max-width: 11em;
  margin-bottom: .25em;
}
.kfg-editorial p {
  font-size: clamp(12px,1.3vw,21px);
  margin-bottom: 1.25em;
}
.kfg-editorial .kfg-text-link {
  font-size: clamp(11px,1.16vw,18px);
}
.kfg-software-section {
  margin-block: var(--section);
}
.kfg-software-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: var(--gap);
}
.kfg-software-card {
  flex-direction: row;
  align-items: center;
  padding: clamp(10px,1.6vw,24px);
  min-height: clamp(118px,13.5vw,216px);
}
.kfg-software-card .kfg-card-media {
  width: 37%;
  flex-shrink: 0;
  aspect-ratio: 1;
  background: transparent;
}
.kfg-software-card .kfg-card-copy {
  padding: 0 0 0 20px;
  align-self: stretch;
  justify-content: center;
}
.kfg-software-card h3 {
  font-size: clamp(12px,1.45vw,22px);
  margin: 0 0 .5em;
  min-height: 0;
  line-height: 1.35;
}
.kfg-software-card .price {
  font-size: clamp(18px,2vw,30px);
  margin: 0 0 .5em;
}
.kfg-software-card .kfg-card-detail {
  justify-content: flex-start;
  text-decoration: none;
}
.kfg-guide {
  padding: clamp(22px,2.5vw,40px);
  background: linear-gradient(110deg,#202032,#1a1a2c);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: var(--section);
  overflow: auto;
}
.kfg-guide h2 {
  margin-bottom: 28px;
}
.kfg-guide ol {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  gap: clamp(20px,3vw,48px);
}
.kfg-guide li {
  display: flex;
  align-items: center;
  gap: clamp(16px,2.4vw,38px);
  border-right: 1px solid #49425e;
  padding-right: 24px;
}
.kfg-guide li:last-child {
  border-right: 0;
  padding-right: 0;
}
.kfg-guide li>.kfg-icon {
  width: clamp(38px,5vw,78px);
  height: clamp(38px,5vw,78px);
  color: #9253ff;
  stroke-width: 1.3;
}
.kfg-step-number {
  font-size: clamp(12px,1.25vw,20px);
}
.kfg-guide h3 {
  font-size: clamp(12px,1.2vw,19px);
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 12px;
}
.kfg-guide p {
  color: var(--muted);
  font-size: clamp(11px,1.15vw,18px);
}
.kfg-guide>.kfg-text-link {
  float: right;
  margin-top: 24px;
  font-size: clamp(11px,1.1vw,17px);
}
.kfg-footer {
  border-top: 2px solid #683db3;
  padding: 36px 0 24px;
  background: #090a12;
}
.kfg-footer-grid {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr .85fr;
  gap: 36px;
}
.kfg-footer-brand .kfg-logo {
  font-size: clamp(17px,2.1vw,32px);
}
.kfg-footer-brand p {
  color: var(--muted);
  font-size: clamp(11px,1.15vw,18px);
  margin-top: 18px;
}
.kfg-footer h2 {
  font-size: clamp(12px,1.15vw,18px);
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.kfg-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.kfg-footer li {
  line-height: 1.8;
  color: var(--muted);
  font-size: clamp(11px,1.1vw,17px);
}
.kfg-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  color: var(--muted);
}
.kfg-footer-bottom .kfg-currency {
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 8px;
}
.kfg-page {
  padding-block: clamp(32px,4vw,64px);
  min-height: 55vh;
}
.kfg-page h1 {
  margin-bottom: 30px;
}
.entry-content {
  overflow-wrap: anywhere;
}
.entry-content p,.entry-content li {
  line-height: 1.75;
}
.entry-content a:not(.button):not(.kfg-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.entry-content td,.entry-content th {
  padding: 14px;
  border: 1px solid var(--line);
  text-align: left;
}
.entry-content figure {
  margin-inline: 0;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content .alignwide {
  width: 100%;
  max-width: 100%;
}
.entry-content .alignfull {
  max-width: 100%;
}
.kfg-page-content {
  margin-top: 40px;
}
.kfg-post {
  margin-block: 30px;
}
.kfg-empty {
  grid-column: 1/-1;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 32px;
  border-radius: var(--radius);
  width: 100%;
}
.kfg-empty p {
  color: var(--muted);
}
.kfg-comments {
  margin-top: 48px;
}
.kfg-comments form {
  max-width: 760px;
}
.kfg-comments label {
  display: block;
}
.kfg-comments .comment-form-cookies-consent label {
  display: inline;
}
.kfg-shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 22px 0;
}
.kfg-shop-filters label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kfg-shop-filters label:first-of-type {
  flex: 1;
  min-width: 150px;
}
.kfg-shop-filters input[type=number] {
  max-width: 135px;
}
.kfg-shop-filters .kfg-checkbox {
  flex-direction: row;
  align-items: center;
  align-self: center;
}
.kfg-shop-filters>a {
  align-self: center;
  text-decoration: underline;
}
.kfg-extra-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 22px 0;
}
.kfg-filter-widget {
  padding: 20px;
  background: var(--surface);
  border-radius: 12px;
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 26px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #d2c4fb;
}
.woocommerce .woocommerce-result-count {
  color: var(--muted);
  margin-block: 18px;
}
.woocommerce .woocommerce-ordering select {
  border-radius: 8px;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
  margin: 28px 0;
  padding: 0;
  clear: both;
}
.woocommerce ul.products::before,.woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.woocommerce ul.products li.product .kfg-loop-media {
  aspect-ratio: 4/5;
  background: #12131e;
}
.woocommerce ul.products li.product .kfg-loop-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
.woocommerce ul.products li.product .kfg-platform-pill {
  align-self: flex-start;
  margin: 16px 18px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.4;
  min-height: 3.8em;
  padding: 16px 18px 10px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.woocommerce ul.products li.product .price {
  color: var(--yellow);
  font-size: 26px;
  font-weight: 700;
  padding: 0 18px;
  margin: 0 0 10px;
  margin-top: auto;
  line-height: 1.3;
}
.woocommerce ul.products li.product .button {
  margin: 12px 18px 0;
  align-self: stretch;
  font-size: 14px;
  min-height: 44px;
  text-align: center;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 18px 12px;
}
.woocommerce ul.products li.product .stock {
  padding-inline: 18px;
}
.woocommerce .kfg-loop-detail {
  padding: 0 18px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce span.onsale {
  background: var(--purple);
  color: #fff;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  z-index: 2;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--surface);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--purple);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--elevated);
}
.woocommerce div.product div.images {
  width: 48%;
  float: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #141520;
  padding: 20px;
  overflow: hidden;
}
.woocommerce div.product div.summary {
  width: 47%;
  float: right;
}
.woocommerce div.product .product_title {
  font-size: clamp(28px,3vw,48px);
  margin-bottom: 22px;
}
.woocommerce div.product p.price,.woocommerce div.product span.price {
  color: var(--yellow);
  font-size: 32px;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #d2cfde;
  font-size: 16px;
  line-height: 1.7;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
  height: clamp(360px,36vw,600px);
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder img {
  height: 450px;
  object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 12px;
  padding-top: 18px;
  flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(20% - 10px);
  float: none;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #202031;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 8px;
  opacity: .7;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
  border-color: var(--purple);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--yellow);
  z-index: 9;
  right: 20px;
  top: 20px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td {
  display: block;
  text-align: left;
  padding: 8px 0;
  border: 0;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  margin: 0;
}
.woocommerce div.product form.cart .variations .reset_variations {
  display: inline-block;
  margin-top: 12px;
  color: var(--muted);
}
.woocommerce div.product form.cart {
  margin-block: 25px;
}
.woocommerce .quantity .qty {
  width: 80px;
  min-height: 48px;
  border-radius: 8px;
}
.woocommerce div.product form.cart .button {
  min-height: 48px;
  padding-inline: 28px;
}
.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt {
  background: var(--yellow);
  color: #13101a;
}
.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover {
  background: #ffe371;
  color: #13101a;
}
.woocommerce button.button.alt.disabled,.woocommerce button.button.alt:disabled {
  background: #665b33;
  color: #ddd;
}
.woocommerce div.product .stock {
  font-size: 14px;
  color: #a1e6b4;
}
.woocommerce div.product .out-of-stock {
  color: #ffb6b6;
}
.woocommerce .product_meta {
  font-size: 14px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}
.woocommerce .product_meta a {
  text-decoration: underline;
}
.kfg-product-details {
  clear: both;
  margin-block: 40px;
  padding: 30px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.kfg-product-details p {
  color: var(--muted);
}
.kfg-product-details dl {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.kfg-product-details dt {
  font-weight: 600;
}
.kfg-product-details dd {
  margin: 6px 0 0;
  color: var(--muted);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 1px solid var(--line);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
  margin: 0 8px 0 0;
  padding: 8px 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--muted);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--purple);
  border-color: var(--purple);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  line-height: 1.7;
  color: #dedbe8;
  padding: 24px 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 26px;
}
.woocommerce div.product .woocommerce-tabs .panel img {
  max-width: 100%;
  height: auto;
}
.woocommerce table.shop_attributes,.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td {
  border: 1px solid var(--line);
  padding: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid var(--line);
  background: var(--surface);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: var(--surface);
  border-color: var(--line);
}
.woocommerce .related.products,.woocommerce .up-sells {
  clear: both;
  margin-top: 44px;
}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error {
  background: var(--surface);
  color: var(--text);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.6;
}
.woocommerce .woocommerce-message {
  border-top-color: #9edaaa;
}
.woocommerce .woocommerce-info {
  border-top-color: #9e79ff;
}
.woocommerce .woocommerce-error {
  border-top-color: #ff9292;
}
.woocommerce .woocommerce-message::before {
  color: #9edaaa;
}
.woocommerce .woocommerce-info::before {
  color: #ae8cff;
}
.woocommerce .woocommerce-error::before {
  color: #ff9292;
}
.woocommerce-notices-wrapper a {
  text-decoration: underline;
}
.woocommerce table.shop_table {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  border-collapse: separate;
}
.woocommerce table.shop_table th,.woocommerce table.shop_table td {
  border-color: var(--line);
  padding: 18px;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 72px;
  max-height: 110px;
  object-fit: contain;
}
.woocommerce a.remove {
  color: #ffadad!important;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
}
.woocommerce a.remove:hover {
  background: #5a2439;
}
.woocommerce table.cart td.actions .input-text {
  width: 180px;
  min-height: 46px;
  background: #12121d;
  color: #fff;
  border-color: #676077;
}
.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells {
  width: 48%;
}
.woocommerce .cart-collaterals h2 {
  font-size: 26px;
}
.woocommerce .cart-collaterals .cross-sells ul.products {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 18px;
}
.woocommerce form .form-row label {
  line-height: 1.5;
  margin-bottom: 8px;
}
.woocommerce form .form-row .input-text {
  border: 1px solid #686278;
  border-radius: 8px;
  background: #14141f;
  color: #f8f7fc;
  padding: 12px;
  min-height: 48px;
}
.woocommerce form .form-row.woocommerce-invalid .input-text {
  border-color: #ff9090;
}
.woocommerce form .form-row.woocommerce-validated .input-text {
  border-color: #90c59f;
}
.woocommerce form .form-row-first,.woocommerce form .form-row-last {
  width: 48%;
}
.woocommerce form .form-row-wide {
  clear: both;
}
.woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 30px;
  align-items: start;
}
.woocommerce form.checkout .col2-set {
  grid-column: 1;
  width: 100%;
  min-width: 0;
}
.woocommerce form.checkout .kfg-order-panel {
  grid-column: 2;
  min-width: 0;
}
.woocommerce form.checkout .col2-set .col-1,.woocommerce form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce form.checkout #order_review_heading {
  margin: 0 0 20px;
  font-size: 28px;
}
.woocommerce form.checkout .woocommerce-NoticeGroup {
  grid-column: 1/-1;
}
.woocommerce-checkout #payment {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.woocommerce-checkout #payment div.payment_box {
  background: #302c43;
  color: #fff;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #302c43;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-color: var(--line);
}
.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 28px;
  border-radius: 12px;
}
.woocommerce form.login {
  max-width: 660px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a {
  background: var(--purple);
}
.woocommerce .woocommerce-MyAccount-content {
  width: 71%;
  overflow-wrap: anywhere;
}
.woocommerce .woocommerce-MyAccount-content a:not(.button) {
  color: var(--yellow);
}
.woocommerce ul.order_details {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  background: var(--surface);
  border-radius: 12px;
  gap: 20px;
}
.woocommerce ul.order_details li {
  float: none;
  border-color: var(--line);
  font-size: 12px;
  padding: 0 20px 0 0;
  margin: 0;
}
.woocommerce ul.order_details li strong {
  font-size: 17px;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid var(--line);
  padding: 22px;
  background: var(--surface);
}
.select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #686278;
  background: #14141f;
  color: #fff;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-dropdown {
  background: #242139;
  border-color: #686278;
  color: #fff;
}
.select2-container--default .select2-results__option[data-selected=true] {
  background: #443184;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #6741c7;
}
.woocommerce .blockUI.blockOverlay {
  background: #11111c!important;
}
.woocommerce form .show-password-input {
  color: var(--text);
}
.wc-block-components-notice-banner {
  color: var(--text);
  background: var(--surface);
  border-color: var(--line);
}
.wc-block-components-text-input input,.wc-block-components-text-input input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-text-input input {
  background: #14141f;
  color: var(--text);
  border-color: #7b748e;
}
.wc-block-components-text-input label,.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: var(--muted);
}
.wc-block-components-totals-wrapper,.wc-block-components-order-summary,.wc-block-components-checkout-step,.wc-block-cart-items,.wc-block-components-sidebar {
  border-color: var(--line);
}
.wc-block-components-checkout-order-summary__title,.wc-block-components-checkout-order-summary__content,.wc-block-components-panel__button {
  color: var(--text);
}
.wc-block-components-product-name {
  color: var(--text);
}
.wc-block-components-product-price {
  color: var(--yellow);
}
.wc-block-components-quantity-selector {
  border-color: #80748f;
}
.wc-block-components-quantity-selector button {
  color: var(--text);
}
.wc-block-components-radio-control-accordion-option,.wc-block-components-radio-control__option {
  background: var(--surface);
  color: var(--text);
}
.wc-block-components-button:not(.is-link) {
  background: var(--yellow);
  color: #121018;
  border-radius: 8px;
  min-height: 48px;
}
.wc-block-components-totals-coupon__input label {
  color: #6a6074;
}
.wc-block-components-order-summary-item__image img,.wc-block-cart-item__image img {
  object-fit: contain!important;
}
.wc-block-cart__submit-container {
  background: var(--bg);
}
.wc-block-components-address-card,.wc-block-components-address-card__edit {
  color: var(--text);
}
.wc-block-components-product-metadata {
  color: var(--muted);
}
.wc-block-components-validation-error {
  color: #ffb6b6;
}
.entry-content .wp-block-woocommerce-checkout .wc-block-components-text-input input[type],.entry-content .wp-block-woocommerce-checkout .wc-block-components-combobox-control input[type] {
  background: #14141f;
  color: #f8f7fc;
  border-color: #686278;
}
.entry-content .wp-block-woocommerce-checkout .wc-block-components-text-input label,.entry-content .wp-block-woocommerce-checkout .wc-block-components-combobox-control label {
  color: #b4b2c4;
}
.entry-content .wp-block-woocommerce-checkout .wc-blocks-components-select__container,.entry-content .wp-block-woocommerce-checkout .wc-blocks-components-select__select {
  background: #14141f;
  color: #f8f7fc;
  border-color: #686278;
}
.entry-content .wp-block-woocommerce-checkout .wc-blocks-components-select__label {
  color: #b4b2c4;
}
.entry-content .wp-block-woocommerce-checkout .wc-blocks-components-select__expand {
  fill: #f8f7fc;
}
.pswp .pswp__bg {
  background: #05050a;
}
.pswp button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
}
@media(min-width:801px) and (max-width:1100px) {
  .kfg-header-main {
    gap: 24px;
  }
  .kfg-header-actions {
    gap: 2px;
  }
  .kfg-icon-button {
    width: 32px;
    padding: 6px;
  }
  .kfg-logo {
    gap: 6px;
  }
  .kfg-emblem {
    border-width: 3px;
  }
  .kfg-search {
    height: 38px;
  }
  .kfg-search input {
    padding: 8px 12px;
    min-height: 38px;
  }
  .kfg-search button {
    width: 38px;
  }
  .kfg-tabs a {
    padding: 10px 17px;
  }
  .kfg-hero .kfg-banner-copy {
    padding: 24px;
  }
  .kfg-hero .kfg-button {
    padding: 10px 18px;
  }
  .kfg-hero .kfg-text-link {
    margin-top: 14px;
  }
  .kfg-eyebrow {
    margin-bottom: 10px;
  }
  .kfg-card h3 {
    margin: 8px 0 12px;
  }
  .kfg-card .price {
    margin-bottom: 12px;
  }
  .kfg-guide {
    padding: 18px;
  }
  .kfg-guide h2 {
    margin-bottom: 16px;
  }
  .kfg-guide ol {
    gap: 22px;
  }
  .kfg-guide li {
    gap: 18px;
    padding-right: 18px;
  }
  .kfg-guide h3 {
    margin-bottom: 8px;
  }
  .kfg-guide>.kfg-text-link {
    margin-top: 14px;
  }
  .kfg-footer {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .kfg-footer-grid {
    gap: 28px;
  }
  .kfg-footer-bottom {
    margin-top: 24px;
  }
  .kfg-footer li {
    line-height: 1.65;
  }
  .kfg-platform-section h2 {
    margin-bottom: 10px;
  }
  .kfg-platform-strip>a {
    min-height: 84px;
    gap: 10px;
    padding-block: 12px;
  }
  .kfg-software-card {
    min-height: 118px;
  }
  .kfg-software-card .kfg-card-media {
    width: 32%;
  }
  .kfg-software-card .kfg-card-copy {
    padding-left: 14px;
  }
  .kfg-guide {
    padding: 16px;
  }
  .kfg-guide h2 {
    margin-bottom: 14px;
  }
  .kfg-guide h3 {
    margin-top: 4px;
    margin-bottom: 6px;
  }
  .kfg-guide>.kfg-text-link {
    margin-top: 8px;
  }
  .kfg-footer {
    padding-top: 18px;
  }
  .kfg-footer-bottom {
    margin-top: 18px;
  }
  .kfg-footer-bottom .kfg-currency {
    padding: 6px 12px;
  }
  .kfg-home {
    padding-bottom: 16px;
  }
}
@media(min-width:1601px) {
  .kfg-hero-grid {
    gap: 24px;
  }
  .kfg-home {
    padding-top: 32px;
  }
}
@media(max-width:800px) {
  :root {
    --font-body: 14px;
    --gutter: 24px;
    --gap: 16px;
    --section: 32px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 18px;
  }
  .kfg-utility .kfg-container {
    gap: 20px;
    font-size: 10px;
    min-height: 36px;
  }
  .kfg-utility span {
    gap: 7px;
  }
  .kfg-utility .kfg-icon {
    width: 16px;
    height: 16px;
  }
  .kfg-header-main {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-block: 18px;
  }
  .kfg-logo {
    font-size: 24px;
  }
  .kfg-search {
    grid-column: 1/-1;
    grid-row: 2;
    height: 48px;
  }
  .kfg-search input {
    font-size: 14px;
  }
  .kfg-search button {
    width: 54px;
  }
  .kfg-header-actions {
    gap: 8px;
  }
  .kfg-icon-button {
    width: 40px;
    height: 44px;
  }
  .kfg-menu-toggle {
    display: inline-flex;
  }
  .kfg-navigation .kfg-menu {
    flex-wrap: wrap;
    min-height: 0;
  }
  .kfg-menu>li {
    flex: 0 0 50%;
  }
  .kfg-menu a {
    justify-content: flex-start;
    min-height: 48px;
    font-size: 14px;
  }
  .kfg-menu .sub-menu {
    position: static;
    min-width: 0;
    width: 100%;
    box-shadow: none;
  }
  .kfg-menu>li {
    flex-wrap: wrap;
  }
  .kfg-js .kfg-navigation {
    display: none;
  }
  .kfg-js .kfg-navigation.is-open {
    display: block;
  }
  .kfg-hero-grid {
    grid-template-columns: 1fr;
  }
  .kfg-hero {
    aspect-ratio: 1.57;
  }
  .kfg-hero .kfg-banner-copy {
    padding: 28px;
    width: 52%;
  }
  .kfg-hero h1 {
    font-size: clamp(36px,5.4vw,46px);
  }
  .kfg-hero p {
    font-size: 15px;
  }
  .kfg-hero .kfg-button {
    font-size: 14px;
    min-height: 46px;
  }
  .kfg-eyebrow {
    font-size: 11px;
  }
  .kfg-hero .kfg-text-link {
    font-size: 12px;
  }
  .kfg-hero-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .kfg-tile {
    aspect-ratio: 1.75;
  }
  .kfg-tile .kfg-banner-copy {
    padding: 18px;
    max-width: 90%;
  }
  .kfg-tile h2 {
    font-size: 20px;
  }
  .kfg-tile .kfg-text-link {
    font-size: 12px;
  }
  .kfg-platform-strip {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .kfg-platform-strip>a {
    min-height: 108px;
    gap: 12px;
    font-size: 12px;
    border-bottom: 1px solid #c4acff33;
  }
  .kfg-platform-strip>a:nth-child(3n) {
    border-right: 0;
  }
  .kfg-platform-strip>a:nth-child(n+4) {
    border-bottom: 0;
  }
  .kfg-platform-mark {
    height: 34px;
  }
  .kfg-platform-mark .kfg-icon {
    width: 34px;
  }
  .kfg-platform-mark b {
    font-size: 32px;
  }
  .kfg-section-heading {
    flex-wrap: wrap;
    gap: 16px;
  }
  .kfg-section-heading h2 {
    font-size: 25px;
  }
  .kfg-section-heading p {
    font-size: 14px;
  }
  .kfg-tabs {
    order: 3;
    flex-basis: 100%;
    margin: 0;
    gap: 12px;
  }
  .kfg-tabs a {
    font-size: 13px;
    min-height: 44px;
    padding: 12px 22px;
  }
  .kfg-section-heading>.kfg-text-link {
    font-size: 12px;
  }
  .kfg-game-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .kfg-card h3 {
    font-size: 14px;
    min-height: 3em;
  }
  .kfg-card-copy {
    padding: 14px;
  }
  .kfg-platform-pill {
    font-size: 10px;
  }
  .kfg-card .price {
    font-size: 23px;
  }
  .kfg-card-detail {
    font-size: 12px;
    min-height: 32px;
    gap: 5px;
  }
  .kfg-editorial .kfg-banner-copy {
    padding: 22px;
    max-width: 82%;
  }
  .kfg-editorial {
    aspect-ratio: 1.5;
  }
  .kfg-editorial h2 {
    font-size: 22px;
  }
  .kfg-editorial p {
    font-size: 13px;
  }
  .kfg-editorial .kfg-text-link {
    font-size: 12px;
  }
  .kfg-software-grid {
    grid-template-columns: 1fr;
  }
  .kfg-software-card {
    min-height: 145px;
    padding: 18px;
  }
  .kfg-software-card .kfg-card-media {
    width: 110px;
  }
  .kfg-software-card .kfg-card-copy {
    padding-left: 26px;
  }
  .kfg-software-card h3 {
    font-size: 18px;
    min-height: 0;
    margin-bottom: 8px;
  }
  .kfg-software-card .price {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .kfg-software-card .kfg-card-detail {
    font-size: 13px;
  }
  .kfg-guide {
    padding: 28px;
  }
  .kfg-guide ol {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .kfg-guide li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 22px;
    gap: 24px;
  }
  .kfg-guide li:last-child {
    border: 0;
    padding: 0;
  }
  .kfg-guide li>.kfg-icon {
    width: 48px;
    height: 48px;
  }
  .kfg-step-number {
    font-size: 14px;
  }
  .kfg-guide h3 {
    font-size: 16px;
    margin: 4px 0 8px;
  }
  .kfg-guide p {
    font-size: 14px;
  }
  .kfg-guide>.kfg-text-link {
    font-size: 13px;
    float: none;
    margin-top: 24px;
  }
  .kfg-footer-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 28px;
  }
  .kfg-footer-brand {
    grid-column: 1/-1;
  }
  .kfg-footer-brand .kfg-logo {
    font-size: 24px;
  }
  .kfg-footer-brand p {
    font-size: 14px;
  }
  .kfg-footer h2 {
    font-size: 15px;
  }
  .kfg-footer li {
    font-size: 13px;
  }
  .kfg-footer li a {
    display: inline-flex;
    padding-block: 5px;
  }
  .kfg-footer-bottom {
    font-size: 13px;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    padding: 14px 12px;
  }
  .woocommerce ul.products li.product .price {
    font-size: 23px;
    padding-inline: 12px;
  }
  .woocommerce ul.products li.product .kfg-platform-pill {
    margin-inline: 12px;
  }
  .woocommerce ul.products li.product .button {
    margin-inline: 12px;
    padding: 12px;
    font-size: 12px;
  }
  .woocommerce .kfg-loop-detail {
    padding-inline: 12px;
    font-size: 11px;
  }
  .woocommerce div.product div.images,.woocommerce div.product div.summary {
    width: 100%;
    float: none;
  }
  .woocommerce div.product div.images {
    margin-bottom: 30px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
    height: 520px;
  }
  .woocommerce form.checkout {
    display: block;
  }
  .woocommerce form.checkout #order_review_heading {
    margin-block: 32px 20px;
  }
  .woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
    margin-bottom: 32px;
  }
  .woocommerce .woocommerce-MyAccount-navigation,.woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin-bottom: 28px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce .woocommerce-MyAccount-navigation a {
    font-size: 13px;
    padding: 12px 16px;
    min-height: 44px;
  }
  .woocommerce table.shop_table {
    font-size: 14px;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
  .woocommerce .woocommerce-result-count {
    float: none;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    color: var(--muted);
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background: #242139;
  }
  .woocommerce table.shop_table td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon .input-text {
    width: 48%;
  }
  .woocommerce table.cart td.actions .coupon .button {
    width: 48%;
  }
  .wc-block-cart .wc-block-cart__sidebar {
    width: 100%;
  }
}
@media(max-width:600px) {
  :root {
    --gutter: 18px;
    --gap: 14px;
  }
  .kfg-utility .kfg-container {
    justify-content: space-between;
    gap: 7px;
  }
  .kfg-utility span {
    font-size: 9px;
    gap: 4px;
  }
  .kfg-utility .kfg-icon {
    width: 13px;
    height: 13px;
  }
  .kfg-logo {
    font-size: 18px;
    gap: 6px;
  }
  .kfg-emblem {
    border-width: 3px;
  }
  .kfg-header-main {
    gap: 12px;
    padding-block: 14px;
  }
  .kfg-header-actions {
    gap: 0;
  }
  .kfg-header-actions .kfg-currency {
    display: none;
  }
  .kfg-icon-button {
    width: 34px;
    height: 44px;
    padding: 7px;
  }
  .kfg-header-actions>a[aria-label="Saved favourites"] {
    display: none;
  }
  .kfg-hero {
    aspect-ratio: auto;
    min-height: 600px;
    align-items: flex-end;
  }
  .kfg-character-hero {
    height: 53%;
    width: 94%;
    right: 1%;
    top: 0;
    bottom: auto;
  }
  .kfg-has-mobile-art {
    display: none;
  }
  .kfg-hero .kfg-art img {
    object-fit: cover;
    object-position: 74% top;
    height: 68%;
    mask-image: linear-gradient(#000 70%,transparent 100%);
  }
  .kfg-hero::after {
    background: linear-gradient(0deg,#0c1520 10%,#0c1520c0 38%,transparent 66%);
  }
  .kfg-hero .kfg-banner-copy {
    width: 100%;
    padding: 28px;
    position: relative;
  }
  .kfg-hero h1 {
    font-size: 42px;
    line-height: 1.06;
    max-width: 300px;
  }
  .kfg-hero p {
    font-size: 15px;
    max-width: 260px;
    margin-bottom: 22px;
  }
  .kfg-hero .kfg-button {
    font-size: 14px;
    padding: 15px 20px;
  }
  .kfg-hero .kfg-text-link {
    font-size: 13px;
    margin-top: 18px;
  }
  .kfg-eyebrow {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .kfg-hero-side {
    grid-template-columns: 1fr;
  }
  .kfg-tile {
    aspect-ratio: 1.85;
    min-height: 190px;
  }
  .kfg-tile .kfg-banner-copy {
    padding: 24px;
    max-width: 76%;
  }
  .kfg-tile h2 {
    font-size: 23px;
  }
  .kfg-tile .kfg-text-link {
    font-size: 13px;
  }
  .kfg-platform-strip>a {
    font-size: 11px;
    padding-inline: 5px;
    min-height: 112px;
  }
  .kfg-platform-section h2 {
    font-size: 24px;
  }
  .kfg-section-heading h2 {
    font-size: 24px;
  }
  .kfg-section-heading>.kfg-text-link {
    margin-left: 0;
  }
  .kfg-tabs a {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
  }
  .kfg-tabs {
    gap: 8px;
  }
  .kfg-game-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .kfg-card h3 {
    font-size: 13px;
    min-height: 3.1em;
    margin: 10px 0 14px;
  }
  .kfg-card-copy {
    padding: 12px;
  }
  .kfg-platform-pill {
    padding: 4px 8px;
    font-size: 10px;
  }
  .kfg-card .price {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .kfg-card-detail {
    font-size: 11px;
    min-height: 40px;
  }
  .kfg-card-detail .kfg-icon {
    width: 16px;
  }
  .kfg-editorial-grid {
    grid-template-columns: 1fr;
  }
  .kfg-editorial {
    aspect-ratio: 1.75;
    min-height: 205px;
  }
  .kfg-editorial .kfg-banner-copy {
    max-width: 80%;
    padding: 24px;
  }
  .kfg-editorial h2 {
    font-size: 24px;
    max-width: 10em;
  }
  .kfg-editorial p {
    font-size: 13px;
  }
  .kfg-editorial .kfg-text-link {
    font-size: 13px;
  }
  .kfg-software-card {
    padding: 16px;
  }
  .kfg-software-card .kfg-card-media {
    width: 100px;
  }
  .kfg-software-card .kfg-card-copy {
    padding-left: 16px;
  }
  .kfg-software-card h3 {
    font-size: 16px;
  }
  .kfg-software-card .price {
    font-size: 23px;
  }
  .kfg-guide {
    padding: 24px 20px;
  }
  .kfg-guide h2 {
    font-size: 24px;
  }
  .kfg-guide li {
    gap: 18px;
  }
  .kfg-guide li>.kfg-icon {
    width: 42px;
    height: 42px;
  }
  .kfg-guide p {
    font-size: 13px;
  }
  .kfg-guide h3 {
    font-size: 15px;
  }
  .kfg-footer {
    padding-top: 28px;
  }
  .kfg-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }
  .kfg-footer-grid>nav:last-child {
    grid-column: 1/-1;
  }
  .kfg-footer-grid>nav:last-child ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .kfg-footer-brand .kfg-logo {
    font-size: 24px;
  }
  .kfg-footer-brand p {
    font-size: 13px;
  }
  .kfg-page {
    padding-block: 32px;
  }
  .kfg-page h1 {
    font-size: 32px;
  }
  .kfg-shop-filters {
    padding: 16px;
    gap: 14px;
  }
  .kfg-shop-filters label:first-of-type {
    flex-basis: 100%;
  }
  .kfg-shop-filters label {
    flex: 1;
  }
  .kfg-shop-filters label input {
    max-width: 100%;
    width: 100%;
  }
  .kfg-shop-filters .kfg-checkbox {
    flex-basis: 100%;
  }
  .kfg-shop-filters .kfg-checkbox input {
    width: 18px;
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    padding: 12px;
    min-height: 4em;
  }
  .woocommerce ul.products li.product .kfg-platform-pill {
    font-size: 10px;
    margin-top: 14px;
  }
  .woocommerce .kfg-loop-detail {
    font-size: 11px;
    gap: 4px;
    min-height: 40px;
  }
  .woocommerce ul.products li.product .button {
    padding: 12px 6px;
    min-height: 44px;
    font-size: 12px;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
  }
  .woocommerce div.product div.images {
    padding: 14px;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
    height: 390px;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    gap: 8px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 6px);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 14px;
  }
  .kfg-product-details {
    padding: 24px;
  }
  .kfg-product-details h2 {
    font-size: 24px;
  }
  .woocommerce form .form-row-first,.woocommerce form .form-row-last {
    width: 100%;
    float: none;
  }
  .woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error {
    font-size: 13px;
  }
  .woocommerce .woocommerce-message .button {
    float: none;
    margin-bottom: 12px;
    display: flex;
  }
  .woocommerce ul.order_details {
    padding: 20px;
    gap: 18px;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    border: 0;
  }
  .woocommerce table.shop_table td,.woocommerce table.shop_table th {
    padding: 12px;
  }
  .woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon {
    padding: 20px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce .woocommerce-MyAccount-content .shop_table td a.button {
    font-size: 12px;
    padding: 10px;
  }
  .entry-content th,.entry-content td {
    padding: 8px;
  }
  .woocommerce .woocommerce-customer-details .col2-set .col-1,.woocommerce .woocommerce-customer-details .col2-set .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
}
@media(max-width:359px) {
  .kfg-logo {
    font-size: 16px;
  }
  .kfg-header-actions .kfg-icon-button {
    width: 30px;
  }
  .kfg-game-grid,.woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .kfg-card h3 {
    font-size: 17px;
    min-height: 0;
  }
  .kfg-card-media {
    aspect-ratio: 4/5;
  }
  .kfg-card-detail {
    font-size: 14px;
  }
  .kfg-card .price {
    font-size: 27px;
  }
  .kfg-hero h1 {
    font-size: 36px;
  }
  .kfg-utility span {
    font-size: 8px;
  }
  .kfg-software-card .kfg-card-media {
    width: 85px;
  }
  .kfg-software-card h3 {
    font-size: 14px;
  }
  .kfg-footer-grid {
    grid-template-columns: 1fr;
  }
  .kfg-footer-grid>nav:last-child ul {
    grid-template-columns: 1fr;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .01ms!important;
    scroll-behavior: auto!important;
  }
}
@media print {
  .kfg-header,.kfg-footer,.kfg-save,.kfg-shop-filters {
    display: none;
  }
  body {
    background: #fff;
    color: #111;
  }
  .kfg-container {
    width: 100%;
  }
  a {
    color: #111;
  }
}
