.kham-rfq-page {
	background: #f4f6f7;
	color: #121922;
}

.kham-rfq-hero {
	padding-block: 54px 28px;
	background: #f4f6f7;
	text-align: start;
}

.kham-rfq-hero__inner {
	max-width: 900px;
}

.kham-rfq-hero .eyebrow,
.kham-rfq-form-head .eyebrow {
	margin: 0 0 10px;
	color: #c94f1a;
	font-weight: 800;
}

.kham-rfq-hero h1,
.kham-rfq-form-head h2 {
	margin: 0;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.1;
	font-weight: 800;
}

.kham-rfq-hero p,
.kham-rfq-form-head p {
	max-width: 760px;
	margin: 16px 0 0;
	color: #5d6875;
	font-size: 18px;
	line-height: 1.8;
}

.kham-rfq-section {
	padding-block: 24px 72px;
}

.kham-rfq-card {
	width: min(100%, 1040px);
	margin-inline: auto;
	border: 1px solid #d8dee5;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(18, 25, 34, 0.08);
}

.kham-rfq-login-gate,
.kham-rfq-success {
	padding: 34px;
	text-align: center;
}

.kham-rfq-login-gate h2,
.kham-rfq-success h2 {
	margin: 0 0 12px;
	font-size: 30px;
	line-height: 1.25;
}

.kham-rfq-login-gate p,
.kham-rfq-success p {
	margin: 0 0 22px;
	color: #5d6875;
	font-size: 18px;
	line-height: 1.8;
}

.kham-rfq-login-context {
	max-width: 760px;
	margin: 0 auto 22px;
	padding: 16px;
	border: 1px solid #d8dee5;
	border-radius: 14px;
	background: #f8fafb;
	text-align: start;
}

.kham-rfq-login-context > strong {
	display: block;
	margin-bottom: 10px;
	color: #121922;
	font-weight: 900;
}

.kham-rfq-login-context dl {
	display: grid;
	grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
	gap: 8px 12px;
	margin: 0;
}

.kham-rfq-login-context dt {
	color: #6b7480;
	font-weight: 800;
}

.kham-rfq-login-context dd {
	margin: 0;
	color: #121922;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.kham-rfq-login-gate__hint {
	max-width: 680px;
	margin-inline: auto !important;
	font-size: 15px !important;
}

.kham-rfq-form-card {
	padding: clamp(22px, 4vw, 38px);
}

.kham-rfq-form-head {
	margin-block-end: 24px;
}

.kham-rfq-form-head h2 {
	font-size: clamp(30px, 4vw, 46px);
}

.kham-rfq-product-context {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-block-end: 22px;
	padding: 14px 16px;
	border: 1px solid #d8dee5;
	border-radius: 14px;
	background: #f8fafb;
}

.kham-rfq-product-context span {
	color: #6b7480;
	font-weight: 700;
}

.kham-rfq-product-context strong {
	color: #121922;
	font-weight: 800;
}

.kham-rfq-product-context small {
	color: #c94f1a;
	font-weight: 800;
}

.kham-rfq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.kham-rfq-section-block {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e3e8ee;
}

.kham-rfq-section-block h3 {
	margin: 0 0 14px;
	color: #121922;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
}

.kham-rfq-section-block .kham-rfq-field:last-child {
	margin-bottom: 0;
}

.kham-rfq-field {
	display: grid;
	gap: 8px;
	margin-block-end: 18px;
}

.kham-rfq-field--wide {
	grid-column: 1 / -1;
}

.kham-rfq-field span,
.kham-rfq-consent span {
	color: #121922;
	font-weight: 800;
	line-height: 1.5;
}

.kham-rfq-field input,
.kham-rfq-field select,
.kham-rfq-field textarea {
	width: 100%;
	border: 1px solid #d8dee5;
	border-radius: 14px;
	background: #fff;
	color: #121922;
	font: inherit;
	font-weight: 700;
	line-height: 1.5;
	padding: 14px 16px;
	outline: none;
}

.kham-rfq-field input:focus,
.kham-rfq-field select:focus,
.kham-rfq-field textarea:focus {
	border-color: #c94f1a;
	box-shadow: 0 0 0 4px rgba(201, 79, 26, 0.12);
}

.kham-rfq-field small {
	color: #6b7480;
	line-height: 1.7;
}

.kham-rfq-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-block: 10px 24px;
}

.kham-rfq-consent input {
	inline-size: 20px;
	block-size: 20px;
	margin-block-start: 4px;
	accent-color: #c94f1a;
}

.kham-rfq-actions {
	display: flex;
	justify-content: flex-start;
}

.kham-rfq-notices {
	margin-block-end: 20px;
	border: 1px solid #b7dfc5;
	border-radius: 14px;
	background: #f0fbf4;
	color: #17613a;
	padding: 14px 18px;
	font-weight: 800;
}

.kham-rfq-errors {
	margin-block-end: 20px;
	border: 1px solid #f2b8b5;
	border-radius: 14px;
	background: #fff2f1;
	color: #9f1d16;
	padding: 14px 18px;
	font-weight: 800;
}

.kham-rfq-notices ul,
.kham-rfq-errors ul {
	margin: 0;
	padding-inline-start: 20px;
}

.kham-rfq-notices li + li,
.kham-rfq-errors li + li {
	margin-block-start: 6px;
}

.kham-rfq-otp-panel {
	display: grid;
	gap: 14px;
	margin-block: 6px 22px;
	padding: 16px;
	border: 1px solid #d7e5ef;
	border-radius: 16px;
	background: #f5fafc;
}

.kham-rfq-otp-panel strong {
	display: block;
	color: #121922;
	font-size: 18px;
	font-weight: 900;
}

.kham-rfq-otp-panel p,
.kham-rfq-otp-panel small {
	margin: 6px 0 0;
	color: #5d6875;
	font-weight: 800;
	line-height: 1.8;
}

.kham-rfq-otp-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.kham-rfq-otp-controls .kham-rfq-field {
	margin: 0;
}

.kham-rfq-secondary-button {
	border-color: #d7e5ef;
	background: #fff;
	color: #244f73;
}

.kham-rfq-secondary-button:hover,
.kham-rfq-secondary-button:focus {
	border-color: #244f73;
	background: #eef6fb;
	color: #173a56;
}

.kham-rfq-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.kham-product-rfq-button {
	border-color: #e2b29f;
	background: #fff7f2;
	color: #8e3c1c;
}

.kham-product-rfq-button:hover,
.kham-product-rfq-button:focus {
	border-color: #c94f1a;
	background: #ffece2;
	color: #6f2c12;
}

.kham-product-rfq-note {
	margin: 10px 0 0;
	color: #6b7480;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.kham-product-rfq-wrap {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.listing-card .kham-product-rfq-button {
	grid-column: 1 / -1;
	width: 100%;
	min-height: 38px;
	font-size: 13px;
}

.kham-cart-rfq-cta {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	text-align: center;
}

.kham-cart-rfq-button,
.woocommerce .cart-collaterals .kham-cart-rfq-button {
	width: 100%;
	border-color: #e2b29f;
	background: #fff7f2;
	color: #8e3c1c;
}

.kham-cart-rfq-button:hover,
.kham-cart-rfq-button:focus {
	border-color: #c94f1a;
	background: #ffece2;
	color: #6f2c12;
}

.kham-cart-rfq-cta p {
	margin: 0;
	color: #6b7480;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.kham-quote-basket-link {
	border-color: #d7e5ef;
	background: #fff;
	color: #101820;
}

.kham-quote-basket-link span {
	min-width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 1;
}

.kham-quote-toast {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 99999;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: min(420px, calc(100vw - 32px));
	padding: 14px 16px;
	border: 1px solid #263746;
	border-radius: 8px;
	background: #101820;
	color: #fff;
	box-shadow: 0 18px 45px rgba(16, 24, 32, 0.18);
	font-weight: 800;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.kham-quote-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.kham-quote-toast a {
	color: #f6d2b6;
	text-decoration: underline;
	text-underline-offset: 4px;
	white-space: nowrap;
}

.kham-quote-basket-items {
	display: grid;
	gap: 14px;
	margin-block-end: 22px;
}

.kham-quote-basket-items__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.kham-quote-basket-items__head h3 {
	margin: 0;
	color: #121922;
	font-size: 24px;
	font-weight: 900;
}

.kham-quote-basket-items__head span {
	color: #6b7480;
	font-size: 13px;
	font-weight: 900;
}

.kham-quote-basket-empty,
.kham-quote-basket-line {
	border: 1px solid #d8dee5;
	border-radius: 16px;
	background: #f8fafb;
	padding: 16px;
}

.kham-quote-basket-empty {
	display: grid;
	gap: 12px;
	justify-items: center;
	text-align: center;
}

.kham-quote-basket-empty p {
	margin: 0;
	color: #5d6875;
	font-weight: 800;
	line-height: 1.8;
}

.kham-quote-basket-empty__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.kham-quote-basket-table-wrap {
	overflow-x: auto;
	border: 1px solid #d8dee5;
	border-radius: 8px;
	background: #fff;
}

.kham-quote-basket-table {
	width: 100%;
	min-width: 940px;
	border-collapse: collapse;
	text-align: right;
}

.kham-quote-basket-table th,
.kham-quote-basket-table td {
	padding: 12px;
	border-bottom: 1px solid #edf1f4;
	vertical-align: top;
}

.kham-quote-basket-table th {
	background: #f8fafb;
	color: #121922;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.kham-quote-basket-table td {
	color: #4c5965;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.kham-quote-basket-table strong,
.kham-quote-basket-table small {
	display: block;
}

.kham-quote-basket-table strong {
	color: #121922;
	font-weight: 900;
}

.kham-quote-basket-table input,
.kham-quote-basket-table textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 82px;
	min-height: 44px;
	border: 1px solid #d8dee5;
	border-radius: 8px;
	background: #fff;
	color: #121922;
	padding: 9px 10px;
	font: inherit;
	font-weight: 700;
}

.kham-quote-basket-table textarea {
	min-width: 170px;
	resize: vertical;
}

.kham-quote-basket-line {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
	gap: 16px;
	align-items: start;
	min-width: 0;
	background: #fff;
}

.kham-quote-basket-line strong,
.kham-quote-basket-line span,
.kham-quote-basket-line small {
	display: block;
}

.kham-quote-basket-line strong {
	color: #121922;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.6;
}

.kham-quote-basket-line span,
.kham-quote-basket-line small {
	color: #6b7480;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.kham-quote-basket-attrs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.kham-quote-basket-attrs span {
	border: 1px solid #edf0f2;
	border-radius: 999px;
	background: #fbfcfd;
	padding: 5px 9px;
	color: #4c5965;
	font-size: 12px;
}

.kham-quote-basket-line__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	min-width: 0;
}

.kham-quote-basket-line__fields label {
	display: grid;
	gap: 6px;
	min-width: 0;
	margin: 0;
	color: #121922;
	font-size: 13px;
	font-weight: 900;
}

.kham-quote-basket-line__fields input,
.kham-quote-basket-line__fields textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	max-width: 100%;
	min-width: 0;
	border: 1px solid #d8dee5;
	border-radius: 12px;
	background: #fff;
	color: #121922;
	padding: 10px 12px;
	font: inherit;
	font-weight: 700;
}

.kham-quote-basket-line__note {
	grid-column: 1 / -1;
}

.kham-quote-basket-remove {
	grid-column: 1 / -1;
	width: max-content;
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-inline: 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #9f1d16;
	font-size: 13px;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.kham-quote-basket-table input:focus-visible,
.kham-quote-basket-table textarea:focus-visible,
.kham-quote-basket-line__fields input:focus-visible,
.kham-quote-basket-line__fields textarea:focus-visible,
.kham-quote-basket-remove:focus-visible,
.kham-quote-manual-line input:focus-visible,
.kham-quote-manual-line textarea:focus-visible,
.kham-quote-manual-line button:focus-visible {
	border-color: #244f73;
	outline: 3px solid rgba(36, 79, 115, 0.25);
	outline-offset: 2px;
}

.kham-quote-manual-line {
	margin-top: 18px;
	padding: 16px;
	border: 1px solid #d8dee5;
	border-radius: 8px;
	background: #f8fafb;
}

.kham-quote-manual-line h3 {
	margin: 0 0 14px;
	color: #121922;
	font-size: 20px;
	font-weight: 900;
}

.kham-quote-manual-line__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}

.kham-quote-manual-line label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #121922;
	font-size: 13px;
	font-weight: 900;
}

.kham-quote-manual-line input,
.kham-quote-manual-line textarea {
	width: 100%;
	min-height: 44px;
	border: 1px solid #d8dee5;
	border-radius: 8px;
	background: #fff;
	color: #121922;
	padding: 10px 12px;
	font: inherit;
	font-weight: 700;
}

.kham-quote-manual-line__notes {
	grid-column: 1 / -1;
}

.kham-quote-basket-update-actions {
	margin: -4px 0 18px;
	justify-content: flex-start;
}

.kham-cart-rfq-summary {
	margin-block: 22px;
	padding: 18px;
	border: 1px solid #d8dee5;
	border-radius: 16px;
	background: #f8fafb;
}

.kham-cart-rfq-summary h3 {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 900;
}

.kham-cart-rfq-summary > p {
	margin: 0 0 16px;
	color: #6b7480;
	font-weight: 800;
	line-height: 1.7;
}

.kham-cart-rfq-items {
	display: grid;
	gap: 12px;
}

.kham-cart-rfq-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) minmax(160px, auto);
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid #d8dee5;
	border-radius: 14px;
	background: #fff;
}

.kham-cart-rfq-item img {
	width: 82px;
	height: 82px;
	border-radius: 10px;
	object-fit: cover;
	background: #eef2f4;
}

.kham-cart-rfq-item strong,
.kham-cart-rfq-item span,
.kham-cart-rfq-item a {
	display: block;
}

.kham-cart-rfq-item > div:first-of-type {
	display: grid;
	gap: 4px;
}

.kham-cart-rfq-item > div:first-of-type strong {
	color: #121922;
	font-size: 16px;
	line-height: 1.5;
}

.kham-cart-rfq-item > div:first-of-type span {
	color: #6b7480;
	font-size: 13px;
	font-weight: 800;
}

.kham-cart-rfq-item > div:first-of-type a {
	width: max-content;
	color: #c94f1a;
	font-size: 13px;
	font-weight: 900;
}

.kham-cart-rfq-prices {
	display: grid;
	gap: 2px;
	text-align: end;
}

.kham-cart-rfq-prices span {
	color: #6b7480;
	font-size: 12px;
	font-weight: 800;
}

.kham-cart-rfq-prices strong {
	color: #121922;
	font-weight: 900;
}

.kham-rfq-empty-cart {
	padding: 30px;
	text-align: center;
}

.kham-rfq-empty-cart h2 {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 900;
}

.kham-rfq-empty-cart p {
	margin: 0 0 20px;
	color: #6b7480;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.8;
}

.kham-quote-review-card {
	max-width: 980px;
	margin-inline: auto;
}

.kham-quote-summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-block: 22px;
}

.kham-quote-summary-grid div,
.kham-quote-items {
	border: 1px solid #d8dee5;
	border-radius: 14px;
	padding: 14px;
	background: #fff;
}

.kham-quote-summary-grid span {
	display: block;
	color: #5e6872;
	font-size: 0.9rem;
	margin-block-end: 6px;
}

.kham-quote-summary-grid strong {
	display: block;
	color: #101820;
}

.kham-quote-items {
	margin-block: 18px;
}

.kham-quote-items h2,
.kham-quote-terms h2 {
	margin: 0 0 12px;
	font-size: 1.25rem;
}

.kham-quote-items p {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding-block: 10px;
	border-block-end: 1px solid #edf0f2;
}

.kham-quote-items p:last-child {
	border-block-end: 0;
}

.kham-quote-totals {
	margin-block: 22px;
}

.kham-quote-totals th,
.kham-quote-totals td {
	text-align: start;
}

.kham-quote-terms {
	margin-block: 18px;
	padding: 16px;
	border: 1px solid #d8dee5;
	border-radius: 14px;
	background: #f8fafb;
}

.kham-quote-accept-form {
	margin-block-start: 22px;
}

@media (max-width: 430px) {
	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals,
	.woocommerce-cart .cart_totals {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.woocommerce-cart table.cart td.actions {
		padding: 12px 0;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		float: none;
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		margin: 0 0 10px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .button,
	.woocommerce-cart table.cart td.actions > .button,
	.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button {
		width: 100%;
		min-height: 44px;
		margin: 0;
		box-sizing: border-box;
	}

	.woocommerce-cart .cart_totals table.shop_table,
	.woocommerce-cart .cart_totals table.shop_table tbody,
	.woocommerce-cart .cart_totals table.shop_table tr {
		display: block;
		width: 100%;
	}

	.woocommerce-cart .cart_totals table.shop_table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 8px;
		align-items: start;
		padding-block: 12px;
		border-bottom: 1px solid #edf1f4;
	}

	.woocommerce-cart .cart_totals table.shop_table tr:last-child {
		border-bottom: 0;
	}

	.woocommerce-cart .cart_totals table.shop_table th,
	.woocommerce-cart .cart_totals table.shop_table td {
		display: block;
		width: auto !important;
		min-width: 0;
		padding: 0 !important;
		border: 0 !important;
		background: transparent;
		line-height: 1.55;
	}

	.woocommerce-cart .cart_totals table.shop_table th {
		text-align: start;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .cart_totals table.shop_table td {
		text-align: end;
		overflow-wrap: anywhere;
	}

	.woocommerce-cart .cart_totals .woocommerce-Price-amount,
	.woocommerce-cart .cart_totals .amount {
		direction: ltr;
		unicode-bidi: isolate;
		white-space: nowrap;
	}

	.woocommerce-cart .cart_totals .includes_tax,
	.woocommerce-cart .cart_totals .tax_label,
	.woocommerce-cart .cart_totals .shipping-calculator-button {
		display: block;
		margin-top: 4px;
		white-space: normal;
	}
}

@media (max-width: 900px) {
	.kham-rfq-hero {
		padding-block: 36px 18px;
	}

	.kham-rfq-card {
		border-radius: 14px;
	}

	.kham-rfq-login-gate,
	.kham-rfq-success,
	.kham-rfq-form-card {
		padding: 22px;
	}

	.kham-rfq-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.kham-rfq-login-context dl {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.kham-rfq-login-context dd + dt {
		margin-top: 8px;
	}

	.kham-rfq-actions .btn {
		width: 100%;
	}

	.kham-rfq-otp-controls {
		grid-template-columns: 1fr;
	}

	.kham-rfq-otp-controls .btn {
		width: 100%;
	}

	.kham-cart-rfq-item {
		grid-template-columns: 68px minmax(0, 1fr);
	}

	.kham-cart-rfq-item img {
		width: 68px;
		height: 68px;
	}

	.kham-cart-rfq-prices {
		grid-column: 1 / -1;
		text-align: start;
	}

	.kham-quote-basket-line,
	.kham-quote-basket-line__fields {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.kham-quote-toast {
		right: 12px;
		left: 12px;
		bottom: 12px;
		max-width: none;
		justify-content: space-between;
	}

	.kham-quote-basket-table {
		min-width: 0;
	}

	.kham-quote-basket-table thead {
		display: none;
	}

	.kham-quote-basket-table,
	.kham-quote-basket-table tbody,
	.kham-quote-basket-table tr,
	.kham-quote-basket-table td {
		display: block;
		width: 100%;
	}

	.kham-quote-basket-table tr {
		border-bottom: 1px solid #edf1f4;
	}

	.kham-quote-basket-table td {
		display: grid;
		grid-template-columns: minmax(0, 92px) minmax(0, 1fr);
		gap: 10px;
		align-items: start;
		border-bottom: 0;
		min-width: 0;
	}

	.kham-quote-basket-table td::before {
		content: attr(data-label);
		color: #121922;
		font-weight: 900;
	}

	.kham-quote-basket-table input,
	.kham-quote-basket-table textarea {
		min-width: 0;
		max-width: 100%;
	}

	.kham-quote-basket-line__note textarea {
		width: 100%;
	}

	.kham-quote-manual-line__grid {
		grid-template-columns: 1fr;
	}

	.kham-quote-summary-grid {
		grid-template-columns: 1fr;
	}

	.kham-quote-items p {
		display: block;
	}
}

@media (max-width: 430px) {
	.kham-quote-basket-table td {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 10px 12px;
	}

	.kham-quote-basket-table td::before {
		font-size: 12px;
	}

	.kham-quote-basket-table input,
	.kham-quote-basket-table textarea,
	.kham-quote-manual-line input,
	.kham-quote-manual-line textarea,
	.kham-quote-basket-remove {
		width: 100%;
	}
}
