:root {
	--kpcart-ink: #18222c;
	--kpcart-steel: #60707c;
	--kpcart-canvas: #f5f7f8;
	--kpcart-line: #d8e0e5;
	--kpcart-blue: #1769e0;
	--kpcart-blue-dark: #0d4fae;
	--kpcart-orange: #d98714;
	--kpcart-green: #1e8c61;
	--kpcart-red: #bd3b3b;
	--kpcart-paper: #fff;
	--kpcart-mono: "IBM Plex Mono", "Roboto Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

body.woocommerce-cart,
body.woocommerce-checkout {
	background: var(--kpcart-canvas);
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-cart article > h1:first-child,
body.woocommerce-checkout article > h1:first-child {
	display: none;
}

body.woocommerce-cart .km-container.km-content,
body.woocommerce-checkout .km-container.km-content {
	width: 100%;
	max-width: 1500px;
}

body.woocommerce-cart .km-container.km-content > article,
body.woocommerce-checkout .km-container.km-content > article,
body.woocommerce-cart .km-container.km-content > article > .woocommerce,
body.woocommerce-checkout .km-container.km-content > article > .woocommerce {
	width: 100%;
}

.kpcart,
.woocommerce-checkout .woocommerce {
	width: min(1460px, calc(100% - 40px));
	margin: 0 auto;
	color: var(--kpcart-ink) !important;
}

.kpcart {
	padding: 34px 0 80px;
}

.kpcart.kpcart-core {
	width: 100%;
	margin: 0;
	padding: 0 0 80px;
}

.kocmnk-cart-shell-hero,
.kocmnk-cart-shell-core,
.kocmnk-cart-shell-help {
	width: min(1460px, calc(100% - 40px));
	margin-right: auto !important;
	margin-left: auto !important;
}

.kocmnk-cart-shell-hero {
	padding: 42px 0 30px !important;
}

.kocmnk-cart-shell-breadcrumbs p {
	margin: 0 0 22px;
	color: var(--kpcart-steel);
	font-size: 13px;
}

.kocmnk-cart-shell-hero .elementor-heading-title,
.kocmnk-cart-shell-title .elementor-heading-title {
	margin: 0;
	color: var(--kpcart-ink) !important;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 750;
	letter-spacing: -.045em;
	line-height: .95;
}

.kocmnk-cart-shell-description {
	max-width: 720px;
	margin-top: 18px;
	color: var(--kpcart-steel);
	font-size: 15px;
	line-height: 1.7;
}

.kocmnk-cart-shell-help {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr) auto;
	gap: 28px;
	align-items: center;
	margin-bottom: 80px !important;
	padding: 28px 32px !important;
	border-left: 4px solid var(--kpcart-blue);
	background: var(--kpcart-ink);
	color: #fff;
}

.kocmnk-cart-shell-help h2,
.kocmnk-cart-shell-help p { margin: 0; color: inherit; }
.kocmnk-cart-shell-help h2 { font-size: 22px; }
.kocmnk-cart-shell-help p { color: #c9d2d9; font-size: 13px; line-height: 1.6; }
.kocmnk-cart-shell-help .elementor-button { border-radius: 2px; background: var(--kpcart-blue); font-weight: 800; white-space: nowrap; }
.kocmnk-cart-shell-help .elementor-button:hover { background: var(--kpcart-blue-dark); }

.kpcart-editor-placeholder {
	display: grid;
	gap: 8px;
	min-height: 150px;
	place-content: center;
	padding: 28px;
	border: 2px dashed #9aa9b4;
	background: #f5f7f8;
	color: #18222c;
	text-align: center;
}

.kpcart-editor-placeholder span { color: #60707c; font-size: 13px; }

.kpcart-core[aria-busy="true"] {
	opacity: .58;
	pointer-events: none;
}

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

.kpcart-breadcrumbs {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 26px;
	color: var(--kpcart-steel);
	font-size: 13px;
}

.kpcart-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.kpcart-breadcrumbs a:hover {
	color: var(--kpcart-blue);
}

.kpcart-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.kpcart-eyebrow,
.kpcart-label {
	margin: 0 0 8px;
	color: var(--kpcart-steel);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.kpcart-heading h1,
.kpcart-empty h1 {
	margin: 0;
	font-family: inherit;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 750;
	letter-spacing: -.045em;
	line-height: .95;
}

.kpcart-count {
	margin: 0;
	color: var(--kpcart-steel);
	font-size: 15px;
}

.kpcart-count strong {
	color: var(--kpcart-ink);
	font-family: var(--kpcart-mono);
	font-size: 22px;
}

.kpcart-discount {
	position: relative;
	margin-bottom: 28px;
	padding: 20px 24px 23px;
	overflow: hidden;
	border: 1px solid #cad5dd;
	border-radius: 4px;
	background: linear-gradient(105deg, #fff 0%, #f1f6fb 100%);
}

.kpcart-discount::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: var(--kpcart-blue);
	content: "";
}

.kpcart-discount__copy {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.kpcart-discount__copy p:not(.kpcart-label),
.kpcart-discount__note {
	margin: 0;
	color: var(--kpcart-steel);
	font-size: 14px;
}

.kpcart-discount__rate {
	color: var(--kpcart-blue);
	font-family: var(--kpcart-mono);
	font-size: 26px;
}

.kpcart-scale {
	position: relative;
	height: 34px;
	margin: 24px 0 7px;
	border-top: 2px solid #becbd4;
}

.kpcart-scale::before,
.kpcart-scale::after {
	position: absolute;
	top: -7px;
	width: 2px;
	height: 12px;
	background: #9cabb6;
	content: "";
}

.kpcart-scale::before { left: 50%; }
.kpcart-scale::after { right: 0; }

.kpcart-scale__fill {
	position: absolute;
	top: -3px;
	left: 0;
	width: var(--kpcart-progress);
	height: 4px;
	background: var(--kpcart-blue);
	box-shadow: 0 0 0 1px rgba(23, 105, 224, .05);
	transition: width .35s ease;
}

.kpcart-scale.is-pending .kpcart-scale__fill {
	width: 0;
}

.kpcart-scale__mark {
	position: absolute;
	top: 10px;
	display: flex;
	align-items: baseline;
	gap: 7px;
	font-family: var(--kpcart-mono);
	font-size: 11px;
	white-space: nowrap;
}

.kpcart-scale__mark b { font-weight: 700; }
.kpcart-scale__mark small { color: var(--kpcart-blue); font-weight: 800; }
.kpcart-scale__mark.is-start { left: 0; }
.kpcart-scale__mark.is-middle { left: 50%; transform: translateX(-50%); }
.kpcart-scale__mark.is-end { right: 0; }

.kpcart-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.15fr) minmax(320px, 1fr);
	gap: 28px;
	align-items: start;
}

.kpcart-items {
	display: grid;
	gap: 14px;
}

.kpcart-item {
	display: grid;
	grid-template-columns: 144px minmax(0, 1fr) minmax(250px, .7fr);
	gap: 22px;
	min-height: 172px;
	padding: 18px;
	border: 1px solid var(--kpcart-line);
	border-radius: 4px;
	background: var(--kpcart-paper);
	box-shadow: 0 8px 24px rgba(24, 34, 44, .035);
}

.kpcart-item__media {
	display: grid;
	place-items: center;
	min-height: 134px;
	padding: 8px;
	background: #f4f6f7;
}

.kpcart-item__media a {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.kpcart-item__media img {
	display: block;
	width: 100%;
	height: 118px;
	margin: 0;
	object-fit: contain;
}

.kpcart-item__identity,
.kpcart-item__commercial {
	min-width: 0;
}

.kpcart-item__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 13px;
}

.kpcart-status {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 3px 9px;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
}

.kpcart-status::before {
	width: 6px;
	height: 6px;
	margin-right: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.kpcart-status.is-stock { color: var(--kpcart-green); background: #eaf6f1; }
.kpcart-status.is-preorder { color: #a5640a; background: #fff4e3; }
.kpcart-status.is-pending { color: #8b5b15; background: #fff3d8; }

.kpcart-remove {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #7b8892;
	font-size: 12px;
	text-decoration: none;
}

.kpcart-remove span:first-child {
	font-size: 19px;
	line-height: 1;
}

.kpcart-remove:hover { color: var(--kpcart-red); }

.kpcart-item h2 {
	margin: 0 0 12px;
	font-size: clamp(17px, 1.45vw, 21px);
	font-weight: 720;
	line-height: 1.3;
}

.kpcart-item h2 a {
	color: inherit;
	text-decoration: none;
}

.kpcart-oem {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px;
}

.kpcart-oem span {
	padding: 2px 5px;
	border: 1px solid #b8c4cc;
	color: var(--kpcart-steel);
	font-family: var(--kpcart-mono);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
}

.kpcart-oem strong,
.kpcart-epc b {
	font-family: var(--kpcart-mono);
	font-weight: 750;
}

.kpcart-oem strong {
	font-size: 15px;
	letter-spacing: .025em;
}

.kpcart-epc {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	margin: 0;
	color: var(--kpcart-steel);
	font-size: 12px;
}

.kpcart-epc span + span::before {
	margin-right: 14px;
	color: #b3bdc4;
	content: "/";
}

.kpcart-item__identity .variation {
	display: none;
}

.kpcart-item__commercial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	align-content: center;
	padding-left: 20px;
	border-left: 1px solid var(--kpcart-line);
}

.kpcart-unit-price,
.kpcart-quantity,
.kpcart-line-total {
	display: grid;
	gap: 6px;
}

.kpcart-line-total { grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid var(--kpcart-line); }
.kpcart-unit-price > span,
.kpcart-quantity > span,
.kpcart-line-total > span {
	color: var(--kpcart-steel);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.kpcart-unit-price strong,
.kpcart-line-total strong {
	font-family: var(--kpcart-mono);
	font-size: 14px;
	line-height: 1.35;
}

.kpcart-stepper {
	display: grid;
	grid-template-columns: 32px minmax(40px, 1fr) 32px;
	width: 116px;
	height: 38px;
	border: 1px solid #bac5cc;
	background: #fff;
}

.kpcart-stepper button {
	padding: 0;
	border: 0;
	background: #eef2f4;
	color: var(--kpcart-ink);
	font-size: 18px;
	cursor: pointer;
}

.kpcart-stepper button:hover { background: #dfe7eb; }
.kpcart-stepper .quantity { display: block; margin: 0; }
.kpcart-stepper .quantity .qty {
	width: 100%;
	height: 36px;
	padding: 0 3px;
	border: 0;
	border-radius: 0;
	background: #fff;
	font-family: var(--kpcart-mono);
	font-size: 13px;
	text-align: center;
	appearance: textfield;
}

.kpcart-stepper .qty::-webkit-inner-spin-button,
.kpcart-stepper .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }

.kpcart-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
}

.kpcart-link {
	color: var(--kpcart-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.kpcart-link:hover { color: var(--kpcart-blue); }

.woocommerce .kpcart button.button.kpcart-update {
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #aebbc4;
	border-radius: 2px;
	background: transparent;
	color: var(--kpcart-ink);
	font-size: 12px;
}

.woocommerce .kpcart button.button.kpcart-update:not(:disabled):hover { background: var(--kpcart-ink); color: #fff; }

.kpcart-summary {
	position: sticky;
	top: 24px;
	padding: 26px;
	border-top: 4px solid var(--kpcart-ink);
	border-radius: 3px;
	background: var(--kpcart-paper);
	box-shadow: 0 16px 45px rgba(24, 34, 44, .09);
}

.kpcart-summary h2 {
	margin: 0 0 24px;
	font-size: 28px;
	letter-spacing: -.03em;
}

.kpcart-summary dl { margin: 0; }
.kpcart-summary dl > div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e5eaed;
	color: var(--kpcart-steel);
	font-size: 13px;
}

.kpcart-summary dd { margin: 0; color: var(--kpcart-ink); font-family: var(--kpcart-mono); text-align: right; }
.kpcart-summary .is-discount dd { color: var(--kpcart-green); }
.kpcart-summary .is-pending dt,
.kpcart-summary .is-pending dd { color: #9b620e; }

.kpcart-summary__total {
	display: grid;
	gap: 8px;
	margin: 24px 0 18px;
}

.kpcart-summary__total span { color: var(--kpcart-steel); font-size: 12px; }
.kpcart-summary__total strong { font-family: var(--kpcart-mono); font-size: clamp(21px, 2vw, 29px); letter-spacing: -.04em; }
.kpcart-summary__notice { margin: -3px 0 18px; color: var(--kpcart-steel); font-size: 12px; line-height: 1.5; }

.woocommerce .kpcart .kpcart-primary,
.kpcart .kpcart-primary,
.kpcart-mobile-bar .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border: 0;
	border-radius: 2px;
	background: var(--kpcart-blue);
	background-color: var(--kpcart-blue) !important;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.woocommerce .kpcart .kpcart-primary:hover,
.kpcart .kpcart-primary:hover,
.kpcart-mobile-bar .button:hover { background: var(--kpcart-blue-dark); background-color: var(--kpcart-blue-dark) !important; color: #fff; }

.kpcart-summary__assurances {
	display: grid;
	gap: 8px;
	margin: 22px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--kpcart-line);
	list-style: none;
}

.kpcart-summary__assurances li { position: relative; padding-left: 18px; color: var(--kpcart-steel); font-size: 11px; }
.kpcart-summary__assurances li::before { position: absolute; left: 0; color: var(--kpcart-green); content: "✓"; font-weight: 900; }

.kpcart-explainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 38px 0 0;
	border: 1px solid var(--kpcart-line);
	background: #fff;
}

.kpcart-explainer article {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	padding: 22px;
}

.kpcart-explainer article + article { border-left: 1px solid var(--kpcart-line); }
.kpcart-explainer article > span { color: var(--kpcart-blue); font-family: var(--kpcart-mono); font-size: 11px; }
.kpcart-explainer h2 { margin: 0 0 6px; font-size: 14px; }
.kpcart-explainer p { margin: 0; color: var(--kpcart-steel); font-size: 12px; line-height: 1.55; }

.kpcart-inquiry {
	width: min(760px, calc(100% - 32px));
	max-height: min(90vh, 880px);
	padding: 0;
	overflow: auto;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

.kpcart-inquiry::backdrop { background: rgba(12, 21, 29, .72); backdrop-filter: blur(3px); }
.kpcart-inquiry form { padding: 30px; }
.kpcart-inquiry__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.kpcart-inquiry h2 { margin: 0; font-size: 28px; letter-spacing: -.025em; }
.kpcart-inquiry > form > p { color: var(--kpcart-steel); font-size: 13px; }
.kpcart-inquiry__close { width: 38px; height: 38px; padding: 0; border: 1px solid var(--kpcart-line); border-radius: 50%; background: #fff; font-size: 24px; cursor: pointer; }
.kpcart-inquiry__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.kpcart-inquiry__fields label,
.kpcart-inquiry__fields fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.kpcart-inquiry__fields label > span,
.kpcart-inquiry__fields legend { display: block; margin: 0 0 7px; color: var(--kpcart-ink); font-size: 12px; font-weight: 750; }
.kpcart-inquiry__fields .is-wide { grid-column: 1 / -1; }
.kpcart-inquiry input[type="text"],
.kpcart-inquiry input[type="tel"],
.kpcart-inquiry input[type="email"],
.kpcart-inquiry textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #bdc8cf;
	border-radius: 2px;
	background: #fff;
	color: var(--kpcart-ink);
}

.kpcart-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.kpcart-choice-grid label { position: relative; display: block; }
.kpcart-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.kpcart-choice-grid span {
	display: grid;
	min-height: 46px;
	padding: 8px;
	place-items: center;
	border: 1px solid #c5cfd5;
	border-radius: 2px;
	color: var(--kpcart-steel);
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.kpcart-choice-grid input:checked + span { border-color: var(--kpcart-blue); background: #eef5ff; color: var(--kpcart-blue); box-shadow: inset 0 0 0 1px var(--kpcart-blue); }
.kpcart-choice-grid input:focus-visible + span { outline: 2px solid var(--kpcart-blue); outline-offset: 2px; }
.kpcart-inquiry__privacy { margin: 10px 0 0; color: var(--kpcart-steel); font-size: 10px; line-height: 1.5; }
.kpcart-honeypot { position: absolute !important; left: -9999px !important; }

.kpcart-empty { min-height: 65vh; }
.kpcart-empty__panel { width: min(720px, 100%); margin: 7vh auto; padding: 54px; border-top: 4px solid var(--kpcart-blue); background: #fff; box-shadow: 0 18px 60px rgba(24, 34, 44, .08); text-align: center; }
.kpcart-empty__panel > p:not(.kpcart-eyebrow) { max-width: 570px; margin: 22px auto; color: var(--kpcart-steel); line-height: 1.7; }
.kpcart-empty__status { display: inline-flex; align-items: center; gap: 13px; margin: 0 0 24px; padding: 13px 16px; background: #edf8f3; color: var(--kpcart-green); text-align: left; }
.kpcart-empty__status > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.kpcart-empty__status strong,
.kpcart-empty__status small { display: block; }
.kpcart-empty__status small { margin-top: 2px; color: var(--kpcart-steel); }
.kpcart-empty .kpcart-primary { max-width: 280px; }

.kpcart-mobile-bar { display: none; }

/* Classic checkout follows the same procurement-document language. */
.woocommerce-checkout .woocommerce { padding: 40px 0 80px; }
.woocommerce-checkout .woocommerce > h2,
.woocommerce-checkout .woocommerce > .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce > .woocommerce-form-coupon-toggle { max-width: 1460px; margin-right: auto; margin-left: auto; }
.woocommerce-checkout form.checkout { padding: 26px; border: 1px solid var(--kpcart-line); border-top: 4px solid var(--kpcart-ink); background: #fff; }
.woocommerce-checkout form.checkout h3 { color: var(--kpcart-ink); font-size: 23px; letter-spacing: -.02em; }
.woocommerce-checkout form.checkout label { color: var(--kpcart-steel); font-size: 12px; font-weight: 700; }
.woocommerce-checkout #billing_phone_field .optional { display: none; }
.woocommerce-checkout form.checkout .input-text,
.woocommerce-checkout form.checkout select { border-color: #bdc8cf; border-radius: 2px; background: #fff; }
.woocommerce-checkout #order_review { padding: 20px; border: 1px solid var(--kpcart-line); background: #f8fafb; }
.woocommerce-checkout #payment { border-radius: 2px; background: #edf2f5; }
.woocommerce-checkout #payment .payment_box { background: #fff; color: var(--kpcart-steel); }
.woocommerce-checkout #payment .payment_box::before { border-bottom-color: #fff; }
.woocommerce-checkout .kocmnk-payment-account {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--kpcart-blue);
  background: #f5f7f8;
  color: var(--kpcart-graphite);
  overflow-wrap: anywhere;
}
.woocommerce-checkout #place_order { min-height: 52px; border-radius: 2px; background: var(--kpcart-blue); background-color: var(--kpcart-blue) !important; font-weight: 800; }
.woocommerce-checkout .kocmnk-delivery-method .woocommerce-input-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.woocommerce-checkout .kocmnk-delivery-method .woocommerce-input-wrapper label { display: block; margin: 0; padding: 11px 12px; border: 1px solid #bdc8cf; background: #fff; }

@media (prefers-reduced-motion: reduce) {
	.kpcart-scale__fill { transition: none; }
}

@media (max-width: 1100px) {
	.kpcart-layout { grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr); gap: 20px; }
	.kpcart-item { grid-template-columns: 116px minmax(0, 1fr); }
	.kpcart-item__media img { height: 100px; }
	.kpcart-item__commercial { grid-column: 1 / -1; grid-template-columns: 1fr 1fr 1fr; padding: 14px 0 0; border-top: 1px solid var(--kpcart-line); border-left: 0; }
	.kpcart-line-total { grid-column: auto; padding-top: 0; border-top: 0; }
}

@media (max-width: 780px) {
	.kpcart,
	.woocommerce-checkout .woocommerce { width: min(100% - 24px, 680px); }
	.kpcart { padding-top: 22px; padding-bottom: 110px; }
	.kpcart.kpcart-core { width: 100%; padding-top: 0; }
	.kocmnk-cart-shell-hero,
	.kocmnk-cart-shell-core,
	.kocmnk-cart-shell-help { width: min(100% - 24px, 680px); }
	.kocmnk-cart-shell-hero { padding: 26px 0 22px !important; }
	.kocmnk-cart-shell-hero .elementor-heading-title,
	.kocmnk-cart-shell-title .elementor-heading-title { font-size: 42px; }
	.kocmnk-cart-shell-help { grid-template-columns: 1fr; gap: 14px; margin-bottom: 94px !important; padding: 22px 20px !important; }
	.kpcart-heading { align-items: center; margin-bottom: 20px; }
	.kpcart-heading h1 { font-size: 42px; }
	.kpcart-discount { padding: 17px 16px 20px; }
	.kpcart-discount__copy { display: block; }
	.kpcart-discount__rate { display: inline-block; margin-top: 10px; }
	.kpcart-scale__mark b .woocommerce-Price-currencySymbol { display: none; }
	.kpcart-layout { display: block; }
	.kpcart-summary { position: static; margin-top: 20px; }
	.kpcart-item { grid-template-columns: 92px minmax(0, 1fr); gap: 13px; min-height: auto; padding: 13px; }
	.kpcart-item__media { min-height: 92px; padding: 5px; }
	.kpcart-item__media img { height: 82px; }
	.kpcart-item__topline { align-items: flex-start; }
	.kpcart-remove span:last-child { display: none; }
	.kpcart-item h2 { margin-bottom: 9px; font-size: 16px; }
	.kpcart-oem { margin-bottom: 8px; }
	.kpcart-oem strong { font-size: 13px; }
	.kpcart-epc { display: grid; gap: 3px; font-size: 11px; }
	.kpcart-epc span + span::before { display: none; }
	.kpcart-item__commercial { grid-template-columns: 1fr auto; gap: 12px; }
	.kpcart-line-total { display: none; }
	.kpcart-unit-price strong { font-size: 12px; }
	.kpcart-actions { align-items: stretch; flex-direction: column-reverse; }
	.kpcart-actions .kpcart-update { width: 100%; }
	.kpcart-link { padding: 8px 0; text-align: center; }
	.kpcart-explainer { grid-template-columns: 1fr; }
	.kpcart-explainer article + article { border-top: 1px solid var(--kpcart-line); border-left: 0; }
	.kpcart-choice-grid { grid-template-columns: repeat(2, 1fr); }
	.kpcart-inquiry form { padding: 22px 18px; }
	.kpcart-inquiry__fields { grid-template-columns: 1fr; }
	.kpcart-inquiry__fields .is-wide { grid-column: auto; }
	.kpcart-empty__panel { margin: 4vh auto; padding: 36px 20px; }
	.kpcart-mobile-bar {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: minmax(0,1fr) auto;
		gap: 12px;
		align-items: center;
		padding: 11px max(12px, env(safe-area-inset-right)) calc(11px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
		border-top: 1px solid #c6d0d7;
		background: rgba(255,255,255,.97);
		box-shadow: 0 -10px 30px rgba(24,34,44,.12);
	}
	.kpcart-mobile-bar div { min-width: 0; }
	.kpcart-mobile-bar span,
	.kpcart-mobile-bar strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.kpcart-mobile-bar span { color: var(--kpcart-steel); font-size: 10px; }
	.kpcart-mobile-bar strong { font-family: var(--kpcart-mono); font-size: 14px; }
	.kpcart-mobile-bar .woocommerce-Price-amount,
	.kpcart-mobile-bar .woocommerce-Price-amount bdi,
	.kpcart-mobile-bar .woocommerce-Price-currencySymbol { display: inline !important; white-space: nowrap; }
	.kpcart-mobile-bar .button { width: auto; min-height: 44px; padding: 0 16px; }
	.woocommerce-checkout .woocommerce { padding-top: 24px; }
	.woocommerce-checkout form.checkout { padding: 17px; }
	.woocommerce-checkout .kocmnk-delivery-method .woocommerce-input-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
	.kpcart-count { font-size: 12px; }
	.kpcart-scale { height: 45px; }
	.kpcart-scale__mark { flex-direction: column; gap: 0; font-size: 11px; line-height: 1.2; }
	.kpcart-scale__mark.is-middle { align-items: center; }
	.kpcart-scale__mark.is-end { align-items: flex-end; }
	.kpcart-item { grid-template-columns: 78px minmax(0,1fr); }
	.kpcart-item__media img { height: 70px; }
	.kpcart-stepper { width: 104px; grid-template-columns: 29px minmax(38px,1fr) 29px; }
	.kpcart-summary { padding: 20px 17px; }
}
