/**
 * Cart page — OBLBOOT.COM design system
 * Flatsome cart template: .cart-container.container.page-checkout (not .shop-container)
 * Max content width: 1500px; buttons 4px radius.
 */

body.woocommerce-cart.my-obl-cart-page {
	--my-obl-cart-max-width: 1500px;
	--my-obl-cart-shell-pad: 30px;
	--my-obl-cart-pad-x: 30px;
	--my-obl-cart-pad-y: 30px;
	--my-obl-cart-card-pad: 20px;
	--my-obl-cart-col-gap: 30px;
	--my-obl-cart-list-width-percent: 72%;
	--my-obl-cart-totals-width-percent: 28%;
	--my-obl-cart-text: #111111;
	--my-obl-cart-body: #333333;
	--my-obl-cart-muted: #666666;
	--my-obl-cart-border: #e5e5e5;
	--my-obl-cart-surface: #f4f4f4;
	--my-obl-cart-surface-alt: #f2f2f2;
	--my-obl-cart-logo: #b12f33;
	--my-obl-cart-sale: #b12704;
	--my-obl-cart-radius: 4px;
	--my-obl-cart-product-name-size: 24px;
	--my-obl-cart-product-name-font: inherit;
	--my-obl-cart-product-name-weight: 600;
	--my-obl-cart-product-name-color: #111111;
	--my-obl-cart-price-size: 22px;
	--my-obl-cart-price-font: inherit;
	--my-obl-cart-price-weight: 600;
	--my-obl-cart-price-color: #111111;
	--my-obl-cart-price-currency-scale: 0.62em;
	--my-obl-cart-thumb-max: 160px;
	--my-obl-cart-epo-btn-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--my-obl-cart-epo-btn-size: 13px;
	--my-obl-cart-epo-btn-color: #333333;
	--my-obl-cart-epo-btn-bg: #ffffff;
	--my-obl-cart-remove-btn-size: 13px;
	--my-obl-cart-remove-btn-icon-size: calc(var(--my-obl-cart-remove-btn-size) * 1.15);
	--my-obl-cart-epo-popover-font: inherit;
	--my-obl-cart-epo-popover-size: 12px;
	--my-obl-cart-epo-popover-line-height: 1.55;
	--my-obl-cart-totals-heading-size: 20px;
	--my-obl-cart-totals-heading-font: inherit;
	--my-obl-cart-totals-heading-weight: 600;
	--my-obl-cart-totals-heading-color: #111111;
	--my-obl-cart-totals-text-size: 14px;
	--my-obl-cart-totals-text-font: inherit;
	--my-obl-cart-totals-label-weight: 600;
	--my-obl-cart-totals-text-weight: 600;
	--my-obl-cart-totals-label-color: #111111;
	--my-obl-cart-totals-text-color: #333333;
	--my-obl-cart-totals-amount-size: 16px;
	--my-obl-cart-totals-amount-font: inherit;
	--my-obl-cart-totals-amount-weight: 700;
	--my-obl-cart-totals-amount-color: #111111;
	--my-obl-cart-totals-shipping-color: #666666;
	--my-obl-cart-totals-shipping-link-color: #b12f33;
	--my-obl-cart-btn-font: inherit;
	--my-obl-cart-btn-font-size: 13px;
	--my-obl-cart-btn-font-weight: 600;
	--my-obl-cart-btn-text-color: #ffffff;
	--my-obl-cart-btn-bg: #111111;
	--my-obl-cart-btn-outline-text: #111111;
	--my-obl-cart-btn-outline-border: #111111;
	--my-obl-cart-btn-checkout-font: inherit;
	--my-obl-cart-btn-checkout-font-size: 13px;
	--my-obl-cart-btn-checkout-font-weight: 600;
	--my-obl-cart-btn-checkout-text-color: #ffffff;
	--my-obl-cart-btn-checkout-bg: #b12f33;
	--my-obl-cart-btn-coupon-font: inherit;
	--my-obl-cart-btn-coupon-font-size: 13px;
	--my-obl-cart-btn-coupon-font-weight: 600;
	--my-obl-cart-btn-coupon-text-color: #ffffff;
	--my-obl-cart-btn-coupon-bg: #111111;
	--my-obl-cart-transition: 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── 1500px 内容壳：#main 四边等距（首页板块 30px 节奏） ── */
body.woocommerce-cart.my-obl-cart-page #main {
	width: 100% !important;
	max-width: var(--my-obl-cart-max-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: var(--my-obl-cart-shell-pad) !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart.my-obl-cart-page #main .cart-container.container,
body.woocommerce-cart.my-obl-cart-page #main .checkout-page-title.page-title {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-cart.my-obl-cart-page #main .checkout-page-title .page-title-inner.container {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 主题 custom-css：.container/.row 1770–1800px，在 #main 内强制 100% */
body.full-width.woocommerce-cart.my-obl-cart-page #main .container,
body.full-width.woocommerce-cart.my-obl-cart-page #main .row,
body.full-width.woocommerce-cart.my-obl-cart-page #main .row.row-large,
body.woocommerce-cart.my-obl-cart-page #main .container,
body.woocommerce-cart.my-obl-cart-page #main .row,
body.woocommerce-cart.my-obl-cart-page #main .row.row-large {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart.my-obl-cart-page .shop-container > .container {
	width: 100% !important;
	max-width: var(--my-obl-cart-max-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: var(--my-obl-cart-pad-x) !important;
	padding-right: var(--my-obl-cart-pad-x) !important;
	box-sizing: border-box !important;
}

body.woocommerce-cart.my-obl-cart-page .cart-container.page-wrapper.page-checkout {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
}

body.woocommerce-cart.my-obl-cart-page .checkout-page-title.page-title {
	margin-bottom: var(--my-obl-cart-col-gap);
}

body.woocommerce-cart.my-obl-cart-page .shop-container {
	padding-top: var(--my-obl-cart-shell-pad);
	padding-bottom: var(--my-obl-cart-shell-pad);
}

/* ── 两栏：30px 间距，去掉 Flatsome 竖线分割 ── */
body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: var(--my-obl-cart-col-gap);
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (min-width: 850px) {
	body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided,
	body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided,
	body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: flex-start !important;
		gap: var(--my-obl-cart-col-gap, 30px) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
	body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
	body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .cart-collaterals.large-5 {
		float: none !important;
	}
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided::before,
body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided::after,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided::before,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided::after,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided::before,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided::after {
	display: none;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .col.large-7,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .col.large-7,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .col.large-7 {
	flex: 0 0 calc(var(--my-obl-cart-list-width-percent, 72%) - var(--my-obl-cart-col-gap) / 2) !important;
	max-width: calc(var(--my-obl-cart-list-width-percent, 72%) - var(--my-obl-cart-col-gap) / 2) !important;
	width: calc(var(--my-obl-cart-list-width-percent, 72%) - var(--my-obl-cart-col-gap) / 2) !important;
	min-width: 0;
	padding: 0 !important;
	border: none !important;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .cart-collaterals.large-5 {
	flex: 0 0 calc(var(--my-obl-cart-totals-width-percent, 28%) - var(--my-obl-cart-col-gap) / 2) !important;
	max-width: calc(var(--my-obl-cart-totals-width-percent, 28%) - var(--my-obl-cart-col-gap) / 2) !important;
	width: calc(var(--my-obl-cart-totals-width-percent, 28%) - var(--my-obl-cart-col-gap) / 2) !important;
	min-width: 280px;
	padding: 0 !important;
	border: none !important;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .col + .col,
body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .col + .col,
body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .col + .col {
	border-left: none !important;
}

/* ── 左侧商品表 + 右侧总计：统一卡片外沿（首页卡 4px 圆角、无 shadow） ── */
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart,
body.woocommerce-cart.my-obl-cart-page .cart-collaterals .cart-sidebar.col-inner {
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .woocommerce-cart-form {
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart {
	width: 100%;
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #ffffff;
	margin: 0;
	table-layout: auto;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th {
	background: var(--my-obl-cart-surface);
	color: var(--my-obl-cart-text);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: none;
	padding: 14px var(--my-obl-cart-card-pad);
	border-bottom: 1px solid var(--my-obl-cart-border);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item {
	border-bottom: 1px solid var(--my-obl-cart-border);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td {
	padding: 18px var(--my-obl-cart-card-pad);
	vertical-align: top;
	color: var(--my-obl-cart-body);
	font-size: 14px;
	line-height: 1.55;
	border-top: none;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-remove,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-remove {
	display: none !important;
	width: 0 !important;
	min-width: 0 !important;
	max-width: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-price,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-quantity,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-quantity,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-subtotal,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal {
	width: 1%;
	white-space: nowrap;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-price,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price {
	text-align: right;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-quantity,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-quantity {
	text-align: center;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead th.product-subtotal,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal {
	text-align: right;
	vertical-align: top;
	padding-right: var(--my-obl-cart-card-pad);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-quantity .quantity,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-quantity .ux-quantity {
	margin: 0 auto;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal .my-obl-cart-remove-mount {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart a.remove.my-obl-cart-remove-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: auto !important;
	height: auto !important;
	min-height: 0;
	margin: 0 !important;
	padding: 6px 12px;
	border: 1px solid var(--my-obl-cart-border, #e5e5e5) !important;
	border-radius: var(--my-obl-cart-radius, 4px) !important;
	background: var(--my-obl-cart-epo-btn-bg, #ffffff) !important;
	color: var(--my-obl-cart-epo-btn-color, #333333) !important;
	font-family: var(--my-obl-cart-epo-btn-font, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif) !important;
	font-size: var(--my-obl-cart-remove-btn-size, var(--my-obl-cart-epo-btn-size, 13px)) !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	white-space: nowrap;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none !important;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart a.remove.my-obl-cart-remove-btn:hover,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart a.remove.my-obl-cart-remove-btn:focus-visible {
	border-color: var(--my-obl-cart-logo, #b12f33) !important;
	background: var(--my-obl-cart-epo-btn-bg, #ffffff) !important;
	color: var(--my-obl-cart-logo, #b12f33) !important;
	outline: none;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart a.remove.my-obl-cart-remove-btn .my-obl-cart-remove-btn__icon {
	display: block;
	width: var(--my-obl-cart-remove-btn-icon-size, calc(var(--my-obl-cart-remove-btn-size, 13px) * 1.15));
	height: var(--my-obl-cart-remove-btn-icon-size, calc(var(--my-obl-cart-remove-btn-size, 13px) * 1.15));
	flex: 0 0 var(--my-obl-cart-remove-btn-icon-size, calc(var(--my-obl-cart-remove-btn-size, 13px) * 1.15));
	max-width: none !important;
	object-fit: contain;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart a.remove.my-obl-cart-remove-btn .my-obl-cart-remove-btn__label {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	white-space: nowrap;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail {
	width: var(--my-obl-cart-thumb-max, 160px);
	min-width: var(--my-obl-cart-thumb-max, 160px);
	max-width: var(--my-obl-cart-thumb-max, 160px);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail img:not(.my-obl-cart-remove-btn__icon) {
	display: block;
	width: 100% !important;
	max-width: var(--my-obl-cart-thumb-max, 160px) !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain;
	background: var(--my-obl-cart-surface);
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	padding: 4px;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name {
	font-family: var(--my-obl-cart-product-name-font, inherit);
	font-size: var(--my-obl-cart-product-name-size, 24px);
	font-weight: var(--my-obl-cart-product-name-weight, 600);
	line-height: 1.35;
	color: var(--my-obl-cart-product-name-color, #111111);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > a {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > a:hover {
	color: var(--my-obl-cart-logo, #b12f33);
}

/* EPO / 变体参数：默认隐藏，仅在「选项信息」浮层内展示 */
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > dl.variation,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > dl.tc-epo-metadata,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > ul.wc-item-meta,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > .tm-extra-product-options,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name > .tm-cart-link-data {
	display: none !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tr.tm-epo-cart-row {
	display: none !important;
}

/* ── 选项信息按钮 + EPO 浮层 ── */
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name {
	overflow: visible;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options {
	position: relative;
	display: block;
	margin-top: 10px;
	width: fit-content;
	max-width: 100%;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	width: max-content;
	max-width: 100%;
	font-size: 0;
	line-height: 0;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__trigger,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__edit,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name a.tm-cart-edit-options.my-obl-cart-epo-options__edit {
	display: inline-flex !important;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 !important;
	padding: 6px 12px;
	border: 1px solid var(--my-obl-cart-border, #e5e5e5);
	border-radius: var(--my-obl-cart-radius, 4px);
	background: var(--my-obl-cart-epo-btn-bg, #ffffff);
	color: var(--my-obl-cart-epo-btn-color, #333333);
	font-family: var(--my-obl-cart-epo-btn-font, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif) !important;
	font-size: var(--my-obl-cart-epo-btn-size, 13px) !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 1.3;
	white-space: nowrap;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	flex: 0 0 auto;
	float: none !important;
	position: static !important;
	transform: none !important;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	box-sizing: border-box;
	transition: border-color var(--my-obl-cart-transition, 0.52s cubic-bezier(0.22, 1, 0.36, 1)),
		color var(--my-obl-cart-transition, 0.52s cubic-bezier(0.22, 1, 0.36, 1));
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__label {
	font: inherit;
	white-space: nowrap;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__trigger:hover,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__trigger:focus-visible,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__edit:hover,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__edit:focus-visible,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options.is-open .my-obl-cart-epo-options__trigger {
	border-color: var(--my-obl-cart-logo, #b12f33);
	color: var(--my-obl-cart-logo, #b12f33);
	outline: none;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__icon {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
	flex: 0 0 16px;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__popover {
	display: none;
	min-width: min(320px, calc(100vw - 40px));
	max-width: min(420px, calc(100vw - 40px));
	max-height: min(360px, 60vh);
	overflow: auto;
	padding: 14px 16px;
	border: 1px solid var(--my-obl-cart-border, #e5e5e5);
	border-radius: var(--my-obl-cart-radius, 4px);
	background: #ffffff;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__popover.is-visible {
	display: block;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__popover--portal {
	z-index: 999999;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999998;
	background: rgba(17, 17, 17, 0.35);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__backdrop.is-visible {
	display: block;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body {
	font-family: var(--my-obl-cart-epo-popover-font, inherit);
	font-size: var(--my-obl-cart-epo-popover-size, 12px);
	line-height: var(--my-obl-cart-epo-popover-line-height, 1.55);
	color: var(--my-obl-cart-muted, #666666);
	font-weight: 400;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.variation,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.tc-epo-metadata,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body ul.wc-item-meta,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.variation,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.tc-epo-metadata,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body ul.wc-item-meta {
	display: block !important;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.variation dt,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.tc-epo-metadata dt,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.variation dt,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.tc-epo-metadata dt {
	font-weight: 600;
	color: var(--my-obl-cart-text, #111111);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.variation dd,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body dl.tc-epo-metadata dd,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.variation dd,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body dl.tc-epo-metadata dd {
	margin: 0 0 8px;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body .tm-extra-product-options,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__body .tm-cart-link-data,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body .tm-extra-product-options,
body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__body .tm-cart-link-data {
	display: block !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name a.tm-cart-edit-options:not(.my-obl-cart-epo-options__edit) {
	display: none !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal {
	font-family: var(--my-obl-cart-price-font, inherit);
	font-size: var(--my-obl-cart-price-size, 22px);
	font-weight: var(--my-obl-cart-price-weight, 600);
	color: var(--my-obl-cart-price-color, #111111);
	white-space: normal;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price {
	text-align: center;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price .woocommerce-Price-amount,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce-Price-amount {
	display: inline-flex;
	align-items: flex-start;
	line-height: 1.2;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce-Price-amount bdi {
	display: inline-flex;
	align-items: flex-start;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce-Price-currencySymbol {
	font-family: inherit;
	font-size: var(--my-obl-cart-price-currency-scale, 0.62em);
	font-weight: 600;
	line-height: 1;
	align-self: flex-start;
	margin-right: 0.06em;
	position: relative;
	top: 0.12em;
	color: inherit;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price ins,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal ins {
	color: var(--my-obl-cart-sale);
	text-decoration: none;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	width: 100%;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown__row {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 4px;
	width: 100%;
	text-align: right;
	font-family: var(--my-obl-cart-price-font, inherit);
	font-size: var(--my-obl-cart-price-size, 22px);
	font-weight: var(--my-obl-cart-price-weight, 600);
	line-height: 1.2;
	color: var(--my-obl-cart-price-color, #111111);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown__sign {
	flex: 0 0 auto;
	font-weight: 500;
	color: var(--my-obl-cart-muted, #666666);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown__amount {
	flex: 0 0 auto;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown__row--epo {
	font-size: calc(var(--my-obl-cart-price-size, 22px) * 0.82);
	font-weight: 500;
	color: var(--my-obl-cart-muted, #666666);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown--subtotal .my-obl-cart-price-breakdown__row--total {
	font-size: var(--my-obl-cart-price-size, 22px);
	font-weight: var(--my-obl-cart-price-weight, 600);
	color: var(--my-obl-cart-price-color, #111111);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-price-breakdown .woocommerce-Price-amount {
	font: inherit;
	font-weight: inherit;
	color: inherit;
}

body.woocommerce-cart.my-obl-cart-page td.product-name .my-obl-cart-mobile-price .my-obl-cart-price-breakdown__row--epo {
	font-size: calc(var(--my-obl-cart-price-size, 18px) * 0.82);
}

/* ── 数量 ── */
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .quantity,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .ux-quantity {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	overflow: hidden;
	background: #ffffff;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .quantity .qty,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .ux-quantity .qty {
	width: 48px;
	min-height: 36px;
	border: none;
	border-left: 1px solid var(--my-obl-cart-border);
	border-right: 1px solid var(--my-obl-cart-border);
	border-radius: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: var(--my-obl-cart-text);
	background: #ffffff;
	box-shadow: none;
	padding: 0 4px;
	-moz-appearance: textfield;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .quantity .plus,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .quantity .minus,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart .ux-quantity__button {
	min-width: 36px;
	min-height: 36px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: var(--my-obl-cart-surface);
	color: var(--my-obl-cart-text);
	box-shadow: none;
}

/* ── 底部操作按钮 ── */
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions {
	padding: var(--my-obl-cart-card-pad);
	background: var(--my-obl-cart-surface-alt);
	border-top: 1px solid var(--my-obl-cart-border);
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions.clear {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions.clear::after {
	content: '';
	display: table;
	clear: both;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .continue-shopping {
	float: left;
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .pull-right,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .empty-cart,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .clear-cart {
	float: right;
	margin-left: 12px;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions button[name='update_cart'],
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .button[name='update_cart'] {
	display: none !important;
}

body.woocommerce-cart.my-obl-cart-page .cart-container .button,
body.woocommerce-cart.my-obl-cart-page .cart-container a.button,
body.woocommerce-cart.my-obl-cart-page .cart-container button.button,
body.woocommerce-cart.my-obl-cart-page .cart-container input.button,
body.woocommerce-cart.my-obl-cart-page .shop-container .button,
body.woocommerce-cart.my-obl-cart-page .shop-container a.button,
body.woocommerce-cart.my-obl-cart-page .shop-container button.button,
body.woocommerce-cart.my-obl-cart-page .shop-container input.button,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .button,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar a.button,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar button.button,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar input.button {
	display: inline-block !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 40px;
	padding: 10px 20px !important;
	border-radius: var(--my-obl-cart-radius) !important;
	font-family: var(--my-obl-cart-btn-font, inherit);
	font-size: var(--my-obl-cart-btn-font-size, 13px);
	font-weight: var(--my-obl-cart-btn-font-weight, 600);
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	writing-mode: horizontal-tb;
	box-shadow: none !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .button-continue-shopping,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .continue-shopping .button {
	background: transparent !important;
	border: 1px solid var(--my-obl-cart-btn-outline-border, #111111) !important;
	color: var(--my-obl-cart-btn-outline-text, #111111) !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .button-continue-shopping:hover,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .continue-shopping .button:hover {
	background: var(--my-obl-cart-btn-outline-border, #111111) !important;
	color: var(--my-obl-cart-btn-text-color, #ffffff) !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .pull-right .button,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .empty-cart .button,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions a.empty-cart,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions button.empty-cart,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions button.tm-clear-cart-button {
	background: var(--my-obl-cart-btn-bg, #111111) !important;
	border: 1px solid var(--my-obl-cart-btn-bg, #111111) !important;
	color: var(--my-obl-cart-btn-text-color, #ffffff) !important;
}

body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .button-continue-shopping,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .continue-shopping .button,
body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions button.tm-clear-cart-button {
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-height: 40px !important;
	padding: 10px 20px !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: var(--my-obl-cart-radius, 4px) !important;
	font-family: var(--my-obl-cart-btn-font, inherit) !important;
	font-size: var(--my-obl-cart-btn-font-size, 13px) !important;
	font-weight: var(--my-obl-cart-btn-font-weight, 600) !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: none !important;
}

/* ── 侧边栏总计卡片 ── */
body.woocommerce-cart.my-obl-cart-page .cart-collaterals .cart-sidebar.col-inner {
	background: var(--my-obl-cart-totals-card-bg, var(--my-obl-cart-surface, #f4f4f4));
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	padding: var(--my-obl-cart-card-pad) !important;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals {
	width: 100%;
	float: none;
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals > table:first-of-type {
	border: none;
	background: transparent;
	margin: 0 0 12px;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals > table:first-of-type thead th.product-name {
	display: table-cell;
	background: transparent;
	border: none;
	padding: 0;
	font-family: var(--my-obl-cart-totals-heading-font, inherit);
	font-size: var(--my-obl-cart-totals-heading-size, 20px);
	font-weight: var(--my-obl-cart-totals-heading-weight, 600);
	line-height: 1.25;
	color: var(--my-obl-cart-totals-heading-color, #111111);
	text-transform: none;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals > table.shop_table {
	border: none;
	background: transparent;
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table th,
body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table td {
	padding: 12px 0;
	border-top: 1px solid var(--my-obl-cart-border);
	font-family: var(--my-obl-cart-totals-text-font, inherit);
	font-size: var(--my-obl-cart-totals-text-size, 14px);
	line-height: 1.55;
	background: transparent;
	vertical-align: top;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table th {
	font-weight: var(--my-obl-cart-totals-label-weight, 600);
	color: var(--my-obl-cart-totals-label-color, #111111);
	width: 42%;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table td {
	text-align: right;
	font-weight: var(--my-obl-cart-totals-text-weight, 600);
	color: var(--my-obl-cart-totals-text-color, #333333);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table tr:first-child th,
body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table tr:first-child td {
	border-top: none;
	padding-top: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart.my-obl-cart-page .cart_totals table.shop_table tr.order-total td {
	padding-top: 16px;
	font-family: var(--my-obl-cart-totals-amount-font, inherit);
	font-size: var(--my-obl-cart-totals-amount-size, 16px);
	font-weight: var(--my-obl-cart-totals-amount-weight, 700);
	color: var(--my-obl-cart-totals-amount-color, #111111);
	border-top: 1px solid rgba(17, 17, 17, 0.14);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-totals th,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table th,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-totals td,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__inner td,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-destination strong,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-contents,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-contents small,
body.woocommerce-cart.my-obl-cart-page .cart_totals #shipping_method,
body.woocommerce-cart.my-obl-cart-page .cart_totals #shipping_method li,
body.woocommerce-cart.my-obl-cart-page .cart_totals #shipping_method label,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__list_label,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__list_item {
	font-size: 13px;
	font-weight: 400;
	color: var(--my-obl-cart-totals-shipping-color, #666666);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a.shipping-calculator-button,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a.shipping-calculator-button,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a:not(.button),
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a:not(.button) {
	color: var(--my-obl-cart-totals-shipping-link-color, #b12f33) !important;
	text-decoration: none;
	font-weight: 600;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a.shipping-calculator-button:hover,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a.shipping-calculator-button:focus-visible,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a.shipping-calculator-button:hover,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a.shipping-calculator-button:focus-visible,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a:not(.button):hover,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping td a:not(.button):focus-visible,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a:not(.button):hover,
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator a:not(.button):focus-visible {
	color: var(--my-obl-cart-totals-shipping-link-color, #b12f33) !important;
	opacity: 0.85;
}

/* ── 更换地址 / 运费计算器：占满购物车总计宽度 ── */
body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-totals .shipping__inner {
	padding: 0;
	text-align: left;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table {
	width: 100%;
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table tr {
	display: block;
	width: 100%;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table th,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table td {
	display: block;
	width: 100% !important;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left;
	box-sizing: border-box;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping__table th {
	border: 0;
	padding-bottom: 8px;
	font-weight: var(--my-obl-cart-totals-label-weight, 600);
	color: var(--my-obl-cart-totals-label-color, #111111);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .woocommerce-shipping-calculator {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 10px 0 0;
	text-align: right;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 8px 0 0;
	padding: 16px;
	background: var(--my-obl-cart-surface-alt, #f2f2f2);
	border-radius: var(--my-obl-cart-radius, 4px);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .form-row,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .form-row-wide {
	float: none;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .form-row:last-child,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .form-row-wide:last-child {
	margin-bottom: 0;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form label {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	text-align: right;
	font-size: 13px;
	color: var(--my-obl-cart-totals-label-color, #111111);
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .input-text,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form select,
body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .select2-container {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	min-height: 40px;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .select2-container .select2-selection--single {
	min-height: 40px;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form > p:last-child {
	margin: 4px 0 0;
	text-align: right;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 20px;
	border-radius: var(--my-obl-cart-radius, 4px);
	font-size: var(--my-obl-cart-btn-font-size, 13px);
	font-weight: var(--my-obl-cart-btn-font-weight, 600);
	background: var(--my-obl-cart-btn-bg, #111111) !important;
	border: 1px solid var(--my-obl-cart-btn-bg, #111111) !important;
	color: var(--my-obl-cart-btn-text-color, #ffffff) !important;
	box-shadow: none !important;
}

body.woocommerce-cart.my-obl-cart-page .cart_totals .shipping-calculator-form label .required {
	color: var(--my-obl-cart-logo, #b12f33);
}

body.woocommerce-cart.my-obl-cart-page .wc-proceed-to-checkout {
	padding: 18px 0 0;
	margin: 0;
}

body.woocommerce-cart.my-obl-cart-page .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .wc-proceed-to-checkout .checkout-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100% !important;
	text-align: center;
	box-sizing: border-box !important;
	min-height: 40px !important;
	padding: 12px 20px !important;
	border-radius: var(--my-obl-cart-radius) !important;
	font-family: var(--my-obl-cart-btn-checkout-font, inherit) !important;
	font-size: var(--my-obl-cart-btn-checkout-font-size, 13px) !important;
	font-weight: var(--my-obl-cart-btn-checkout-font-weight, 600) !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	background: var(--my-obl-cart-btn-checkout-bg, #b12f33) !important;
	border: 1px solid var(--my-obl-cart-btn-checkout-bg, #b12f33) !important;
	color: var(--my-obl-cart-btn-checkout-text-color, #ffffff) !important;
	box-shadow: none !important;
}

body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .button[name='apply_coupon'],
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .ux-cart-coupon .button[name='apply_coupon'] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	box-sizing: border-box !important;
	min-height: 40px !important;
	padding: 10px 20px !important;
	border-radius: var(--my-obl-cart-radius) !important;
	font-family: var(--my-obl-cart-btn-coupon-font, inherit) !important;
	font-size: var(--my-obl-cart-btn-coupon-font-size, 13px) !important;
	font-weight: var(--my-obl-cart-btn-coupon-font-weight, 600) !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	background: var(--my-obl-cart-btn-coupon-bg, #111111) !important;
	border: 1px solid var(--my-obl-cart-btn-coupon-bg, #111111) !important;
	color: var(--my-obl-cart-btn-coupon-text-color, #ffffff) !important;
	box-shadow: none !important;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-sidebar-btn__content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font: inherit;
	vertical-align: middle;
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-sidebar-btn__icon {
	display: block;
	width: calc(var(--my-obl-cart-btn-checkout-font-size, 13px) * 1.55);
	height: calc(var(--my-obl-cart-btn-checkout-font-size, 13px) * 1.55);
	flex: 0 0 calc(var(--my-obl-cart-btn-checkout-font-size, 13px) * 1.55);
	object-fit: contain;
}

body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .button[name='apply_coupon'] .my-obl-cart-sidebar-btn__icon,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .ux-cart-coupon .button[name='apply_coupon'] .my-obl-cart-sidebar-btn__icon {
	width: calc(var(--my-obl-cart-btn-coupon-font-size, 13px) * 1.55);
	height: calc(var(--my-obl-cart-btn-coupon-font-size, 13px) * 1.55);
	flex: 0 0 calc(var(--my-obl-cart-btn-coupon-font-size, 13px) * 1.55);
}

body.woocommerce-cart.my-obl-cart-page .my-obl-cart-sidebar-btn__label {
	font: inherit;
	white-space: nowrap;
}

body.woocommerce-cart.my-obl-cart-page .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .wc-proceed-to-checkout .checkout-button:hover {
	opacity: 0.92;
}

body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .button[name='apply_coupon']:hover,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .ux-cart-coupon .button[name='apply_coupon']:hover {
	opacity: 0.92;
}

/* ── 优惠券（与总计/checkout 之间：分隔线 + 单次间距，避免 margin+padding 叠出 40px 空白） ── */ */
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .ux-cart-coupon,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon {
	margin-top: 0;
	padding-top: 16px;
	border-top: 1px solid var(--my-obl-cart-border);
}

body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .widget-title,
body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon h3 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--my-obl-cart-text);
}

body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .input-text {
	width: 100%;
	min-height: 40px;
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	padding: 10px 14px;
	font-size: 14px;
	color: var(--my-obl-cart-text);
	background: #ffffff;
	box-shadow: none;
	margin-bottom: 10px;
	box-sizing: border-box;
}

/* ── 空购物车 ── */
body.woocommerce-cart.my-obl-cart-page .cart-empty.woocommerce-info {
	border: 1px solid var(--my-obl-cart-border);
	border-radius: var(--my-obl-cart-radius);
	background: var(--my-obl-cart-surface);
	padding: 40px var(--my-obl-cart-card-pad);
	text-align: center;
}

body.woocommerce-cart.my-obl-cart-page .return-to-shop .button {
	background: var(--my-obl-cart-btn-checkout-bg, #b12f33) !important;
	border: 1px solid var(--my-obl-cart-btn-checkout-bg, #b12f33) !important;
	color: var(--my-obl-cart-btn-checkout-text-color, #ffffff) !important;
	font-family: var(--my-obl-cart-btn-checkout-font, inherit) !important;
	font-size: var(--my-obl-cart-btn-checkout-font-size, 13px) !important;
	font-weight: var(--my-obl-cart-btn-checkout-font-weight, 600) !important;
}

/* ── 移动端 ── */
@media screen and (max-width: 849px) {
	body.woocommerce-cart.my-obl-cart-page {
		--my-obl-cart-shell-pad: 5px;
		--my-obl-cart-col-gap: 30px;
	}

	body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .cart-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
	body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .shop-container .woocommerce.row.row-divided > .cart-collaterals.large-5,
	body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .col.large-7,
	body.woocommerce-cart.my-obl-cart-page .woocommerce.row.row-divided > .cart-collaterals.large-5 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart {
		table-layout: auto;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart thead {
		display: none;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item {
		display: grid;
		grid-template-columns: var(--my-obl-cart-thumb-max, 100px) minmax(0, 1fr);
		column-gap: 16px;
		row-gap: 0;
		align-items: start;
		padding: 16px var(--my-obl-cart-card-pad);
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item.my-obl-cart-row--mobile-layout {
		display: grid;
		grid-template-columns: var(--my-obl-cart-thumb-max, 100px) minmax(0, 1fr);
		column-gap: 16px;
		row-gap: 0;
		align-items: start;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item td {
		display: block;
		padding: 0 !important;
		border: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item.my-obl-cart-row--mobile-layout td {
		padding: 0 !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td::before {
		display: none !important;
		content: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-remove {
		display: none !important;
		float: none;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-subtotal {
		display: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail {
		float: none;
		margin: 0;
		grid-column: 1;
		grid-row: 1;
		width: var(--my-obl-cart-thumb-max, 100px) !important;
		min-width: 0 !important;
		max-width: var(--my-obl-cart-thumb-max, 100px) !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item.my-obl-cart-row--mobile-layout td.product-thumbnail {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail img:not(.my-obl-cart-remove-btn__icon) {
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail .my-obl-cart-mobile-remove {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-thumbnail .my-obl-cart-remove-btn__icon {
		width: var(--my-obl-cart-remove-btn-icon-size, calc(var(--my-obl-cart-remove-btn-size, 13px) * 1.15)) !important;
		height: var(--my-obl-cart-remove-btn-icon-size, calc(var(--my-obl-cart-remove-btn-size, 13px) * 1.15)) !important;
		max-width: none !important;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart tbody tr.cart_item.my-obl-cart-row--mobile-layout td.product-name {
		grid-column: 2;
		grid-row: 1;
		overflow: hidden;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name {
		grid-column: 2;
		grid-row: 1;
		overflow: hidden;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-mobile-price {
		margin-top: 10px;
		font-family: var(--my-obl-cart-price-font, inherit);
		font-size: var(--my-obl-cart-price-size, 18px);
		font-weight: var(--my-obl-cart-price-weight, 600);
		color: var(--my-obl-cart-price-color, #111111);
		line-height: 1.2;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-mobile-price .woocommerce-Price-amount {
		font-size: inherit;
		font-weight: inherit;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options {
		margin-top: 0.5em;
		width: auto;
		max-width: 100%;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__actions {
		flex-wrap: nowrap;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__trigger,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__edit,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name a.tm-cart-edit-options.my-obl-cart-epo-options__edit {
		padding: 5px 8px !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .my-obl-cart-epo-options__icon {
		width: 14px;
		height: 14px;
		flex: 0 0 14px;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-name .mobile-product-price {
		display: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page .my-obl-cart-epo-options__popover {
		max-height: min(420px, 70vh);
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-price {
		display: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.product-quantity {
		display: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions {
		display: block;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions.clear::after {
		display: none;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .coupon {
		margin: 0 0 12px;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .continue-shopping,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row > div,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row > button {
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		flex: 0 1 auto;
		min-width: 0;
		display: inline-flex;
		align-items: stretch;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .continue-shopping.pull-left,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .continue-shopping.text-left {
		float: none !important;
		text-align: inherit !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .tm-clear-cart-button {
		margin: 0 !important;
		float: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row form {
		display: inline-flex;
		align-items: stretch;
		margin: 0;
		padding: 0;
	}

	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .button,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row a.button,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row button.button,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row button.tm-clear-cart-button,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row input.button,
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row input[type='submit'],
	body.woocommerce-cart.my-obl-cart-page table.shop_table.cart td.actions .my-obl-cart-actions-row .button-continue-shopping {
		box-sizing: border-box !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		margin: 0 !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0;
		height: auto !important;
		min-height: 40px !important;
		padding: 10px 20px !important;
		border-width: 1px !important;
		border-style: solid !important;
		border-radius: var(--my-obl-cart-radius, 4px) !important;
		font-family: var(--my-obl-cart-btn-font, inherit) !important;
		font-size: var(--my-obl-cart-btn-font-size, 13px) !important;
		font-weight: var(--my-obl-cart-btn-font-weight, 600) !important;
		line-height: 1.3 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		white-space: nowrap;
		box-shadow: none !important;
	}

	body.woocommerce-cart.my-obl-cart-page .cart-container .return-to-shop .button,
	body.woocommerce-cart.my-obl-cart-page .shop-container .return-to-shop .button {
		display: block !important;
		width: 100% !important;
		text-align: center;
	}

	body.woocommerce-cart.my-obl-cart-page .cart-container .wc-proceed-to-checkout .checkout-button,
	body.woocommerce-cart.my-obl-cart-page .shop-container .wc-proceed-to-checkout .checkout-button,
	body.woocommerce-cart.my-obl-cart-page .cart-sidebar .wc-proceed-to-checkout .checkout-button,
	body.woocommerce-cart.my-obl-cart-page .cart-container .cart-sidebar .coupon .button[name='apply_coupon'],
	body.woocommerce-cart.my-obl-cart-page .shop-container .cart-sidebar .coupon .button[name='apply_coupon'],
	body.woocommerce-cart.my-obl-cart-page .cart-sidebar .coupon .button[name='apply_coupon'],
	body.woocommerce-cart.my-obl-cart-page .cart-container .ux-cart-coupon .button[name='apply_coupon'],
	body.woocommerce-cart.my-obl-cart-page .shop-container .ux-cart-coupon .button[name='apply_coupon'],
	body.woocommerce-cart.my-obl-cart-page .cart-sidebar .ux-cart-coupon .button[name='apply_coupon'] {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		text-align: center;
	}

	body.woocommerce-cart.my-obl-cart-page .woocommerce-cart-form.my-obl-cart-mobile-layout-updating {
		pointer-events: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-cart.my-obl-cart-page *,
	body.woocommerce-cart.my-obl-cart-page *::before,
	body.woocommerce-cart.my-obl-cart-page *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
