/*
 * Cart & Mini Cart Redesign — Phase 13
 * Loaded on is_cart() only (+ mini-cart drawer CSS applies site-wide via wp_footer)
 */

/* ─── Additional tokens not in header-redesign.css ─── */
:root {
	--eh-cream-300: #d9ccb5;
	--eh-ink-700: #2f3a32;
	--eh-herb-500: #3b8466;
}

/* ─── Suppress ecome default page title + breadcrumbs on cart ─── */
.woocommerce-cart .page-title,
.woocommerce-cart .breadcrumb-wrap,
.woocommerce-cart .breadcrumbs {
	display: none !important;
}
/* Allow full-width breakout */
body.woocommerce-cart {
	overflow-x: hidden;
}
body.woocommerce-cart .site-main,
body.woocommerce-cart .main-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .site-content,
body.woocommerce-cart .container {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}
/* Keep cart controls on the Emperor Herb palette when global theme hover effects fire. */
.woocommerce-cart .eh-cart-wrap a:hover,
.woocommerce-cart .eh-cart-wrap button:hover,
.woocommerce-cart .eh-cart-wrap input[type=submit]:hover,
.woocommerce-cart .eh-cart-wrap .button:hover,
.woocommerce-cart .eh-cart-wrap [role="button"]:hover,
.woocommerce-cart .eh-cart-wrap a:focus,
.woocommerce-cart .eh-cart-wrap button:focus,
.woocommerce-cart .eh-cart-wrap input[type=submit]:focus,
.woocommerce-cart .eh-cart-wrap .button:focus,
.woocommerce-cart .eh-cart-wrap [role="button"]:focus,
.woocommerce-cart .eh-cart-wrap a:active,
.woocommerce-cart .eh-cart-wrap button:active,
.woocommerce-cart .eh-cart-wrap input[type=submit]:active,
.woocommerce-cart .eh-cart-wrap .button:active,
.woocommerce-cart .eh-cart-wrap [role="button"]:active {
	background-image: none !important;
}
/* Remove WC default table styles on cart page */
.woocommerce-cart table.shop_table { display: none !important; }
/* Remove default WC actions bar */
.woocommerce-cart .woocommerce-cart-form { display: none; }

/* ─── Commerce Head — full-width breakout ─── */
.eh-commerce-head {
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	padding: 44px 0 46px;
	position: relative;
	overflow: hidden;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
}
.eh-commerce-head::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 55% 80% at 90% 50%, rgba(45,106,79,.38), transparent 60%),
		radial-gradient(ellipse 40% 60% at 5% 90%, rgba(212,160,23,.06), transparent 60%);
	pointer-events: none;
}
.eh-commerce-head-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 40px;
}
@media (max-width: 720px) { .eh-commerce-head-inner { grid-template-columns: 1fr; } }

.eh-c-breadcrumbs {
	font-size: 11px;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: rgba(243,228,182,.5);
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.eh-c-breadcrumbs a { color: var(--eh-gold-400); transition: color .2s; }
.eh-c-breadcrumbs a:hover { color: var(--eh-gold-500); }
.eh-c-breadcrumbs .sep { margin: 0 10px; opacity: .45; }
.eh-commerce-head h1 { color: var(--eh-cream-100); font-size: clamp(44px, 5.5vw, 72px); margin: 0 0 12px; font-family: 'Playfair Display', Georgia, serif; }
.eh-commerce-head h1 em { color: var(--eh-gold-500); font-style: italic; }
.eh-head-note {
	font-size: 13px;
	color: rgba(243,228,182,.55);
	letter-spacing: .06em;
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-c-head-steps {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	padding-bottom: 4px;
}
.eh-step-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	letter-spacing: .24em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(243,228,182,.35);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-step-row.active { color: var(--eh-gold-400); }
.eh-step-num {
	width: 22px; height: 22px;
	border-radius: 50%;
	border: 1px solid currentColor;
	display: flex; align-items: center; justify-content: center;
	font-size: 10px;
	flex-shrink: 0;
}
.eh-step-row.active .eh-step-num {
	background: var(--eh-gold-500);
	border-color: var(--eh-gold-500);
	color: var(--eh-forest-900);
}
.eh-step-conn { width: 1px; height: 14px; background: rgba(243,228,182,.2); margin: 0 10px; }

/* ─── Zone Bar — full-width breakout ─── */
.eh-zone-bar {
	background: rgba(13,42,32,.04);
	border-bottom: 1px solid var(--eh-line);
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
.eh-zone-bar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 24px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--eh-ink-700);
	flex-wrap: wrap;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-zone-bar-inner .z-icon { color: var(--eh-gold-600); display: flex; flex-shrink: 0; }
.eh-zone-bar-inner .z-icon svg { width: 14px; height: 14px; }
.eh-zone-bar-inner strong { color: var(--eh-forest-900); font-weight: 700; }

/* ─── WC Notices Area ─── */
.woocommerce-cart .woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 16px;
}

/* ─── Cart Wrap ─── */
.eh-cart-wrap { padding: 48px 0 100px; }
.eh-cart-wrap > .eh-cart-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ─── Section Label ─── */
.eh-sl {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
}
.eh-sl h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	font-weight: 500;
	color: var(--eh-forest-900);
	white-space: nowrap;
	flex-shrink: 0;
	margin: 0;
}
.eh-sl-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, var(--eh-gold-500), transparent 80%);
}
.eh-sl-count {
	font-size: 10px;
	letter-spacing: .28em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	flex-shrink: 0;
	font-family: 'Nunito Sans', sans-serif;
}

/* ─── Cart Layout ─── */
.eh-cart-layout {
	display: grid;
	grid-template-columns: 1fr 370px;
	gap: 50px;
	align-items: start;
}
@media (max-width: 1024px) { .eh-cart-layout { grid-template-columns: 1fr 340px; gap: 36px; } }
@media (max-width: 860px) { .eh-cart-layout { grid-template-columns: 1fr; } }

/* ─── Cart Column Headers ─── */
.eh-cart-colhead {
	display: grid;
	grid-template-columns: 20px 80px 1fr 80px 110px 88px;
	gap: 16px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--eh-line);
	font-size: 10px;
	letter-spacing: .28em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-cart-colhead .cc { text-align: center; }
.eh-cart-colhead .cr { text-align: right; }
@media (max-width: 720px) { .eh-cart-colhead { display: none; } }

/* ─── Cart Rows ─── */
.eh-cart-items { display: flex; flex-direction: column; }
.eh-cart-row {
	display: grid;
	grid-template-columns: 20px 80px 1fr 80px 110px 88px;
	gap: 16px;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid var(--eh-line);
	transition: opacity .3s ease, transform .3s ease;
}
.eh-cart-row.eh-updating { opacity: .5; pointer-events: none; }
@media (max-width: 720px) {
	.eh-cart-row {
		grid-template-columns: 20px 72px 1fr;
		grid-template-rows: auto auto;
		row-gap: 14px;
	}
	.eh-cart-row .eh-cr-remove  { grid-column: 1; grid-row: 1; align-self: start; margin-top: 3px; }
	.eh-cart-row .eh-cr-thumb   { grid-column: 2; grid-row: 1; align-self: start; }
	.eh-cart-row .eh-cr-info    { grid-column: 3; grid-row: 1; }
	.eh-cart-row .eh-cr-price   { display: none; }
	.eh-cart-row .eh-cr-qty     { grid-column: 2; grid-row: 2; }
	.eh-cart-row .eh-cr-total   { grid-column: 3; grid-row: 2; justify-self: end; align-self: center; }
}

.eh-cr-remove {
	width: 20px; height: 20px;
	display: flex; align-items: center; justify-content: center;
	color: var(--eh-ink-500);
	font-size: 20px;
	line-height: 1;
}
.eh-cr-remove a {
	color: inherit;
	text-decoration: none;
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 100%;
	transition: color .2s;
}
.eh-cr-remove a:hover { color: #b03020; }

.eh-cr-thumb {
	width: 80px; height: 80px;
	background: var(--eh-cream-100);
	border: 1px solid var(--eh-line);
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}
.eh-cr-thumb img { width: 100%; height: 100%; object-fit: cover; }
.eh-cr-thumb a { display: flex; width: 100%; height: 100%; }

.eh-cr-info { min-width: 0; }
.eh-cr-botanical {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-size: 12px;
	color: var(--eh-gold-600);
	margin-bottom: 4px;
}
.eh-cr-name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 15px;
	font-weight: 500;
	color: var(--eh-forest-900);
	line-height: 1.35;
	margin: 0 0 4px;
}
.eh-cr-name a { color: inherit; text-decoration: none; }
.eh-cr-name a:hover { color: var(--eh-gold-600); }
.eh-cr-sku {
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--eh-ink-500);
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}

.eh-cr-price {
	text-align: center;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 17px;
	color: var(--eh-ink-700);
}
/* WC price HTML */
.eh-cr-price .woocommerce-Price-amount { font-size: 17px; }

/* Qty Stepper */
.eh-cr-qty { display: flex; justify-content: center; }
.eh-qty-step {
	display: flex;
	align-items: center;
	border: 1px solid var(--eh-forest-700);
	background: var(--eh-cream-50);
	height: 38px;
	width: 100px;
}
.eh-qty-step button {
	width: 30px; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 15px;
	color: var(--eh-forest-900);
	cursor: pointer;
	transition: color .2s;
	background: none;
	border: 0;
	font-family: inherit;
	flex-shrink: 0;
	line-height: 1;
}
.eh-qty-step button:hover { color: var(--eh-gold-600); }
.eh-qty-input {
	flex: 1;
	border: 0;
	background: transparent;
	text-align: center;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 15px;
	color: var(--eh-forest-900);
	outline: none;
	width: 0;
	min-width: 0;
	-moz-appearance: textfield;
}
.eh-qty-input::-webkit-outer-spin-button,
.eh-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
@media (max-width: 720px) { .eh-qty-step { margin: 0; } }

.eh-cr-total {
	text-align: right;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 19px;
	font-weight: 500;
	color: var(--eh-forest-900);
}
.eh-cr-total .woocommerce-Price-amount { font-size: 19px; font-weight: 500; }

/* ─── Cart Actions ─── */
.eh-cart-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 26px;
	padding-top: 24px;
	border-top: 1px solid var(--eh-line);
	flex-wrap: wrap;
}
.eh-continue-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-700);
	transition: color .2s;
	text-decoration: none;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-continue-link:hover { color: var(--eh-herb-600); }
.eh-continue-link svg { width: 14px; height: 14px; }
.eh-update-trigger {
	min-width: 154px;
	height: 42px;
	padding: 0 24px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid var(--eh-forest-700);
	background: transparent;
	color: var(--eh-forest-900);
	cursor: pointer;
	transition: all .2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
}
.eh-update-trigger:hover { background: var(--eh-forest-900); color: var(--eh-cream-100); }

/* ─── Coupon Section ─── */
.eh-coupon-section {
	margin-top: 28px;
	padding: 22px 24px;
	background: var(--eh-cream-100);
	border: 1px solid var(--eh-line);
}
.eh-coupon-header {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	user-select: none;
	margin-bottom: 0;
}
.eh-coupon-header svg { width: 14px; height: 14px; color: var(--eh-gold-600); flex-shrink: 0; }
.eh-coupon-header-text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--eh-forest-900);
	flex: 1;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-coupon-toggle-arrow {
	width: 14px; height: 14px;
	color: var(--eh-ink-500);
	transition: transform .25s;
	flex-shrink: 0;
}
.eh-coupon-toggle-arrow.open { transform: rotate(180deg); }
.eh-coupon-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height .35s ease, margin-top .35s ease;
}
.eh-coupon-body.open { max-height: 220px; margin-top: 16px; }
.eh-coupon-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 80px;
	align-items: stretch;
}
.eh-coupon-input {
	width: 100%;
	height: 44px;
	padding: 0 16px;
	background: var(--eh-cream-50);
	border: 1px solid var(--eh-cream-300);
	border-right: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color: var(--eh-ink-700);
	outline: none;
	transition: border-color .2s;
	letter-spacing: .04em;
	text-transform: uppercase;
	box-sizing: border-box;
	min-width: 0;
}
.eh-coupon-input::placeholder { text-transform: none; color: var(--eh-ink-500); font-size: 13px; letter-spacing: .02em; }
.eh-coupon-input:focus { border-color: var(--eh-forest-700); }
.eh-coupon-input.success { border-color: var(--eh-herb-500); background: rgba(45,106,79,.04); }
.eh-coupon-input.error { border-color: #c0392b; }
.eh-coupon-btn {
	height: auto;
	align-self: stretch;
	padding: 0 16px;
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	border: 1px solid var(--eh-forest-900);
	cursor: pointer;
	transition: all .2s;
	white-space: nowrap;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.eh-coupon-btn:hover { background: var(--eh-forest-700); border-color: var(--eh-forest-700); }
.eh-coupon-btn:disabled { opacity: .5; cursor: not-allowed; }
.eh-coupon-msg {
	display: none;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-coupon-msg.show { display: block; }
.eh-coupon-msg.success { color: var(--eh-herb-600); }
.eh-coupon-msg.error-msg { color: #c0392b; }

/* Applied coupon badge */
.eh-applied-coupons {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.eh-coupon-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(45,106,79,.08);
	border: 1px solid rgba(45,106,79,.25);
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--eh-herb-600);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-remove-coupon {
	background: none;
	border: 0;
	color: currentColor;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 0;
	opacity: .7;
	transition: opacity .2s;
}
.eh-remove-coupon:hover { opacity: 1; }

/* ─── Cart Totals Card ─── */
.eh-cart-totals-card {
	background: var(--eh-cream-100);
	border: 1px solid var(--eh-line);
	position: sticky;
	top: 100px;
	box-shadow: 0 8px 40px -12px rgba(13,42,32,.12);
}
.eh-totals-head { padding: 28px 28px 0; }
.eh-totals-body { padding: 4px 28px 28px; }

.eh-totals-list { display: flex; flex-direction: column; margin: 18px 0; }
.eh-totals-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--eh-line);
}
.eh-totals-row:last-child { border-bottom: 0; }
.eh-t-label {
	font-size: 10px;
	letter-spacing: .26em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	flex-shrink: 0;
	padding-top: 3px;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-t-value {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 20px;
	color: var(--eh-forest-900);
	text-align: right;
}
.eh-t-value .woocommerce-Price-amount { font-size: 20px; }
.eh-totals-total {
	border-top: 2px solid var(--eh-forest-900) !important;
	margin-top: 4px;
	padding: 18px 0 4px !important;
	border-bottom: 0 !important;
}
.eh-totals-total .eh-t-label { font-size: 11px; color: var(--eh-forest-900); }
.eh-totals-total .eh-t-value { font-size: 32px; font-weight: 500; }
.eh-totals-total .eh-t-value .woocommerce-Price-amount { font-size: 32px; font-weight: 500; }

/* Discount row */
.eh-discount-row { display: none; }
.eh-discount-row.active { display: flex; }
.eh-discount-row .eh-t-label { color: var(--eh-herb-600); }
.eh-discount-row .eh-t-value { color: var(--eh-herb-600); font-size: 18px; }

/* Shipping section */
.eh-ship-row { flex-direction: column; align-items: stretch; gap: 12px; }
.eh-ship-section { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.eh-ship-cards { display: flex; flex-direction: column; gap: 7px; }
.eh-ship-card {
	border: 1px solid var(--eh-line);
	background: var(--eh-cream-50);
	cursor: pointer;
	transition: border-color .2s, background .2s;
	padding: 16px 18px;
	width: 100%;
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	text-align: left;
	font: inherit;
	line-height: 1.2;
	box-sizing: border-box;
	min-height: 68px;
}
.eh-ship-card:hover { border-color: var(--eh-forest-700); }
.eh-ship-card:focus-visible {
	outline: 2px solid var(--eh-gold-500);
	outline-offset: 2px;
}
.eh-ship-card.selected {
	border-color: var(--eh-forest-700);
	background: var(--eh-cream-100);
}
.eh-ship-radio {
	width: 16px; height: 16px;
	border: 1.5px solid var(--eh-cream-300);
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
	transition: all .2s;
}
.eh-ship-card.selected .eh-ship-radio {
	border-color: var(--eh-forest-700);
	background: var(--eh-forest-700);
}
.eh-ship-card.selected .eh-ship-radio::after {
	content: "";
	width: 5px; height: 5px;
	background: var(--eh-gold-400);
	border-radius: 50%;
}
.eh-ship-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--eh-forest-900);
	letter-spacing: .02em;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-ship-eta {
	display: block;
	font-size: 11px;
	color: var(--eh-ink-500);
	margin-top: 6px;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.35;
}
.eh-ship-price {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--eh-forest-900);
	white-space: nowrap;
	text-align: right;
	align-self: center;
	padding-left: 8px;
}
.eh-ship-price .woocommerce-Price-amount { font-size: 16px; }
.eh-ship-price-free {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-herb-600);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-ship-calc {
	font-size: 12px;
	color: var(--eh-ink-500);
	font-style: italic;
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-ship-package {
	font-size: 11px;
	line-height: 1.5;
	color: var(--eh-ink-500);
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-ship-destination {
	font-size: 12px;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
	margin: 2px 0 0;
	line-height: 1.6;
}
.eh-ship-destination strong {
	color: var(--eh-forest-900);
	font-weight: 800;
}
.eh-ship-destination .shipping-calculator-button {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--eh-gold-600);
	border-bottom: 1px solid currentColor;
}
.eh-ship-destination .eh-change-address {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--eh-gold-600);
	border-bottom: 1px solid currentColor;
	text-decoration: none;
}
.eh-ship-section form.shipping-calculator .shipping-calculator-button {
	display: none !important;
}

/* ─── Checkout CTA ─── */
.eh-btn-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	padding: 18px 24px;
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .26em;
	text-transform: uppercase;
	border: 2px solid var(--eh-forest-900);
	cursor: pointer;
	transition: all .25s ease;
	text-decoration: none;
	margin-top: 4px;
}
.eh-btn-cta:hover {
	background: transparent;
	color: var(--eh-forest-900);
}
.eh-btn-cta svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ─── Trust Bar ─── */
.eh-cart-trust {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--eh-line);
	flex-wrap: wrap;
}
.eh-trust-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-trust-chip svg { width: 13px; height: 13px; color: var(--eh-gold-600); }

/* ─── Empty State ─── */
.eh-cart-empty {
	text-align: center;
	padding: 100px 0 120px;
	max-width: 440px;
	margin: 0 auto;
}
.eh-empty-illu {
	width: 80px; height: 80px;
	margin: 0 auto 32px;
	color: var(--eh-cream-300);
}
.eh-empty-illu svg { width: 100%; height: 100%; }
.eh-cart-empty h2 {
	font-size: 44px;
	margin-bottom: 16px;
	font-family: 'Playfair Display', Georgia, serif;
}
.eh-cart-empty h2 em { color: var(--eh-gold-500); font-style: italic; }
.eh-cart-empty p {
	font-size: 15px;
	color: var(--eh-ink-500);
	line-height: 1.75;
	margin-bottom: 36px;
	max-width: 360px;
	margin-left: auto; margin-right: auto;
	font-family: 'Nunito Sans', sans-serif;
}
.eh-btn-dark {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	padding: 16px 32px;
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	text-decoration: none;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
	transition: background .2s;
}
.eh-btn-dark:hover { background: var(--eh-forest-700); color: var(--eh-cream-100); }

/* ─── Mini Cart Drawer ─── */
.eh-mc-overlay {
	position: fixed;
	inset: 0;
	background: rgba(13,42,32,.45);
	z-index: 9998;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
.eh-mc-overlay.active {
	opacity: 1;
	pointer-events: auto;
}
.eh-mc-drawer {
	position: fixed;
	top: 0; right: 0;
	width: 400px;
	max-width: 100vw;
	height: 100%;
	background: var(--eh-cream-50);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.4,0,.2,1);
	box-shadow: -8px 0 40px rgba(13,42,32,.18);
}
.eh-mc-drawer[aria-hidden="false"] {
	transform: translateX(0);
}
body.eh-mc-open { overflow: hidden; }

/* Drawer head */
.eh-mc-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 20px 24px;
	background: var(--eh-forest-900);
	flex-shrink: 0;
}
.eh-mc-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--eh-cream-100);
	flex: 1;
}
.eh-mc-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px; height: 22px;
	background: var(--eh-gold-500);
	color: var(--eh-forest-900);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	flex-shrink: 0;
}
.eh-mc-close {
	width: 32px; height: 32px;
	display: flex; align-items: center; justify-content: center;
	background: none;
	border: 1px solid rgba(243,228,182,.2);
	color: var(--eh-cream-100);
	font-size: 18px;
	cursor: pointer;
	transition: all .2s;
	flex-shrink: 0;
	font-family: inherit;
	line-height: 1;
}
.eh-mc-close:hover { background: rgba(243,228,182,.1); border-color: rgba(243,228,182,.4); }

/* Drawer body — items */
.eh-mc-body {
	flex: 1;
	overflow-y: auto;
	padding: 0;
}
.eh-mc-woo { padding: 0; margin: 0; }

/* Mini cart item list */
.eh-mc-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.eh-mc-item {
	display: grid;
	grid-template-columns: auto 56px 1fr;
	gap: 14px;
	align-items: start;
	padding: 18px 24px;
	border-bottom: 1px solid var(--eh-line);
	position: relative;
}
.eh-mc-remove {
	width: 20px; height: 20px;
	display: flex; align-items: center; justify-content: center;
	font-size: 16px;
	color: var(--eh-ink-500);
	text-decoration: none;
	transition: color .2s;
	flex-shrink: 0;
	margin-top: 2px;
}
.eh-mc-remove:hover { color: #b03020; }
.eh-mc-thumb {
	width: 56px; height: 56px;
	background: var(--eh-cream-100);
	border: 1px solid var(--eh-line);
	overflow: hidden;
	flex-shrink: 0;
}
.eh-mc-thumb img { width: 100%; height: 100%; object-fit: cover; }
.eh-mc-thumb a { display: block; width: 100%; height: 100%; }
.eh-mc-info { min-width: 0; }
.eh-mc-botanical {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-size: 10px;
	color: var(--eh-gold-600);
	margin-bottom: 2px;
}
.eh-mc-name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 13px;
	font-weight: 500;
	color: var(--eh-forest-900);
	line-height: 1.3;
	margin-bottom: 6px;
}
.eh-mc-name a { color: inherit; text-decoration: none; }
.eh-mc-name a:hover { color: var(--eh-gold-600); }
.eh-mc-qty-price {
	font-size: 12px;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-mc-qty-price .amount { color: var(--eh-forest-900); font-weight: 700; }

/* Mini cart empty */
.eh-mc-empty {
	padding: 40px 24px;
	text-align: center;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
}

/* Drawer footer */
.eh-mc-foot {
	flex-shrink: 0;
	border-top: 1px solid var(--eh-line);
	background: var(--eh-cream-50);
}
.eh-mc-subtotal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	border-bottom: 1px solid var(--eh-line);
}
.eh-mc-subtotal > span:first-child {
	font-size: 10px;
	letter-spacing: .24em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
}
.eh-mc-subtotal-val {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	color: var(--eh-forest-900);
}
.eh-mc-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding: 16px 24px;
	gap: 10px;
}
.eh-mc-btn-view {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 16px;
	border: 1px solid var(--eh-forest-700);
	color: var(--eh-forest-900);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s;
}
.eh-mc-btn-view:hover { background: var(--eh-forest-900); color: var(--eh-cream-100); border-color: var(--eh-forest-900); }
.eh-mc-btn-checkout {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 16px;
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .2s;
}
.eh-mc-btn-checkout:hover { background: var(--eh-forest-700); color: var(--eh-cream-100); }
.eh-mc-trust-bar {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 10px 24px 14px;
	border-top: 1px solid var(--eh-line);
	font-size: 9px;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
}

/* WC fragment wrapper inside drawer */
.woocommerce.eh-mc-woo { margin: 0; padding: 0; }
.woocommerce.eh-mc-woo > * { margin: 0; }

/* ─── Suppress ecome growl ATC notification (replaced by drawer auto-open) ─── */
.growl { display: none !important; }

/* ─── Kill WPBakery rainbow gradient on drawer elements ─── */
.eh-mc-drawer *,
.eh-mc-drawer *:hover,
.eh-mc-drawer *:focus,
.eh-mc-drawer *:active {
	background-image: none !important;
}
.eh-mc-close:hover {
	background: rgba(255,255,255,.12) !important;
}

/* ─── WC Native Shipping Output (totals card) ─── */
.eh-ship-section #shipping_method,
.eh-ship-section .woocommerce-shipping-methods {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.eh-ship-section #shipping_method li,
.eh-ship-section .woocommerce-shipping-methods li {
	border: 1px solid var(--eh-line);
	background: var(--eh-cream-50);
	padding: 13px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: border-color .2s, background .2s;
}
.eh-ship-section #shipping_method li:has(input:checked),
.eh-ship-section .woocommerce-shipping-methods li:has(input:checked) {
	border-color: var(--eh-forest-700);
	background: var(--eh-cream-100);
}
.eh-ship-section #shipping_method input[type=radio],
.eh-ship-section .woocommerce-shipping-methods input[type=radio] {
	width: 16px; height: 16px;
	accent-color: var(--eh-forest-700);
	flex-shrink: 0;
	cursor: pointer;
}
.eh-ship-section #shipping_method label,
.eh-ship-section .woocommerce-shipping-methods label {
	font-size: 13px;
	font-weight: 700;
	color: var(--eh-forest-900);
	letter-spacing: .02em;
	font-family: 'Nunito Sans', sans-serif;
	cursor: pointer;
	flex: 1;
}
.eh-ship-section .woocommerce-shipping-destination {
	font-size: 13px;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
	font-style: italic;
	margin: 0;
	line-height: 1.6;
}
.eh-ship-section .woocommerce-shipping-destination strong {
	font-style: normal;
	color: var(--eh-forest-900);
	font-weight: 700;
}
.eh-ship-section .shipping-calculator-button {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	color: var(--eh-gold-600);
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	transition: color .2s;
}
.eh-ship-section .shipping-calculator-button:hover { color: var(--eh-forest-900); }
.eh-ship-section .shipping-calculator-form { margin-top: 12px; }
.eh-ship-section .shipping-calculator-form p { margin-bottom: 8px; }
.eh-ship-section .shipping-calculator-form .form-row { margin-bottom: 10px; }
.eh-ship-section .shipping-calculator-form .form-row label {
	font-size: 10px; letter-spacing: .2em;
	text-transform: uppercase; font-weight: 700;
	color: var(--eh-ink-500);
	font-family: 'Nunito Sans', sans-serif;
	display: block; margin-bottom: 4px;
}
.eh-ship-section .shipping-calculator-form select,
.eh-ship-section .shipping-calculator-form input[type=text] {
	width: 100%; height: 40px;
	padding: 0 12px;
	border: 1px solid var(--eh-cream-300);
	background: var(--eh-cream-50);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	color: var(--eh-ink-700);
	outline: none;
	box-sizing: border-box;
}
.eh-ship-section .shipping-calculator-form select:focus,
.eh-ship-section .shipping-calculator-form input[type=text]:focus { border-color: var(--eh-forest-700); }
.eh-ship-section .shipping-calculator-form button[type=submit],
.eh-ship-section .shipping-calculator-form .button {
	margin-top: 8px;
	min-width: 132px;
	height: 44px;
	padding: 0 22px;
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 11px; font-weight: 700;
	letter-spacing: .16em; text-transform: uppercase;
	border: none; cursor: pointer;
	transition: background .2s;
	display: inline-flex; align-items: center; justify-content: center;
	text-decoration: none;
	line-height: 1;
	box-sizing: border-box;
	white-space: nowrap;
}
.eh-ship-section .shipping-calculator-form button[type=submit]:hover,
.eh-ship-section .shipping-calculator-form .button:hover { background: var(--eh-forest-700); }

/* Design-card shipping override: keep destination/change-address compact. */
.eh-ship-section .eh-ship-destination .shipping-calculator-button {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 10px;
	letter-spacing: .18em;
	font-weight: 800;
	border-bottom: 1px solid currentColor;
}
.eh-ship-section .eh-ship-destination .eh-change-address {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 10px;
	letter-spacing: .18em;
	font-weight: 800;
	border-bottom: 1px solid currentColor;
	color: var(--eh-gold-600);
	text-decoration: none;
}
.eh-ship-section form.shipping-calculator .shipping-calculator-button {
	display: none !important;
}

/* Final override: the native WooCommerce calculator trigger is not used in this design. */
.woocommerce-cart .eh-ship-section form.shipping-calculator a.shipping-calculator-button,
.woocommerce-cart .eh-ship-section form.shipping-calculator .shipping-calculator-button,
.woocommerce-cart .eh-ship-section form.shipping-calculator p:has(> .shipping-calculator-button),
.woocommerce-cart .eh-ship-section .shipping-calculator-button,
.woocommerce-cart .eh-ship-section p:has(> .shipping-calculator-button) {
	display: none !important;
}