/* VS Events cart: visually aligned with checkout and order confirmation. */
:root {
	--vse-cart-accent: #ff3838;
	--vse-cart-accent-soft: rgba(255, 56, 56, 0.12);
	--vse-cart-bg: #05070d;
	--vse-cart-border: #2b3040;
	--vse-cart-muted: #b7bdca;
	--vse-cart-surface: #11141c;
	--vse-cart-surface-raised: #181b24;
	--vse-cart-text: #f7f7f9;
}

body.woocommerce-cart {
	background: var(--vse-cart-bg);
	color: var(--vse-cart-text);
	overflow-x: clip;
}

body.woocommerce-cart *,
body.woocommerce-cart *::before,
body.woocommerce-cart *::after {
	box-sizing: border-box;
}

body.woocommerce-cart .woocommerce_status_bar,
body.woocommerce-cart .tc-checkout-progress {
	display: none !important;
}

body.woocommerce-cart .page_content_wrap {
	background:
		radial-gradient(circle at 88% 6%, rgba(255, 56, 56, 0.07), transparent 28rem),
		var(--vse-cart-bg);
	padding: clamp(3rem, 6vw, 5.75rem) 0 clamp(4.5rem, 8vw, 7rem);
}

body.woocommerce-cart .page_content_wrap .content_wrap {
	max-width: 1280px;
	width: min(1280px, calc(100% - 40px));
}

body.woocommerce-cart .page_content_wrap .content,
body.woocommerce-cart .woocommerce {
	float: none;
	margin: 0;
	width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
	background: var(--vse-cart-surface);
	border: 1px solid var(--vse-cart-border);
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
}

body.woocommerce-cart .woocommerce-cart-form::before,
body.woocommerce-cart .cart_totals::before {
	background: var(--vse-cart-accent);
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 96px;
	z-index: 2;
}

body.woocommerce-cart table.shop_table.cart {
	background: transparent;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

body.woocommerce-cart table.shop_table.cart thead {
	display: table-header-group !important;
}

body.woocommerce-cart table.shop_table.cart thead tr {
	background: var(--vse-cart-surface-raised);
}

body.woocommerce-cart table.shop_table.cart th,
body.woocommerce-cart table.shop_table.cart td {
	background: transparent;
	border: 0;
	color: var(--vse-cart-text);
	vertical-align: middle;
}

body.woocommerce-cart table.shop_table.cart th {
	border-bottom: 1px solid var(--vse-cart-border);
	display: table-cell !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 1.3rem 1rem;
	text-align: left;
	text-transform: uppercase;
}

body.woocommerce-cart table.shop_table.cart th.product-name,
body.woocommerce-cart table.shop_table.cart td.product-name {
	width: 46%;
}

body.woocommerce-cart table.shop_table.cart th.product-price,
body.woocommerce-cart table.shop_table.cart td.product-price {
	width: 14%;
}

body.woocommerce-cart table.shop_table.cart th.product-quantity,
body.woocommerce-cart table.shop_table.cart td.product-quantity {
	width: 18%;
}

body.woocommerce-cart table.shop_table.cart th.product-subtotal,
body.woocommerce-cart table.shop_table.cart td.product-subtotal {
	width: 14%;
}

body.woocommerce-cart table.shop_table.cart th.product-remove,
body.woocommerce-cart table.shop_table.cart td.product-remove {
	text-align: center !important;
	width: 8%;
}

body.woocommerce-cart table.shop_table.cart th.product-remove {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	white-space: nowrap;
}

/* Leave the thumbnail lane unlabelled and begin Product above the title. */
body.woocommerce-cart table.shop_table.cart th.product-name {
	padding-left: 8rem;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item td {
	border-bottom: 1px solid var(--vse-cart-border);
	padding: 1.5rem 1rem;
}

body.woocommerce-cart table.shop_table.cart td.product-name {
	padding-left: 1.5rem;
}

body.woocommerce-cart .product-name-inner {
	align-items: center;
	display: flex !important;
	gap: 1.25rem;
	min-width: 0;
}

body.woocommerce-cart .product-name-inner > a:first-child {
	border: 1px solid var(--vse-cart-border);
	border-radius: 10px;
	flex: 0 0 104px;
	height: 94px;
	overflow: hidden;
	width: 104px;
}

body.woocommerce-cart .product-name-inner img {
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	width: 100% !important;
}

body.woocommerce-cart .product-name-inner .product-info {
	min-width: 0;
	width: auto;
}

body.woocommerce-cart .product-name-inner .product-info > a,
body.woocommerce-cart td.product-name a {
	color: var(--vse-cart-text);
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

body.woocommerce-cart td.product-name a:hover {
	color: var(--vse-cart-accent);
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
	font-size: 1rem;
	font-weight: 800;
}

body.woocommerce-cart .quantity {
	margin: 0;
	max-width: 126px;
	position: relative;
}

body.woocommerce-cart .quantity input.qty {
	appearance: textfield;
	background: #090c13;
	border: 1px solid var(--vse-cart-border);
	border-radius: 9px;
	color: var(--vse-cart-text);
	height: 52px;
	margin: 0;
	padding: 0.7rem 2.35rem 0.7rem 0.85rem;
	width: 100%;
}

body.woocommerce-cart .quantity input.qty:focus {
	border-color: var(--vse-cart-accent);
	box-shadow: 0 0 0 3px var(--vse-cart-accent-soft);
	outline: 0;
}

body.woocommerce-cart td.product-remove a.remove {
	align-items: center;
	background: transparent;
	border: 1px solid var(--vse-cart-border);
	border-radius: 50%;
	color: var(--vse-cart-muted) !important;
	display: flex !important;
	font-size: 0 !important;
	height: 42px;
	justify-content: center;
	line-height: 1;
	margin: 0 auto !important;
	position: relative;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
	width: 42px;
}

body.woocommerce-cart td.product-remove a.remove::before {
	align-items: center;
	content: "×" !important;
	display: flex !important;
	font-family: Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 300;
	height: 100%;
	justify-content: center;
	left: 0;
	line-height: 1;
	padding-bottom: 2px;
	position: absolute;
	top: 0;
	transform: none;
	width: 100%;
}

body.woocommerce-cart td.product-remove a.remove:hover {
	background: var(--vse-cart-accent);
	border-color: var(--vse-cart-accent);
	color: #fff !important;
	transform: scale(1.06);
}

body.woocommerce-cart table.shop_table.cart > tbody > tr:last-child td {
	padding: 1.35rem 1.5rem;
}

body.woocommerce-cart table.shop_table.cart td.cart-coupon,
body.woocommerce-cart table.shop_table.cart td.actions {
	border: 0;
}

body.woocommerce-cart .cart-coupon-inner.coupon {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	height: auto !important;
	padding-left: 0 !important;
	position: static;
	width: 100%;
}

body.woocommerce-cart .cart-coupon-inner.coupon::before {
	content: none !important;
	display: none !important;
}

body.woocommerce-cart .cart-coupon-inner.coupon #coupon_code {
	background: #090c13;
	border: 1px solid var(--vse-cart-border);
	border-radius: 9px;
	color: var(--vse-cart-text);
	height: 52px;
	margin: 0;
	min-width: 0;
	padding: 0.75rem 1rem;
	position: static;
	width: 100%;
}

body.woocommerce-cart .cart-coupon-inner.coupon #coupon_code:focus {
	border-color: var(--vse-cart-accent);
	box-shadow: 0 0 0 3px var(--vse-cart-accent-soft);
	outline: 0;
}

body.woocommerce-cart .cart-coupon-inner.coupon button {
	left: auto !important;
	margin: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
}

body.woocommerce-cart .woo-actions-inner {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
}

body.woocommerce-cart .woocommerce-cart-form button,
body.woocommerce-cart .woocommerce-cart-form .button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .return-to-shop .button {
	align-items: center;
	border-radius: 9px !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.09em;
	min-height: 52px;
	padding: 0.8rem 1.25rem !important;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.woocommerce-cart .cart-coupon-inner.coupon button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	background: var(--vse-cart-accent) !important;
	border: 1px solid var(--vse-cart-accent) !important;
	color: #fff !important;
}

body.woocommerce-cart .woocommerce-cart-form .woo-actions-inner .button {
	background: transparent !important;
	border: 1px solid var(--vse-cart-border) !important;
	color: var(--vse-cart-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .woo-actions-inner button[name="update_cart"] {
	background: var(--vse-cart-accent) !important;
	border-color: var(--vse-cart-accent) !important;
	color: #fff !important;
}

body.woocommerce-cart .woocommerce-cart-form button:hover,
body.woocommerce-cart .woocommerce-cart-form .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .return-to-shop .button:hover {
	transform: scale(1.025);
}

body.woocommerce-cart .cart-coupon-inner.coupon button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: #ff5151 !important;
	border-color: #ff5151 !important;
	color: #080a10 !important;
}

body.woocommerce-cart .woocommerce-cart-form .woo-actions-inner .button:hover {
	border-color: var(--vse-cart-accent) !important;
	color: var(--vse-cart-accent) !important;
}

body.woocommerce-cart .woocommerce-cart-form .woo-actions-inner button[name="update_cart"]:hover {
	background: #ff5151 !important;
	border-color: #ff5151 !important;
	color: #080a10 !important;
}

body.woocommerce-cart .woocommerce-cart-form button:disabled,
body.woocommerce-cart .woocommerce-cart-form .button:disabled {
	cursor: not-allowed;
	opacity: 0.48;
	transform: none;
}

body.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: clamp(2rem, 4vw, 3.25rem);
	width: 100%;
}

body.woocommerce-cart .cart_totals {
	float: none;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	width: min(540px, 100%);
}

body.woocommerce-cart .cart_totals h2 {
	color: var(--vse-cart-text);
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.035em;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals h2::after {
	background: var(--vse-cart-accent);
	content: "";
	display: block;
	height: 3px;
	margin-top: 0.65rem;
	width: 56px;
}

body.woocommerce-cart .cart_totals table.shop_table {
	background: #090c13;
	border: 1px solid var(--vse-cart-border);
	border-collapse: separate;
	border-radius: 11px;
	border-spacing: 0;
	margin: 0 0 1.25rem;
	overflow: hidden;
	width: 100%;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--vse-cart-border);
	color: var(--vse-cart-text);
	padding: 1rem;
	text-align: left;
}

body.woocommerce-cart .cart_totals table.shop_table th {
	color: var(--vse-cart-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	width: 42%;
}

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

body.woocommerce-cart .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
	background: var(--vse-cart-accent-soft);
	font-size: 1.05rem;
	font-weight: 800;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	margin: 0;
	width: 100%;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-cart .cart-empty.woocommerce-info {
	background: var(--vse-cart-surface);
	border: 1px solid var(--vse-cart-border);
	border-left: 4px solid var(--vse-cart-accent);
	border-radius: 12px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--vse-cart-text);
	line-height: 1.5;
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	width: 100%;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
	background: rgba(35, 197, 94, 0.1);
	border-color: rgba(74, 222, 128, 0.42);
	border-left-color: #4ade80;
	color: #86efac;
	font-weight: 700;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
	background: rgba(255, 56, 56, 0.1);
	border-color: rgba(255, 56, 56, 0.42);
	color: #ff6b66;
}

body.woocommerce-cart .woocommerce-notices-wrapper li {
	color: inherit;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info::before,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::before,
body.woocommerce-cart .cart-empty.woocommerce-info::before {
	display: none;
}

body.woocommerce-cart .cart-empty.woocommerce-info,
body.woocommerce-cart .return-to-shop {
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	text-align: center;
}

body.woocommerce-cart .return-to-shop .button {
	background: var(--vse-cart-accent) !important;
	border: 1px solid var(--vse-cart-accent) !important;
	color: #fff !important;
}

@media (max-width: 1024px) {
	body.woocommerce-cart table.shop_table.cart th.product-name {
		padding-left: 7.1rem;
	}

	body.woocommerce-cart table.shop_table.cart th,
	body.woocommerce-cart table.shop_table.cart tr.cart_item td {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	body.woocommerce-cart .product-name-inner {
		gap: 0.9rem;
	}

	body.woocommerce-cart .product-name-inner > a:first-child {
		flex-basis: 88px;
		height: 82px;
		width: 88px;
	}

	body.woocommerce-cart table.shop_table.cart th.product-name,
	body.woocommerce-cart table.shop_table.cart td.product-name {
		width: 42%;
	}

	body.woocommerce-cart table.shop_table.cart th.product-price,
	body.woocommerce-cart table.shop_table.cart td.product-price {
		width: 14%;
	}

	body.woocommerce-cart table.shop_table.cart th.product-quantity,
	body.woocommerce-cart table.shop_table.cart td.product-quantity {
		width: 20%;
	}

	body.woocommerce-cart table.shop_table.cart th.product-subtotal,
	body.woocommerce-cart table.shop_table.cart td.product-subtotal {
		width: 15%;
	}

	body.woocommerce-cart table.shop_table.cart th.product-remove,
	body.woocommerce-cart table.shop_table.cart td.product-remove {
		width: 9%;
	}

	body.woocommerce-cart .woo-actions-inner {
		justify-content: stretch;
	}

	body.woocommerce-cart .woo-actions-inner .button {
		flex: 1 1 0;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .page_content_wrap {
		padding: 2rem 0 4.5rem;
	}

	body.woocommerce-cart .page_content_wrap .content_wrap {
		width: calc(100% - 24px);
	}

	body.woocommerce-cart .woocommerce-cart-form {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		overflow: visible;
	}

	body.woocommerce-cart .woocommerce-cart-form::before,
	body.woocommerce-cart table.shop_table.cart thead {
		display: none !important;
	}

	body.woocommerce-cart table.shop_table.cart,
	body.woocommerce-cart table.shop_table.cart tbody,
	body.woocommerce-cart table.shop_table.cart tr,
	body.woocommerce-cart table.shop_table.cart td {
		display: block !important;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item {
		background: var(--vse-cart-surface);
		border: 1px solid var(--vse-cart-border);
		border-radius: 14px;
		display: grid !important;
		gap: 0;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		margin: 0 0 1rem;
		overflow: hidden;
		padding: 1rem;
		position: relative;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item::before {
		background: var(--vse-cart-accent);
		content: "";
		height: 4px;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%);
		width: 72px;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td {
		border: 0;
		padding: 0.85rem;
		text-align: left !important;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-name {
		grid-column: 1 / -1;
		padding: 1rem 2.5rem 1.1rem 0;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item > td.mobile_cell {
		display: block !important;
		grid-column: 1 / -1;
		padding: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table,
	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table > tbody {
		background: transparent;
		border: 0;
		margin: 0;
		width: 100%;
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table,
	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table > tbody > tr {
		display: block !important;
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table > tbody {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table > tbody > tr.first_row,
	body.woocommerce-cart table.shop_table.cart td.mobile_cell > table > tbody > tr.second_row {
		display: contents !important;
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell td.product-name {
		grid-column: 1 / -1;
		width: 100% !important;
	}

	body.woocommerce-cart table.shop_table.cart td.mobile_cell td.product-name::before {
		content: none !important;
		display: none !important;
	}

	body.woocommerce-cart .product-name-inner {
		align-items: center;
		gap: 0.85rem;
	}

	body.woocommerce-cart .product-name-inner > a:first-child {
		flex-basis: 78px;
		height: 78px;
		width: 78px;
	}

	body.woocommerce-cart .product-name-inner .product-info > a,
	body.woocommerce-cart td.product-name a {
		font-size: 0.92rem;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-price,
	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-quantity,
	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-subtotal {
		align-items: flex-start;
		display: flex !important;
		flex-direction: column;
		gap: 0.4rem;
		justify-content: center;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-price::before,
	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-quantity::before,
	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-subtotal::before {
		color: var(--vse-cart-muted);
		content: attr(data-title);
		float: none;
		font-size: 0.68rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-subtotal {
		grid-column: 1 / -1;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item td.product-remove {
		padding: 0;
		position: absolute;
		right: 0.75rem;
		top: 0.75rem;
		width: auto !important;
	}

	body.woocommerce-cart td.product-remove a.remove {
		height: 36px;
		width: 36px;
	}

	body.woocommerce-cart table.shop_table.cart > tbody > tr:last-child {
		background: var(--vse-cart-surface);
		border: 1px solid var(--vse-cart-border);
		border-radius: 14px;
		display: block !important;
		overflow: hidden;
		padding: 1rem;
	}

	body.woocommerce-cart table.shop_table.cart > tbody > tr:last-child td {
		padding: 0;
	}

	body.woocommerce-cart table.shop_table.cart td.actions {
		margin-top: 0.75rem;
	}

	body.woocommerce-cart .cart-coupon-inner.coupon {
		align-items: stretch;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-cart .cart-coupon-inner.coupon button,
	body.woocommerce-cart .woo-actions-inner,
	body.woocommerce-cart .woo-actions-inner .button {
		width: 100%;
	}

	body.woocommerce-cart .woo-actions-inner {
		align-items: stretch;
		flex-direction: column;
	}

	body.woocommerce-cart .cart-collaterals {
		margin-top: 1rem;
	}

	body.woocommerce-cart .cart_totals {
		border-radius: 14px;
		padding: 1.25rem;
	}

	body.woocommerce-cart .cart_totals h2 {
		font-size: 1.45rem;
		margin-bottom: 1.15rem;
	}

	body.woocommerce-cart .cart_totals table.shop_table th,
	body.woocommerce-cart .cart_totals table.shop_table td {
		display: table-cell !important;
		padding: 0.9rem;
		width: auto !important;
	}

	body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
	body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
	body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
	body.woocommerce-cart .cart-empty.woocommerce-info {
		font-size: 0.9rem;
		padding: 0.9rem 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-cart .woocommerce-cart-form button,
	body.woocommerce-cart .woocommerce-cart-form .button,
	body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
	body.woocommerce-cart td.product-remove a.remove {
		transition: none;
	}
}
