.aura-woo-cart-page {
	background: #fffefa;
	color: #4b1c22;
}

.aura-woo-cart-page .site-main,
.aura-woo-cart-page .woocommerce {
	width: min(100% - 36px, 1180px);
	margin: 0 auto;
}

.aura-woo-cart-page .woocommerce {
	padding: clamp(52px, 8vw, 104px) 0;
}

.aura-woo-cart-page .woocommerce-cart-form {
	padding: clamp(18px, 3vw, 32px);
	border: 1px solid rgba(75, 28, 34, 0.10);
	border-radius: clamp(22px, 2.5vw, 34px);
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(75, 28, 34, 0.07);
}

.aura-woo-cart-page .woocommerce table.shop_table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-family: Manrope, sans-serif;
}

.aura-woo-cart-page .woocommerce table.shop_table th {
	padding: 14px 12px;
	border: 0;
	background: transparent;
	color: rgba(75, 28, 34, 0.58);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aura-woo-cart-page .woocommerce table.shop_table td {
	padding: 18px 12px;
	border-top: 1px solid rgba(75, 28, 34, 0.08);
	color: rgba(75, 28, 34, 0.78);
	font-size: 14px;
}

.aura-woo-cart-page .woocommerce-cart-form__cart-item .product-name a {
	color: #4b1c22;
	font-weight: 800;
	text-decoration: none;
}

.aura-woo-cart-page .woocommerce-cart-form__cart-item .product-name a:hover,
.aura-woo-cart-page .woocommerce-cart-form__cart-item .product-name a:focus-visible {
	color: #935b54;
}

.aura-woo-cart-page .woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 86px;
	height: 104px;
	object-fit: cover;
	border-radius: 14px;
	background: #faf8eb;
}

.aura-woo-cart-page .woocommerce .quantity input.qty {
	width: 74px;
	min-height: 42px;
	border: 1px solid rgba(75, 28, 34, 0.14);
	border-radius: 999px;
	background: #fffefa;
	color: #4b1c22;
	font-family: Manrope, sans-serif;
	text-align: center;
}

.aura-woo-cart-page .woocommerce button.button,
.aura-woo-cart-page .woocommerce a.button,
.aura-woo-cart-page .woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #4b1c22;
	border-radius: 999px;
	background: #4b1c22;
	color: #fffefa;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.aura-woo-cart-page .woocommerce button.button:hover,
.aura-woo-cart-page .woocommerce button.button:focus-visible,
.aura-woo-cart-page .woocommerce a.button:hover,
.aura-woo-cart-page .woocommerce a.button:focus-visible,
.aura-woo-cart-page .woocommerce input.button:hover,
.aura-woo-cart-page .woocommerce input.button:focus-visible {
	background: transparent;
	color: #4b1c22;
	transform: translateY(-1px);
}

.aura-woo-cart-page .woocommerce button.button:disabled,
.aura-woo-cart-page .woocommerce button.button:disabled[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
}

.aura-woo-cart-page .cart-collaterals {
	margin-top: clamp(28px, 4vw, 48px);
}

.aura-woo-cart-page .cart-collaterals::after {
	content: "";
	display: table;
	clear: both;
}

.aura-woo-cart-page .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 460px);
	margin-left: auto;
	padding: clamp(24px, 3vw, 36px);
	border-radius: clamp(22px, 2.5vw, 34px);
	background: radial-gradient(circle at 18% 12%, rgba(244, 166, 164, 0.18), transparent 34%), #4b1c22;
	color: #fffefa;
	box-shadow: 0 28px 80px rgba(75, 28, 34, 0.18);
}

.aura-woo-cart-page .cart_totals h2 {
	margin: 0 0 20px;
	color: #fffefa;
}

.aura-woo-cart-page .cart_totals table.shop_table {
	background: transparent;
	color: inherit;
}

.aura-woo-cart-page .cart_totals table.shop_table th,
.aura-woo-cart-page .cart_totals table.shop_table td {
	padding: 14px 0;
	border-top: 1px solid rgba(255, 254, 250, 0.14);
	background: transparent;
	color: rgba(255, 254, 250, 0.82);
}

.aura-woo-cart-page .cart_totals table.shop_table tr:first-child th,
.aura-woo-cart-page .cart_totals table.shop_table tr:first-child td {
	border-top: 0;
}

.aura-woo-cart-page .cart_totals table.shop_table strong,
.aura-woo-cart-page .cart_totals .amount {
	color: #fffefa;
}

.aura-woo-cart-page .wc-proceed-to-checkout {
	padding: 20px 0 0;
}

.aura-woo-cart-page .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	border-color: #fffefa;
	background: #fffefa;
	color: #4b1c22;
}

.aura-woo-cart-page .wc-proceed-to-checkout a.checkout-button:hover,
.aura-woo-cart-page .wc-proceed-to-checkout a.checkout-button:focus-visible {
	background: transparent;
	color: #fffefa;
}

.aura-woo-cart-page .woocommerce .coupon {
	display: flex;
	align-items: center;
	gap: 10px;
}

.aura-woo-cart-page .woocommerce .coupon input.input-text {
	width: min(100%, 260px);
	min-height: 46px;
	padding: 0 15px;
	border: 1px solid rgba(75, 28, 34, 0.14);
	border-radius: 999px;
	background: #fffefa;
	color: #4b1c22;
	font-family: Manrope, sans-serif;
}

.aura-woo-cart-page .cross-sells {
	margin-top: clamp(28px, 4vw, 48px);
}

.aura-woo-cart-page .cross-sells h2,
.aura-woo-cart-page .cart-empty {
	color: #4b1c22;
}

.aura-woo-cart-page .cart-empty {
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid rgba(75, 28, 34, 0.10);
	border-radius: clamp(22px, 2.5vw, 34px);
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(75, 28, 34, 0.07);
}

@media (max-width: 768px) {
	.aura-woo-cart-page .site-main,
	.aura-woo-cart-page .woocommerce {
		width: min(100% - 24px, 1180px);
	}

	.aura-woo-cart-page .woocommerce {
		padding: 44px 0 72px;
	}

	.aura-woo-cart-page .woocommerce-cart-form {
		padding: 18px;
		border-radius: 24px;
	}

	.aura-woo-cart-page .woocommerce table.shop_table_responsive tr {
		margin-bottom: 14px;
		border: 1px solid rgba(75, 28, 34, 0.10);
		border-radius: 18px;
		background: #ffffff;
		overflow: hidden;
	}

	.aura-woo-cart-page .woocommerce table.shop_table_responsive tr td {
		padding: 14px;
		border-top: 1px solid rgba(75, 28, 34, 0.08);
	}

	.aura-woo-cart-page .woocommerce table.shop_table_responsive tr td::before {
		font-family: Manrope, sans-serif;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: rgba(75, 28, 34, 0.56);
	}

	.aura-woo-cart-page .woocommerce .coupon {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.aura-woo-cart-page .woocommerce .coupon input.input-text,
	.aura-woo-cart-page .woocommerce .coupon .button {
		width: 100%;
	}

	.aura-woo-cart-page .cart-collaterals .cart_totals {
		width: 100%;
		margin: 0;
	}
}
