:root {
	--khome-blue: #1949c9;
	--khome-blue-dark: #123aa3;
	--khome-blue-soft: #e9f1ff;
	--khome-yellow: #febd01;
	--khome-orange: #ff8b23;
	--khome-pink: #fff1f5;
	--khome-ink: #111111;
	--khome-muted: #666666;
	--khome-line: #e5e5e5;
	--khome-surface: #ffffff;
	--khome-surface-alt: #f7f7f7;
	--khome-radius: 6px;
	--khome-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
	--khome-shell: min(1380px, calc(100vw - 32px));
	--khome-font: "Jost", "Avenir Next", "Segoe UI", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.khome-body {
	margin: 0;
	background: #ffffff;
	color: var(--khome-ink);
	font-family: var(--khome-font);
	overflow-x: hidden;
}

body.khome-body.khome-menu-open,
body.khome-body.khome-search-open {
	overflow: hidden;
}

.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;
}

.khome-body .wp-site-blocks,
.khome-body .site,
.khome-body .site-content,
.khome-body .entry-content {
	margin: 0;
	padding: 0;
}

.khome-page {
	min-height: 100vh;
	background: #ffffff;
}

.khome-shell {
	width: var(--khome-shell);
	margin: 0 auto;
}

.khome-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.admin-bar .khome-header {
	top: 32px;
}

.khome-header.is-scrolled {
	box-shadow: 0 16px 32px rgba(17, 17, 17, 0.08);
}

.khome-utility-bar {
	display: none;
}

.khome-utility-bar__inner,
.khome-header-main__inner,
.khome-nav-row__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.khome-utility-bar__inner {
	min-height: 38px;
	font-size: 12px;
}

.khome-utility-bar__notice {
	margin: 0;
	color: var(--khome-muted);
	font-weight: 500;
}

.khome-utility-bar__links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.khome-utility-bar__links a,
.khome-primary-nav__list a,
.khome-footer a,
.khome-link {
	color: var(--khome-ink);
	text-decoration: none;
}

.khome-header-main {
	background: linear-gradient(180deg, var(--khome-blue) 0%, var(--khome-blue-dark) 100%);
}

.khome-header-main__inner {
	min-height: 82px;
}

.khome-brand-wrap,
.khome-header-tools {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.khome-brand {
	display: flex;
	align-items: center;
}

.khome-brand__link {
	display: inline-flex;
	align-items: center;
}

.khome-brand img,
.khome-brand__image {
	display: block;
	max-height: 42px;
	width: auto;
	filter: none;
}

.khome-brand__name {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.khome-menu-toggle,
.khome-tool,
.khome-category-trigger,
.khome-slider-arrow,
.khome-scroll-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.khome-menu-toggle,
.khome-tool {
	min-height: 48px;
	padding: 0 14px;
	border-radius: 999px;
	color: #ffffff;
	transition: background 0.2s ease, color 0.2s ease;
}

.khome-menu-toggle:hover,
.khome-tool:hover {
	background: rgba(255, 255, 255, 0.12);
}

.khome-menu-toggle svg,
.khome-tool svg,
.khome-category-trigger svg,
.khome-slider-arrow svg,
.khome-scroll-arrow svg,
.khome-usp-card__icon svg,
.khome-product-card__actions svg,
.khome-search__button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.khome-menu-toggle {
	display: none;
	padding: 0 12px;
}

.khome-search-shell {
	flex: 1 1 auto;
}

.khome-search {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 74px;
	align-items: stretch;
	min-height: 46px;
	border-radius: 999px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: none;
}

.khome-search__select,
.khome-search__input,
.khome-search__button {
	border: 0;
	font: inherit;
}

.khome-search__select,
.khome-search__input {
	padding: 0 18px;
}

.khome-search__select {
	background: #ffffff;
	color: var(--khome-ink);
	border-right: 1px solid rgba(17, 17, 17, 0.12);
	font-size: 13px;
	font-weight: 500;
}

.khome-search__input {
	width: 100%;
	color: var(--khome-ink);
	font-size: 14px;
}

.khome-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	padding: 0;
	background: #ffffff;
	color: var(--khome-ink);
	border-left: 1px solid rgba(17, 17, 17, 0.1);
}

.khome-tool {
	gap: 8px;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
}

.khome-tool--mobile {
	display: none;
}

.khome-tool__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
}

.khome-tool__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1;
}

.khome-tool__text strong,
.khome-tool__text small {
	display: block;
}

.khome-tool__text strong {
	font-size: 12px;
	font-weight: 700;
}

.khome-tool__text small {
	font-size: 11px;
	font-weight: 500;
	opacity: 0.86;
}

.khome-tool__count {
	position: absolute;
	top: -2px;
	right: -2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--khome-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.khome-tool--wishlist,
.khome-tool--cart {
	position: relative;
}

.khome-search__button span {
	display: none;
}

.khome-nav-row {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--khome-line);
}

.khome-nav-row__inner {
	min-height: 58px;
}

.khome-nav-row__left,
.khome-primary-nav__list,
.khome-nav-utility {
	display: flex;
	align-items: center;
}

.khome-nav-row__left {
	gap: 22px;
}

.khome-category-trigger {
	gap: 10px;
	padding: 0 18px;
	min-height: 40px;
	border-radius: var(--khome-radius);
	background: var(--khome-yellow);
	color: var(--khome-ink);
	font-size: 14px;
	font-weight: 700;
}

.khome-primary-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 24px;
}

.khome-primary-nav__list a {
	font-size: 14px;
	font-weight: 600;
}

.khome-nav-utility {
	gap: 8px;
}

.khome-nav-utility__item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f6f6f6;
	color: var(--khome-ink);
}

.khome-nav-utility__item small {
	color: var(--khome-muted);
	font-size: 11px;
}

.khome-nav-utility__item strong {
	font-size: 12px;
}

.khome-categories-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 18px 0 22px;
	background: #ffffff;
	box-shadow: 0 24px 38px rgba(17, 17, 17, 0.08);
	border-top: 1px solid var(--khome-line);
}

.khome-categories-dropdown__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.khome-categories-dropdown__grid a {
	display: grid;
	align-content: start;
	gap: 6px;
	padding: 14px;
	border: 1px solid var(--khome-line);
	border-radius: var(--khome-radius);
	color: var(--khome-ink);
	text-decoration: none;
	background: #ffffff;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.khome-categories-dropdown__grid a:hover {
	background: #f8fbff;
	border-color: rgba(25, 73, 201, 0.18);
	transform: translateY(-1px);
}

.khome-categories-dropdown__grid strong {
	display: block;
	font-size: 14px;
}

.khome-categories-dropdown__grid span {
	display: block;
	color: var(--khome-muted);
	font-size: 12px;
	line-height: 1.45;
}

.khome-mobile-search[hidden],
.khome-mobile-panel[hidden] {
	display: none;
}

.khome-mobile-search {
	padding: 12px 0 16px;
	background: linear-gradient(180deg, var(--khome-blue) 0%, var(--khome-blue-dark) 100%);
}

.khome-search--mobile {
	box-shadow: none;
}

.khome-mobile-panel {
	position: fixed;
	inset: 0;
	z-index: 80;
}

.khome-mobile-panel__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.52);
}

.khome-mobile-panel__sheet {
	position: absolute;
	top: 0;
	left: 0;
	width: min(90vw, 380px);
	height: 100%;
	padding: 20px;
	background: #ffffff;
	box-shadow: var(--khome-shadow);
	overflow: auto;
}

.khome-mobile-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.khome-mobile-panel__header button {
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.khome-mobile-panel__nav ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.khome-mobile-panel__nav a,
.khome-mobile-panel__group summary {
	display: block;
	padding: 14px 16px;
	border: 1px solid var(--khome-line);
	border-radius: var(--khome-radius);
	color: var(--khome-ink);
	text-decoration: none;
	font-weight: 600;
}

.khome-mobile-panel__group {
	border-radius: var(--khome-radius);
}

.khome-mobile-panel__group summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	list-style: none;
	background: #ffffff;
}

.khome-mobile-panel__group summary::-webkit-details-marker {
	display: none;
}

.khome-mobile-panel__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	transition: transform 0.2s ease;
}

.khome-mobile-panel__group[open] .khome-mobile-panel__chevron {
	transform: rotate(90deg);
}

.khome-mobile-panel__children {
	display: grid;
	gap: 8px;
	padding: 10px 0 0;
}

.khome-mobile-panel__children a {
	margin-left: 12px;
}

.khome-mobile-panel__parent-link {
	background: #f7f9ff;
}

.khome-main {
	padding: 0;
}

.khome-section-kicker {
	margin: 0 0 10px;
	color: var(--khome-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.khome-section-heading {
	margin-bottom: 26px;
}

.khome-section-heading h1,
.khome-section-heading h2,
.khome-hero-slide h1,
.khome-promo-banner h3,
.khome-mid-banner h2,
.khome-newsletter h2 {
	margin: 0;
	line-height: 1.08;
}

.khome-section-heading h2,
.khome-mid-banner h2,
.khome-newsletter h2 {
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 600;
}

.khome-section-heading--center {
	text-align: center;
}

.khome-section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.khome-section-heading__actions,
.khome-carousel-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.khome-link {
	font-size: 14px;
	font-weight: 600;
}

.khome-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.khome-button--light {
	background: #ffffff;
	color: var(--khome-ink);
}

.khome-button--ghost-light {
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: transparent;
	color: #ffffff;
}

.khome-button--sun {
	background: var(--khome-yellow);
	color: var(--khome-ink);
}

.khome-hero-section__grid {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.khome-category-panel {
	position: relative;
	border: 1px solid var(--khome-line);
	border-radius: var(--khome-radius);
	background: #ffffff;
	overflow: visible;
}

.khome-category-panel__header {
	display: none;
}

.khome-category-panel__header strong {
	font-size: 16px;
	font-weight: 700;
}

.khome-category-panel__list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.khome-category-panel__item {
	position: relative;
}

.khome-category-panel__link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 17px 18px;
	color: var(--khome-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--khome-line);
	transition: background 0.2s ease, padding-left 0.2s ease;
}

.khome-category-panel__list li:last-child .khome-category-panel__link {
	border-bottom: 0;
}

.khome-category-panel__link:hover {
	background: #f9fbff;
	padding-left: 22px;
}

.khome-category-panel__label {
	display: block;
}

.khome-category-panel__name {
	font-size: 14px;
	font-weight: 600;
}

.khome-category-panel__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #8a8a8a;
}

.khome-category-flyout {
	position: absolute;
	top: -1px;
	left: calc(100% - 1px);
	z-index: 8;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(180px, 0.82fr);
	gap: 22px;
	width: min(560px, 52vw);
	min-height: calc(100% + 2px);
	padding: 22px;
	border: 1px solid var(--khome-line);
	border-left: 0;
	background: #ffffff;
	box-shadow: 0 26px 42px rgba(17, 17, 17, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateX(12px);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.khome-category-panel__item.has-children:hover > .khome-category-flyout,
.khome-category-panel__item.has-children:focus-within > .khome-category-flyout {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.khome-category-flyout__content {
	display: grid;
	align-content: start;
	gap: 16px;
}

.khome-category-flyout__intro strong {
	display: block;
	font-size: 22px;
	line-height: 1.15;
}

.khome-category-flyout__meta {
	margin: 12px 0 0;
	color: var(--khome-muted);
	font-size: 13px;
	line-height: 1.5;
}

.khome-category-flyout__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-content: start;
}

.khome-category-flyout__links a {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f7f9ff;
	color: var(--khome-ink);
	text-decoration: none;
	border: 1px solid transparent;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.khome-category-flyout__links a:hover,
.khome-category-flyout__links a.is-current {
	background: #ffffff;
	border-color: rgba(25, 73, 201, 0.16);
}

.khome-category-flyout__links strong,
.khome-category-flyout__links span {
	display: block;
}

.khome-category-flyout__links span {
	margin-top: 5px;
	color: var(--khome-muted);
	font-size: 12px;
	line-height: 1.5;
}

.khome-category-flyout__media {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100%;
	padding: 18px;
	border-radius: 18px;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(8, 18, 43, 0.04) 0%, rgba(8, 18, 43, 0.58) 100%), var(--khome-flyout-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.khome-category-flyout__media span,
.khome-category-flyout__media strong {
	position: relative;
	z-index: 1;
}

.khome-category-flyout__media span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.9;
}

.khome-category-flyout__media strong {
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.2;
}

.khome-hero-slider {
	position: relative;
	overflow: hidden;
	border-radius: var(--khome-radius);
}

.khome-hero-slider__track {
	display: flex;
	transition: transform 0.45s ease;
}

.khome-hero-slide {
	position: relative;
	flex: 0 0 100%;
	min-width: 100%;
	display: block;
	min-height: 550px;
	overflow: hidden;
}

.khome-hero-slide--sunrise {
	background: #febd01;
}

.khome-hero-slide--sky {
	background: var(--khome-blue);
	color: #ffffff;
}

.khome-hero-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--khome-hero-image);
	background-repeat: no-repeat;
	background-position: var(--khome-hero-position, right center);
	background-size: var(--khome-hero-size, cover);
}

.khome-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.khome-hero-slide--sunrise::before {
	background: linear-gradient(90deg, rgba(254, 189, 1, 0.98) 0%, rgba(254, 189, 1, 0.96) 46%, rgba(254, 189, 1, 0.74) 60%, rgba(254, 189, 1, 0.08) 78%, rgba(254, 189, 1, 0) 88%);
}

.khome-hero-slide--sky::before {
	background: linear-gradient(90deg, rgba(18, 58, 163, 0.96) 0%, rgba(25, 73, 201, 0.92) 46%, rgba(25, 73, 201, 0.54) 62%, rgba(25, 73, 201, 0.08) 80%, rgba(25, 73, 201, 0) 90%);
}

.khome-hero-slide__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(34%, 420px);
	padding: 78px 56px 92px;
}

.khome-hero-slide h1 {
	max-width: none;
	font-size: clamp(40px, 4.1vw, 56px);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.khome-hero-slide__price,
.khome-hero-slide__lede {
	margin: 22px 0 0;
}

.khome-hero-slide__price {
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 700;
	line-height: 1.15;
}

.khome-hero-slide__lede {
	display: none;
}

.khome-hero-slide--sky .khome-section-kicker,
.khome-hero-slide--sky .khome-hero-slide__price,
.khome-hero-slide--sky .khome-hero-slide__lede {
	color: rgba(255, 255, 255, 0.92);
}

.khome-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.khome-hero-slide__visual {
	display: none;
}

.khome-hero-slider__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.khome-slider-arrow,
.khome-scroll-arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--khome-ink);
	box-shadow: 0 14px 24px rgba(17, 17, 17, 0.12);
	pointer-events: auto;
}

.khome-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	pointer-events: auto;
}

.khome-slider-dots button {
	width: 12px;
	height: 12px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.62);
	cursor: pointer;
}

.khome-slider-dots button.is-active {
	background: var(--khome-blue);
}

.khome-circle-section,
.khome-promo-section,
.khome-product-section,
.khome-mid-banner-section,
.khome-usp-section,
.khome-testimonials-section,
.khome-gallery-section,
.khome-newsletter-section {
	padding-top: 56px;
}

.khome-scroll-shell {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	gap: 14px;
	align-items: center;
}

.khome-circle-track,
.khome-product-track {
	display: grid;
	grid-auto-flow: column;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.khome-circle-track::-webkit-scrollbar,
.khome-product-track::-webkit-scrollbar {
	display: none;
}

.khome-circle-track {
	grid-auto-columns: minmax(104px, 1fr);
	gap: 18px;
	padding: 4px 0;
}

.khome-circle-card {
	display: grid;
	justify-items: center;
	gap: 14px;
	color: var(--khome-ink);
	text-decoration: none;
}

.khome-circle-card__image {
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: #f6f6f6;
	overflow: hidden;
	box-shadow: none;
}

.khome-circle-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.khome-circle-card__label {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.35;
}

.khome-circle-card--sun .khome-circle-card__image {
	background: #fff3d4;
}

.khome-circle-card--sky .khome-circle-card__image,
.khome-circle-card--blue .khome-circle-card__image {
	background: #edf3ff;
}

.khome-circle-card--pink .khome-circle-card__image {
	background: #fff0f4;
}

.khome-promo-grid {
	display: grid;
	grid-template-columns: 1.58fr 1fr;
	gap: 24px;
}

.khome-promo-grid--small {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.khome-promo-banner,
.khome-mid-banner,
.khome-newsletter {
	position: relative;
	display: grid;
	overflow: hidden;
	border-radius: var(--khome-radius);
	color: inherit;
	text-decoration: none;
}

.khome-promo-banner {
	grid-template-columns: minmax(0, 1fr);
	min-height: 300px;
	padding: 34px;
	background-image: var(--khome-banner-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.khome-promo-banner--lead {
	min-height: 300px;
}

.khome-promo-banner--tall {
	min-height: 300px;
}

.khome-promo-banner--small {
	min-height: 190px;
	padding: 28px;
}

.khome-promo-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
}

.khome-promo-banner--blue {
	color: #ffffff;
}

.khome-promo-banner--blue::before {
	background: linear-gradient(90deg, rgba(25, 73, 201, 0.96) 0%, rgba(25, 73, 201, 0.88) 42%, rgba(25, 73, 201, 0.18) 76%, rgba(25, 73, 201, 0) 100%);
}

.khome-promo-banner--sky::before {
	background: linear-gradient(90deg, rgba(237, 243, 255, 0.98) 0%, rgba(237, 243, 255, 0.9) 46%, rgba(237, 243, 255, 0.22) 78%, rgba(237, 243, 255, 0) 100%);
}

.khome-promo-banner--sun::before {
	background: linear-gradient(90deg, rgba(255, 241, 196, 0.98) 0%, rgba(255, 241, 196, 0.9) 46%, rgba(255, 241, 196, 0.16) 78%, rgba(255, 241, 196, 0) 100%);
}

.khome-promo-banner--pink::before {
	background: linear-gradient(90deg, rgba(255, 232, 238, 0.98) 0%, rgba(255, 232, 238, 0.9) 46%, rgba(255, 232, 238, 0.14) 78%, rgba(255, 232, 238, 0) 100%);
}

.khome-promo-banner__copy {
	position: relative;
	z-index: 1;
	align-self: center;
	max-width: min(56%, 30rem);
}

.khome-promo-banner__copy h3 {
	max-width: 12ch;
	font-size: clamp(22px, 2.4vw, 34px);
	font-weight: 600;
}

.khome-promo-banner__copy p {
	margin: 14px 0 0;
	max-width: 32ch;
	font-size: 15px;
	line-height: 1.6;
}

.khome-promo-banner--blue .khome-section-kicker,
.khome-promo-banner--blue .khome-promo-banner__copy p {
	color: rgba(255, 255, 255, 0.92);
}

.khome-promo-banner__media {
	display: none;
}

.khome-product-track {
	grid-auto-columns: calc((100% - 64px) / 5);
	gap: 16px;
	padding: 2px 4px 10px;
}

.khome-product-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid var(--khome-line);
	border-radius: 4px;
	overflow: hidden;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
	scroll-snap-align: start;
}

.khome-product-card:hover {
	transform: none;
	box-shadow: none;
}

.khome-product-card__media-wrap {
	position: relative;
	padding: 14px 14px 10px;
	background: #ffffff;
}

.khome-product-card__media {
	display: block;
	aspect-ratio: 1 / 1;
	background: #f9f9f9;
	border-radius: var(--khome-radius);
	padding: 14px;
}

.khome-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.khome-product-card__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	display: grid;
	gap: 6px;
}

.khome-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.khome-badge--sale {
	background: #ff4f4f;
	color: #ffffff;
}

.khome-badge--new {
	background: var(--khome-blue);
	color: #ffffff;
}

.khome-badge--hot {
	background: var(--khome-yellow);
	color: var(--khome-ink);
}

.khome-product-card__actions {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	gap: 8px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.khome-product-card:hover .khome-product-card__actions,
.khome-product-card:focus-within .khome-product-card__actions {
	opacity: 1;
	transform: translateY(0);
}

.khome-product-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--khome-ink);
	box-shadow: 0 10px 18px rgba(17, 17, 17, 0.12);
}

.khome-product-card__body {
	display: grid;
	gap: 6px;
	padding: 0 13px 14px;
}

.khome-product-card__category {
	color: var(--khome-blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.khome-product-card__body h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	display: -webkit-box;
	min-height: 36px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.khome-product-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.khome-rating {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	line-height: 1;
}

.khome-rating__back,
.khome-rating__front {
	font-family: Arial, sans-serif;
	letter-spacing: 0.08em;
}

.khome-rating__back {
	color: #d7d7d7;
}

.khome-rating__front {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: var(--khome-yellow);
	white-space: nowrap;
}

.khome-rating small {
	margin-left: 76px;
	color: var(--khome-muted);
	font-size: 11px;
}

.khome-product-card__price {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.khome-product-card__price strong {
	color: var(--khome-blue);
	font-size: 17px;
	font-weight: 700;
}

.khome-product-card__price del {
	color: #9b9b9b;
	font-size: 13px;
}

.khome-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 8px;
	border-top: 1px solid var(--khome-line);
	font-size: 12px;
}

.khome-product-card__meta span {
	color: var(--khome-muted);
}

.khome-product-card__meta a {
	color: var(--khome-ink);
	font-weight: 700;
	text-decoration: none;
}

.khome-mid-banner {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
	min-height: 360px;
	padding: 40px 46px;
	background-color: var(--khome-blue);
	background-image: var(--khome-mid-banner-image);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	color: #ffffff;
	isolation: isolate;
}

.khome-mid-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(17, 49, 150, 0.96) 0%, rgba(17, 49, 150, 0.92) 40%, rgba(17, 49, 150, 0.42) 70%, rgba(17, 49, 150, 0) 100%);
}

.khome-mid-banner__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: min(54%, 34rem);
}

.khome-mid-banner__copy p:not(.khome-section-kicker) {
	margin: 18px 0 0;
	max-width: 38ch;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.khome-mid-banner__copy .khome-button {
	margin-top: 26px;
	align-self: flex-start;
}

.khome-usp-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.khome-usp-section {
	padding-top: 42px;
	padding-bottom: 28px;
	background: #f4f5f8;
}

.khome-usp-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 16px;
	border: 1px solid var(--khome-line);
	border-radius: var(--khome-radius);
	background: #ffffff;
}

.khome-usp-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #eef4ff;
	color: var(--khome-blue);
	flex: 0 0 auto;
}

.khome-usp-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

.khome-usp-card p {
	margin: 0;
	color: var(--khome-muted);
	font-size: 13px;
	line-height: 1.55;
}

.khome-testimonials-section {
	background: #f6f6f6;
	padding-bottom: 64px;
}

.khome-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.khome-testimonial-card {
	margin: 0;
	padding: 28px;
	border-radius: var(--khome-radius);
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.06);
}

.khome-testimonial-card__stars {
	color: var(--khome-yellow);
	letter-spacing: 0.14em;
}

.khome-testimonial-card p {
	margin: 14px 0 0;
	color: #323232;
	font-size: 15px;
	line-height: 1.72;
}

.khome-testimonial-card footer {
	margin-top: 18px;
}

.khome-testimonial-card footer strong,
.khome-testimonial-card footer span {
	display: block;
}

.khome-testimonial-card footer strong {
	font-size: 15px;
}

.khome-testimonial-card footer span {
	margin-top: 4px;
	color: var(--khome-muted);
	font-size: 12px;
}

.khome-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 170px;
	gap: 16px;
}

.khome-gallery-card {
	position: relative;
	display: block;
	border-radius: var(--khome-radius);
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
}

.khome-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.khome-gallery-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.82) 100%);
}

.khome-gallery-card span {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 1;
}

.khome-gallery-card small,
.khome-gallery-card strong {
	display: block;
}

.khome-gallery-card small {
	margin-bottom: 6px;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.khome-gallery-card strong {
	font-size: 18px;
	line-height: 1.25;
}

.khome-gallery-card:hover img {
	transform: scale(1.05);
}

.khome-gallery-card--large {
	grid-column: span 2;
	grid-row: span 2;
}

.khome-gallery-card--wide {
	grid-column: span 2;
}

.khome-newsletter {
	grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
	min-height: 340px;
	padding: 40px 46px;
	background-color: var(--khome-blue);
	background-image: var(--khome-newsletter-image);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	color: #ffffff;
	isolation: isolate;
}

.khome-newsletter::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(17, 49, 150, 0.96) 0%, rgba(17, 49, 150, 0.94) 38%, rgba(17, 49, 150, 0.52) 68%, rgba(17, 49, 150, 0.08) 100%);
}

.khome-newsletter__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.khome-newsletter__copy p:not(.khome-section-kicker):not(.khome-newsletter__notice) {
	margin: 18px 0 0;
	max-width: 40ch;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.khome-newsletter__notice {
	display: inline-flex;
	align-self: flex-start;
	margin: 18px 0 0;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 13px;
}

.khome-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.khome-newsletter__form input[type="email"] {
	flex: 1 1 280px;
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	font: inherit;
}

.khome-newsletter__media {
	display: none;
}

.khome-newsletter__orb {
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 55%, rgba(255, 255, 255, 0) 78%);
}

.khome-footer {
	padding: 56px 0 40px;
}

.khome-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 1fr));
	gap: 24px;
	padding-top: 34px;
	border-top: 1px solid var(--khome-line);
}

.khome-brand--footer .khome-brand__name {
	color: var(--khome-ink);
}

.khome-footer__brand p {
	margin: 18px 0 0;
	max-width: 34ch;
	color: var(--khome-muted);
	font-size: 14px;
	line-height: 1.72;
}

.khome-footer__column strong {
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
}

.khome-footer__column a {
	display: block;
	margin-bottom: 10px;
	color: var(--khome-muted);
	font-size: 14px;
}

@media (max-width: 1280px) {
	.khome-product-track {
		grid-auto-columns: calc((100% - 64px) / 5);
	}

	.khome-categories-dropdown__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1080px) {
	.admin-bar .khome-header {
		top: 46px;
	}

	.khome-utility-bar__notice {
		display: none;
	}

	.khome-header-main__inner {
		flex-wrap: wrap;
		padding: 18px 0;
	}

	.khome-search-shell {
		order: 3;
		width: 100%;
	}

	.khome-search {
		grid-template-columns: 160px minmax(0, 1fr) 72px;
	}

	.khome-hero-section__grid,
	.khome-promo-grid,
	.khome-promo-grid--small,
	.khome-mid-banner,
	.khome-newsletter,
	.khome-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.khome-category-panel {
		display: none;
	}

	.khome-product-track {
		grid-auto-columns: calc((100% - 48px) / 4);
	}

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

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

@media (max-width: 920px) {
	.khome-menu-toggle,
	.khome-tool--mobile {
		display: inline-flex;
	}

	.khome-nav-utility,
	.khome-primary-nav {
		display: none;
	}

	.khome-header-main__inner {
		min-height: 0;
		padding: 16px 0 14px;
		row-gap: 12px;
	}

	.khome-brand-wrap {
		flex: 1 1 auto;
		min-width: 0;
	}

	.khome-header-tools {
		flex: 0 0 auto;
	}

	.khome-brand-wrap,
	.khome-header-tools {
		gap: 8px;
	}

	.khome-search-shell {
		display: block;
		order: 3;
		width: 100%;
	}

	.khome-search {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 46px;
		box-shadow: none;
	}

	.khome-search__select {
		display: none;
	}

	.khome-search__button {
		min-width: 52px;
		padding: 0 16px;
	}

	.khome-tool {
		min-height: 0;
		padding: 0;
		border: 0;
		background: transparent;
		border-radius: 0;
	}

	.khome-menu-toggle {
		padding: 0;
		border: 0;
		background: transparent;
	}

	.khome-tool--mobile,
	.khome-tool__text {
		display: none;
	}

	.khome-header-tools {
		gap: 14px;
	}

	.khome-tool__icon,
	.khome-menu-toggle {
		width: 30px;
		height: 30px;
	}

	.khome-tool__count {
		top: -4px;
		right: -6px;
	}

	.khome-nav-row,
	.khome-categories-dropdown,
	.khome-mobile-search {
		display: none !important;
	}

	.khome-hero-slide {
		min-height: 520px;
	}

	.khome-hero-slide::after {
		background-position: 82% center;
		background-size: cover;
	}

	.khome-hero-slide__content {
		width: min(44%, 360px);
		padding: 52px 36px 88px;
	}

	.khome-hero-slide h1 {
		font-size: clamp(36px, 5.4vw, 50px);
	}

	.khome-hero-slide__price {
		font-size: 20px;
	}

	.khome-hero-slider__controls {
		bottom: 18px;
	}

	.khome-circle-track {
		grid-auto-columns: 98px;
	}

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

	.khome-gallery-card--large,
	.khome-gallery-card--wide {
		grid-column: span 1;
		grid-row: span 1;
	}
}

@media (max-width: 720px) {
	:root {
		--khome-shell: min(100vw - 20px, 100%);
	}

	.khome-utility-bar {
		display: none;
	}

	.khome-header-main__inner {
		min-height: 74px;
		padding: 18px 0 16px;
	}

	.khome-brand img {
		max-height: 36px;
	}

	.khome-brand__name {
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.khome-tool__icon,
	.khome-menu-toggle {
		width: 28px;
		height: 28px;
	}

	.khome-product-track {
		grid-auto-columns: calc((100% - 16px) / 2);
	}

	.khome-section-heading--split {
		align-items: start;
		flex-direction: column;
	}

	.khome-scroll-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.khome-scroll-arrow {
		display: none;
	}

	.khome-promo-banner,
	.khome-promo-banner--small {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding: 24px;
	}

	.khome-promo-banner__media {
		min-height: 160px;
		margin-top: 14px;
	}

	.khome-hero-slide {
		min-height: 592px;
	}

	.khome-hero-slide::after {
		background-position: 78% center;
		background-size: cover;
	}

	.khome-hero-slide__content {
		width: min(56%, 260px);
		padding: 42px 28px 90px;
	}

	.khome-hero-slide h1 {
		font-size: clamp(34px, 10vw, 48px);
	}

	.khome-hero-slide__price {
		font-size: 20px;
	}

	.khome-mid-banner,
	.khome-newsletter {
		padding: 28px 22px;
	}

	.khome-usp-grid,
	.khome-testimonial-grid,
	.khome-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.khome-gallery-grid {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-rows: 220px;
	}
}

@media (max-width: 560px) {
	.khome-search--mobile {
		grid-template-columns: 1fr;
		border-radius: 18px;
	}

	.khome-search--mobile .khome-search__select {
		border-right: 0;
		border-bottom: 1px solid var(--khome-line);
	}

	.khome-hero-slide__content {
		width: min(56%, 238px);
		padding: 36px 22px 88px;
	}

	.khome-hero-slide h1 {
		font-size: 38px;
	}

	.khome-hero-slide__price {
		font-size: 18px;
	}

	.khome-hero-slide::after {
		background-position: 76% center;
		background-size: cover;
	}

	.khome-product-card__actions {
		opacity: 1;
		transform: none;
	}

	.khome-product-track {
		grid-auto-columns: calc((100% - 12px) / 2);
	}
}
