.klb-fullwidth-page,
.klb-fullwidth-page body {
	margin: 0;
	padding: 0;
}

.klb-landing,
.klb-landing * {
	box-sizing: border-box;
}

.klb-landing {
	margin: 0;
	background: var(--klb-white, #fff);
	color: var(--klb-ink, #111317);
	font-family: var(--klb-body-font, Arial, Helvetica, sans-serif);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

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

.klb-landing a {
	color: inherit;
	text-decoration: none;
}

.klb-landing button,
.klb-landing input {
	font: inherit;
}

.klb-container {
	width: min(calc(100% - 40px), var(--klb-max-width, 1240px));
	margin-inline: auto;
}

.klb-section {
	padding: clamp(70px, 8vw, 110px) 0;
}

.klb-inline-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.klb-button-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.klb-feature-icon {
	width: 34px;
	height: 34px;
}

.klb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid var(--klb-accent, #00dc43);
	border-radius: var(--klb-radius, 12px);
	background: var(--klb-accent, #00dc43);
	color: #07130b !important;
	font-weight: 800;
	line-height: 1.1;
	box-shadow: 0 12px 28px rgba(0, 220, 67, .2);
	transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.klb-button:hover,
.klb-button:focus-visible {
	background: var(--klb-accent-hover, #24ec61);
	border-color: var(--klb-accent-hover, #24ec61);
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0, 220, 67, .28);
}

.klb-button:focus-visible,
.klb-text-link:focus-visible,
.klb-primary-nav a:focus-visible,
.klb-footer a:focus-visible {
	outline: 3px solid rgba(0, 220, 67, .45);
	outline-offset: 3px;
}

.klb-button-outline {
	background: rgba(9, 12, 10, .46);
	color: var(--klb-white, #fff) !important;
	box-shadow: none;
}

.klb-button-outline:hover,
.klb-button-outline:focus-visible {
	background: var(--klb-accent, #00dc43);
	color: #07130b !important;
}

.klb-button-light {
	background: var(--klb-white, #fff);
	border-color: var(--klb-white, #fff);
	color: #0b1a0e !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.klb-button-small {
	min-height: 44px;
	padding-inline: 18px;
	font-size: 14px;
}

.klb-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 800;
	transition: color .18s ease, transform .18s ease;
}

.klb-text-link:hover {
	color: var(--klb-accent, #00dc43);
	transform: translateX(3px);
}

.klb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: var(--klb-accent, #00dc43);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

/* Header */
.klb-header {
	position: relative;
	z-index: 50;
	background: #080a09;
	color: var(--klb-white, #fff);
}

.klb-header.is-sticky {
	position: sticky;
	top: 0;
	z-index: 70;
}

body.admin-bar .klb-header.is-sticky {
	top: 32px;
}

.klb-utility {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: #15191b;
	font-size: 12px;
}

.klb-utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 40px;
}

.klb-utility-trust,
.klb-utility-links,
.klb-utility-links a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.klb-utility-trust svg,
.klb-utility-links svg {
	color: var(--klb-accent, #00dc43);
}

.klb-utility-links {
	gap: 22px;
	color: rgba(255, 255, 255, .78);
}

.klb-utility-links a:hover {
	color: var(--klb-white, #fff);
}

.klb-navigation {
	background: rgba(5, 7, 6, .96);
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	backdrop-filter: blur(12px);
}

.klb-nav-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: clamp(24px, 4vw, 60px);
	min-height: 78px;
}

.klb-logo {
	display: inline-flex;
	align-items: center;
	min-width: 145px;
}

.klb-logo img {
	width: auto;
	max-height: 54px;
	object-fit: contain;
}

.klb-logo .custom-logo-link,
.klb-logo .custom-logo-link img {
	display: block;
}

.klb-text-logo {
	display: inline-flex;
	flex-direction: column;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-style: italic;
	line-height: .82;
}

.klb-text-logo strong {
	color: var(--klb-accent, #00dc43);
	font-size: 28px;
	letter-spacing: -.06em;
}

.klb-text-logo small {
	align-self: flex-end;
	color: var(--klb-white, #fff);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
}

.klb-primary-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 2.5vw, 38px);
}

.klb-primary-nav a {
	position: relative;
	padding: 28px 0;
	color: rgba(255, 255, 255, .87);
	font-size: 14px;
	font-weight: 750;
}

.klb-primary-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 18px;
	height: 2px;
	background: var(--klb-accent, #00dc43);
	transition: right .2s ease;
}

.klb-primary-nav a:hover::after,
.klb-primary-nav a:focus-visible::after {
	right: 0;
}

.klb-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
}

.klb-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #fff;
	transition: transform .2s ease, opacity .2s ease;
}

/* Hero */
.klb-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(590px, 68vw, 760px);
	overflow: hidden;
	background: #050706;
	color: var(--klb-white, #fff);
}

.klb-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	background-image: var(--klb-hero-image);
	background-position: center right;
	background-size: cover;
	filter: saturate(.86) contrast(1.08);
}

.klb-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(2, 4, 3, .98) 0%, rgba(2, 4, 3, .92) 35%, rgba(2, 4, 3, calc(var(--klb-hero-overlay, .72) * .78)) 58%, rgba(2, 4, 3, calc(var(--klb-hero-overlay, .72) * .32)) 100%),
		linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.42));
}

.klb-hero-inner {
	display: flex;
	align-items: center;
	min-height: inherit;
	padding-block: 90px;
}

.klb-hero-copy {
	width: min(650px, 62%);
}

.klb-hero h1 {
	margin: 0;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: clamp(48px, 6.2vw, 84px);
	font-weight: 950;
	line-height: .98;
	letter-spacing: -.055em;
	text-transform: uppercase;
}

.klb-hero h1 span,
.klb-hero h1 strong {
	display: block;
}

.klb-hero h1 strong {
	color: var(--klb-accent, #00dc43);
}

.klb-hero-description {
	max-width: 560px;
	margin: 27px 0 31px;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(17px, 1.6vw, 21px);
	line-height: 1.55;
}

.klb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.klb-shop-link {
	margin-top: 27px;
	color: var(--klb-white, #fff);
}

.klb-shop-link svg:first-child {
	color: var(--klb-accent, #00dc43);
}

/* Attribute cards */
.klb-attributes {
	background: var(--klb-white, #fff);
}

.klb-section-heading {
	margin: 0;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: clamp(26px, 3vw, 39px);
	font-weight: 900;
	letter-spacing: -.025em;
}

.klb-section-heading strong {
	color: var(--klb-accent, #00dc43);
}

.klb-centered-heading {
	text-align: center;
}

.klb-attribute-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin-top: 42px;
}

.klb-attribute-card {
	min-height: 220px;
	padding: 28px 18px 24px;
	border: 1px solid #e5e9e7;
	border-radius: var(--klb-radius, 12px);
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 24, 19, .055);
	text-align: center;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.klb-attribute-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 220, 67, .42);
	box-shadow: 0 20px 38px rgba(16, 24, 19, .09);
}

.klb-icon-circle {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 20px;
	border: 2px solid var(--klb-accent, #00dc43);
	border-radius: 50%;
	color: var(--klb-accent, #00dc43);
}

.klb-attribute-card h3 {
	margin: 0;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: 16px;
	line-height: 1.25;
}

.klb-attribute-card p {
	margin: 10px 0 0;
	color: var(--klb-muted, #69727d);
	font-size: 13px;
	line-height: 1.45;
}

/* Why section */
.klb-why {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #111516;
	color: var(--klb-white, #fff);
}

.klb-why::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	background-image: var(--klb-why-image);
	background-position: center;
	background-size: cover;
	opacity: .24;
}

.klb-why::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 17, 16, .98), rgba(13, 17, 16, .89));
}

.klb-why-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
	gap: clamp(50px, 7vw, 100px);
	align-items: center;
}

.klb-eyebrow-line::before {
	content: "";
	width: 30px;
	height: 2px;
	background: var(--klb-accent, #00dc43);
}

.klb-why-copy h2 {
	margin: 0;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.045em;
}

.klb-why-copy h2 strong {
	color: var(--klb-accent, #00dc43);
}

.klb-why-copy > p {
	max-width: 540px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 18px;
}

.klb-why-list {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.klb-why-item {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 20px;
	align-items: start;
	padding: 21px 0 21px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.klb-why-item:last-child {
	border-bottom: 0;
}

.klb-why-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(0, 220, 67, .52);
	border-radius: 16px;
	background: rgba(0, 220, 67, .06);
	color: var(--klb-accent, #00dc43);
}

.klb-why-item h3 {
	margin: 0 0 5px;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: 16px;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.klb-why-item p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
}

/* Products */
.klb-products {
	background: var(--klb-white, #fff);
}

.klb-product-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 42px;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 950;
	letter-spacing: -.035em;
}

.klb-product-heading::before,
.klb-product-heading::after {
	content: "";
	width: min(12vw, 130px);
	height: 1px;
	background: #cfd5d2;
}

.klb-product-heading strong {
	color: var(--klb-accent, #00dc43);
}

.klb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.klb-product-card {
	overflow: hidden;
	border: 1px solid #e0e5e2;
	border-radius: var(--klb-radius, 12px);
	background: #fff;
	box-shadow: 0 12px 34px rgba(16, 24, 19, .065);
	transition: transform .2s ease, box-shadow .2s ease;
}

.klb-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 44px rgba(16, 24, 19, .1);
}

.klb-product-image {
	display: grid;
	place-items: center;
	min-height: 300px;
	padding: 28px;
	background: linear-gradient(180deg, #f7f9f8 0%, #fff 100%);
}

.klb-product-image img {
	width: 100%;
	height: 240px;
	object-fit: contain;
	transition: transform .25s ease;
}

.klb-product-card:hover .klb-product-image img {
	transform: scale(1.035);
}

.klb-product-content {
	padding: 19px 20px 22px;
	border-top: 1px solid #edf0ee;
	text-align: center;
}

.klb-product-content h3 {
	min-height: 44px;
	margin: 0;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: 17px;
	line-height: 1.3;
}

.klb-product-price {
	min-height: 31px;
	margin-top: 8px;
	font-weight: 850;
}

.klb-product-price del {
	margin-right: 5px;
	color: var(--klb-muted, #69727d);
	font-size: .82em;
}

.klb-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 14px;
	padding: 0 20px;
	border: 1px solid var(--klb-accent, #00dc43);
	border-radius: calc(var(--klb-radius, 12px) - 3px);
	color: #08752a !important;
	font-size: 13px;
	font-weight: 850;
	transition: background .18s ease, color .18s ease;
}

.klb-product-button:hover {
	background: var(--klb-accent, #00dc43);
	color: #07130b !important;
}

.klb-products-footer {
	display: flex;
	justify-content: center;
	margin-top: 32px;
	color: #0c8c34;
}

.klb-notice {
	padding: 20px;
	border: 1px solid #e5e9e7;
	border-radius: var(--klb-radius, 12px);
	background: var(--klb-light, #f5f7f6);
	text-align: center;
}

/* Account CTA */
.klb-account-cta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	background: #0c0f0d;
}

.klb-account-panel {
	position: relative;
	isolation: isolate;
	min-height: 300px;
	overflow: hidden;
	background: var(--klb-charcoal, #191d21);
	color: var(--klb-white, #fff);
}

.klb-account-panel::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: 0;
	background-image: var(--klb-account-image, linear-gradient(135deg, transparent, rgba(255,255,255,.03)));
	background-position: center;
	background-size: cover;
	opacity: .18;
}

.klb-account-panel::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(100deg, rgba(0,0,0,.08), rgba(0,0,0,.68));
}

.klb-account-panel.is-personal {
	background: linear-gradient(135deg, #16a938, #0fd343);
	color: #fff;
}

.klb-account-panel.is-personal::after {
	background: linear-gradient(100deg, rgba(5, 76, 28, .32), rgba(0, 120, 38, .28));
}

.klb-account-panel-inner {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	width: min(calc(100% - 56px), 650px);
	min-height: inherit;
	margin-inline: auto;
	padding-block: 42px;
}

.klb-account-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 2px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	color: #fff;
}

.klb-account-copy h2 {
	margin: 0 0 8px;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: clamp(25px, 2.5vw, 36px);
	font-weight: 950;
}

.klb-account-copy p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

/* Footer */
.klb-footer {
	background: #101315;
	color: rgba(255, 255, 255, .78);
}

.klb-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, minmax(130px, .75fr)) minmax(220px, 1fr);
	gap: 44px;
	padding-block: 64px 52px;
}

.klb-footer-brand img {
	max-width: 185px;
	max-height: 58px;
	object-fit: contain;
}

.klb-footer-brand p,
.klb-footer-newsletter p {
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 1.65;
}

.klb-footer h3 {
	margin: 0 0 18px;
	color: #fff;
	font-family: var(--klb-heading-font, Arial, Helvetica, sans-serif);
	font-size: 13px;
	letter-spacing: .08em;
}

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

.klb-footer li + li {
	margin-top: 9px;
}

.klb-footer li a {
	font-size: 13px;
}

.klb-footer a:hover {
	color: var(--klb-accent, #00dc43);
}

.klb-socials {
	display: flex;
	gap: 10px;
	margin-top: 21px;
}

.klb-socials a {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	color: #fff;
}

.klb-social-icon {
	width: 17px;
	height: 17px;
}

.klb-footer-newsletter form {
	display: grid;
	grid-template-columns: 1fr 44px;
	margin-top: 18px;
}

.klb-footer-newsletter input {
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px 0 0 8px;
	background: #fff;
	color: #111;
}

.klb-footer-newsletter button {
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 0 8px 8px 0;
	background: var(--klb-accent, #00dc43);
	color: #06120a;
	cursor: pointer;
}

.klb-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 12px;
}

.klb-footer-bottom .klb-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 18px;
}

.klb-footer-bottom div div {
	display: flex;
	gap: 20px;
}

/* Accessibility */
.klb-landing .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Tablet */
@media (max-width: 1100px) {
	.klb-nav-inner {
		grid-template-columns: auto auto 1fr auto;
		gap: 18px;
	}

	.klb-menu-toggle {
		display: block;
		grid-column: 2;
	}

	.klb-primary-nav {
		position: absolute;
		top: 100%;
		left: 20px;
		right: 20px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 12px;
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 12px;
		background: #0c100e;
		box-shadow: 0 24px 55px rgba(0,0,0,.35);
	}

	.klb-primary-nav.is-open {
		display: flex;
	}

	.klb-primary-nav a {
		padding: 13px 12px;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}

	.klb-primary-nav a:last-child {
		border-bottom: 0;
	}

	.klb-primary-nav a::after {
		display: none;
	}

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

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

	.klb-account-cta {
		grid-template-columns: 1fr;
	}

	.klb-account-panel-inner {
		width: min(calc(100% - 40px), var(--klb-max-width, 1240px));
		grid-template-columns: 70px minmax(0, 1fr) auto;
	}

	.klb-footer-grid {
		grid-template-columns: 1.3fr repeat(3, 1fr);
	}

	.klb-footer-newsletter {
		grid-column: 1 / -1;
		max-width: 430px;
	}
}

/* Mobile */
@media (max-width: 760px) {
	.klb-container {
		width: min(calc(100% - 28px), var(--klb-max-width, 1240px));
	}

	.klb-section {
		padding: 64px 0;
	}

	.klb-utility-inner {
		justify-content: center;
		min-height: 34px;
	}

	.klb-utility-links {
		display: none;
	}

	.klb-nav-inner {
		grid-template-columns: auto 46px auto;
		min-height: 70px;
	}

	.klb-logo {
		min-width: 0;
	}

	.klb-logo img {
		max-width: 145px !important;
		max-height: 44px;
	}

	.klb-menu-toggle {
		grid-column: 3;
		justify-self: end;
	}

	.klb-header-cta {
		display: none;
	}

	.klb-primary-nav {
		left: 14px;
		right: 14px;
	}

	.klb-hero {
		min-height: 690px;
	}

	.klb-hero::before {
		background-position: 66% center;
	}

	.klb-hero::after {
		background:
			linear-gradient(180deg, rgba(3,5,4,.8) 0%, rgba(3,5,4,.93) 52%, rgba(3,5,4,.99) 100%),
			linear-gradient(90deg, rgba(3,5,4,.7), transparent);
	}

	.klb-hero-inner {
		align-items: flex-end;
		padding-block: 96px 62px;
	}

	.klb-hero-copy {
		width: 100%;
	}

	.klb-hero h1 {
		font-size: clamp(39px, 12vw, 58px);
	}

	.klb-hero-description {
		font-size: 16px;
	}

	.klb-hero-actions {
		flex-direction: column;
	}

	.klb-hero-actions .klb-button {
		width: 100%;
	}

	.klb-attribute-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.klb-attribute-card {
		min-height: 190px;
		padding-inline: 13px;
	}

	.klb-attribute-card p {
		display: none;
	}

	.klb-why-grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.klb-why-copy h2 {
		font-size: 47px;
	}

	.klb-why-list {
		border-left: 0;
	}

	.klb-why-item {
		grid-template-columns: 52px 1fr;
		padding-left: 0;
	}

	.klb-why-icon {
		width: 48px;
		height: 48px;
	}

	.klb-product-heading {
		font-size: 34px;
	}

	.klb-product-heading::before,
	.klb-product-heading::after {
		width: 38px;
	}

	.klb-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.klb-product-image {
		min-height: 190px;
		padding: 16px;
	}

	.klb-product-image img {
		height: 160px;
	}

	.klb-product-content {
		padding: 14px 12px 17px;
	}

	.klb-product-content h3 {
		font-size: 14px;
	}

	.klb-product-price {
		font-size: 14px;
	}

	.klb-product-button {
		width: 100%;
		padding-inline: 8px;
	}

	.klb-account-panel-inner {
		grid-template-columns: 58px 1fr;
		gap: 16px;
		padding-block: 38px;
	}

	.klb-account-icon {
		width: 56px;
		height: 56px;
	}

	.klb-account-panel-inner > .klb-button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.klb-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 24px;
		padding-block: 50px 42px;
	}

	.klb-footer-brand,
	.klb-footer-newsletter {
		grid-column: 1 / -1;
	}

	.klb-footer-bottom .klb-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 430px) {
	.klb-attribute-grid,
	.klb-product-grid {
		grid-template-columns: 1fr;
	}

	.klb-attribute-card p {
		display: block;
	}

	.klb-footer-grid {
		grid-template-columns: 1fr;
	}

	.klb-footer-brand,
	.klb-footer-newsletter {
		grid-column: auto;
	}
}

@media (max-width: 782px) { body.admin-bar .klb-header.is-sticky { top: 46px; } }
