:root {
	--hk-green-950: #073d2b;
	--hk-green-800: #0f5b3e;
	--hk-green-650: #16845a;
	--hk-green-100: #e8f5ee;
	--hk-green-50: #f4faf7;
	--hk-gold: #f5a623;
	--hk-red: #dc3545;
	--hk-blue: #2476d0;
	--hk-ink: #17241e;
	--hk-muted: #6d7c74;
	--hk-line: #dce9e2;
	--hk-canvas: #f3f6f4;
	--hk-white: #fff;
	--hk-radius-xl: 26px;
	--hk-radius-lg: 19px;
	--hk-radius-md: 13px;
	--hk-shadow: 0 22px 60px rgba(16, 71, 48, 0.1);
	--hk-shadow-soft: 0 10px 30px rgba(16, 71, 48, 0.07);
	--hk-font: "Vazirmatn", "IRANSansX", "IRANSans", "Vazir", Tahoma, Arial, sans-serif;
}

/* Neutralize theme typography rules that split Persian glyphs and prices. */
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-order-received,
.woocommerce-cart button,
.woocommerce-cart input,
.woocommerce-cart select,
.woocommerce-cart textarea,
.woocommerce-checkout button,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-order-received button,
.woocommerce-order-received a,
.woocommerce-order-received li,
.woocommerce-order-received p,
.woocommerce-order-received span,
.hk-add-to-cart-toast {
	font-family: var(--hk-font) !important;
	font-kerning: normal;
	font-synthesis: none;
	letter-spacing: 0 !important;
	text-rendering: optimizeLegibility;
	word-spacing: 0 !important;
}

.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
[dir="ltr"] {
	direction: ltr;
	display: inline-block;
	font-variant-numeric: tabular-nums;
	unicode-bidi: isolate;
	white-space: nowrap;
}

.hk-shipping-price-text {
	direction: rtl;
	display: inline;
	overflow-wrap: anywhere;
	unicode-bidi: normal;
	white-space: normal;
}

/* Keep WooCommerce prices in the natural Persian reading order: number, then unit. */
.woocommerce-Price-amount bdi {
	align-items: baseline;
	direction: ltr;
	display: inline-flex;
	gap: 0.3em;
	unicode-bidi: isolate;
	white-space: nowrap;
}

.hk-custom-cart,
.hk-custom-checkout {
	box-sizing: border-box;
	color: var(--hk-ink);
	direction: rtl;
	font-family: var(--hk-font);
	font-size: 15px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

.hk-custom-cart *,
.hk-custom-checkout * {
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
}

.hk-page-hero {
	align-items: center;
	background:
		radial-gradient(circle at 8% 20%, rgba(245, 166, 35, 0.13), transparent 22%),
		linear-gradient(135deg, var(--hk-green-950), var(--hk-green-650));
	border-radius: var(--hk-radius-xl);
	box-shadow: var(--hk-shadow);
	color: var(--hk-white);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-block-end: 28px;
	overflow: hidden;
	padding: clamp(24px, 4vw, 42px);
	position: relative;
}

.hk-page-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	content: "";
	height: 240px;
	inset-block-start: -130px;
	inset-inline-end: -80px;
	position: absolute;
	width: 240px;
}

.hk-page-hero > * {
	position: relative;
	z-index: 1;
}

.hk-page-kicker {
	color: #bfe9d3;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-block-end: 5px;
}

.hk-page-hero h1 {
	color: var(--hk-white) !important;
	font-size: clamp(26px, 4vw, 42px) !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
}

.hk-page-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	margin: 0;
	max-width: 680px;
}

.hk-button,
.hk-custom-cart .button.hk-button,
.hk-custom-checkout .button {
	align-items: center;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	justify-content: center;
	line-height: 1.4 !important;
	min-height: 46px;
	padding: 11px 20px !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

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

.hk-button--primary {
	background: var(--hk-green-650) !important;
	box-shadow: 0 10px 22px rgba(22, 132, 90, 0.22) !important;
	color: var(--hk-white) !important;
}

.hk-button--primary:hover {
	background: var(--hk-green-800) !important;
	color: var(--hk-white) !important;
}

.hk-button--muted {
	background: #edf3ef !important;
	color: var(--hk-green-800) !important;
}

/* Cart */
.hk-custom-cart {
	padding-block: 16px 40px;
}

.hk-cart-hero__count {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	min-width: 104px;
	padding: 14px 20px;
}

.hk-cart-hero__count strong {
	color: var(--hk-white);
	font-size: 28px;
	line-height: 1.1;
}

.hk-cart-hero__count span {
	color: #d8f0e3;
	font-size: 12px;
}

.hk-empty-state {
	background: var(--hk-white);
	border: 1px solid var(--hk-line);
	border-radius: var(--hk-radius-xl);
	box-shadow: var(--hk-shadow);
	padding: clamp(35px, 7vw, 75px) 20px;
	text-align: center;
}

.hk-empty-state__icon {
	display: block;
	font-size: 50px;
	margin-block-end: 12px;
}

.hk-empty-state h2 {
	color: var(--hk-green-950);
	font-size: 24px;
	margin: 0 0 6px;
}

.hk-empty-state p {
	color: var(--hk-muted);
	margin: 0 0 20px;
}

.hk-cart-table-card {
	background: var(--hk-white);
	border: 1px solid var(--hk-line);
	border-radius: var(--hk-radius-xl);
	box-shadow: var(--hk-shadow);
	overflow: hidden;
}

.hk-cart-table-scroll {
	overflow-x: auto;
}

.hk-cart-table,
.hk-custom-cart table.shop_table.hk-cart-table {
	border: 0 !important;
	border-collapse: collapse !important;
	border-radius: 0 !important;
	margin: 0 !important;
	min-width: 790px;
	width: 100% !important;
}

.hk-cart-table thead th {
	background: var(--hk-green-50) !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hk-line) !important;
	color: var(--hk-green-800) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	padding: 17px 18px !important;
	text-align: right !important;
	white-space: nowrap;
}

.hk-cart-table thead .product-cold-chain,
.hk-cart-table thead .product-weight,
.hk-cart-table thead .product-price,
.hk-cart-table thead .product-quantity {
	text-align: center !important;
}

.hk-cart-table tbody td {
	background: var(--hk-white);
	border: 0 !important;
	border-bottom: 1px solid #edf2ef !important;
	padding: 16px 18px !important;
	text-align: right !important;
	vertical-align: middle !important;
}

.hk-cart-table tbody tr:last-child td {
	border-bottom: 0 !important;
}

.hk-cart-table tbody tr {
	transition: background 0.2s ease;
}

.hk-cart-table tbody tr:hover td {
	background: #fcfefd;
}

.hk-cart-product {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 250px;
}

.hk-cart-product__image {
	flex: 0 0 76px;
	height: 76px;
}

.hk-cart-product__image img {
	background: var(--hk-canvas);
	border-radius: 14px;
	height: 76px !important;
	margin: 0 !important;
	object-fit: cover;
	width: 76px !important;
}

.hk-cart-product__content {
	min-width: 0;
}

.hk-cart-product__title {
	color: var(--hk-ink) !important;
	display: block;
	font-size: 15px;
	font-weight: 900;
	margin-block-end: 4px;
	text-decoration: none !important;
}

.hk-cart-product__title:hover {
	color: var(--hk-green-650) !important;
}

.hk-cart-product__meta,
.hk-cart-product__meta dl,
.hk-cart-product__meta p {
	color: var(--hk-muted);
	font-size: 12px;
	margin: 0;
}

.hk-cart-table .product-cold-chain,
.hk-cart-table .product-weight,
.hk-cart-table .product-price,
.hk-cart-table .product-quantity {
	text-align: center !important;
	white-space: nowrap;
}

.hk-cold-chain {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.hk-cold-chain--yes {
	background: #dff5e9;
	color: var(--hk-green-650);
}

.hk-cold-chain--no {
	background: #f0f2f1;
	color: #9ca6a1;
}

.hk-cart-table .quantity {
	align-items: stretch;
	background: var(--hk-white) !important;
	border: 1px solid var(--hk-line) !important;
	border-radius: 9px !important;
	display: inline-flex !important;
	float: none !important;
	height: 42px;
	margin: 0 !important;
	overflow: hidden;
	vertical-align: middle;
}

.hk-cart-table .quantity .qty {
	background: var(--hk-white) !important;
	border: 0 !important;
	border-inline: 1px solid var(--hk-line) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	height: 40px !important;
	margin: 0 !important;
	max-width: 48px;
	padding: 5px !important;
	text-align: center !important;
}

.hk-cart-table .quantity .plus,
.hk-cart-table .quantity .minus {
	align-items: center;
	background: var(--hk-white) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--hk-ink) !important;
	display: inline-flex !important;
	flex: 0 0 34px;
	font-family: Arial, sans-serif !important;
	font-size: 15px !important;
	height: 40px !important;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: 34px !important;
}

.hk-cart-remove,
.hk-custom-cart a.remove.hk-cart-remove {
	align-items: center;
	background: #fff0f1 !important;
	border-radius: 10px !important;
	color: var(--hk-red) !important;
	display: inline-flex !important;
	font-size: 21px !important;
	font-family: Arial, sans-serif !important;
	font-weight: 400 !important;
	height: 36px !important;
	justify-content: center;
	line-height: 1 !important;
	padding: 0 !important;
	text-align: center !important;
	text-decoration: none;
	width: 36px !important;
}

.hk-cart-remove:hover {
	background: var(--hk-red) !important;
	color: var(--hk-white) !important;
}

.hk-cart-remove::before,
.hk-cart-remove::after,
.hk-custom-cart a.remove.hk-cart-remove::before,
.hk-custom-cart a.remove.hk-cart-remove::after {
	content: none !important;
	display: none !important;
}

.hk-cart-table-card__footer {
	align-items: center;
	background: #fbfdfc;
	border-top: 1px solid var(--hk-line);
	display: flex;
	justify-content: flex-end;
	padding: 14px 18px;
}

.hk-cart-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 360px;
	margin-block-start: 26px;
}

.hk-cart-layout__main {
	min-width: 0;
}

.hk-cart-insights {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-insight-card {
	align-items: flex-start;
	background: var(--hk-white);
	border: 1px solid var(--hk-line);
	border-radius: var(--hk-radius-lg);
	box-shadow: var(--hk-shadow-soft);
	display: flex;
	gap: 12px;
	min-height: 144px;
	padding: 20px;
}

.hk-insight-card__icon {
	align-items: center;
	background: var(--hk-green-100);
	border-radius: 12px;
	color: var(--hk-green-800);
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 15px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
}

.hk-insight-card div {
	min-width: 0;
}

.hk-insight-card div > span {
	color: var(--hk-muted);
	display: block;
	font-size: 12px;
	margin-block-end: 4px;
}

.hk-insight-card strong {
	color: var(--hk-green-950);
	display: block;
	font-size: 15px;
	line-height: 1.5;
}

.hk-insight-card small {
	color: var(--hk-muted);
	display: block;
	font-size: 11px;
	margin-block-start: 5px;
}

.hk-shipping-alerts {
	display: grid;
	gap: 12px;
	margin-block-end: 16px;
}

.hk-shipping-alert {
	--hk-alert-accent: var(--hk-blue);
	--hk-alert-bg: #f1f7ff;
	--hk-alert-border: #cfe2fa;
	--hk-alert-ink: #174d88;
	align-items: center;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--hk-alert-accent) 7%, transparent), transparent 42%),
		var(--hk-alert-bg);
	border: 1px solid var(--hk-alert-border);
	border-inline-start: 4px solid var(--hk-alert-accent);
	border-radius: 17px;
	box-shadow: 0 10px 26px color-mix(in srgb, var(--hk-alert-accent) 10%, transparent);
	color: var(--hk-alert-ink);
	display: flex;
	gap: 13px;
	overflow: hidden;
	padding: 15px 16px;
	position: relative;
	animation: hk-notice-enter 0.35s ease both;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hk-shipping-alert:hover {
	box-shadow: 0 14px 34px color-mix(in srgb, var(--hk-alert-accent) 14%, transparent);
	transform: translateY(-1px);
}

.hk-shipping-alert::after {
	background: var(--hk-alert-accent);
	border-radius: 50%;
	content: "";
	filter: blur(2px);
	height: 70px;
	inset-block-start: -45px;
	inset-inline-end: -35px;
	opacity: 0.08;
	position: absolute;
	width: 70px;
}

.hk-shipping-alert--success {
	--hk-alert-accent: #15915e;
	--hk-alert-bg: #effbf5;
	--hk-alert-border: #c9eedc;
	--hk-alert-ink: #0d6742;
}

.hk-shipping-alert--warning {
	--hk-alert-accent: #e19a15;
	--hk-alert-bg: #fff9ed;
	--hk-alert-border: #f4dfb4;
	--hk-alert-ink: #795811;
}

.hk-shipping-alert--error {
	--hk-alert-accent: #d84653;
	--hk-alert-bg: #fff3f4;
	--hk-alert-border: #f1cbd0;
	--hk-alert-ink: #962d37;
}

.hk-shipping-alert__icon {
	align-items: center;
	background: var(--hk-alert-accent);
	box-shadow: 0 7px 16px color-mix(in srgb, var(--hk-alert-accent) 25%, transparent);
	border-radius: 50%;
	color: var(--hk-white);
	display: inline-flex;
	flex: 0 0 38px;
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 38px;
	z-index: 1;
}

.hk-shipping-alert__icon::before {
	content: "i";
}

.hk-shipping-alert--success .hk-shipping-alert__icon::before {
	content: "✓";
}

.hk-shipping-alert--warning .hk-shipping-alert__icon::before {
	content: "!";
}

.hk-shipping-alert--error .hk-shipping-alert__icon::before {
	content: "×";
}

.hk-smart-shipping-message--frozen_post .hk-shipping-alert__icon::before {
	content: "❄";
	font-size: 15px;
}

.hk-smart-shipping-message--courier_support .hk-shipping-alert__icon::before {
	content: "☎";
	font-size: 14px;
}

.hk-shipping-alert__content {
	min-width: 0;
	position: relative;
	z-index: 1;
}

.hk-shipping-alert__content strong {
	color: var(--hk-alert-ink);
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.5;
	margin-block-end: 2px;
}

.hk-shipping-alert__content p {
	color: color-mix(in srgb, var(--hk-alert-ink) 80%, #fff);
	font-size: 12px;
	line-height: 1.75;
	margin: 0;
}

.hk-smart-shipping-message--weight_gap {
	--hk-alert-accent: #237bd3;
	--hk-alert-bg: #edf6ff;
	--hk-alert-border: #bfdbf7;
	--hk-alert-ink: #174d88;
}

.hk-shipping-incentive__shop.button {
	background: var(--hk-alert-accent) !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	margin-block-start: 9px !important;
	min-height: 34px;
	padding: 8px 13px !important;
	text-decoration: none !important;
}

.hk-shipping-incentive__shop.button:hover {
	filter: brightness(0.9);
}

.hk-checkout-purchase-incentive {
	margin-block: 4px 14px;
}

.hk-smart-shipping-checkout-messages > td {
	border: 0 !important;
	padding: 8px 0 !important;
}

.hk-smart-shipping-checkout-messages .hk-shipping-alert + .hk-shipping-alert {
	margin-block-start: 9px;
}

.hk-cart-summary {
	background: var(--hk-white);
	border: 1px solid var(--hk-line);
	border-radius: var(--hk-radius-xl);
	box-shadow: var(--hk-shadow);
	padding: 23px;
	position: sticky;
	top: 28px;
}

.hk-cart-summary__heading {
	align-items: center;
	border-bottom: 1px solid var(--hk-line);
	display: flex;
	justify-content: space-between;
	padding-block-end: 16px;
}

.hk-cart-summary__heading span:first-child {
	color: var(--hk-muted);
	font-size: 12px;
}

.hk-cart-summary__heading h2 {
	color: var(--hk-green-950) !important;
	font-size: 20px !important;
	margin: 2px 0 0 !important;
}

.hk-cart-summary__bag {
	align-items: center;
	background: var(--hk-green-100);
	border-radius: 13px;
	color: var(--hk-green-800);
	display: inline-flex;
	font-size: 22px;
	height: 45px;
	justify-content: center;
	width: 45px;
}

.hk-cart-summary__total {
	display: flex;
	flex-direction: column;
	padding-block: 20px;
}

.hk-cart-summary__total span {
	color: var(--hk-muted);
	font-size: 12px;
}

.hk-cart-summary__total strong {
	color: var(--hk-green-650);
	font-size: clamp(21px, 2.4vw, 28px);
	margin-block-start: 3px;
}

.hk-cart-summary__checkout {
	gap: 10px;
	width: 100%;
}

.hk-cart-summary__continue {
	color: var(--hk-green-800) !important;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-block-start: 14px;
	text-align: center;
	text-decoration: none !important;
}

/* Checkout */
.hk-custom-checkout {
	padding-block: 16px 44px;
}

.hk-checkout-hero {
	align-items: flex-end;
}

.hk-checkout-steps {
	align-items: flex-start;
	display: flex;
	flex: 0 0 auto;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hk-checkout-steps li {
	align-items: center;
	color: rgba(255, 255, 255, 0.62);
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 700;
	gap: 4px;
	min-width: 74px;
	position: relative;
}

.hk-checkout-steps li:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 1px;
	inset-inline-start: calc(50% + 17px);
	position: absolute;
	top: 15px;
	width: 48px;
}

.hk-checkout-steps li span {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	height: 31px;
	justify-content: center;
	width: 31px;
}

.hk-checkout-steps .is-complete,
.hk-checkout-steps .is-active {
	color: var(--hk-white);
}

.hk-checkout-steps .is-complete span {
	background: var(--hk-green-650);
	border-color: #8cdbb6;
}

.hk-checkout-steps .is-active span {
	background: var(--hk-gold);
	border-color: var(--hk-gold);
	color: #493000;
}

.hk-checkout-layout {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
}

.hk-checkout-panel,
.hk-checkout-summary {
	background: var(--hk-white);
	border: 1px solid var(--hk-line);
	border-radius: var(--hk-radius-xl);
	box-shadow: var(--hk-shadow);
}

.hk-checkout-panel {
	padding: clamp(20px, 3vw, 32px);
}

.hk-checkout-panel__heading {
	align-items: center;
	border-bottom: 1px solid var(--hk-line);
	display: flex;
	gap: 13px;
	margin-block-end: 24px;
	padding-block-end: 18px;
}

.hk-checkout-panel__number {
	align-items: center;
	background: var(--hk-green-100);
	border-radius: 12px;
	color: var(--hk-green-800);
	display: inline-flex;
	flex: 0 0 44px;
	font-size: 17px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
}

.hk-checkout-panel__heading h2,
.hk-checkout-summary__title h2 {
	color: var(--hk-green-950) !important;
	font-size: 21px !important;
	font-weight: 900 !important;
	margin: 0 !important;
}

.hk-checkout-panel__heading p {
	color: var(--hk-muted);
	font-size: 12px;
	margin: 2px 0 0;
}

.hk-checkout-fields,
.hk-custom-checkout .col2-set.hk-checkout-fields {
	display: grid !important;
	gap: 0;
	grid-template-columns: 1fr !important;
	margin: 0 !important;
	width: 100% !important;
}

.hk-checkout-fields > .col-1,
.hk-checkout-fields > .col-2 {
	float: none !important;
	width: 100% !important;
}

.hk-custom-checkout .woocommerce-billing-fields > h3,
.hk-custom-checkout .woocommerce-shipping-fields > h3 {
	color: var(--hk-green-800);
	font-size: 16px;
	margin: 0 0 16px;
}

.hk-custom-checkout .woocommerce-billing-fields__field-wrapper,
.hk-custom-checkout .woocommerce-shipping-fields__field-wrapper,
.hk-custom-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 15px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hk-custom-checkout .form-row {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.hk-custom-checkout .form-row-wide,
.hk-custom-checkout #billing_country_field,
.hk-custom-checkout #billing_address_1_field,
.hk-custom-checkout #billing_address_2_field,
.hk-custom-checkout #order_comments_field,
.hk-custom-checkout #shipping_country_field,
.hk-custom-checkout #shipping_address_1_field,
.hk-custom-checkout #shipping_address_2_field {
	grid-column: 1 / -1;
}

.hk-custom-checkout .form-row label {
	color: #33443b;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	margin-block-end: 7px;
}

.hk-custom-checkout .required {
	color: var(--hk-red);
	text-decoration: none;
}

.hk-custom-checkout input.input-text,
.hk-custom-checkout input[type="text"],
.hk-custom-checkout input[type="email"],
.hk-custom-checkout input[type="tel"],
.hk-custom-checkout textarea,
.hk-custom-checkout select,
.hk-custom-checkout .select2-container .select2-selection--single {
	background: #fbfdfc !important;
	border: 1px solid #ceddd5 !important;
	border-radius: 11px !important;
	box-shadow: none !important;
	color: var(--hk-ink) !important;
	font-family: inherit !important;
	font-size: 14px !important;
	height: 48px !important;
	line-height: 1.5 !important;
	min-height: 48px !important;
	outline: 0 !important;
	padding: 11px 13px !important;
	transition: border 0.2s ease, box-shadow 0.2s ease;
	width: 100% !important;
}

.hk-custom-checkout textarea {
	height: 100px !important;
	resize: vertical;
}

.hk-custom-checkout input:focus,
.hk-custom-checkout textarea:focus,
.hk-custom-checkout select:focus,
.hk-custom-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--hk-green-650) !important;
	box-shadow: 0 0 0 3px rgba(22, 132, 90, 0.12) !important;
}

.hk-custom-checkout .select2-container {
	width: 100% !important;
}

.hk-custom-checkout .select2-selection__rendered {
	line-height: 25px !important;
	padding: 0 !important;
}

.hk-custom-checkout .select2-selection__arrow {
	height: 46px !important;
	inset-inline-end: 8px !important;
}

.hk-custom-checkout .woocommerce-shipping-fields,
.hk-custom-checkout .woocommerce-additional-fields {
	border-top: 1px dashed var(--hk-line);
	margin-block-start: 24px;
	padding-block-start: 20px;
}

.hk-checkout-trust {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-block-start: 14px;
}

.hk-checkout-trust div {
	align-items: center;
	background: var(--hk-green-50);
	border: 1px solid var(--hk-line);
	border-radius: 13px;
	color: var(--hk-green-800);
	display: flex;
	font-size: 11px;
	gap: 7px;
	justify-content: center;
	padding: 10px;
}

.hk-checkout-trust span {
	font-size: 14px;
}

.hk-checkout-summary {
	overflow: hidden;
	position: sticky;
	top: 28px;
}

.hk-checkout-summary__title {
	align-items: center;
	background: var(--hk-green-50);
	border-bottom: 1px solid var(--hk-line);
	display: flex;
	justify-content: space-between;
	padding: 20px 22px;
}

.hk-checkout-summary__title span {
	color: var(--hk-muted);
	font-size: 11px;
}

.hk-checkout-summary__title a {
	color: var(--hk-green-650) !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
}

.hk-checkout-review {
	padding: 4px 22px 22px;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table {
	border: 0 !important;
	border-collapse: collapse !important;
	margin: 0 !important;
	table-layout: fixed;
	width: 100% !important;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table th,
.hk-custom-checkout .woocommerce-checkout-review-order-table td {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #edf2ef !important;
	font-size: 13px;
	padding: 14px 3px !important;
	text-align: right !important;
	vertical-align: top;
	white-space: normal !important;
	word-break: normal;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table th {
	width: 38%;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table td {
	overflow-wrap: anywhere;
	width: 62%;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table th:last-child,
.hk-custom-checkout .woocommerce-checkout-review-order-table td:last-child {
	text-align: left !important;
}

.hk-custom-checkout .woocommerce-checkout-review-order-table .order-total th,
.hk-custom-checkout .woocommerce-checkout-review-order-table .order-total td {
	border-bottom: 0 !important;
	color: var(--hk-green-650) !important;
	font-size: 17px !important;
	font-weight: 900 !important;
}

.hk-custom-checkout .product-name {
	color: var(--hk-ink);
	font-weight: 700;
}

.hk-custom-checkout .product-quantity {
	background: var(--hk-green-100);
	border-radius: 5px;
	color: var(--hk-green-800);
	font-size: 10px;
	margin-inline-start: 3px;
	padding: 1px 5px;
}

.hk-custom-checkout #payment {
	background: transparent !important;
	border-radius: 0 !important;
	margin-block-start: 5px;
}

.hk-custom-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--hk-line) !important;
	padding: 14px 0 !important;
}

.hk-custom-checkout #payment ul.payment_methods li {
	background: #fbfdfc;
	border: 1px solid var(--hk-line);
	border-radius: 11px;
	margin-block-end: 8px !important;
	padding: 10px 12px;
}

.hk-custom-checkout #payment div.payment_box {
	background: var(--hk-green-50) !important;
	border-radius: 9px !important;
	color: var(--hk-muted) !important;
	font-size: 12px;
	margin: 8px 0 0 !important;
}

.hk-custom-checkout #payment div.payment_box::before {
	border-bottom-color: var(--hk-green-50) !important;
}

.hk-custom-checkout #payment .place-order {
	margin: 0 !important;
	padding: 16px 0 0 !important;
}

.hk-custom-checkout #place_order {
	background: linear-gradient(135deg, var(--hk-green-650), var(--hk-green-800)) !important;
	border: 0 !important;
	border-radius: 13px !important;
	box-shadow: 0 12px 24px rgba(22, 132, 90, 0.24) !important;
	color: var(--hk-white) !important;
	float: none !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	min-height: 52px;
	width: 100% !important;
}

.hk-custom-checkout #place_order:hover {
	background: var(--hk-green-950) !important;
}

.hk-checkout-secondary-actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr 1fr;
	padding: 0 22px 22px;
}

.hk-checkout-cart-button,
.hk-clear-checkout-form,
.hk-review-modal__actions button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--hk-line);
	border-radius: 11px;
	color: var(--hk-green-800) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--hk-font) !important;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 43px;
	padding: 9px 12px;
	text-decoration: none !important;
}

.hk-clear-checkout-form {
	color: #9b3942 !important;
}

.hk-guest-checkout-note {
	background: var(--hk-green-50);
	border: 1px solid var(--hk-line);
	border-radius: 13px;
	color: var(--hk-green-950);
	margin-block: 12px;
	padding: 13px 14px;
}

.hk-guest-checkout-note strong,
.hk-guest-checkout-note p {
	display: block;
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}

.hk-shipping-cost-pending td small {
	color: #a45e13;
	display: block;
	font-size: 10px;
	line-height: 1.7;
	margin-block-start: 3px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.hk-custom-checkout tr.woocommerce-shipping-totals > th,
.hk-custom-checkout tr.woocommerce-shipping-totals > td,
.hk-custom-checkout tr.hk-shipping-cost-pending > th,
.hk-custom-checkout tr.hk-shipping-cost-pending > td {
	min-width: 0;
	overflow-wrap: anywhere;
}

.hk-custom-checkout tr.woocommerce-shipping-totals > td > *,
.hk-custom-checkout tr.hk-shipping-cost-pending > td > * {
	max-width: 100%;
}

.hk-custom-checkout ul#shipping_method {
	display: grid;
	gap: 9px;
	margin: 0 !important;
	max-width: 100%;
	padding: 0 !important;
	width: 100%;
}

.hk-custom-checkout ul#shipping_method li {
	background: #fbfdfc;
	border: 1px solid var(--hk-line);
	border-radius: 12px;
	list-style: none !important;
	line-height: 1.8;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 11px 12px !important;
	text-align: right !important;
	white-space: normal !important;
	width: 100%;
}

.hk-custom-checkout ul#shipping_method label {
	display: inline;
	overflow-wrap: anywhere;
	white-space: normal !important;
}

.hk-custom-checkout ul#shipping_method li:has(input:checked) {
	background: var(--hk-green-50);
	border-color: var(--hk-green-650);
	box-shadow: 0 0 0 3px rgba(22, 132, 90, 0.08);
}

.hk-custom-checkout ul#shipping_method input {
	accent-color: var(--hk-green-650);
	margin: 0 0 0 8px !important;
}

.hk-review-modal[hidden] {
	display: none !important;
}

.hk-review-modal {
	direction: rtl;
	font-family: var(--hk-font);
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.hk-review-modal__backdrop {
	background: rgba(7, 30, 22, 0.66);
	inset: 0;
	position: absolute;
}

.hk-review-modal__dialog {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
	inset-block-start: 50%;
	inset-inline-start: 50%;
	max-height: min(86vh, 760px);
	max-width: 670px;
	overflow: auto;
	padding: 28px;
	position: absolute;
	transform: translate(50%, -50%);
	width: calc(100% - 30px);
}

.hk-review-modal__dialog h2 {
	color: var(--hk-green-950);
	font-size: 24px;
	margin: 0 0 4px;
}

.hk-review-modal__dialog > p {
	color: var(--hk-muted);
	font-size: 13px;
	margin: 0 0 18px;
}

.hk-review-modal__close {
	background: #eef4f0;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	font: 24px/1 Arial, sans-serif;
	height: 36px;
	inset-block-start: 18px;
	inset-inline-end: 18px;
	position: absolute;
	width: 36px;
}

.hk-review-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin: 0;
}

.hk-review-grid > div {
	background: var(--hk-green-50);
	border: 1px solid var(--hk-line);
	border-radius: 12px;
	padding: 11px 13px;
}

.hk-review-grid__wide {
	grid-column: 1 / -1;
}

.hk-review-grid dt {
	color: var(--hk-muted);
	font-size: 11px;
}

.hk-review-grid dd {
	color: var(--hk-ink);
	font-size: 13px;
	font-weight: 700;
	margin: 2px 0 0;
}

.hk-review-grid ul {
	margin: 0;
	padding-inline-start: 18px;
}

.hk-review-modal__actions {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1.4fr;
	margin-block-start: 18px;
}

.hk-review-modal__confirm {
	background: var(--hk-green-650) !important;
	border-color: var(--hk-green-650) !important;
	color: #fff !important;
}

body.hk-review-open {
	overflow: hidden;
}

.hk-add-to-cart-toast {
	align-items: center;
	animation: hk-notice-enter 0.3s ease both;
	background: #effbf5;
	border: 1px solid #c9eedc;
	border-inline-start: 5px solid #15915e;
	border-radius: 15px;
	box-shadow: 0 18px 50px rgba(7, 61, 43, 0.18);
	color: var(--hk-ink);
	direction: rtl;
	display: grid;
	font-size: 13px;
	gap: 2px 10px;
	grid-template-columns: auto 1fr auto;
	inset-block-start: 24px;
	inset-inline-start: 24px;
	max-width: min(430px, calc(100% - 28px));
	padding: 13px 14px;
	position: fixed;
	z-index: 999999;
}

.hk-add-to-cart-toast button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	grid-row: 1 / 3;
}

.hk-add-to-cart-toast span {
	color: var(--hk-muted);
	font-size: 11px;
}

.hk-add-to-cart-toast a {
	color: var(--hk-green-800);
	font-weight: 800;
	grid-row: 1 / 3;
	text-decoration: none;
}

/* WooCommerce core notices on Cart and Checkout. */
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.hk-custom-cart .woocommerce-notices-wrapper,
.hk-custom-checkout .woocommerce-notices-wrapper {
	display: grid;
	gap: 11px;
	margin-block-end: 18px;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.hk-custom-cart .woocommerce-error,
.hk-custom-cart .woocommerce-info,
.hk-custom-cart .woocommerce-message,
.hk-custom-checkout .woocommerce-error,
.hk-custom-checkout .woocommerce-info,
.hk-custom-checkout .woocommerce-message {
	--hk-notice-accent: var(--hk-blue);
	--hk-notice-bg: #f1f7ff;
	--hk-notice-border: #cfe2fa;
	align-items: center;
	background: var(--hk-notice-bg) !important;
	border: 1px solid var(--hk-notice-border) !important;
	border-inline-start: 4px solid var(--hk-notice-accent) !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 28px color-mix(in srgb, var(--hk-notice-accent) 9%, transparent);
	color: var(--hk-ink) !important;
	display: flex;
	font-size: 13px;
	line-height: 1.75;
	list-style: none !important;
	margin: 0 0 14px !important;
	min-height: 62px;
	padding: 14px 62px 14px 16px !important;
	position: relative;
	width: 100%;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .woocommerce-message,
.hk-custom-cart .woocommerce-message,
.hk-custom-checkout .woocommerce-message {
	--hk-notice-accent: #15915e;
	--hk-notice-bg: #effbf5;
	--hk-notice-border: #c9eedc;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-checkout .woocommerce-error,
.hk-custom-cart .woocommerce-error,
.hk-custom-checkout .woocommerce-error {
	--hk-notice-accent: #d84653;
	--hk-notice-bg: #fff3f4;
	--hk-notice-border: #f1cbd0;
}

.woocommerce-cart .woocommerce-error::before,
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-message::before,
.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.hk-custom-cart .woocommerce-error::before,
.hk-custom-cart .woocommerce-info::before,
.hk-custom-cart .woocommerce-message::before,
.hk-custom-checkout .woocommerce-error::before,
.hk-custom-checkout .woocommerce-info::before,
.hk-custom-checkout .woocommerce-message::before {
	align-items: center;
	background: var(--hk-notice-accent);
	border-radius: 50%;
	box-shadow: 0 7px 16px color-mix(in srgb, var(--hk-notice-accent) 24%, transparent);
	color: #fff;
	content: "i" !important;
	display: flex;
	font-family: sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	height: 34px;
	inset-block-start: 50%;
	inset-inline-start: 15px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 34px;
}

.woocommerce-cart .woocommerce-message::before,
.woocommerce-checkout .woocommerce-message::before,
.hk-custom-cart .woocommerce-message::before,
.hk-custom-checkout .woocommerce-message::before {
	content: "✓" !important;
}

.woocommerce-cart .woocommerce-error::before,
.woocommerce-checkout .woocommerce-error::before,
.hk-custom-cart .woocommerce-error::before,
.hk-custom-checkout .woocommerce-error::before {
	content: "!" !important;
}

.woocommerce-cart .woocommerce-error li,
.woocommerce-checkout .woocommerce-error li,
.hk-custom-cart .woocommerce-error li,
.hk-custom-checkout .woocommerce-error li {
	margin: 2px 0;
}

.woocommerce-cart .woocommerce-notices-wrapper .button,
.woocommerce-checkout .woocommerce-notices-wrapper .button,
.hk-custom-cart .woocommerce-notices-wrapper .button,
.hk-custom-checkout .woocommerce-notices-wrapper .button {
	background: var(--hk-notice-accent) !important;
	border: 0 !important;
	border-radius: 9px !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	margin-inline-start: auto !important;
	min-height: 35px;
	padding: 8px 13px !important;
}

.hk-courier-confirmation {
	background: #fffaf0;
	border: 1px solid #f1dfb8;
	border-radius: 17px;
	margin-block: 13px;
	overflow: hidden;
}

.hk-checkout-action-message,
.hk-county-freight-message {
	align-items: flex-start;
	background: linear-gradient(135deg, #fffaf0, #fffdf8);
	border: 1px solid #f1dfb8;
	border-radius: 16px;
	color: #715319;
	display: flex;
	gap: 12px;
	margin-block: 12px;
	padding: 14px;
}

.hk-courier-confirmation .hk-checkout-action-message {
	border: 0;
	border-radius: 0;
	margin: 0;
}

.hk-checkout-action-message__icon,
.hk-county-freight-message__icon {
	align-items: center;
	background: #e19a15;
	border-radius: 11px;
	box-shadow: 0 7px 15px rgba(225, 154, 21, 0.22);
	color: #fff;
	display: flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
}

.hk-checkout-action-message__icon::before {
	content: "☎";
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 900;
}

.hk-county-freight-message__icon::before {
	content: "↗";
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 900;
}

.hk-checkout-action-message strong,
.hk-county-freight-message strong {
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-block-end: 2px;
}

.hk-checkout-action-message p,
.hk-county-freight-message p {
	font-size: 12px;
	line-height: 1.75;
	margin: 0;
}

.hk-confirmation-field {
	background: #fff;
	border-top: 1px dashed #ead39f;
	margin: 0 !important;
	padding: 14px !important;
}

.hk-confirmation-field label {
	align-items: flex-start;
	cursor: pointer;
	display: flex !important;
	gap: 9px;
	margin: 0 !important;
}

.hk-confirmation-field input[type="checkbox"] {
	height: 1px !important;
	opacity: 0;
	position: absolute;
	width: 1px !important;
}

.hk-confirmation-field__check {
	background: #fff;
	border: 2px solid #d4b66f;
	border-radius: 7px;
	display: inline-flex;
	flex: 0 0 23px;
	height: 23px;
	justify-content: center;
	margin-block-start: 1px;
	transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
	width: 23px;
}

.hk-confirmation-field input:checked + .hk-confirmation-field__check {
	background: var(--hk-green-650);
	border-color: var(--hk-green-650);
	transform: scale(1.04);
}

.hk-confirmation-field input:checked + .hk-confirmation-field__check::before {
	color: #fff;
	content: "✓";
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 19px;
}

.hk-confirmation-field input:focus-visible + .hk-confirmation-field__check {
	box-shadow: 0 0 0 3px rgba(22, 132, 90, 0.18);
}

@keyframes hk-notice-enter {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hk-shipping-alert {
		animation: none;
		transition: none;
	}
}

@media (max-width: 1050px) {
	.hk-cart-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}

	.hk-cart-insights {
		grid-template-columns: 1fr;
	}

	.hk-insight-card {
		min-height: auto;
	}

	.hk-checkout-layout {
		grid-template-columns: minmax(0, 1fr) 330px;
	}
}

@media (max-width: 860px) {
	.hk-page-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.hk-cart-hero__count {
		align-items: baseline;
		flex-direction: row;
		gap: 7px;
		min-width: 0;
	}

	.hk-checkout-steps {
		align-self: stretch;
		justify-content: space-between;
		width: 100%;
	}

	.hk-cart-layout,
	.hk-checkout-layout {
		grid-template-columns: 1fr;
	}

	.hk-cart-summary,
	.hk-checkout-summary {
		position: static;
	}
}

@media (max-width: 680px) {
	.hk-custom-cart,
	.hk-custom-checkout {
		font-size: 14px;
		padding-inline: 2px;
	}

	.hk-page-hero {
		border-radius: 19px;
		margin-block-end: 18px;
		padding: 22px 18px;
	}

	.hk-page-hero h1 {
		font-size: 26px !important;
	}

	.hk-page-hero p {
		font-size: 12px;
	}

	.hk-checkout-secondary-actions,
	.hk-review-grid,
	.hk-review-modal__actions {
		grid-template-columns: 1fr;
	}

	.hk-review-grid__wide {
		grid-column: auto;
	}

	.hk-review-modal__dialog {
		border-radius: 18px;
		padding: 23px 17px;
	}

	.hk-add-to-cart-toast {
		inset-block-start: 12px;
		inset-inline: 14px;
		max-width: none;
	}

	.hk-checkout-steps li {
		min-width: 64px;
	}

	.hk-checkout-steps li:not(:last-child)::after {
		width: 34px;
	}

	.hk-cart-table-card {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
	}

	.hk-cart-table-scroll {
		overflow: visible;
	}

	.hk-cart-table,
	.hk-custom-cart table.shop_table.hk-cart-table {
		background: transparent !important;
		display: block !important;
		min-width: 0;
	}

	.hk-cart-table thead {
		display: none !important;
	}

	.hk-cart-table tbody {
		display: grid !important;
		gap: 12px;
	}

	.hk-cart-table tbody tr {
		background: var(--hk-white);
		border: 1px solid var(--hk-line);
		border-radius: var(--hk-radius-lg);
		box-shadow: var(--hk-shadow-soft);
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: hidden;
		padding: 15px;
		position: relative;
	}

	.hk-cart-table tbody td,
	.hk-cart-table tbody tr:hover td {
		align-items: center;
		background: transparent !important;
		border: 0 !important;
		border-top: 1px solid #edf2ef !important;
		display: flex !important;
		justify-content: space-between;
		padding: 11px 5px !important;
		text-align: left !important;
	}

	.hk-cart-table tbody td::before {
		color: var(--hk-muted);
		content: attr(data-title);
		font-size: 11px;
		font-weight: 800;
		margin-inline-end: 10px;
	}

	.hk-cart-table tbody .product-name {
		border-top: 0 !important;
		grid-column: 1 / -1;
		padding-block: 0 14px !important;
	}

	.hk-cart-table tbody .product-name::before,
	.hk-cart-table tbody .product-remove::before {
		display: none;
	}

	.hk-cart-product {
		align-items: center;
		min-width: 0;
		width: 100%;
	}

	.hk-cart-product__image,
	.hk-cart-product__image img {
		height: 66px !important;
		width: 66px !important;
	}

	.hk-cart-table tbody .product-cold-chain,
	.hk-cart-table tbody .product-weight,
	.hk-cart-table tbody .product-price,
	.hk-cart-table tbody .product-quantity {
		text-align: left !important;
		white-space: normal;
	}

	.hk-cart-table tbody .product-remove {
		border: 0 !important;
		inset-block-start: 10px;
		inset-inline-start: 10px;
		padding: 0 !important;
		position: absolute;
	}

	.hk-cart-remove,
	.hk-custom-cart a.remove.hk-cart-remove {
		height: 31px !important;
		width: 31px !important;
	}

	.hk-cart-table-card__footer {
		background: transparent;
		border: 0;
		padding: 12px 0 0;
	}

	.hk-cart-table-card__footer .button {
		width: 100%;
	}

	.hk-cart-summary,
	.hk-checkout-panel,
	.hk-checkout-summary {
		border-radius: 19px;
		padding: 18px;
	}

	.hk-checkout-summary {
		padding: 0;
	}

	.hk-checkout-summary__title {
		padding: 17px;
	}

	.hk-checkout-review {
		padding: 4px 17px 17px;
	}

	.hk-custom-checkout .woocommerce-billing-fields__field-wrapper,
	.hk-custom-checkout .woocommerce-shipping-fields__field-wrapper,
	.hk-custom-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.hk-custom-checkout .form-row {
		grid-column: 1 !important;
	}

	.hk-checkout-trust {
		grid-template-columns: 1fr;
	}

	.hk-shipping-alert {
		align-items: flex-start;
		border-radius: 14px;
		padding: 13px;
	}

	.hk-shipping-alert__icon {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

	.woocommerce-cart .woocommerce-error,
	.woocommerce-cart .woocommerce-info,
	.woocommerce-cart .woocommerce-message,
	.woocommerce-checkout .woocommerce-error,
	.woocommerce-checkout .woocommerce-info,
	.woocommerce-checkout .woocommerce-message,
	.hk-custom-cart .woocommerce-error,
	.hk-custom-cart .woocommerce-info,
	.hk-custom-cart .woocommerce-message,
	.hk-custom-checkout .woocommerce-error,
	.hk-custom-checkout .woocommerce-info,
	.hk-custom-checkout .woocommerce-message {
		align-items: flex-start;
		border-radius: 14px !important;
		display: block;
		font-size: 12px;
		min-height: 58px;
		padding: 13px 55px 13px 12px !important;
	}

	.woocommerce-cart .woocommerce-notices-wrapper .button,
	.woocommerce-checkout .woocommerce-notices-wrapper .button,
	.hk-custom-cart .woocommerce-notices-wrapper .button,
	.hk-custom-checkout .woocommerce-notices-wrapper .button {
		display: table !important;
		float: none !important;
		margin: 9px 0 0 !important;
	}

	.hk-checkout-action-message,
	.hk-county-freight-message {
		border-radius: 14px;
		padding: 12px;
	}

	.hk-confirmation-field {
		padding: 12px !important;
	}
}

@media (max-width: 420px) {
	.hk-checkout-steps li {
		font-size: 9px;
		min-width: 54px;
	}

	.hk-checkout-steps li:not(:last-child)::after {
		width: 22px;
	}

	.hk-cart-table tbody tr {
		grid-template-columns: 1fr;
	}

	.hk-cart-table tbody .product-name {
		grid-column: 1;
	}
}

/* Tuesday delivery uses a single 09–20 window; third-party slot controls are hidden. */
.woocommerce-checkout [class*="delivery-time"],
.woocommerce-checkout [class*="delivery_time"],
.woocommerce-checkout [class*="time-slot"],
.woocommerce-checkout [class*="time_slot"],
.woocommerce-checkout [id*="delivery_time"],
.woocommerce-checkout [id*="delivery-time"] {
	display: none !important;
}
