.woocommerce-cart .depilart-page-main {
	width: 100%;
	padding: 44px 16px 84px;
	background:
		radial-gradient(circle at 15% 0%, rgba(97, 77, 118, 0.08), transparent 30%),
		linear-gradient(180deg, #fff 0%, #fbfafc 100%);
}

.woocommerce-cart .depilart-page {
	width: min(1180px, 100%);
}

.woocommerce-cart .depilart-page__header {
	display: grid;
	min-height: 72px;
	margin: 24px 0 18px;
	padding: 32px;
	place-items: center;
	color: #111;
	text-align: center;
	background: #f7f7f8;
	border: 1px solid #ececef;
	border-radius: 8px;
}

.woocommerce-cart .depilart-page__title {
	margin: 0;
	color: #111;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.woocommerce-cart .woocommerce {
	color: #111;
	font-size: 0.9rem;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
	margin: 0 0 18px;
	padding: 14px 18px;
	color: #111;
	background: #fff;
	border: 1px solid #ded6e6;
	border-left: 4px solid var(--wp--preset--color--primary, #614d76);
	border-radius: 12px;
	box-shadow: 0 12px 26px rgba(97, 77, 118, 0.06);
}

.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 28px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #ded6e6;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(35, 26, 45, 0.08);
}

.woocommerce-cart table.shop_table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-radius: 14px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
	padding: 16px 12px;
	color: #2c2633;
	font-size: 0.84rem;
	border: 0;
	border-bottom: 1px solid #eee8f2;
}

.woocommerce-cart table.shop_table th {
	color: #111;
	font-size: 0.76rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

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

.woocommerce-cart table.cart img {
	width: 82px;
	height: 82px;
	object-fit: contain;
	background: #fff;
	border: 1px solid #eee8f2;
	border-radius: 12px;
}

.woocommerce-cart table.cart .product-name a {
	color: #111;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover,
.woocommerce-cart table.cart .product-name a:focus-visible {
	color: var(--wp--preset--color--primary, #614d76);
	outline: none;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
	color: #111;
	font-weight: 800;
}

.woocommerce-cart table.cart .product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #6b7280 !important;
	font-size: 1.35rem;
	line-height: 1;
	background: #f3f4f6;
	border-radius: 9999px;
	text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a.remove:hover,
.woocommerce-cart table.cart .product-remove a.remove:focus-visible {
	color: #fff !important;
	background: var(--wp--preset--color--primary, #614d76);
	outline: none;
}

.woocommerce-cart .quantity .qty {
	width: 78px;
	min-height: 40px;
	padding: 0 10px;
	color: #111;
	text-align: center;
	background: #fff;
	border: 1px solid #cfc7d8;
	border-radius: 12px;
	outline: 0;
}

.woocommerce-cart .quantity .qty:focus {
	border-color: var(--wp--preset--color--primary, #614d76);
	box-shadow: 0 0 0 4px rgba(97, 77, 118, 0.12);
}

.woocommerce-cart table.cart td.actions {
	padding: 22px 0 0;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	float: left;
	gap: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 230px;
	min-height: 42px;
	margin: 0;
	padding: 0 14px;
	color: #111;
	background: #fff;
	border: 1px solid #cfc7d8;
	border-radius: 9999px;
	outline: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-color: var(--wp--preset--color--primary, #614d76);
	box-shadow: 0 0 0 4px rgba(97, 77, 118, 0.12);
}

.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
	display: none;
	content: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(420px, 100%);
	padding: 28px;
	background: #fff;
	border: 1px solid #ded6e6;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(35, 26, 45, 0.08);
}

.woocommerce-cart .cart_totals h2 {
	margin: 0 0 18px;
	color: #111;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.2;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 0;
}

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

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	color: #111;
	font-size: 1rem;
	font-weight: 800;
	border-bottom: 0;
}

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

.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: var(--wp--preset--color--primary, #614d76);
	border: 0;
	border-radius: 9999px;
	box-shadow: 0 10px 24px rgba(97, 77, 118, 0.18);
	transition: filter 0.18s ease, transform 0.18s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	margin: 0;
	font-size: 0.9rem;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container {
	margin-top: 18px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button.wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 24px;
	color: #fff;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: var(--wp--preset--color--primary, #614d76);
	border: 1px solid var(--wp--preset--color--primary, #614d76);
	border-radius: 9999px;
	box-shadow: 0 14px 28px rgba(97, 77, 118, 0.2);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .woocommerce button.button:focus-visible,
.woocommerce-cart .woocommerce a.button:focus-visible,
.woocommerce-cart .woocommerce input.button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible {
	color: #fff;
	filter: brightness(0.96);
	outline: none;
	transform: translateY(-1px);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:focus-visible,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button.wc-block-components-button:hover,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button.wc-block-components-button:focus-visible {
	color: #fff;
	background: #4f3e61;
	border-color: #4f3e61;
	box-shadow: 0 18px 34px rgba(97, 77, 118, 0.26);
	outline: none;
	transform: translateY(-1px);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button:visited,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-button.wc-block-components-button:visited {
	color: #fff;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form {
	gap: 8px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input {
	min-height: 50px;
	color: #111;
	border-color: #cfc7d8;
	border-radius: 12px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input:focus {
	border-color: var(--wp--preset--color--primary, #614d76);
	box-shadow: 0 0 0 4px rgba(97, 77, 118, 0.12);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: var(--wp--preset--color--primary, #614d76);
	border: 1px solid var(--wp--preset--color--primary, #614d76);
	border-radius: 9999px;
	box-shadow: 0 10px 22px rgba(97, 77, 118, 0.16);
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:hover,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button:hover,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button:focus-visible {
	color: #fff;
	background: #4f3e61;
	border-color: #4f3e61;
	box-shadow: 0 14px 26px rgba(97, 77, 118, 0.22);
	outline: none;
	transform: translateY(-1px);
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button:disabled,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button[disabled],
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button:disabled,
.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-totals-coupon__button.wc-block-components-button[disabled] {
	color: #fff;
	background: #8a7a99;
	border-color: #8a7a99;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.6;
	transform: none;
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled],
.woocommerce-cart .woocommerce input.button:disabled,
.woocommerce-cart .woocommerce input.button:disabled[disabled] {
	color: #fff;
	opacity: 0.5;
	padding: 0 24px;
}

.woocommerce-cart .cart-empty {
	margin: 0 0 18px;
	padding: 32px;
	color: #2c2633;
	text-align: center;
	background: #fff;
	border: 1px solid #ded6e6;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(35, 26, 45, 0.08);
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

@media (max-width: 820px) {
	.woocommerce-cart .woocommerce-cart-form,
	.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 22px 18px;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		flex: 1;
		width: auto;
	}

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

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

@media (max-width: 560px) {
	.woocommerce-cart .depilart-page-main {
		padding: 28px 12px 56px;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		align-items: stretch;
		flex-direction: column;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100%;
	}
}
