/* ============================================================
   MONSTERS OF TYPE — Cart Page Styles
   Template: template-cart.php (is_cart)
   Accent: --mot-vibrant-orange (Foundry / commerce)
   ============================================================ */

/* Standard MoT content width — matches .mot-container / .mot-foundry-body.
   Vertical padding lives HERE (not on <main>) because mot.css sets main { padding: 0 }. */
html.mot-template main.mot-cart .mot-cart__inner {
	width: 100%;
	max-width: var(--mot-max);
	margin-inline: auto;
	padding-inline: var(--mot-gutter);
	padding-top: clamp(2.5rem, 3.5vw, 4rem);
	padding-bottom: clamp(6rem, 12vw, 10rem);
}

/* Kadence maps “muted” UI text to --global-palette-highlight (often blue) */
html.mot-template body.mot-cart-page {
	--global-palette-highlight: var(--mot-muted);
	--global-palette-highlight-alt: var(--mot-muted);
}

.mot-cart__header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	padding-bottom: clamp(1.5rem, 3vw, 2rem);
	border-bottom: 1px solid var(--mot-border);
}

.mot-cart__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--mot-vibrant-orange);
}

.mot-cart__title {
	margin: 0;
	font-family: var(--mot-display);
	font-size: clamp(2.75rem, 6vw, 5rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	color: var(--mot-white);
}

.mot-cart__lede,
.mot-cart__intro {
	margin: 1rem 0 0;
	max-width: min(100%, 55ch);
	font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
	line-height: 1.65;
	color: var(--mot-light-gray);
}

.mot-cart__intro p:last-child {
	margin-bottom: 0;
}

html.mot-template main.mot-cart .mot-cart__body {
	min-width: 0;
	padding-block: clamp(1.5rem, 3vw, 2.5rem);
}

.mot-cart__notices {
	margin-bottom: 1.5rem;
}

.mot-cart__back {
	margin: clamp(2rem, 4vw, 3rem) 0 0;
	padding-top: clamp(1.5rem, 3vw, 2rem);
	border-top: 1px solid var(--mot-border);
}

/* Inline WC links (not .button) — beat Kadence highlight blue */
html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button),
html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button):visited {
	color: var(--mot-vibrant-orange) !important;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button):hover,
html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button):focus,
html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button):focus-visible,
html.mot-template body.mot-cart-page .woocommerce a:not(.button):not(.remove):not(.checkout-button):active {
	color: var(--mot-white) !important;
}


/* ─── WooCommerce notices ─────────────────────────────────── */
body.mot-cart-page .mot-cart__notices .woocommerce-message,
body.mot-cart-page .mot-cart__notices .woocommerce-info,
body.mot-cart-page .mot-cart__notices .woocommerce-error,
body.mot-cart-page .woocommerce > .woocommerce-message,
body.mot-cart-page .woocommerce > .woocommerce-info,
body.mot-cart-page .woocommerce > .woocommerce-error {
	margin: 0 0 1rem;
	padding: 0.875rem 1rem;
	background: var(--mot-dark) !important;
	border: 1px solid var(--mot-border) !important;
	border-left: 3px solid var(--mot-vibrant-orange) !important;
	border-radius: 0 !important;
	color: var(--mot-off-white) !important;
	box-shadow: none !important;
}

body.mot-cart-page .woocommerce-error {
	border-left-color: #e05252 !important;
}

body.mot-cart-page .woocommerce-message::before,
body.mot-cart-page .woocommerce-info::before,
body.mot-cart-page .woocommerce-error::before {
	color: var(--mot-vibrant-orange) !important;
}

body.mot-cart-page .woocommerce-error::before {
	color: #e05252 !important;
}


/* Block cart must not appear alongside classic template output */
body.mot-cart-page .wp-block-woocommerce-cart,
body.mot-cart-page .wc-block-cart {
	display: none !important;
}

/* Fill the MoT content column; cancel WC/Kadence floats & narrow widths */
body.mot-cart-page .mot-cart__inner .mot-cart__layout,
body.mot-cart-page .mot-cart__inner .mot-cart__layout > .woocommerce,
body.mot-cart-page .mot-cart__inner .mot-cart__grid,
body.mot-cart-page .mot-cart__inner .woocommerce-cart-form,
body.mot-cart-page .mot-cart__inner .cart-collaterals,
body.mot-cart-page .mot-cart__inner .cart_totals {
	float: none !important;
	clear: none !important;
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
}

/* ─── Two-column layout (cart.php: .mot-cart__grid) ────────── */
.mot-cart__layout {
	width: 100%;
}

.mot-cart__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 4vw, 3rem);
	align-items: start;
}

.mot-cart__lines,
.mot-cart__summary {
	min-width: 0;
}

.mot-cart__lines .woocommerce-cart-form,
.mot-cart__summary .cart-collaterals {
	float: none !important;
	width: 100% !important;
	margin: 0;
}

.mot-cart__summary .cart_totals > h2 {
	display: none;
}

.mot-cart__summary .cart_totals {
	width: 100% !important;
	float: none !important;
	margin: 0;
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
	background: var(--mot-dark);
	border: 1px solid var(--mot-border);
	box-sizing: border-box;
}

.mot-cart__summary .cart_totals::before {
	content: 'Totals';
	display: block;
	margin-bottom: 1.25rem;
	font-family: var(--mot-sans);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mot-muted) !important;
}

@media (min-width: 900px) {
	.mot-cart__inner .mot-cart__grid {
		grid-template-columns: minmax(0, 1fr) 22rem;
	}

	.mot-cart__inner .mot-cart__summary {
		width: 22rem;
		max-width: 22rem;
	}
}


/* ─── Cart table (real table layout — not shop_table_responsive) */
.mot-cart__lines table.cart {
	display: table !important;
	width: 100% !important;
	margin: 0;
	border: 1px solid var(--mot-border);
	border-collapse: collapse;
	table-layout: auto;
	background: transparent;
}

.mot-cart__lines table.cart thead {
	display: table-header-group !important;
}

.mot-cart__lines table.cart tbody {
	display: table-row-group !important;
}

.mot-cart__lines table.cart tr {
	display: table-row !important;
}

.mot-cart__lines table.cart th,
.mot-cart__lines table.cart td {
	display: table-cell !important;
	width: auto !important;
}

.mot-cart__lines table.cart td::before {
	display: none !important;
	content: none !important;
}

body.mot-cart-page .mot-cart__lines table.cart th,
body.mot-cart-page .mot-cart__lines table.cart td {
	padding: clamp(0.875rem, 2vw, 1.25rem);
	border: none;
	border-bottom: 1px solid var(--mot-border);
	vertical-align: middle;
	background: transparent !important;
	color: var(--mot-off-white);
}

body.mot-cart-page .mot-cart__lines table.cart thead th {
	font-family: var(--mot-sans);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mot-muted) !important;
	border-bottom: 1px solid var(--mot-border);
}

body.mot-cart-page .mot-cart__lines table.cart tbody tr:last-child td {
	border-bottom: none;
}

body.mot-cart-page .mot-cart__lines table.cart .product-thumbnail {
	width: 5.5rem;
}

body.mot-cart-page .mot-cart__lines table.cart .product-thumbnail img {
	width: 4.5rem;
	height: auto;
	border: 1px solid var(--mot-border);
	background: var(--mot-dark);
}

body.mot-cart-page .mot-cart__lines table.cart .product-name a {
	font-family: var(--mot-display);
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	line-height: 1.2;
	color: var(--mot-white) !important;
	text-decoration: none;
}

body.mot-cart-page .mot-cart__lines table.cart .product-name a:hover,
body.mot-cart-page .mot-cart__lines table.cart .product-name a:focus,
body.mot-cart-page .mot-cart__lines table.cart .product-name a:focus-visible,
body.mot-cart-page .mot-cart__lines table.cart .product-name a:active {
	color: var(--mot-vibrant-orange) !important;
}

body.mot-cart-page .mot-cart__lines table.cart .product-name .variation,
body.mot-cart-page .mot-cart__lines table.cart .product-name dl {
	margin: 0.35rem 0 0;
	font-family: var(--mot-sans);
	font-size: 0.8125rem;
	color: var(--mot-muted) !important;
}

html.mot-template body.mot-cart-page .mot-cart__lines table.cart .product-name dl dt,
html.mot-template body.mot-cart-page .mot-cart__lines table.cart .variation dt {
	color: var(--mot-muted) !important;
}

html.mot-template body.mot-cart-page .mot-cart__lines table.cart .product-name dl dd,
html.mot-template body.mot-cart-page .mot-cart__lines table.cart .variation dd {
	color: var(--mot-light-gray) !important;
}

body.mot-cart-page .mot-cart__lines table.cart .product-price,
body.mot-cart-page .mot-cart__lines table.cart .product-subtotal {
	font-family: var(--mot-mono);
	font-size: 0.9375rem;
	font-variant-numeric: tabular-nums;
	color: var(--mot-off-white);
}

body.mot-cart-page .mot-cart__lines table.cart .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	/* × glyph sits low — pad bottom so optical center matches the box */
	padding: 0 0 0.2em;
	box-sizing: border-box;
	font-size: 1.25rem;
	line-height: 1;
	color: var(--mot-muted) !important;
	background: transparent !important;
	border: 1px solid var(--mot-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: color var(--mot-dur) var(--mot-ease), border-color var(--mot-dur) var(--mot-ease);
}

body.mot-cart-page .mot-cart__lines table.cart .product-remove a.remove:hover,
body.mot-cart-page .mot-cart__lines table.cart .product-remove a.remove:focus,
body.mot-cart-page .mot-cart__lines table.cart .product-remove a.remove:focus-visible {
	color: var(--mot-vibrant-orange) !important;
	border-color: var(--mot-vibrant-orange) !important;
	background: transparent !important;
}


/* ─── Quantity inputs ─────────────────────────────────────── */
body.mot-cart-page .quantity {
	display: inline-flex;
	align-items: stretch;
	height: 2.75rem;
	border: 1px solid var(--mot-border);
	background: var(--mot-dark);
}

body.mot-cart-page .quantity .qty {
	width: 3rem;
	min-height: 100%;
	margin: 0;
	padding: 0 0.25rem;
	background: transparent !important;
	border: none !important;
	border-left: 1px solid var(--mot-border) !important;
	border-right: 1px solid var(--mot-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--mot-off-white) !important;
	font-family: var(--mot-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

body.mot-cart-page .quantity .qty:focus {
	outline: none;
	border-color: var(--mot-vibrant-orange) !important;
}

body.mot-cart-page .quantity .qty::-webkit-outer-spin-button,
body.mot-cart-page .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* ─── Coupon + actions row ────────────────────────────────── */
body.mot-cart-page .woocommerce-cart-form .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.25rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--mot-border);
}

body.mot-cart-page .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
}

body.mot-cart-page .coupon label {
	font-family: var(--mot-sans);
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mot-muted);
}

html.mot-template body.mot-cart-page .coupon #coupon_code,
html.mot-template body.mot-cart-page .coupon .input-text,
html.mot-template body.mot-cart-page .woocommerce-cart-form input.input-text {
	min-width: min(100%, 12rem);
	padding: 0.65rem 0.85rem;
	font-family: var(--mot-sans);
	font-size: 0.9375rem;
	color: var(--mot-muted) !important;
	-webkit-text-fill-color: var(--mot-muted) !important;
	caret-color: var(--mot-off-white);
	background: var(--mot-dark) !important;
	border: 1px solid var(--mot-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html.mot-template body.mot-cart-page .coupon #coupon_code:focus,
html.mot-template body.mot-cart-page .coupon .input-text:focus,
html.mot-template body.mot-cart-page .woocommerce-cart-form input.input-text:focus {
	outline: none !important;
	color: var(--mot-off-white) !important;
	-webkit-text-fill-color: var(--mot-off-white) !important;
	border-color: var(--mot-vibrant-orange) !important;
}

/* Placeholders */
html.mot-template body.mot-cart-page .woocommerce input::placeholder,
html.mot-template body.mot-cart-page .woocommerce textarea::placeholder {
	color: var(--mot-muted) !important;
	opacity: 1 !important;
}

html.mot-template body.mot-cart-page .woocommerce input::-webkit-input-placeholder {
	color: var(--mot-muted) !important;
	-webkit-text-fill-color: var(--mot-muted) !important;
	opacity: 1 !important;
}

html.mot-template body.mot-cart-page .woocommerce input::-moz-placeholder {
	color: var(--mot-muted) !important;
	opacity: 1 !important;
}


/* ─── Cart totals ─────────────────────────────────────────── */
body.mot-cart-page .cart_totals table {
	margin: 0;
	border: none;
}

body.mot-cart-page .cart_totals table th,
body.mot-cart-page .cart_totals table td {
	padding: 0.65rem 0;
	border: none;
	border-bottom: 1px solid var(--mot-border);
	font-size: 0.9375rem;
	color: var(--mot-light-gray) !important;
	background: transparent !important;
}

body.mot-cart-page .cart_totals table tr:last-child th,
body.mot-cart-page .cart_totals table tr:last-child td {
	border-bottom: none;
	padding-top: 1rem;
	font-size: 1.0625rem;
	color: var(--mot-white);
}

body.mot-cart-page .cart_totals .order-total .amount {
	font-family: var(--mot-mono);
	font-variant-numeric: tabular-nums;
	color: var(--mot-vibrant-orange);
}

body.mot-cart-page .wc-proceed-to-checkout {
	margin: 1.5rem 0 0;
	padding: 0;
}

body.mot-cart-page .wc-proceed-to-checkout::before,
body.mot-cart-page .wc-proceed-to-checkout::after {
	display: none;
}


/* ─── Buttons — beat Kadence + WooCommerce blue ───────────── */
html.mot-template body.mot-cart-page a.button,
html.mot-template body.mot-cart-page a.button:visited,
html.mot-template body.mot-cart-page button.button,
html.mot-template body.mot-cart-page input.button,
html.mot-template body.mot-cart-page .button,
html.mot-template body.mot-cart-page .checkout-button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.75rem 1.5rem !important;
	font-family: var(--mot-sans) !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2 !important;
	color: var(--mot-vibrant-orange) !important;
	background: transparent !important;
	border: 1px solid var(--mot-vibrant-orange) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background var(--mot-dur) var(--mot-ease),
	            color var(--mot-dur) var(--mot-ease),
	            border-color var(--mot-dur) var(--mot-ease);
}

html.mot-template body.mot-cart-page a.button:hover,
html.mot-template body.mot-cart-page a.button:focus,
html.mot-template body.mot-cart-page a.button:focus-visible,
html.mot-template body.mot-cart-page a.button:active,
html.mot-template body.mot-cart-page button.button:hover,
html.mot-template body.mot-cart-page button.button:focus,
html.mot-template body.mot-cart-page button.button:focus-visible,
html.mot-template body.mot-cart-page button.button:active,
html.mot-template body.mot-cart-page input.button:hover,
html.mot-template body.mot-cart-page input.button:focus,
html.mot-template body.mot-cart-page input.button:focus-visible,
html.mot-template body.mot-cart-page input.button:active,
html.mot-template body.mot-cart-page .button:hover,
html.mot-template body.mot-cart-page .button:focus,
html.mot-template body.mot-cart-page .button:focus-visible,
html.mot-template body.mot-cart-page .button:active {
	color: var(--mot-black) !important;
	background: var(--mot-vibrant-orange) !important;
	border-color: var(--mot-vibrant-orange) !important;
	box-shadow: none !important;
}

html.mot-template body.mot-cart-page .checkout-button,
html.mot-template body.mot-cart-page .checkout-button:visited,
html.mot-template body.mot-cart-page a.checkout-button,
html.mot-template body.mot-cart-page a.checkout-button:visited {
	width: 100%;
	color: var(--mot-black) !important;
	background: var(--mot-vibrant-orange) !important;
	border-color: var(--mot-vibrant-orange) !important;
}

html.mot-template body.mot-cart-page .checkout-button:hover,
html.mot-template body.mot-cart-page .checkout-button:focus,
html.mot-template body.mot-cart-page .checkout-button:focus-visible,
html.mot-template body.mot-cart-page .checkout-button:active,
html.mot-template body.mot-cart-page a.checkout-button:hover,
html.mot-template body.mot-cart-page a.checkout-button:focus,
html.mot-template body.mot-cart-page a.checkout-button:focus-visible,
html.mot-template body.mot-cart-page a.checkout-button:active {
	color: var(--mot-vibrant-orange) !important;
	background: transparent !important;
	border-color: var(--mot-vibrant-orange) !important;
}

/* Block cart buttons — WC + Kadence default blue */
html.mot-template body.mot-cart-page .wc-block-components-button,
html.mot-template body.mot-cart-page .wc-block-components-button:visited,
html.mot-template body.mot-cart-page .wc-block-cart__submit-button,
html.mot-template body.mot-cart-page .wp-block-woocommerce-cart .wp-element-button,
html.mot-template body.mot-cart-page .wc-block-cart .wp-element-button {
	color: var(--mot-black) !important;
	background-color: var(--mot-vibrant-orange) !important;
	border: 1px solid var(--mot-vibrant-orange) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

html.mot-template body.mot-cart-page .wc-block-components-button:hover,
html.mot-template body.mot-cart-page .wc-block-components-button:focus,
html.mot-template body.mot-cart-page .wc-block-components-button:focus-visible,
html.mot-template body.mot-cart-page .wc-block-cart__submit-button:hover,
html.mot-template body.mot-cart-page .wp-block-woocommerce-cart .wp-element-button:hover {
	color: var(--mot-vibrant-orange) !important;
	background-color: transparent !important;
	border-color: var(--mot-vibrant-orange) !important;
}

body.mot-cart-page .wc-block-cart__submit-container {
	background: var(--mot-black) !important;
	box-shadow: none !important;
}

body.mot-cart-page .wc-block-cart__submit-container::before {
	display: none !important;
}

body.mot-cart-page .wc-block-components-product-name,
body.mot-cart-page .wc-block-components-product-name a {
	color: var(--mot-white) !important;
}

body.mot-cart-page .wc-block-components-product-metadata,
body.mot-cart-page .wc-block-components-product-price {
	color: var(--mot-light-gray) !important;
}

body.mot-cart-page .wc-block-cart-item__image img,
body.mot-cart-page .wc-block-components-order-summary-item__image img {
	width: 4.5rem;
	height: auto;
	border: 1px solid var(--mot-border);
}


/* ─── Empty cart ────────────────────────────────────────────── */
html.mot-template body.mot-cart-page .cart-empty,
html.mot-template body.mot-cart-page .cart-empty.woocommerce-info,
html.mot-template body.mot-cart-page .mot-cart__layout .cart-empty,
html.mot-template body.mot-cart-page .mot-cart__body .cart-empty.woocommerce-info {
	margin: 0 0 1.25rem;
	padding: 0 !important;
	font-family: var(--mot-display);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.15;
	color: var(--mot-white) !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	list-style: none;
}

html.mot-template body.mot-cart-page .cart-empty.woocommerce-info::before {
	display: none !important;
	content: none !important;
}

body.mot-cart-page .return-to-shop .button {
	margin-top: 0.5rem;
}


/* ─── Cross-sells (if present, inside .cart-collaterals) ─────── */
body.mot-cart-page .cart-collaterals .cross-sells {
	margin-top: clamp(1.5rem, 3vw, 2rem);
	padding-top: clamp(1.5rem, 3vw, 2rem);
	border-top: 1px solid var(--mot-border);
}

body.mot-cart-page .cross-sells > h2 {
	margin: 0 0 1.25rem;
	font-family: var(--mot-display);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	color: var(--mot-white);
}

body.mot-cart-page .cart-collaterals .cross-sells ul.products {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.mot-cart-page .cross-sells ul.products li.product {
	margin: 0;
	padding: 0;
	background: var(--mot-dark);
	border: 1px solid var(--mot-border);
}

body.mot-cart-page .cross-sells ul.products li.product a {
	color: var(--mot-white) !important;
}

body.mot-cart-page .cross-sells ul.products li.product a:hover,
body.mot-cart-page .cross-sells ul.products li.product a:focus {
	color: var(--mot-vibrant-orange) !important;
}


/* ─── Small screens: stack summary below, card-style rows ─── */
@media (max-width: 640px) {
	.mot-cart__lines table.cart thead {
		display: none !important;
	}

	.mot-cart__lines table.cart tbody,
	.mot-cart__lines table.cart tr,
	.mot-cart__lines table.cart td {
		display: block !important;
		width: 100% !important;
	}

	.mot-cart__lines table.cart tr {
		padding: 1rem 0;
		border-bottom: 1px solid var(--mot-border);
	}

	.mot-cart__lines table.cart td {
		padding: 0.35rem 0;
		border: none;
		text-align: left !important;
	}

	.mot-cart__lines table.cart td::before {
		display: block !important;
		content: attr(data-title) !important;
		margin-bottom: 0.2rem;
		font-size: 0.625rem;
		font-weight: 600;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--mot-muted);
	}

	.mot-cart__lines table.cart .product-remove::before,
	.mot-cart__lines table.cart .product-thumbnail::before {
		display: none !important;
		content: none !important;
	}

	body.mot-cart-page .woocommerce-cart-form .actions {
		flex-direction: column;
		align-items: stretch;
	}

	body.mot-cart-page .coupon {
		width: 100%;
	}

	body.mot-cart-page .coupon #coupon_code {
		flex: 1;
		min-width: 0;
	}
}

/* ─── AJAX loading overlays (jQuery blockUI) ──────────────── */
@keyframes mot-wc-spin {
	to {
		transform: rotate(360deg);
	}
}

html.mot-template body.mot-cart-page .blockUI.blockOverlay,
html.mot-template body.mot-cart-page form.woocommerce-cart-form.processing .blockUI.blockOverlay,
html.mot-template body.mot-cart-page .mot-cart__inner .blockUI.blockOverlay {
	background: rgba(0, 0, 0, 0.72) !important;
	background-color: rgba(0, 0, 0, 0.72) !important;
	background-image: none !important;
	opacity: 1 !important;
}

html.mot-template body.mot-cart-page .blockUI.blockOverlay::before,
html.mot-template body.mot-cart-page .blockUI.blockOverlay::after {
	background: transparent !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
}

html.mot-template body.mot-cart-page .blockUI.blockOverlay::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 2rem;
	margin: -1rem 0 0 -1rem;
	border: 2px solid var(--mot-border);
	border-top-color: var(--mot-vibrant-orange);
	border-radius: 50%;
	animation: mot-wc-spin 0.75s linear infinite;
}

html.mot-template body.mot-cart-page .blockUI.blockMsg,
html.mot-template body.mot-cart-page .blockUI.blockPage,
html.mot-template body.mot-cart-page .blockUI.blockElement {
	background: var(--mot-dark) !important;
	background-color: var(--mot-dark) !important;
	border: 1px solid var(--mot-border) !important;
	color: var(--mot-off-white) !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

html.mot-template body.mot-cart-page .blockUI.blockMsg img,
html.mot-template body.mot-cart-page .blockUI.blockPage img {
	display: none !important;
}

html.mot-template body.mot-cart-page .blockUI.blockMsg::before,
html.mot-template body.mot-cart-page .blockUI.blockPage::before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	border: 2px solid var(--mot-border);
	border-top-color: var(--mot-vibrant-orange);
	border-radius: 50%;
	animation: mot-wc-spin 0.75s linear infinite;
}
