/* Cart, checkout, and design-review pages — editorial type (Fraunces + Inter)
 * to match About, Story, Gallery, and the Design Studio. No knit side panels. */

.cfpe-nav-active.cfpe-commerce-layout .wp-site-blocks > main,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-cart,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-checkout,
.cfpe-nav-active.cfpe-commerce-layout .woocommerce {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #1b160c;
}

/* Page title */
.cfpe-nav-active.cfpe-commerce-layout h1.wp-block-post-title,
.cfpe-nav-active.cfpe-commerce-layout .entry-title,
.cfpe-nav-active.cfpe-commerce-layout .woocommerce h1 {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	line-height: 1.08;
	letter-spacing: -0.015em;
	color: #1b160c;
}

/* Section headings (Cart totals, Products in cart, checkout steps) */
.cfpe-nav-active.cfpe-commerce-layout .wc-block-cart__totals-title,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-components-title,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-checkout__sidebar h2,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-components-checkout-step__title {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
	letter-spacing: -0.01em;
	line-height: 1.15;
}

/* Product names — split title (injected via woocommerce_cart_item_name) */
.cfpe-product-title {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.cfpe-product-title__main {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.05rem;
	line-height: 1.15;
	letter-spacing: -0.01em;
}
.cfpe-product-title__model {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.cfpe-nav-active.cfpe-commerce-layout:not(.woocommerce-checkout):not(.woocommerce-cart):not(.cfpe-review-page) .cfpe-product-title__main {
	color: #1b160c;
}
.cfpe-nav-active.cfpe-commerce-layout:not(.woocommerce-checkout):not(.woocommerce-cart):not(.cfpe-review-page) .cfpe-product-title__model {
	color: #6b6458;
}
.cfpe-nav-active.woocommerce-checkout .cfpe-product-title__main,
.cfpe-nav-active.woocommerce-cart .cfpe-product-title__main,
.cfpe-nav-active.cfpe-review-page .cfpe-product-title__main {
	color: #f4efe6;
}
.cfpe-nav-active.woocommerce-checkout .cfpe-product-title__model,
.cfpe-nav-active.woocommerce-cart .cfpe-product-title__model,
.cfpe-nav-active.cfpe-review-page .cfpe-product-title__model {
	color: rgba(236, 231, 223, 0.58);
}

/* Legacy product-name selectors (non-custom items) */
.cfpe-nav-active.cfpe-commerce-layout .wc-block-components-product-name:not(:has(.cfpe-product-title)),
.cfpe-nav-active.cfpe-commerce-layout .wc-block-cart-item__product a:not(:has(.cfpe-product-title)) {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	text-decoration-color: rgba(27, 22, 12, 0.35);
}

/* Prices and totals */
.cfpe-nav-active.cfpe-commerce-layout .wc-block-formatted-money-amount,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-components-totals-item__value,
.cfpe-nav-active.cfpe-commerce-layout .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	font-variant-numeric: tabular-nums;
	color: #8a6b2a;
	font-weight: 600;
}

/* Table headers */
.cfpe-nav-active.cfpe-commerce-layout .wc-block-cart-items__header th {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b6458;
}

/* Design validation banner */
.cfpe-cart-validate {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	border-color: rgba(231, 200, 140, 0.45);
	background: rgba(231, 200, 140, 0.1);
}
.cfpe-cart-validate__text strong {
	display: block;
	margin-bottom: 0.35rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.15rem, 2.5vw, 1.4rem);
	letter-spacing: -0.01em;
	color: #1b160c;
}
.cfpe-nav-active.woocommerce-cart .cfpe-cart-validate__text strong {
	color: #f4efe6;
}
.cfpe-cart-validate__text p {
	color: #4a4338;
}
.cfpe-nav-active.woocommerce-cart .cfpe-cart-validate__text p {
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-cart-validate__btn {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: linear-gradient(180deg, #f7e088, #e7c88c);
	color: #17130a;
	box-shadow: 0 4px 14px rgba(231, 200, 140, 0.28);
}
.cfpe-cart-validate__btn:hover,
.cfpe-cart-validate__btn:focus {
	background: linear-gradient(180deg, #f7e088, #dfc070);
	color: #17130a;
}

/* ============================================================
 * Design review page — Design Studio panel on dark canvas
 * ============================================================ */
.cfpe-nav-active.cfpe-review-page {
	background: #0c0c0d !important;
}
.cfpe-nav-active.cfpe-review-page .wp-site-blocks > main,
.cfpe-nav-active.cfpe-review-page main.wp-block-group {
	background: transparent !important;
	max-width: 920px;
}
.cfpe-review {
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(1.25rem, 3vw, 2.25rem);
	background: rgba(17, 17, 19, 0.88);
	border: 1px solid rgba(231, 200, 140, 0.16);
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
	color: #ece7df;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.cfpe-review__head {
	text-align: center;
	margin-bottom: 1.5rem;
}
.cfpe-review__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.7rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #e7c88c;
}
.cfpe-review__title {
	margin: 0 0 0.5rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #f4efe6;
}
.cfpe-review__intro {
	margin: 0 auto;
	max-width: 52ch;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-review__color-note {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 1rem auto 0;
	max-width: 56ch;
	padding: 0.75rem 0.95rem;
	border: 1px solid rgba(231, 200, 140, 0.28);
	border-radius: 12px;
	background: rgba(231, 200, 140, 0.08);
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(236, 231, 223, 0.82);
	text-align: left;
}
.cfpe-review__color-note-icon {
	flex: 0 0 auto;
	color: #e7c88c;
	font-size: 1rem;
	line-height: 1.35;
}
.cfpe-review__terms {
	margin: 1.25rem 0 1.5rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(236, 231, 223, 0.12);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.35);
	font-size: 0.88rem;
	line-height: 1.55;
	color: rgba(236, 231, 223, 0.72);
}
.cfpe-review__item {
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	padding: 1.1rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(236, 231, 223, 0.1);
	border-radius: 14px;
	background: #000;
}
.cfpe-review__image {
	flex: 0 0 240px;
	max-width: 240px;
}
.cfpe-review__proof {
	position: relative;
}
.cfpe-review__proof .cfpe-zoom {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}
.cfpe-review__proof img {
	display: block;
	width: 100%;
	height: auto;
}
.cfpe-review__safe-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.cfpe-review__safe-toggle {
	display: block;
	margin: 0.55rem 0 0;
	font-size: 0.78rem;
	line-height: 1.35;
	color: rgba(236, 231, 223, 0.72);
	cursor: pointer;
}
.cfpe-review__safe-toggle input {
	margin-right: 0.35rem;
	vertical-align: middle;
}
.cfpe-review__summary {
	margin: 0.35rem 0 0.55rem;
	font-size: 0.82rem;
	line-height: 1.4;
	color: rgba(231, 200, 140, 0.92);
}
.cfpe-review__meta {
	flex: 1 1 auto;
	min-width: 0;
}
.cfpe-review__product-label {
	margin: 0 0 0.25rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	line-height: 1.1;
	color: #f4efe6;
}
.cfpe-review__product-model {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(236, 231, 223, 0.58);
}
.cfpe-review__status--ok {
	color: #7ddb92;
	font-weight: 600;
	margin: 0 0 0.75rem;
}
.cfpe-review__share {
	margin: 0 0 1rem;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(231, 200, 140, 0.22);
	border-radius: 12px;
	background: rgba(231, 200, 140, 0.06);
}
.cfpe-review__share-check {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	font-size: 0.88rem;
	color: rgba(236, 231, 223, 0.82);
	cursor: pointer;
}
.cfpe-review__share-fields {
	margin-top: 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}
.cfpe-review__share-fields label {
	font-size: 0.82rem;
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-review__share-fields input[type="text"] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0.55rem 0.65rem;
	border: 1px solid rgba(236, 231, 223, 0.16);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	color: #f4efe6;
	font-family: inherit;
	font-size: 0.88rem;
}
.cfpe-review__share-note {
	margin: 0;
	font-size: 0.76rem;
	color: rgba(236, 231, 223, 0.48);
}
.cfpe-review__item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin-top: 0.25rem;
}
.cfpe-review__item-actions form {
	margin: 0;
}
.cfpe-review__approve {
	flex: 1 1 100%;
}
.cfpe-review__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin-top: 1.5rem;
}
.cfpe-review .cfpe-btn {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.cfpe-review .cfpe-btn--save {
	background: linear-gradient(180deg, #f7e088, #e7c88c);
	color: #17130a;
	box-shadow: 0 4px 18px rgba(231, 200, 140, 0.25);
}
.cfpe-review .cfpe-btn--save:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 22px rgba(231, 200, 140, 0.4);
	color: #17130a;
}
.cfpe-review .cfpe-btn--discard {
	background: transparent;
	border-color: rgba(244, 160, 154, 0.55);
	color: #f4a09a;
}
.cfpe-review .cfpe-btn--discard:hover {
	border-color: #f4a09a;
	color: #ffc4bf;
}
.cfpe-review .cfpe-btn--back {
	background: transparent;
	border-color: rgba(236, 231, 223, 0.25);
	color: rgba(236, 231, 223, 0.78);
}
.cfpe-review .cfpe-btn--back:hover {
	border-color: rgba(231, 200, 140, 0.45);
	color: #e7c88c;
}
.cfpe-zoom {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
	position: relative;
}
.cfpe-zoom img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	background: #111;
}
.cfpe-zoom__hint {
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.72);
	color: #f4efe6;
	font-size: 0.68rem;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	pointer-events: none;
}
.cfpe-link-btn {
	background: none;
	border: 0;
	padding: 0;
	color: #e7c88c;
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}
.cfpe-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	background: rgba(0, 0, 0, 0.88);
	padding: 24px;
}
.cfpe-lightbox.is-open {
	display: flex;
}
.cfpe-lightbox img {
	max-width: 95vw;
	max-height: 78vh;
	width: auto;
	height: auto;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.cfpe-lightbox__close {
	position: absolute;
	top: 14px;
	right: 18px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}
.cfpe-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.28);
}
.cfpe-lightbox__back {
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-weight: 600;
	padding: 10px 18px;
	cursor: pointer;
}
body.cfpe-review-page .cfpe-site-legal {
	color: rgba(236, 231, 223, 0.58);
	background: rgba(12, 12, 13, 0.85);
	border-top-color: rgba(236, 231, 223, 0.12);
}

/* ============================================================
 * Block checkout — Design Studio dark panels
 * ============================================================ */
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) {
	background: #0c0c0d !important;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) h1.wp-block-post-title,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .entry-title {
	display: none !important;
}
.cfpe-checkout-head {
	text-align: center;
	margin: 0 0 1.5rem;
}
.cfpe-checkout-head__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.7rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #e7c88c;
}
.cfpe-checkout-head__title {
	margin: 0 0 0.45rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #f4efe6;
}
.cfpe-checkout-head__sub {
	margin: 0 auto;
	max-width: 46ch;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-sidebar,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-main {
	color: #ece7df;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-main,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-sidebar .wc-block-components-panel,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar {
	background: rgba(17, 17, 19, 0.88);
	border: 1px solid rgba(231, 200, 140, 0.16);
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-main {
	padding: clamp(1rem, 3vw, 1.5rem);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-sidebar .wc-block-components-panel,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar {
	padding: clamp(1rem, 3vw, 1.25rem);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-panel {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(236, 231, 223, 0.1);
	border-radius: 12px;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__title,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-title,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar h2 {
	color: #f4efe6;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-form .wc-block-components-text-input label,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkbox__label,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-radio-control__label {
	color: rgba(236, 231, 223, 0.72);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-text-input input,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-text-input select,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-textarea {
	background: rgba(0, 0, 0, 0.35) !important;
	border-color: rgba(236, 231, 223, 0.16) !important;
	color: #f4efe6 !important;
	border-radius: 8px;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-text-input input:focus,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-text-input select:focus {
	border-color: rgba(231, 200, 140, 0.55) !important;
	box-shadow: 0 0 0 1px rgba(231, 200, 140, 0.25);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-totals-item,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item {
	border-color: rgba(236, 231, 223, 0.1);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-formatted-money-amount,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-totals-item__value {
	color: #e7c88c !important;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__description,
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-product-metadata {
	color: rgba(236, 231, 223, 0.55);
	font-size: 0.82rem;
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-place-order-button .wp-block-button__link {
	background: linear-gradient(180deg, #f7e088, #e7c88c) !important;
	color: #17130a !important;
	border: 0 !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 4px 18px rgba(231, 200, 140, 0.25);
}
.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-place-order-button .wp-block-button__link:hover {
	box-shadow: 0 6px 22px rgba(231, 200, 140, 0.4);
}
body.cfpe-nav-active.woocommerce-checkout:not(.woocommerce-order-received) .cfpe-site-legal {
	color: rgba(236, 231, 223, 0.58);
	background: rgba(12, 12, 13, 0.85);
	border-top-color: rgba(236, 231, 223, 0.12);
}

/* ============================================================
 * Block cart — Design Studio dark panels
 * ============================================================ */
.cfpe-nav-active.woocommerce-cart {
	background: #0c0c0d !important;
}
.cfpe-nav-active.woocommerce-cart h1.wp-block-post-title,
.cfpe-nav-active.woocommerce-cart .entry-title {
	display: none !important;
}
.cfpe-cart-head {
	text-align: center;
	margin: 0 0 1.5rem;
}
.cfpe-cart-head__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.7rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #e7c88c;
}
.cfpe-cart-head__title {
	margin: 0 0 0.45rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #f4efe6;
}
.cfpe-cart-head__sub {
	margin: 0 auto;
	max-width: 46ch;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-nav-active.woocommerce-cart .wp-site-blocks > main,
.cfpe-nav-active.woocommerce-cart .wc-block-cart,
.cfpe-nav-active.woocommerce-cart .woocommerce {
	color: #ece7df;
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart__main,
.cfpe-nav-active.woocommerce-cart .wc-block-components-main,
.cfpe-nav-active.woocommerce-cart .wc-block-cart__sidebar,
.cfpe-nav-active.woocommerce-cart .wc-block-components-sidebar {
	background: rgba(17, 17, 19, 0.88);
	border: 1px solid rgba(231, 200, 140, 0.16);
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart__main,
.cfpe-nav-active.woocommerce-cart .wc-block-components-main,
.cfpe-nav-active.woocommerce-cart .wc-block-cart__sidebar,
.cfpe-nav-active.woocommerce-cart .wc-block-components-sidebar {
	padding: clamp(1rem, 3vw, 1.5rem);
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart__totals-title,
.cfpe-nav-active.woocommerce-cart .wc-block-components-title {
	color: #f4efe6;
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart-items__header th {
	color: rgba(236, 231, 223, 0.55);
}
.cfpe-nav-active.woocommerce-cart .wc-block-components-product-name:not(:has(.cfpe-product-title)),
.cfpe-nav-active.woocommerce-cart .wc-block-cart-item__product a:not(:has(.cfpe-product-title)) {
	color: #f4efe6;
	text-decoration-color: rgba(244, 239, 230, 0.35);
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart-item__wrap,
.cfpe-nav-active.woocommerce-cart .wc-block-components-order-summary-item,
.cfpe-nav-active.woocommerce-cart .wc-block-components-totals-item {
	border-color: rgba(236, 231, 223, 0.1);
}
.cfpe-nav-active.woocommerce-cart .wc-block-components-product-metadata,
.cfpe-nav-active.woocommerce-cart .wc-block-cart-item__quantity,
.cfpe-nav-active.woocommerce-cart .wc-block-components-quantity-selector {
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-nav-active.woocommerce-cart .wc-block-components-quantity-selector input,
.cfpe-nav-active.woocommerce-cart .wc-block-components-quantity-selector button {
	background: rgba(0, 0, 0, 0.35);
	border-color: rgba(236, 231, 223, 0.16);
	color: #f4efe6;
}
.cfpe-nav-active.woocommerce-cart .wc-block-formatted-money-amount,
.cfpe-nav-active.woocommerce-cart .wc-block-components-totals-item__value,
.cfpe-nav-active.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
	color: #e7c88c !important;
}
.cfpe-nav-active.woocommerce-cart .wc-block-components-panel {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(236, 231, 223, 0.1);
	border-radius: 12px;
}
.cfpe-nav-active.woocommerce-cart .wc-block-components-text-input input,
.cfpe-nav-active.woocommerce-cart .wc-block-components-text-input select {
	background: rgba(0, 0, 0, 0.35) !important;
	border-color: rgba(236, 231, 223, 0.16) !important;
	color: #f4efe6 !important;
	border-radius: 8px;
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart__submit-button .wp-block-button__link,
.cfpe-nav-active.woocommerce-cart .wc-block-components-checkout-button .wp-block-button__link {
	background: linear-gradient(180deg, #f7e088, #e7c88c) !important;
	color: #17130a !important;
	border: 0 !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 4px 18px rgba(231, 200, 140, 0.25);
}
.cfpe-nav-active.woocommerce-cart .wc-block-cart__submit-button .wp-block-button__link:hover,
.cfpe-nav-active.woocommerce-cart .wc-block-components-checkout-button .wp-block-button__link:hover {
	box-shadow: 0 6px 22px rgba(231, 200, 140, 0.4);
}
.cfpe-nav-active.woocommerce-cart .cfpe-cart-validate {
	border-color: rgba(231, 200, 140, 0.28);
	background: rgba(0, 0, 0, 0.35);
}
body.cfpe-nav-active.woocommerce-cart .cfpe-site-legal {
	color: rgba(236, 231, 223, 0.58);
	background: rgba(12, 12, 13, 0.85);
	border-top-color: rgba(236, 231, 223, 0.12);
}

/* ============================================================
 * Shop archive — Design Studio dark layout
 * ============================================================ */
.cfpe-nav-active.cfpe-shop-layout {
	background: #0c0c0d !important;
}
.cfpe-shop-head {
	text-align: center;
	margin: 0 0 1.75rem;
}
.cfpe-shop-head__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.7rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #e7c88c;
}
.cfpe-shop-head__title {
	margin: 0 0 0.45rem;
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #f4efe6;
}
.cfpe-shop-head__sub {
	margin: 0 auto;
	max-width: 46ch;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(236, 231, 223, 0.62);
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-post-template > li,
.cfpe-nav-active.cfpe-shop-layout .wc-block-grid__product,
.cfpe-nav-active.cfpe-shop-layout ul.products li.product {
	background: rgba(17, 17, 19, 0.88);
	border: 1px solid rgba(231, 200, 140, 0.16);
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
	padding: clamp(1rem, 3vw, 1.5rem) !important;
	max-width: 360px;
	color: #ece7df;
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-post-title,
.cfpe-nav-active.cfpe-shop-layout .wc-block-grid__product-title,
.cfpe-nav-active.cfpe-shop-layout ul.products li.product .woocommerce-loop-product__title {
	font-family: "Fraunces", Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	color: #f4efe6 !important;
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-woocommerce-product-price,
.cfpe-nav-active.cfpe-shop-layout .price,
.cfpe-nav-active.cfpe-shop-layout .wc-block-components-product-price {
	color: #e7c88c !important;
	font-weight: 600;
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-woocommerce-product-price *,
.cfpe-nav-active.cfpe-shop-layout .price * {
	color: #e7c88c !important;
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-button__link,
.cfpe-nav-active.cfpe-shop-layout .wc-block-components-product-button .wp-block-button__link {
	background: linear-gradient(180deg, #f7e088, #e7c88c) !important;
	color: #17130a !important;
	border: 0 !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 4px 18px rgba(231, 200, 140, 0.25);
}
.cfpe-nav-active.cfpe-shop-layout .wp-block-button__link:hover,
.cfpe-nav-active.cfpe-shop-layout .wc-block-components-product-button .wp-block-button__link:hover {
	box-shadow: 0 6px 22px rgba(231, 200, 140, 0.4);
	color: #17130a !important;
}
body.cfpe-nav-active.cfpe-shop-layout .cfpe-site-legal {
	color: rgba(236, 231, 223, 0.58);
	background: rgba(12, 12, 13, 0.85);
	border-top-color: rgba(236, 231, 223, 0.12);
}
@media (max-width: 600px) {
	.cfpe-review__item {
		flex-direction: column;
		align-items: stretch;
	}
	.cfpe-review__image {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.cfpe-review__item-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.cfpe-review__item-actions .cfpe-btn {
		width: 100%;
	}
}
