/* Solve Skin Care cart */
/* Modern cart page */
body.solve-cart-page {
	background:
		radial-gradient(circle at 88% 180px, rgba(191, 47, 134, .09), transparent 28%),
		radial-gradient(circle at 12% 260px, rgba(255, 143, 104, .13), transparent 30%),
		linear-gradient(180deg, #fffaf7 0, #fff 560px);
}

body.solve-cart-page .main-page-wrapper,
body.solve-cart-page .site-content {
	background: transparent;
}

body.solve-cart-page .wd-page-title {
	display: none;
}

body.solve-cart-page .wd-content-layout,
body.solve-cart-page .site-content {
	padding-top: 18px;
}

.solve-cart-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0 0 18px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid rgba(239, 230, 225, .92);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 247, 244, .92)),
		radial-gradient(circle at 10% 10%, rgba(255, 143, 104, .16), transparent 32%);
	box-shadow: 0 20px 56px rgba(56, 37, 27, .1);
}

.solve-cart-hero__content span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 8px 14px;
	border: 1px solid rgba(191, 47, 134, .18);
	border-radius: 999px;
	background: #fff;
	color: var(--solve-rose);
	font-size: 13px;
	font-weight: 900;
}

.solve-cart-hero h1 {
	margin: 0 0 10px;
	color: var(--solve-ink);
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.22;
	font-weight: 900;
}

.solve-cart-hero p {
	max-width: 640px;
	margin: 0;
	color: var(--solve-muted);
	font-size: 15px;
	line-height: 1.9;
}

.solve-cart-hero__badges {
	display: grid;
	gap: 10px;
	min-width: 210px;
}

.solve-cart-hero__badges strong {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--solve-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	color: var(--solve-ink);
	font-size: 13px;
	box-shadow: 0 10px 24px rgba(56, 37, 27, .05);
}

body.solve-cart-page .wp-block-woocommerce-cart,
body.solve-cart-page .wc-block-cart,
body.solve-cart-page .cart-content-wrapper {
	margin-top: 18px;
	padding-bottom: 82px;
}

body.solve-cart-page .wc-block-components-sidebar-layout {
	align-items: flex-start;
	gap: clamp(18px, 3vw, 30px);
}

body.solve-cart-page .wc-block-cart__main,
body.solve-cart-page .wc-block-components-main,
body.solve-cart-page .woocommerce-cart-form {
	padding: clamp(16px, 2.8vw, 26px) !important;
	border: 1px solid var(--solve-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 38px rgba(56, 37, 27, .07);
}

body.solve-cart-page .wc-block-cart__sidebar,
body.solve-cart-page .wc-block-components-sidebar,
body.solve-cart-page .cart_totals {
	position: sticky;
	top: 110px;
	align-self: flex-start;
	padding: clamp(16px, 2.4vw, 24px) !important;
	border: 1px solid var(--solve-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 48px rgba(56, 37, 27, .1);
}

body.solve-cart-page .wc-block-cart-items,
body.solve-cart-page .shop_table {
	border: 0 !important;
}

body.solve-cart-page .wc-block-cart-items__row,
body.solve-cart-page .cart_item {
	position: relative;
	margin-bottom: 14px;
	padding: 16px !important;
	border: 1px solid rgba(239, 230, 225, .95) !important;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(56, 37, 27, .055);
}

body.solve-cart-page .wc-block-cart-item__image img,
body.solve-cart-page .product-thumbnail img {
	border-radius: 18px;
	background: var(--solve-soft);
}

body.solve-cart-page .wc-block-cart-item__product,
body.solve-cart-page .product-name {
	color: var(--solve-ink);
	font-weight: 900;
	line-height: 1.45;
}

body.solve-cart-page .wc-block-components-product-price,
body.solve-cart-page .product-price,
body.solve-cart-page .product-subtotal,
body.solve-cart-page .wc-block-components-totals-item__value {
	color: var(--solve-rose);
	font-weight: 900;
}

body.solve-cart-page .wc-block-cart-item__remove-link,
body.solve-cart-page .product-remove a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 34px;
	border: 1px solid rgba(191, 47, 134, .16);
	border-radius: 999px;
	background: rgba(191, 47, 134, .06);
	color: var(--solve-rose) !important;
	font-weight: 900;
	text-decoration: none !important;
}

body.solve-cart-page .wc-block-components-quantity-selector,
body.solve-cart-page .quantity {
	border: 1px solid var(--solve-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(56, 37, 27, .045);
}

body.solve-cart-page .wc-block-components-quantity-selector__button,
body.solve-cart-page .quantity input[type="button"] {
	border: 0 !important;
	color: var(--solve-rose) !important;
	font-weight: 900;
}

body.solve-cart-page .wc-block-components-totals-coupon,
body.solve-cart-page .coupon {
	margin-top: 18px;
	padding: 14px;
	border: 1px solid var(--solve-line);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff7f4, #fff);
}

body.solve-cart-page .wc-block-components-totals-coupon__input input,
body.solve-cart-page .coupon .input-text {
	min-height: 52px !important;
	border: 1px solid var(--solve-line) !important;
	border-radius: 16px !important;
	background: #fff !important;
}

body.solve-cart-page .wc-block-components-totals-coupon__button,
body.solve-cart-page .coupon .button {
	min-height: 48px;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--solve-rose), var(--solve-peach)) !important;
	color: #fff !important;
	font-weight: 900;
}

body.solve-cart-page .wc-block-cart__submit-button,
body.solve-cart-page .checkout-button {
	width: 100%;
	min-height: 58px;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--solve-rose), var(--solve-peach)) !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 900;
	box-shadow: 0 18px 34px rgba(191, 47, 134, .24);
}

body.solve-cart-page .wc-block-cart__submit-button:hover,
body.solve-cart-page .checkout-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 42px rgba(191, 47, 134, .32);
}

body.solve-cart-page .cart-empty,
body.solve-cart-page .wp-block-woocommerce-empty-cart-block,
body.solve-cart-page .wc-block-cart__empty-cart__title,
body.solve-cart-page .wc-block-cart__empty-cart__title.with-empty-cart-icon {
	text-align: center;
}

body.solve-cart-page .wc-block-cart__empty-cart__title,
body.solve-cart-page .cart-empty,
body.solve-cart-page h2:has(+ .wp-block-woocommerce-empty-cart-block),
body.solve-cart-page .wp-block-woocommerce-empty-cart-block h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	margin: 18px 0;
	padding: clamp(24px, 5vw, 46px);
	border: 1px solid var(--solve-line);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 247, 244, .92));
	color: var(--solve-ink);
	font-size: clamp(24px, 4vw, 38px);
	font-weight: 900;
	box-shadow: 0 18px 48px rgba(56, 37, 27, .09);
}

body.solve-cart-page .wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
body.solve-cart-page .wc-block-cart__empty-cart__title.with-empty-cart-icon:after {
	opacity: .08 !important;
	transform: scale(.72);
}

body.solve-cart-page .solve-cart-empty-state {
	max-width: 760px;
	margin: 0 auto 48px;
	padding: 34px 28px;
	border: 1px solid rgba(72, 30, 48, .10);
	border-radius: 24px;
	background: linear-gradient(145deg, #fff, #fff8fb);
	box-shadow: 0 18px 50px rgba(72, 30, 48, .08);
	text-align: center;
}

body.solve-cart-page .solve-cart-empty-state span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 13px;
	border-radius: 999px;
	background: rgba(191, 47, 134, .09);
	color: var(--solve-primary);
	font-size: 12px;
	font-weight: 800;
}

body.solve-cart-page .solve-cart-empty-state h2 {
	margin: 0 0 10px;
	color: var(--solve-ink);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
}

body.solve-cart-page .solve-cart-empty-state p {
	max-width: 560px;
	margin: 0 auto 22px;
	color: var(--solve-muted);
	font-size: 15px;
	line-height: 1.9;
}

body.solve-cart-page .solve-cart-empty-state a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--solve-primary), var(--solve-accent));
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	box-shadow: 0 14px 28px rgba(191, 47, 134, .22);
}

body.solve-cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.solve-cart-page .return-to-shop .button,
body.solve-cart-page .wc-block-grid__product-add-to-cart a {
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--solve-rose), var(--solve-peach)) !important;
	color: #fff !important;
	font-weight: 900;
}

body.solve-cart-page .wc-block-grid__products,
body.solve-cart-page .cross-sells .products {
	gap: 14px;
}

body.solve-cart-page .wc-block-grid__product,
body.solve-cart-page .cross-sells .product {
	border: 1px solid var(--solve-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(56, 37, 27, .055);
	overflow: hidden;
}

@media (max-width: 768px) {
	.solve-cart-hero {
		grid-template-columns: 1fr;
		padding: 20px;
		border-radius: 22px;
	}

	.solve-cart-hero__badges {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	body.solve-cart-page .wc-block-cart__sidebar,
	body.solve-cart-page .wc-block-components-sidebar,
	body.solve-cart-page .cart_totals {
		position: static;
		top: auto;
	}

	body.solve-cart-page .wc-block-cart__main,
	body.solve-cart-page .wc-block-components-main,
	body.solve-cart-page .woocommerce-cart-form {
		padding: 16px !important;
		border-radius: 20px;
	}
}


.solve-cart-savings{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:14px;
	padding:14px 16px;
	border:1px solid rgba(31,143,85,.18);
	border-radius:18px;
	background:rgba(31,143,85,.08);
}
.solve-cart-savings span{color:#1f8f55;font-weight:800;}
.solve-cart-savings strong{color:#1f8f55;font-size:18px;font-weight:950;}
