body.csp-commerce-cart {
	--csp-cart-ink: #202132;
	--csp-cart-muted: #686979;
	--csp-cart-line: #deddea;
	--csp-cart-lilac: #f5f1ff;
	--csp-cart-pink: #f7257c;
	--csp-cart-focus: #296acc;
	--csp-cart-shadow: 0 18px 46px rgba(49, 38, 80, .11);
}

body.csp-commerce-cart .container-wrap { background: #fcfbfd; padding-top: max(172px, calc(var(--nectar-sticky-top-distance, 146px) + 26px)); }
body.csp-commerce-cart .container.main-content { box-sizing: border-box; max-width: 1360px; padding-bottom: 68px; }
body.csp-commerce-cart .container.main-content > .row { margin: 0; }
body.csp-commerce-cart #footer-outer,
body.csp-commerce-cart #footer-widgets,
body.csp-commerce-cart .nectar_hook_global_section_footer { display: none !important; }

body.csp-commerce-cart .csp-cart__intro { align-items: end; color: var(--csp-cart-ink); display: flex; gap: 24px; justify-content: space-between; margin: 0 0 26px; }
body.csp-commerce-cart .csp-cart__intro p,
body.csp-commerce-cart .csp-cart__intro h1 { margin: 0; }
body.csp-commerce-cart .csp-cart__eyebrow { color: #7250d8; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.csp-commerce-cart .csp-cart__intro h1 { font-size: clamp(34px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; margin-top: 5px; }
body.csp-commerce-cart .csp-cart__intro div > p:last-child { color: var(--csp-cart-muted); font-size: 14px; margin-top: 8px; }
body.csp-commerce-cart .csp-cart__continue { color: #5d407f; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
body.csp-commerce-cart .csp-cart__continue:focus-visible { outline: 3px solid var(--csp-cart-focus); outline-offset: 4px; }
body.csp-commerce-cart .csp-cart__shipping-goal { margin: -8px 0 22px; max-width: 760px; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-wrap { background: #f7f3ff; border: 1px solid #ded5f8; border-radius: 8px; color: #443b5f; margin: 0; padding: 12px 14px; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-title { font-size: 13px; font-weight: 800; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-message { font-size: 12px; margin-top: 6px; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-progress-bar { border-radius: 999px; height: 6px; margin-top: 9px; overflow: hidden; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-qualified-message { background: #eff9f1; border-color: #b9dfc1; color: #275d35; }
body.csp-commerce-cart .csp-cart__shipping-goal .wpcfb-qualified-message .wpcfb-message { font-weight: 800; margin: 0; }

body.csp-commerce-cart .wp-block-woocommerce-cart,
body.csp-commerce-cart .wc-block-cart { margin: 0; max-width: none; padding: 0; width: 100%; }
body.csp-commerce-cart .wc-block-components-sidebar-layout { align-items: start; display: grid; gap: clamp(28px, 4vw, 60px); grid-template-columns: minmax(0, 1fr) minmax(330px, 410px); }
body.csp-commerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
body.csp-commerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar { box-sizing: border-box; margin: 0; padding: 0; width: auto; }

body.csp-commerce-cart .wc-block-cart-items { border: 0; border-collapse: separate; border-spacing: 0 12px; margin: -12px 0 0; }
body.csp-commerce-cart .wc-block-cart-items thead { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
body.csp-commerce-cart .wc-block-cart-items__row { background: #fff; border: 1px solid var(--csp-cart-line); border-radius: 14px; box-shadow: 0 6px 18px rgba(49, 38, 80, .04); }
body.csp-commerce-cart .wc-block-cart-items__row td { background: transparent; border: 0; padding: 18px 12px; vertical-align: middle; }
body.csp-commerce-cart .wc-block-cart-item__image { padding-left: 18px !important; width: 112px; }
body.csp-commerce-cart .wc-block-cart-item__image img { border-radius: 9px; display: block; height: 88px; object-fit: cover; width: 88px; }
body.csp-commerce-cart .wc-block-cart-item__product { min-width: 0; }
body.csp-commerce-cart .wc-block-cart-item__product .wc-block-components-product-name { color: var(--csp-cart-ink); font-size: 15px; font-weight: 750; line-height: 1.35; overflow-wrap: anywhere; text-decoration: none; }
body.csp-commerce-cart .wc-block-cart-item__product .wc-block-components-product-name:hover { color: #b6195e; text-decoration: underline; text-underline-offset: 3px; }
body.csp-commerce-cart .wc-block-components-product-metadata,
body.csp-commerce-cart .wc-block-components-product-details { color: var(--csp-cart-muted); font-size: 12px; line-height: 1.4; margin-top: 6px; }
body.csp-commerce-cart .wc-block-cart-item__prices,
body.csp-commerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { color: var(--csp-cart-ink); font-size: 14px; font-weight: 750; }
body.csp-commerce-cart .wc-block-components-quantity-selector { border: 1px solid var(--csp-cart-line); border-radius: 8px; min-height: 42px; }
body.csp-commerce-cart .wc-block-components-quantity-selector input { box-shadow: none !important; font-size: 14px; min-height: 42px; }
body.csp-commerce-cart .wc-block-cart-item__remove-link { color: var(--csp-cart-muted); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
body.csp-commerce-cart .wc-block-cart-item__remove-link:hover { color: #b6195e; }

body.csp-commerce-cart .wp-block-woocommerce-cart-totals-block,
body.csp-commerce-cart .wc-block-cart__sidebar {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 18px;
	position: sticky;
	top: calc(var(--nectar-sticky-top-distance, 146px) + 22px);
}

body.csp-commerce-cart .wp-block-woocommerce-cart-order-summary-block { background: transparent; border: 0; box-shadow: none; margin: 0; padding: 0; }
body.csp-commerce-cart .wp-block-woocommerce-cart-order-summary-heading-block { color: var(--csp-cart-ink); font-size: 20px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 12px; }
body.csp-commerce-cart .wc-block-components-totals-wrapper { border-top: 1px solid var(--csp-cart-line); padding: 11px 0; }
body.csp-commerce-cart .wc-block-components-totals-coupon { border-bottom: 0 !important; }
body.csp-commerce-cart .wc-block-components-totals-coupon + .wc-block-components-totals-wrapper { border-top: 1px solid var(--csp-cart-line); }
body.csp-commerce-cart .wc-block-components-totals-item { color: var(--csp-cart-ink); font-size: 13px; padding: 0; }
body.csp-commerce-cart .wc-block-components-totals-item__label { color: var(--csp-cart-muted); }
body.csp-commerce-cart .wc-block-components-totals-footer-item { font-size: 18px; font-weight: 800; }
body.csp-commerce-cart .wc-block-components-shipping-rates-control__package { border-color: var(--csp-cart-line); }
body.csp-commerce-cart .wc-block-components-radio-control__option { color: var(--csp-cart-ink); font-size: 13px; text-transform: none !important; }

body.csp-commerce-cart .wc-block-components-totals-coupon__button { background: #f2f0f5 !important; border: 1px solid var(--csp-cart-line) !important; border-radius: 7px; box-shadow: none !important; color: var(--csp-cart-ink) !important; min-height: 44px; }
body.csp-commerce-cart .wc-block-components-totals-coupon__button:hover { background: #e9e6ed !important; color: var(--csp-cart-ink) !important; }
body.csp-commerce-cart .wc-block-components-totals-coupon__input input { min-height: 44px; }
body.csp-commerce-cart .wc-block-components-express-payment { display: none; }
body.csp-commerce-cart .wc-block-components-express-payment-continue-rule { display: none; }
body.csp-commerce-cart .wc-block-cart__submit { margin: 10px 0 0; padding: 0; }
body.csp-commerce-cart .wc-block-cart__submit-button {
	align-items: center;
	background: var(--csp-cart-pink) !important;
	border: 0;
	border-radius: 9px;
	box-shadow: none;
	color: #fff !important;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 56px;
	text-transform: none;
}
body.csp-commerce-cart .wc-block-cart__submit-button:hover { background: #df1769 !important; }
body.csp-commerce-cart .wc-block-cart__submit-button:focus-visible { outline: 3px solid var(--csp-cart-focus); outline-offset: 3px; }
body.csp-commerce-cart .wc-block-components-payment-method-icons { justify-content: center; margin-top: 10px; }

body.csp-commerce-cart .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/cross-sells"] { border-top: 1px solid var(--csp-cart-line); margin-top: 24px; padding-top: 22px; }
body.csp-commerce-cart .wp-block-woocommerce-product-collection[data-collection="woocommerce/product-collection/cross-sells"] ul { list-style: none; padding-left: 0; }
body.csp-commerce-cart .wp-block-woocommerce-empty-cart-block { background: #fff; border: 1px solid var(--csp-cart-line); border-radius: 15px; padding: clamp(32px, 6vw, 72px); }
body.csp-commerce-cart .wc-block-cart__empty-cart__title { color: var(--csp-cart-ink); font-size: 28px; }

body.csp-commerce-cart .csp-cart__reassurance { background: transparent; border: 0; border-radius: 0; color: #443b5f; display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 0; overflow: visible; }
body.csp-commerce-cart .csp-cart__reassurance > * { align-items: center; color: inherit; display: inline-flex; font-size: 11px; font-weight: 700; gap: 6px; justify-content: center; line-height: 1.3; min-height: 0; padding: 0; text-align: left; text-decoration: none; }
body.csp-commerce-cart .csp-cart__reassurance > * + * { border-left: 1px solid #ded5f8; }
body.csp-commerce-cart .csp-cart__reassurance a:hover { background: rgba(255, 255, 255, .5); text-decoration: underline; text-underline-offset: 3px; }
body.csp-commerce-cart .csp-commerce__icon { flex: 0 0 20px; height: 20px; width: 20px; }

body.csp-commerce-cart .csp-cart__utility-footer { align-items: center; border-top: 1px solid var(--csp-cart-line); color: var(--csp-cart-muted); display: flex; font-size: 11px; gap: 16px; justify-content: space-between; line-height: 1.45; margin-top: 28px; padding-top: 18px; }
body.csp-commerce-cart .csp-cart__utility-footer > span:last-child { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
body.csp-commerce-cart .csp-cart__utility-footer a { color: #5d407f; font-weight: 700; text-decoration: none; }
body.csp-commerce-cart .csp-cart__utility-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }

body.csp-commerce-cart .wc-block-components-text-input input:focus,
body.csp-commerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input:focus { border-color: #7250d8 !important; box-shadow: 0 0 0 3px rgba(114, 80, 216, .18) !important; outline: 0; }
body.csp-commerce-cart .wc-block-components-notice-banner { border-radius: 9px; font-size: 13px; }

@media (max-width: 1099px) {
	body.csp-commerce-cart .container-wrap { padding-top: 108px; }
	body.csp-commerce-cart .container.main-content { padding-inline: 24px; }
	body.csp-commerce-cart .wc-block-components-sidebar-layout { display: flex; flex-direction: column; gap: 26px; }
	body.csp-commerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
	body.csp-commerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100%; }
	body.csp-commerce-cart .wc-block-cart__sidebar { position: static; }
	body.csp-commerce-cart .wc-block-cart__submit-container--sticky {
		background: transparent;
		box-shadow: none;
		padding: 0;
		position: static;
		width: auto;
	}
}

@media (max-width: 680px) {
	body.csp-commerce-cart .container.main-content { padding: 0 16px 46px; }
	body.csp-commerce-cart .csp-cart__intro { align-items: flex-start; flex-direction: column; gap: 12px; }
	body.csp-commerce-cart .csp-cart__intro h1 { font-size: 34px; }
	body.csp-commerce-cart .wc-block-cart-items,
	body.csp-commerce-cart .wc-block-cart-items tbody { display: block; width: 100%; }
	body.csp-commerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row { align-items: start; column-gap: 10px; display: grid; grid-template-areas: "image product" "image total"; grid-template-columns: 78px minmax(0, 1fr); padding: 14px; row-gap: 10px; }
	body.csp-commerce-cart .wc-block-cart-items__row { box-sizing: border-box; width: 100%; }
	body.csp-commerce-cart .wc-block-cart-items__row td { display: block; padding: 0; }
	body.csp-commerce-cart .wc-block-cart-item__image { grid-area: image !important; grid-column: 1 !important; grid-row: 1 / span 2 !important; padding: 0 !important; width: 78px; }
	body.csp-commerce-cart .wc-block-cart-item__image img { height: 74px; width: 74px; }
	body.csp-commerce-cart .wc-block-cart-item__product { grid-area: product !important; grid-column: 2 !important; grid-row: 1 !important; min-width: 0; padding: 0 !important; }
	body.csp-commerce-cart .wc-block-cart-item__product,
	body.csp-commerce-cart .wc-block-cart-item__total { width: auto !important; }
	body.csp-commerce-cart .wc-block-cart-item__prices,
	body.csp-commerce-cart .wc-block-components-product-metadata__description { display: none; }
	body.csp-commerce-cart .wc-block-cart-item__total { grid-area: total !important; grid-column: 2 !important; grid-row: 2 !important; justify-content: flex-start; padding: 0 !important; text-align: left; }
	body.csp-commerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { align-items: flex-start; }
	body.csp-commerce-cart .wc-block-cart-item__quantity { margin-top: 8px; }
	body.csp-commerce-cart .wc-block-cart-item__remove-link { align-items: center; display: inline-flex !important; justify-content: center; }
	body.csp-commerce-cart .wc-block-components-product-badge { max-width: 100%; white-space: normal; }
	body.csp-commerce-cart .wc-block-components-express-payment__event-buttons { display: grid; gap: 8px; grid-template-columns: minmax(0, 1fr); margin: 0; padding: 0; }
	body.csp-commerce-cart .wc-block-components-express-payment__event-buttons > li { margin: 0; min-width: 0; width: 100%; }
	body.csp-commerce-cart .wc-block-cart__sidebar { border-radius: 11px; padding: 18px; }
	body.csp-commerce-cart .csp-cart__reassurance { display: block; }
	body.csp-commerce-cart .csp-cart__reassurance > * { justify-content: flex-start; text-align: left; }
	body.csp-commerce-cart .csp-cart__reassurance > * + * { border-left: 0; border-top: 1px solid #ded5f8; }
	body.csp-commerce-cart .csp-cart__utility-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
	body.csp-commerce-cart .csp-cart__utility-footer > span:last-child { justify-content: flex-start; }
}
