body.woocommerce-cart {
	--cart-ink: #071f26;
	--cart-ocean: #0d4553;
	--cart-coral: #e86642;
	--cart-coral-dark: #cf4e2d;
	--cart-cream: #f6f1e9;
	--cart-line: rgba(7, 31, 38, .15);
	--cart-muted: #61757a;
	background: var(--cart-cream);
}

body.woocommerce-cart .content-shell {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	padding-block: clamp(46px, 6vw, 76px) clamp(70px, 8vw, 105px);
}

body.woocommerce-cart .page-header {
	margin: 0 0 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid var(--cart-ink);
}

body.woocommerce-cart .page-header h1 {
	margin: 0;
	color: var(--cart-ink);
	font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(2.8rem, 5vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .95;
}

body.woocommerce-cart .entry-content > * {
	max-width: none;
}

body.woocommerce-cart .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
	align-items: start;
	gap: 30px;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .return-to-shop {
	grid-column: 1 / -1;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
	min-width: 0;
}

body.woocommerce-cart table.shop_table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--cart-line);
	border-collapse: collapse;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 16px 40px rgba(7, 31, 38, .05);
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
	padding: 17px 14px;
	border: 0;
	border-bottom: 1px solid var(--cart-line);
	background: transparent;
	color: var(--cart-ink);
	vertical-align: middle;
}

body.woocommerce-cart table.shop_table thead th {
	color: var(--cart-muted);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.woocommerce-cart table.shop_table .product-remove {
	width: 36px;
	padding-right: 5px;
	text-align: center;
}

body.woocommerce-cart table.shop_table .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #a62921 !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

body.woocommerce-cart table.shop_table .product-remove a.remove:hover,
body.woocommerce-cart table.shop_table .product-remove a.remove:focus-visible {
	border-color: rgba(166, 41, 33, .25);
	background: #fff2ef;
	outline: none;
}

body.woocommerce-cart table.shop_table .product-thumbnail {
	width: 86px;
	padding-right: 4px;
}

body.woocommerce-cart table.shop_table .product-thumbnail img {
	width: 72px;
	height: 82px;
	border-radius: 2px;
	background: #edf1ef;
	object-fit: cover;
}

body.woocommerce-cart table.shop_table .product-name {
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
}

body.woocommerce-cart table.shop_table .product-name a {
	color: var(--cart-ink);
	text-decoration: none;
}

body.woocommerce-cart table.shop_table .product-name a:hover,
body.woocommerce-cart table.shop_table .product-name a:focus {
	color: var(--cart-ocean);
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal {
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

body.woocommerce-cart table.shop_table .quantity .qty {
	width: 66px;
	height: 44px;
	margin: 0;
	padding: 0 8px;
	border: 1px solid rgba(7, 31, 38, .28);
	border-radius: 0;
	background: #fff;
	color: var(--cart-ink);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

body.woocommerce-cart table.shop_table .quantity .qty:focus {
	border-color: var(--cart-ocean);
	outline: 3px solid rgba(13, 69, 83, .11);
}

body.woocommerce-cart table.shop_table td.actions {
	padding: 14px;
	border-bottom: 0;
}

body.woocommerce-cart table.shop_table td.actions .coupon {
	position: relative;
	display: grid;
	grid-template-columns: minmax(130px, 1fr) auto;
	gap: 8px;
	width: min(100%, 345px);
}

body.woocommerce-cart table.shop_table td.actions .coupon > label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

body.woocommerce-cart table.shop_table td.actions .coupon .input-text {
	grid-column: 1;
	grid-row: 1;
	float: none !important;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 13px;
	border: 1px solid rgba(7, 31, 38, .28);
	border-radius: 0;
	background: #fff;
	color: var(--cart-ink);
	font-size: 14px;
}

body.woocommerce-cart table.shop_table td.actions .coupon .button {
	grid-column: 2;
	grid-row: 1;
	float: none !important;
	width: auto;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button {
	min-height: 44px;
	padding: 12px 18px;
	border: 1px solid var(--cart-ink);
	border-radius: 0;
	background: var(--cart-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
}

body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-cart .woocommerce a.button:focus-visible,
body.woocommerce-cart .woocommerce button.button:focus-visible,
body.woocommerce-cart .woocommerce input.button:focus-visible {
	border-color: var(--cart-ocean);
	background: var(--cart-ocean);
	outline: 2px solid var(--cart-ocean);
	outline-offset: 2px;
}

body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button:disabled[disabled] {
	border-color: #b7c2c3;
	background: #d7dede;
	color: #718487;
	opacity: 1;
}

body.woocommerce-cart table.shop_table td.actions > .button {
	float: right;
}

body.woocommerce-cart .cart-collaterals {
	width: 100%;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	padding: 26px;
	border: 1px solid var(--cart-line);
	background: #fff;
	box-shadow: 0 16px 40px rgba(7, 31, 38, .05);
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 18px;
	padding-bottom: 17px;
	border-bottom: 3px solid var(--cart-ink);
	color: var(--cart-ink);
	font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
}

body.woocommerce-cart .cart-collaterals table.shop_table {
	border: 0;
	box-shadow: none;
}

body.woocommerce-cart .cart-collaterals table.shop_table th,
body.woocommerce-cart .cart-collaterals table.shop_table td {
	padding: 14px 0;
	font-size: 12px;
	vertical-align: top;
}

body.woocommerce-cart .cart-collaterals table.shop_table th {
	width: 38%;
	font-weight: 800;
}

body.woocommerce-cart .cart-collaterals table.shop_table td {
	text-align: right;
}

body.woocommerce-cart .cart-collaterals .order-total th,
body.woocommerce-cart .cart-collaterals .order-total td {
	padding-top: 19px;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 900;
}

body.woocommerce-cart .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-cart .woocommerce-shipping-destination,
body.woocommerce-cart .woocommerce-shipping-calculator {
	margin: 8px 0 0;
	color: var(--cart-muted);
	font-size: 10px;
	line-height: 1.45;
}

body.woocommerce-cart .shipping-calculator-button {
	color: var(--cart-ocean);
	font-weight: 800;
}

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

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	margin: 0;
	border: 2px solid var(--cart-coral);
	background: var(--cart-coral);
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible {
	border-color: var(--cart-coral-dark);
	background: var(--cart-coral-dark);
	outline-color: var(--cart-coral-dark);
}

body.woocommerce-cart .woocommerce-cart-form .woocommerce-Price-currencySymbol,
body.woocommerce-cart .cart_totals .woocommerce-Price-currencySymbol {
	font-size: .8em;
}

body.woocommerce-cart .cart-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--cart-line);
	border-top: 4px solid var(--cart-ocean);
	background: #fff;
}

@media (max-width: 900px) {
	body.woocommerce-cart .entry-content > .woocommerce {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .cart-collaterals {
		width: 100%;
	}
}

@media (max-width: 620px) {
	body.woocommerce-cart .content-shell {
		width: min(1180px, calc(100% - 24px));
		padding-block: 34px 62px;
	}

	body.woocommerce-cart .page-header {
		margin-bottom: 22px;
		padding-bottom: 14px;
	}

	body.woocommerce-cart .page-header h1 {
		font-size: 2.65rem;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item {
		margin-bottom: 0;
		padding: 16px;
		border: 1px solid var(--cart-line);
		border-bottom: 0;
		background: #fff;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td {
		display: grid;
		grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr);
		align-items: center;
		gap: 14px;
		padding: 12px 0;
		border-bottom: 1px solid var(--cart-line);
		text-align: right !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before {
		color: var(--cart-muted);
		font-size: 10px;
		font-weight: 850;
		letter-spacing: .08em;
		text-align: left;
		text-transform: uppercase;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-remove {
		display: block;
		width: auto;
		padding: 0 0 8px;
		border-bottom: 0;
		text-align: left !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-remove::before,
	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail::before {
		display: none;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail {
		display: block;
		width: auto;
		padding: 0 0 13px;
		text-align: left !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-thumbnail img {
		width: 80px;
		height: 92px;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-name {
		font-size: 15px;
	}

	body.woocommerce-cart table.shop_table_responsive tr.cart_item .product-subtotal {
		border-bottom: 0;
	}

	body.woocommerce-cart table.shop_table td.actions {
		display: grid;
		gap: 9px;
		padding: 14px;
	}

	body.woocommerce-cart table.shop_table td.actions .coupon {
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	body.woocommerce-cart table.shop_table td.actions > .button {
		float: none;
		width: 100%;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 22px 18px;
	}
}
