body.woocommerce-cart,
body.woocommerce-checkout {
	--pc-bg: #07080e;
	--pc-panel: rgba(18, 18, 29, 0.92);
	--pc-panel-strong: rgba(24, 24, 38, 0.96);
	--pc-border: rgba(255, 255, 255, 0.1);
	--pc-border-strong: rgba(151, 115, 255, 0.35);
	--pc-text: #f8f7ff;
	--pc-muted: #b9b5ca;
	--pc-soft: #8b879d;
	--pc-pink: #ff5f89;
	--pc-purple: #875cff;
	--pc-blue: #00c7f3;
	--pc-green: #35d57a;
	--pc-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
	background: var(--pc-bg);
	color: var(--pc-text);
}

body.admin-bar #wpadminbar {
	z-index: 1000002 !important;
}

html body.admin-bar #pcHeader.pc-header,
html body.admin-bar .elementor-location-header .pc-header,
body.admin-bar .pc-header {
	top: 32px !important;
	z-index: 1000001 !important;
}

html body.admin-bar nav#pcMenu,
body.admin-bar #pcMenu {
	top: 102px !important;
	height: calc(100vh - 102px) !important;
	z-index: 1000000 !important;
}

@media screen and (max-width: 782px) {
	html body.admin-bar #pcHeader.pc-header,
	html body.admin-bar .elementor-location-header .pc-header,
	body.admin-bar .pc-header {
		top: 46px !important;
	}

	html body.admin-bar nav#pcMenu,
	body.admin-bar #pcMenu {
		top: 116px !important;
		height: calc(100vh - 116px) !important;
	}
}

@media screen and (max-width: 600px) {
	html body.admin-bar #pcHeader.pc-header,
	html body.admin-bar .elementor-location-header .pc-header,
	body.admin-bar .pc-header {
		top: 46px !important;
	}

	html body.admin-bar nav#pcMenu,
	body.admin-bar #pcMenu {
		top: 116px !important;
		height: calc(100vh - 116px) !important;
	}
}

body.woocommerce-cart #content,
body.woocommerce-checkout #content {
	background:
		radial-gradient(circle at 12% 10%, rgba(135, 92, 255, 0.24), transparent 30rem),
		radial-gradient(circle at 88% 8%, rgba(255, 95, 137, 0.16), transparent 28rem),
		linear-gradient(180deg, #12111b 0%, #08090f 58%, #07080e 100%);
	min-height: 64vh;
	padding: clamp(44px, 6vw, 92px) 20px clamp(56px, 7vw, 104px);
}

body.woocommerce-cart .page-content,
body.woocommerce-checkout .page-content {
	margin: 0 auto;
	max-width: 1320px;
}

body.woocommerce-cart .elementor,
body.woocommerce-checkout .elementor {
	color: var(--pc-text) !important;
}

body.woocommerce-cart .elementor .e-con-inner,
body.woocommerce-checkout .elementor .e-con-inner {
	max-width: 1320px;
	padding-inline: 0;
}

body.woocommerce-cart .elementor-section,
body.woocommerce-cart .elementor-widget-container,
body.woocommerce-checkout .elementor-section,
body.woocommerce-checkout .elementor-widget-container {
	background: transparent !important;
}

body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-checkout h1,
body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-cart .elementor-heading-title,
body.woocommerce-checkout .elementor-heading-title {
	color: var(--pc-text) !important;
	font-family: Outfit, sans-serif;
	letter-spacing: 0;
}

body.woocommerce-checkout .elementor-widget-text-editor p {
	color: var(--pc-muted);
}

body.woocommerce-checkout .elementor-widget-text-editor p span[style] {
	color: #ff7d98 !important;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
	color: var(--pc-text) !important;
	font-family: Outfit, sans-serif;
}

body.woocommerce-cart .woocommerce *:not(.button):not(button):not(input):not(select):not(textarea):not(option),
body.woocommerce-checkout .woocommerce *:not(.button):not(button):not(input):not(select):not(textarea):not(option) {
	text-shadow: none;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
	align-items: center;
	background: linear-gradient(135deg, rgba(24, 24, 38, 0.98), rgba(11, 12, 19, 0.98));
	border: 1px solid var(--pc-border-strong);
	border-left: 4px solid var(--pc-green);
	border-radius: 14px;
	box-shadow: var(--pc-shadow);
	color: var(--pc-text) !important;
	display: flex;
	gap: 16px;
	margin: 0 0 26px;
	padding: 18px 22px;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before {
	color: var(--pc-green);
	position: static;
	transform: none;
}

body.woocommerce-cart .woocommerce-message a:not(.button),
body.woocommerce-cart .woocommerce-info a:not(.button),
body.woocommerce-cart .woocommerce-error a:not(.button),
body.woocommerce-checkout .woocommerce-message a:not(.button),
body.woocommerce-checkout .woocommerce-info a:not(.button),
body.woocommerce-checkout .woocommerce-error a:not(.button) {
	color: #80def4 !important;
}

body.woocommerce-cart .e-cart__container {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
}

body.woocommerce-cart .e-cart__column,
body.woocommerce-cart .e-cart__column-inner {
	min-width: 0;
	width: 100%;
}

body.woocommerce-cart .e-cart-section,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout form.checkout .col2-set,
body.woocommerce-checkout #order_review {
	background: var(--pc-panel);
	border: 1px solid var(--pc-border);
	border-radius: 18px;
	box-shadow: var(--pc-shadow);
	padding: clamp(20px, 3vw, 34px);
}

body.woocommerce-cart .e-shop-table,
body.woocommerce-cart .shop_table,
body.woocommerce-cart .shop_table thead,
body.woocommerce-cart .shop_table tbody,
body.woocommerce-cart .shop_table tfoot,
body.woocommerce-cart .shop_table tr,
body.woocommerce-cart .shop_table th,
body.woocommerce-cart .shop_table td,
body.woocommerce-checkout .shop_table,
body.woocommerce-checkout .shop_table thead,
body.woocommerce-checkout .shop_table tbody,
body.woocommerce-checkout .shop_table tfoot,
body.woocommerce-checkout .shop_table tr,
body.woocommerce-checkout .shop_table th,
body.woocommerce-checkout .shop_table td {
	background: transparent !important;
}

body.woocommerce-cart .e-cart-totals {
	background:
		linear-gradient(180deg, rgba(135, 92, 255, 0.18), transparent 46%),
		var(--pc-panel-strong);
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: var(--pc-text) !important;
	margin: 0;
	width: 100%;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th {
	border: 0;
	color: var(--pc-muted) !important;
	font-size: 0.83rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0 0 18px;
	text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td,
body.woocommerce-cart table.shop_table tbody th,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-checkout table.shop_table tbody th,
body.woocommerce-checkout table.shop_table tfoot td,
body.woocommerce-checkout table.shop_table tfoot th {
	border-color: var(--pc-border);
	color: var(--pc-text) !important;
	padding: 18px 0;
}

body.woocommerce-cart table.shop_table tr:not(:last-child) td,
body.woocommerce-checkout table.shop_table tr:not(:last-child) td,
body.woocommerce-checkout table.shop_table tr:not(:last-child) th {
	border-bottom: 1px solid var(--pc-border);
}

body.woocommerce-cart .product-thumbnail img {
	border: 1px solid var(--pc-border-strong);
	border-radius: 14px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
	max-width: 76px;
}

body.woocommerce-cart .product-name a,
body.woocommerce-checkout .product-name {
	color: var(--pc-text) !important;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .product-price .amount,
body.woocommerce-cart .product-subtotal .amount,
body.woocommerce-cart .cart_totals .amount,
body.woocommerce-cart .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-Price-amount,
body.woocommerce-checkout .product-total,
body.woocommerce-checkout .cart-subtotal td,
body.woocommerce-checkout .order-total td {
	color: var(--pc-text) !important;
}

body.woocommerce-cart .product-name a:hover {
	color: var(--pc-blue);
}

html body.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce a.remove,
html body.woocommerce-cart .woocommerce a.remove,
body.woocommerce-cart a.remove {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid var(--pc-border);
	color: var(--pc-text) !important;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

html body.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce a.remove:hover,
html body.woocommerce-cart .woocommerce a.remove:hover,
body.woocommerce-cart a.remove:hover {
	background: rgba(255, 95, 137, 0.18);
	color: #fff !important;
}

html body.woocommerce-cart .woocommerce-Price-amount,
html body.woocommerce-cart .woocommerce-Price-amount *,
html body.woocommerce-checkout .woocommerce-Price-amount,
html body.woocommerce-checkout .woocommerce-Price-amount * {
	color: var(--pc-text) !important;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading {
	color: var(--pc-text) !important;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	margin: 0 0 24px;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-checkout table.shop_table tfoot th {
	color: var(--pc-muted) !important;
	font-weight: 700;
	text-transform: none;
}

body.woocommerce-cart .order-total .amount,
body.woocommerce-checkout .order-total .amount {
	color: var(--pc-text) !important;
	font-size: 1.18rem;
}

body.woocommerce-cart input.input-text,
body.woocommerce-cart input[type="number"],
body.woocommerce-cart input[type="text"],
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	background: rgba(7, 8, 14, 0.94) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 10px;
	box-shadow: none;
	color: var(--pc-text) !important;
	min-height: 46px;
	outline: 0;
	padding: 12px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	width: 100%;
}

body.woocommerce-checkout textarea {
	min-height: 110px;
	resize: vertical;
}

body.woocommerce-cart input::placeholder,
body.woocommerce-checkout input::placeholder,
body.woocommerce-checkout textarea::placeholder {
	color: rgba(248, 247, 255, 0.45);
}

body.woocommerce-cart input:focus,
body.woocommerce-checkout input:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
	background: rgba(12, 13, 22, 0.98) !important;
	border-color: var(--pc-purple) !important;
	box-shadow: 0 0 0 3px rgba(135, 92, 255, 0.2);
}

body.woocommerce-checkout label,
body.woocommerce-cart label {
	color: var(--pc-muted) !important;
	font-weight: 600;
	margin-bottom: 8px;
}

body.woocommerce-checkout .required,
body.woocommerce-cart .required {
	color: var(--pc-pink);
}

body.woocommerce-cart .button,
body.woocommerce-cart a.button,
body.woocommerce-cart button.button,
body.woocommerce-checkout .button,
body.woocommerce-checkout a.button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout #place_order {
	background: linear-gradient(100deg, var(--pc-purple) 0%, var(--pc-pink) 58%, var(--pc-blue) 130%);
	border: 0;
	border-radius: 10px;
	box-shadow: 0 14px 32px rgba(135, 92, 255, 0.28);
	color: #fff !important;
	font-weight: 800;
	min-height: 48px;
	padding: 14px 22px;
	text-decoration: none;
	text-transform: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout a.button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout #place_order:hover {
	box-shadow: 0 18px 42px rgba(255, 95, 137, 0.34);
	color: #fff;
	filter: brightness(1.06);
	transform: translateY(-1px);
}

body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: rgba(248, 247, 255, 0.48);
}

body.woocommerce-cart .checkout-button {
	display: flex;
	justify-content: center;
	width: 100%;
}

body.woocommerce-cart .coupon {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 24px;
}

body.woocommerce-cart .coupon .form-row,
body.woocommerce-cart .coupon input {
	margin: 0;
}

body.woocommerce-checkout form.checkout {
	align-items: start;
	display: grid;
	gap: 30px 36px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

body.woocommerce-checkout form.checkout .col2-set {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 100%;
}

body.woocommerce-checkout form.checkout .col-1,
body.woocommerce-checkout form.checkout .col-2 {
	float: none;
	margin: 0;
	width: 100%;
}

body.woocommerce-checkout form.checkout .col-2 {
	border-top: 1px solid var(--pc-border);
	margin-top: 30px;
	padding-top: 30px;
}

body.woocommerce-checkout #order_review_heading {
	grid-column: 2;
	margin-bottom: -8px;
}

body.woocommerce-checkout #order_review {
	grid-column: 2;
	position: sticky;
	top: 96px;
}

body.woocommerce-checkout #payment {
	background: transparent;
	border: 0;
	color: var(--pc-muted) !important;
}

body.woocommerce-cart .cart_totals .shop_table tr,
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-checkout #order_review .shop_table tr,
body.woocommerce-checkout #order_review .shop_table th,
body.woocommerce-checkout #order_review .shop_table td {
	background: rgba(255, 255, 255, 0.03) !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--pc-border);
	padding: 20px 0;
}

body.woocommerce-checkout #payment div.payment_box {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	color: var(--pc-muted) !important;
}

body.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.woocommerce-checkout #payment div.form-row {
	padding: 20px 0 0;
}

body.woocommerce-checkout #place_order {
	float: none;
	margin-top: 12px;
	width: 100%;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	color: var(--pc-muted) !important;
	line-height: 1.65;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a,
body.woocommerce-checkout a {
	color: #80def4 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	gap: 18px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-checkout .form-row {
	margin: 0;
	width: 100%;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #billing_postcode_field,
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #account_password_field,
body.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1;
}

body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_last_name_field {
	grid-column: auto;
}

body.woocommerce-checkout .woocommerce-invalid input.input-text,
body.woocommerce-checkout .woocommerce-invalid select {
	border-color: var(--pc-pink);
	box-shadow: 0 0 0 3px rgba(255, 95, 137, 0.16);
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
	background: var(--pc-panel);
	border: 1px solid var(--pc-border);
	border-radius: 18px;
	box-shadow: var(--pc-shadow);
	padding: 26px;
}

@media (max-width: 1024px) {
	body.woocommerce-cart .e-cart__container,
	body.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout form.checkout .col2-set,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout #order_review {
		position: static;
	}
}

@media (max-width: 768px) {
	body.woocommerce-cart #content,
	body.woocommerce-checkout #content {
		padding: 34px 14px 58px;
	}

	body.woocommerce-cart .woocommerce-message,
	body.woocommerce-cart .woocommerce-info,
	body.woocommerce-cart .woocommerce-error,
	body.woocommerce-checkout .woocommerce-message,
	body.woocommerce-checkout .woocommerce-info,
	body.woocommerce-checkout .woocommerce-error {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woocommerce-cart .woocommerce-message .button,
	body.woocommerce-checkout .woocommerce-message .button {
		width: 100%;
	}

	body.woocommerce-cart .coupon,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart table.shop_table_responsive tr {
		background: rgba(255, 255, 255, 0.03);
		border: 1px solid var(--pc-border);
		border-radius: 14px;
		display: block;
		margin-bottom: 16px;
		padding: 14px;
	}

	body.woocommerce-cart table.shop_table_responsive tr td {
		border: 0;
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		text-align: right !important;
	}

body.woocommerce-cart table.shop_table_responsive tr td::before {
		color: var(--pc-muted) !important;
		font-weight: 700;
		padding-right: 18px;
		text-transform: uppercase;
	}

	body.woocommerce-cart table.shop_table_responsive tr td.product-thumbnail,
	body.woocommerce-cart table.shop_table_responsive tr td.product-remove {
		justify-content: flex-end;
	}

	body.woocommerce-cart table.shop_table_responsive tr td.product-thumbnail::before,
	body.woocommerce-cart table.shop_table_responsive tr td.product-remove::before {
		content: "";
	}

	body.woocommerce-cart .product-thumbnail img {
		max-width: 92px;
	}
}

@media (max-width: 560px) {
	body.woocommerce-cart .e-cart-section,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout form.checkout .col2-set,
	body.woocommerce-checkout #order_review {
		border-radius: 14px;
		padding: 18px;
	}

	body.woocommerce-cart table.shop_table th,
	body.woocommerce-checkout table.shop_table th {
		font-size: 0.75rem;
	}

	body.woocommerce-cart .button,
	body.woocommerce-cart a.button,
	body.woocommerce-cart button.button,
	body.woocommerce-checkout .button,
	body.woocommerce-checkout a.button,
	body.woocommerce-checkout button.button,
	body.woocommerce-checkout #place_order {
		width: 100%;
	}
}
