/**
 * Prosforakias 0.5.6.59 — coupon feedback auto-dismiss, stable apply btn.
 * Visual tokens reference pfk-mockup.css; no Tailwind dependency.
 */

body.pfk-cart-page {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #f8fafc;
	overflow-x: clip;
}

body.pfk-cart-page main.site-main.woocommerce-cart {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.pfk-cart-page .entry-title,
.woocommerce-cart .entry-title {
	display: none;
}

body.pfk-cart-page [data-pfk-cart-page].pfk-cart-page {
	width: 100%;
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 16px 48px;
	box-sizing: border-box;
	overflow-x: clip;
}

@media (min-width: 640px) {
	body.pfk-cart-page [data-pfk-cart-page].pfk-cart-page {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page].pfk-cart-page {
		padding-left: 32px;
		padding-right: 32px;
	}
}

.pfk-cart-page-header {
	margin: 0 0 20px;
}

.pfk-cart-heading {
	margin: 0;
	color: #0f172a;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.pfk-cart-count {
	margin: 6px 0 0;
	color: var(--pfk-commerce-text-muted, #64748b);
	font-size: var(--pfk-commerce-text-md, 15px);
	font-weight: 500;
	line-height: 1.4;
}

.pfk-cart-count__desktop {
	display: none;
}

.pfk-cart-count__mobile {
	display: inline;
}

@media (min-width: 1024px) {
	.pfk-cart-count__desktop {
		display: inline;
	}

	.pfk-cart-count__mobile {
		display: none;
	}
}

/* 0.6.6.122.1 — Cart typography refinement (cart-scoped). */
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-heading {
	font-size: 24px;
	font-weight: 800;
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-heading {
		font-size: 28px;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-count {
	font-size: 14px;
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-count {
		font-size: 15px;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-delivery-estimate {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-giftwrap-check,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-giftwrap-info {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-giftwrap-active-title,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-giftwrap-active-desc {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-variation {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__status,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-availability {
	font-size: 13px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-title {
	font-size: 16px;
	font-weight: 700;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-title a {
	font-weight: 700;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-line-total {
	font-size: 17px;
	font-weight: 700;
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-line-total {
		font-size: 18px;
		font-weight: 800;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-qty,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item input.qty,
body.pfk-cart-page [data-pfk-cart-page] .pfk-quantity-btn {
	font-size: 15px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-row {
	font-size: 14px;
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-row {
		font-size: 15px;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-total > span:first-child,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-title {
	font-size: 18px;
	font-weight: 700;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-total > span:last-child {
	font-size: 22px;
	font-weight: 800;
}

@media (min-width: 1024px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-total > span:last-child {
		font-size: 24px;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-discount-label {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-card__title {
	font-size: 15px;
	font-weight: 700;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-card__hint {
	font-size: 14px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-delivery-estimate__helper {
	font-size: 13px;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-input,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-btn,
body.pfk-cart-page [data-pfk-cart-page] #cart-checkout-btn {
	font-size: 15px;
	font-weight: 700;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-feedback {
	font-size: 14px;
}

/* Cart containment */
body.pfk-cart-page
main.site-main.woocommerce-cart,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-items-col,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-form,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-col,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sell-col {
	min-width: 0;
	max-width: 100%;

	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 0 0 12px;
	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices:empty,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices[hidden] {
	display: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices
.woocommerce-message,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices
.woocommerce-info,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices
.woocommerce-error {
	transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.28s ease, margin 0.28s ease, padding 0.28s ease;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-notices
.pfk-notice-is-leaving {
	opacity: 0;
	transform: translateY( -4px );
	max-height: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	pointer-events: none;
}

@media (min-width: 1024px) {
	.pfk-cart-page-header {
		margin-bottom: 28px;
	}
}

.pfk-cart-page .woocommerce-message,
.pfk-cart-page .woocommerce-info,
.pfk-cart-page .woocommerce-error,
body.pfk-cart-page .pfk-cart-notices .woocommerce-message,
body.pfk-cart-page .pfk-cart-notices .woocommerce-info,
body.pfk-cart-page .pfk-cart-notices .woocommerce-error {
	display: block;
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.45;
	list-style: none;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.pfk-cart-page .woocommerce-message::before,
.pfk-cart-page .woocommerce-info::before,
.pfk-cart-page .woocommerce-error::before,
body.pfk-cart-page .pfk-cart-notices .woocommerce-message::before,
body.pfk-cart-page .pfk-cart-notices .woocommerce-info::before,
body.pfk-cart-page .pfk-cart-notices .woocommerce-error::before {
	display: none !important;
	content: none !important;
}

.pfk-cart-page .woocommerce-message,
body.pfk-cart-page .pfk-cart-notices .woocommerce-message {
	background: #ecfdf5;
	border-color: #a7f3d0;
	color: #065f46;
}

.pfk-cart-page .woocommerce-info,
body.pfk-cart-page .pfk-cart-notices .woocommerce-info {
	background: #f8fafc;
	border-color: #e2e8f0;
	color: #0f172a;
}

.pfk-cart-page .woocommerce-error,
body.pfk-cart-page .pfk-cart-notices .woocommerce-error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.pfk-cart-page .woocommerce-message a,
.pfk-cart-page .woocommerce-info a,
body.pfk-cart-page .pfk-cart-notices .woocommerce-message a,
body.pfk-cart-page .pfk-cart-notices .woocommerce-info a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Layout — mock skeleton: items | summary + cross full width */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout {
	display: flex;
	flex-direction: column;
	align-items: stretch;

	width: 100%;
	min-width: 0;
	max-width: 100%;

	gap: 32px;
}

.pfk-cart-items-col {
	order: 1;
	min-width: 0;
}

.pfk-cart-summary-col {
	order: 2;
	width: 100%;
	min-width: 0;
}

.pfk-cart-cross-sell-col {
	order: 3;
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 0;
}

.pfk-cart-items-column,
.pfk-cart-summary-column {
	min-width: 0;
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout:not(.pfk-cart-layout--empty) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 24rem;
		grid-template-areas:
			"items summary"
			"cross cross";
		align-items: start;
		column-gap: 28px;
		row-gap: 24px;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout:not(.pfk-cart-layout--empty)
	> .pfk-cart-items-col {
		order: 0;
		grid-area: items;
		width: auto;
		min-width: 0;
		max-width: none;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout:not(.pfk-cart-layout--empty)
	> .pfk-cart-summary-col {
		order: 0;
		grid-area: summary;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout:not(.pfk-cart-layout--empty)
	> .pfk-cart-cross-sell-col {
		order: 0;
		grid-area: cross;
		width: 100%;
		min-width: 0;
		max-width: none;
		align-self: start;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout--empty {
		display: flex;
		flex-direction: column;
		align-items: stretch;

		grid-template-columns: none;
		grid-template-areas: none;

		gap: 64px;
	}

	.pfk-cart-layout--empty .pfk-cart-items-col {
		width: 100%;
		max-width: none;
	}
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout--empty {
	display: flex;
	flex-direction: column;
	align-items: stretch;

	width: 100%;
	min-width: 0;
	max-width: 100%;

	gap: 48px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout--empty
> .pfk-cart-items-col,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout--empty
> .pfk-cart-cross-sell-col {
	display: block;

	width: 100%;
	min-width: 0;
	max-width: 100%;

	margin: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-layout--empty
.pfk-cart-items-col,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty-panel {
	width: 100%;
	min-width: 0;
	max-width: 100%;

	margin-left: 0;
	margin-right: 0;

	box-sizing: border-box;
}

/* Delivery strip — centered icon / content / action (0.6.6.122.1.1) */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: var(--pfk-commerce-radius, 12px);
	background: #fff;
	color: #0f172a;
	overflow: hidden;
	transition: border-color 140ms ease, background-color 140ms ease;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate:has(.pfk-cart-delivery-estimate__trigger:hover) {
	border-color: #cbd5e1;
	background: #fafbfc;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__trigger {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 44px;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 56px;
	margin: 0;
	padding: 12px 10px 12px 14px;
	box-sizing: border-box;
	border: 0;
	border-radius: inherit;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__trigger:hover {
	background: transparent;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__trigger:active {
	background: #f8fafc;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__trigger:focus {
	outline: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__trigger:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: -2px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0;
	color: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__icon svg,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__icon .pfk-lucide,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__icon .lucide {
	width: 18px;
	height: 18px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__label {
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__value {
	color: #334155;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__helper {
	margin-top: 0;
	color: var(--pfk-commerce-text-muted, #64748b);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-delivery-estimate__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	color: #0f172a;
	opacity: 0.72;
}

/* Gift row */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-order-gift-wrap-block {
	width: 100%;
	margin: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-giftwrap-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-giftwrap-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;

	font-size: 13px;
	line-height: 1.25;
}

.pfk-cart-giftwrap-check {
	font-weight: 500;
	color: #0f172a;
	cursor: pointer;
}

.pfk-cart-giftwrap-check input {
	width: 16px;
	height: 16px;
	accent-color: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-giftwrap-info {
	margin: 0;
	padding: 0;

	font-size: 12px;
	line-height: 1.25;
}

.pfk-cart-giftwrap-info {
	border: 0;
	background: transparent;
	color: #475569;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	font-family: inherit;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-giftwrap-active {
	margin-top: 8px;

	padding:
		9px
		10px;

	box-sizing: border-box;

	border-radius: 10px;
}

.pfk-cart-giftwrap-active {
	border: 1px solid #e5e7eb;
	background: #f8fafc;
}

.pfk-cart-giftwrap-active--hidden,
.pfk-cart-giftwrap-active[hidden] {
	display: none !important;
}

.pfk-cart-giftwrap-active-title {
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #111827;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-giftwrap-active-title::before {
	content: "✓\00a0";
}

.pfk-cart-giftwrap-active-desc {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 1.35;
	color: #4b5563;
}

[data-pfk-cart-gift-row].is-pending {
	opacity: 0.65;
	pointer-events: none;
}

/* Unified items container */
#cart-items-container.pfk-cart-items {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	margin-bottom: 12px;
}

.pfk-cart-item.pfk-cart-item--product {
	border-bottom: 1px solid #e2e8f0;
	background: #fff;
	box-sizing: border-box;
}

.pfk-cart-item-title {
	margin: 0;
	font-size: var(--pfk-commerce-text-lg, 16px);
	font-weight: 700;
	line-height: 1.35;
	color: #0f172a;
	overflow-wrap: anywhere;
}

.pfk-cart-item-brand {
	margin: 0 0 2px;
	color: #0f172a;
	font-size: var(--pfk-commerce-text-lg, 16px);
	font-weight: 700;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-item-brand,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-item-brand a {
	color: #0f172a;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

.pfk-cart-item-title a {
	color: #0f172a;
	text-decoration: none;
	font-weight: inherit;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-item-title a {
	color: #0f172a;
	text-decoration: none;
	cursor: pointer;
}

.pfk-cart-item-title a:hover,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-item-title a:hover {
	color: #0f172a;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-item-title a:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 2px;
	border-radius: 2px;
}

.pfk-cart-item__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.pfk-cart-item__lead {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	min-width: 0;
}

.pfk-cart-item__thumb {
	width: 76px;
	flex-shrink: 0;
}

.pfk-cart-item__img {
	display: block;
	width: 76px;
	height: 96px;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
	background: #fff;
}

.pfk-cart-item.pfk-cart-item--product:last-child {
	border-bottom: 0;
}

.pfk-cart-item.pfk-cart-item--product:hover {
	background: #fafbfc;
}

.pfk-cart-item__thumb-link {
	display: block;
	text-decoration: none;
}

.pfk-cart-item-variation {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.35;
	color: #64748b;
}

.pfk-cart-item__status {
	margin: 7px 0 0;
	font-size: 12px;
	line-height: 1.35;
}

.pfk-cart-item-availability {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pfk-cart-item-availability-dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #22c55e;
	flex-shrink: 0;
}

.pfk-cart-item-availability--amber {
	color: #92400e;
}

.pfk-cart-item-availability--amber .pfk-cart-item-availability-dot {
	background: #f59e0b;
}

.pfk-cart-item-availability--muted {
	color: #64748b;
}

.pfk-cart-item-availability--muted .pfk-cart-item-availability-dot {
	background: #9ca3af;
}

/* Quantity stepper — stable 44 | 40 | 44 grid */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern {
	display: inline-grid;

	grid-template-columns:
		44px
		40px
		44px;

	align-items: stretch;

	width: 128px;
	min-width: 128px;
	max-width: 128px;

	height: 44px;
	min-height: 44px;

	box-sizing: border-box;

	overflow: hidden;

	border: 1px solid #cbd5e1;
	border-radius: 14px;

	background: #fff;

	box-shadow:
		0 1px 2px
		rgba(15, 23, 42, 0.04);
}

body.pfk-cart-page [data-pfk-cart-page].is-clearing-cart {
	cursor: wait;
}

/* Dim only replaceable cart content — never the canonical clear dialog shell. */
body.pfk-cart-page [data-pfk-cart-page].is-clearing-cart > *:not([data-pfk-cart-clear-dialog]):not(#pfk-cart-clear-dialog) {
	opacity: 0.72;
	pointer-events: none;
}

body.pfk-cart-page #pfk-cart-clear-dialog,
body.pfk-cart-page [data-pfk-cart-clear-dialog] {
	opacity: 1;
	pointer-events: auto;
}

.pfk-cart-clear-dialog__heading {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 8px;
}

.pfk-cart-clear-dialog__icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-top: 2px;
	color: #b42318;
}

.pfk-cart-clear-dialog__heading .pfk-cart-clear-dialog__title {
	margin: 0;
}

.pfk-cart-clear-all-btn__icon {
	display: inline-flex;
	line-height: 0;
}

.pfk-cart-clear-dialog[data-state="loading"] .pfk-cart-clear-do-btn {
	opacity: 0.85;
}

.pfk-cart-qty-modern.is-updating {
	opacity: 0.65;
	pointer-events: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
.pfk-quantity-btn {
	-webkit-appearance: none;
	appearance: none;

	display: grid;
	place-items: center;

	width: 44px;
	min-width: 44px;
	max-width: 44px;

	height: 44px;
	min-height: 44px;
	max-height: 44px;

	margin: 0;
	padding: 0;

	box-sizing: border-box;

	visibility: visible;

	border: 0;
	border-radius: 0;

	background: transparent;
	color: #0f172a;

	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;

	opacity: 1;

	cursor: pointer;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
.pfk-quantity-btn:disabled {
	display: grid;
	visibility: visible;

	width: 44px;
	min-width: 44px;

	color: #94a3b8;
	opacity: 0.72;

	cursor: default;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
.quantity,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-display {
	display: grid;
	place-items: center;

	width: 40px;
	min-width: 40px;
	max-width: 40px;

	height: 42px;
	min-height: 42px;

	margin: 0;
	padding: 0;

	box-sizing: border-box;

	color: #0f172a;

	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
.quantity {
	margin: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
input.qty:not([type="hidden"]) {
	display: block;

	width: 40px;
	min-width: 40px;
	max-width: 40px;

	height: 42px;
	min-height: 42px;

	margin: 0;
	padding: 0;

	box-sizing: border-box;

	border: 0;
	border-radius: 0;

	background: #fff;
	color: #0f172a;

	text-align: center;

	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;

	-moz-appearance: textfield;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
input.qty:not([type="hidden"])::-webkit-outer-spin-button,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
input.qty:not([type="hidden"])::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-qty-modern
input.qty[type="hidden"] {
	display: none !important;
}

.pfk-cart-item__footer-price {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.pfk-cart-item-line-total {
	color: #0f172a;
	font-size: var(--pfk-commerce-text-lg, 16px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.pfk-cart-remove-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #0f172a;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.pfk-cart-remove-btn .pfk-lucide,
.pfk-cart-remove-btn .lucide {
	width: 16px;
	height: 16px;
}

.pfk-cart-remove-btn:hover {
	border-color: #cbd5e1;
	color: #0f172a;
	background: #f8fafc;
}

.pfk-cart-remove-btn:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 2px;
}

/* Utility bar */
body.pfk-cart-page
[data-pfk-cart-page]
#cart-items-tools.pfk-cart-utilities {
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin-top: 12px;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-card {
	padding: 14px 14px;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-card__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 12px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-card__icon {
	display: inline-flex;
	flex: 0 0 auto;
	color: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-card__title {
	margin: 0;
	color: #0f172a;
	font-size: var(--pfk-commerce-text-md, 15px);
	font-weight: 700;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-card__hint {
	margin: 2px 0 0;
	color: var(--pfk-commerce-text-muted, #64748b);
	font-size: var(--pfk-commerce-text-sm, 14px);
	font-weight: 500;
	line-height: 1.4;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block.pfk-cart-gift-card {
	margin-top: 0;
	margin-bottom: 14px;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-order-gift-wrap-block {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: var(--pfk-commerce-radius, 12px);
	background: #fff;
	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-row {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-giftwrap-leading-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-check {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin: 0;
	cursor: pointer;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-check__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-check__title {
	color: #0f172a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-check__hint {
	color: var(--pfk-commerce-text-muted, #64748b);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 44px;
	min-height: 44px;
	margin: 0 0 0 auto;
	padding: 8px 10px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #475569;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info__label {
	display: none;
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	#cart-order-gift-wrap-block .pfk-cart-giftwrap-info__label {
		display: inline;
		max-width: 9.5em;
		color: #64748b;
		font-size: 13px;
		font-weight: 500;
		white-space: nowrap;
	}
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info:hover,
body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info:focus-visible {
	color: #0f172a;
	background: #f8fafc;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info:focus {
	outline: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
#cart-order-gift-wrap-block .pfk-cart-giftwrap-info:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 1px;
}

.pfk-cart-clear-confirm-view[hidden],
[data-pfk-cart-clear-default][hidden] {
	display: none !important;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;

	width: 100%;
	max-width: none;
	min-width: 0;

	margin: 0;
	overflow: visible;

	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-combo {
	display: flex;
	align-items: stretch;

	width: 100%;
	max-width: none;

	height: 44px;
	min-height: 44px;

	margin: 0;
	padding: 0;

	box-sizing: border-box;

	border: 1px solid #cbd5e1;
	border-radius: 12px;

	overflow: hidden;
	background: #fff;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-combo:focus-within {
	border-color: #475569;

	box-shadow:
		0 0 0 3px
		rgba(51, 65, 85, 0.12);
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-combo.has-error {
	border-color: #d97706;

	box-shadow:
		0 0 0 3px
		rgba(217, 119, 6, 0.10);
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-input {
	-webkit-appearance: none;
	appearance: none;

	display: block;

	flex: 1 1 auto;

	width: 1%;
	min-width: 0;

	height: 42px;
	min-height: 42px;

	margin: 0;
	padding: 0 14px;

	box-sizing: border-box;

	border: 0;
	border-right: 1px solid #e2e8f0;
	border-radius: 0;

	outline: 0;

	background: #fff;
	color: #0f172a;

	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-input::placeholder {
	color: #8b97a8;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn {
	-webkit-appearance: none;
	appearance: none;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 104px;

	width: 104px;
	min-width: 104px;
	max-width: 104px;

	height: 42px;
	min-height: 42px;

	margin: 0;
	padding:
		0
		16px;

	box-sizing: border-box;

	float: none;

	border: 0;
	border-radius: 0;

	background: #1e293b;
	color: #fff;

	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;

	cursor: pointer;

	transition:
		background-color
		0.15s
		ease;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:hover,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:focus,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:focus-visible,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:active,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:disabled {
	transform: none;
	translate: none;
	scale: none;

	box-shadow: none;

	filter: none;

	text-shadow: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:focus,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:focus-visible {
	outline: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:hover:not(:disabled) {
	background: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-btn:disabled {
	opacity: 1;

	background: #1e293b;
	color: #fff;

	cursor: wait;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-remove-coupon:disabled {
	cursor: wait;
	opacity: 0.55;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-feedback[hidden] {
	display: none !important;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-feedback {
	display: flex;
	align-items: flex-start;

	width: 100%;

	margin:
		10px
		0
		0;

	padding:
		9px
		11px;

	box-sizing: border-box;

	border:
		1px solid
		transparent;
	border-radius: 10px;

	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.4;

	overflow-wrap: anywhere;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-feedback.is-error {
	border-color: #fed7aa;
	background: #fff7ed;
	color: #9a3412;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-feedback.is-success {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-feedback.is-info {
	border-color: #dbeafe;
	background: #eff6ff;
	color: #1e40af;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-hook:empty {
	display: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-hook {
	width: 100%;
	min-width: 0;
	max-width: 100%;

	margin: 7px 0 0;

	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-form
.woocommerce-error,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-form
.woocommerce-info,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-coupon-form
.woocommerce-message {
	display: block;

	width: 100%;
	min-width: 0;
	max-width: 100%;

	margin: 7px 0 0;
	padding: 0 2px;

	box-sizing: border-box;

	border: 0;
	background: transparent;

	font-size: 12px;
	line-height: 1.35;

	overflow-wrap: anywhere;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-clear-slot {
	flex: 0 0 auto;
	min-width: 0;
}

/* STATE A — closed: default trigger always visible (danger outline). */
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-width: 0;
	min-height: 48px;
	height: auto;
	margin: 0;
	padding: 0 14px;
	box-sizing: border-box;
	float: none;
	border: 1px solid var(--pfk-commerce-danger, #b91c1c);
	border-radius: 12px;
	background: #fff;
	color: var(--pfk-commerce-danger, #b91c1c);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: relative;
	z-index: 1;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn svg {
	flex-shrink: 0;
	color: inherit;
	stroke: currentColor;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:hover,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:focus-visible {
	background: #fef2f2;
	border-color: #991b1b;
	color: #991b1b;
	outline: none;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:focus {
	outline: none;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(185, 28, 28, 0.35);
}

/* STATE B — open: hide only the default trigger (dialog owns actions). */
[data-pfk-cart-clear-root][data-state="open"] .pfk-cart-clear-all-btn,
body.pfk-cart-clear-dialog-open [data-pfk-cart-clear-root] .pfk-cart-clear-all-btn {
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.pfk-cart-clear-all-btn:disabled,
.pfk-cart-clear-do-btn:disabled,
.pfk-cart-clear-cancel-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

/* Destructive clear confirmation dialog */
.pfk-cart-clear-dialog[hidden] {
	display: none !important;
}

.pfk-cart-clear-dialog:not([hidden]) {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100050;
}

.pfk-cart-clear-dialog__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(15, 23, 42, 0.42);
	cursor: pointer;
}

.pfk-cart-clear-dialog__panel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100vw - 32px);
	max-width: 400px;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: min(90dvh, 520px);
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: var(--pfk-commerce-radius-lg, 14px);
	box-shadow: var(--pfk-commerce-shadow, 0 8px 24px rgba(15, 23, 42, 0.08));
	font-family: var(--pfk-commerce-font-family, "Manrope", system-ui, sans-serif);
}

.pfk-cart-clear-dialog__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px 20px 12px;
}

.pfk-cart-clear-dialog__title {
	margin: 0 0 8px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pfk-commerce-text, #0f172a);
}

.pfk-cart-clear-dialog__body {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--pfk-commerce-text-muted, #64748b);
}

.pfk-cart-clear-dialog__error {
	margin: 0;
	font-size: 13px;
	color: var(--pfk-commerce-danger, #b91c1c);
}

.pfk-cart-clear-dialog__error[hidden] {
	display: none !important;
}

.pfk-cart-clear-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	flex-shrink: 0;
	padding: 12px 20px 20px;
	background: #fff;
	border-top: 1px solid var(--pfk-commerce-border, #e2e8f0);
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-cancel-btn,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-do-btn,
.pfk-cart-clear-dialog .pfk-cart-clear-cancel-btn,
.pfk-cart-clear-dialog .pfk-cart-clear-do-btn {
	min-height: 44px;
	padding: 0 16px;
	border-radius: 12px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	box-sizing: border-box;
}

.pfk-cart-clear-dialog .pfk-cart-clear-cancel-btn {
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #0f172a;
}

.pfk-cart-clear-dialog .pfk-cart-clear-cancel-btn:hover {
	border-color: #0f172a;
}

.pfk-cart-clear-dialog .pfk-cart-clear-do-btn {
	border: 1px solid #b91c1c;
	background: #b91c1c;
	color: #fff;
}

.pfk-cart-clear-dialog .pfk-cart-clear-do-btn:hover {
	background: #991b1b;
	border-color: #991b1b;
}

body.pfk-cart-clear-dialog-open {
	overflow: hidden;
}

/* Mobile: centered modal (same language as desktop) — never a bottom sheet. */
@media (max-width: 640px) {
	.pfk-cart-clear-dialog:not([hidden]) {
		display: grid;
		place-items: center;
		padding:
			max(14px, env(safe-area-inset-top, 0px))
			max(14px, env(safe-area-inset-right, 0px))
			max(14px, env(safe-area-inset-bottom, 0px))
			max(14px, env(safe-area-inset-left, 0px));
		box-sizing: border-box;
	}

	.pfk-cart-clear-dialog__panel {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		transform: none;
		width: min(calc(100vw - 28px), 420px);
		max-width: 420px;
		max-height: min(
			88dvh,
			calc(100dvh - 28px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px))
		);
		border-radius: var(--pfk-commerce-radius-lg, 14px);
		padding-bottom: 0;
	}

	.pfk-cart-clear-dialog__scroll {
		padding: 20px 16px 12px;
	}

	.pfk-cart-clear-dialog__actions {
		position: relative;
		bottom: auto;
		z-index: 1;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: stretch;
		gap: 8px;
		padding: 12px 16px 16px;
		background: #fff;
		border-top: 1px solid var(--pfk-commerce-border, #e2e8f0);
		box-shadow: none;
	}

	.pfk-cart-clear-dialog .pfk-cart-clear-cancel-btn,
	.pfk-cart-clear-dialog .pfk-cart-clear-do-btn {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		min-height: 48px;
	}
}

@media (max-width: 359px) {
	.pfk-cart-clear-dialog__actions {
		flex-direction: column-reverse;
	}

	.pfk-cart-clear-dialog .pfk-cart-clear-cancel-btn,
	.pfk-cart-clear-dialog .pfk-cart-clear-do-btn {
		width: 100%;
		flex: 0 0 auto;
	}
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:focus {
	outline: none;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn:focus-visible {
	outline: 2px solid #b42318;
	outline-offset: 1px;
}

.pfk-cart-clear-all-btn:disabled,
.pfk-cart-clear-do-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

/* Legacy inline confirm styles retained only for unused markup safety; dialog owns confirm UI. */
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	box-sizing: border-box;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-text {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

/* Legacy inline confirm (removed from markup) — keep selectors inert if markup reappears. */
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-cancel-btn,
body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-do-btn {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin: 0;
	padding: 8px 14px;
	box-sizing: border-box;
	float: none;
	border-radius: 10px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-cancel-btn {
	color: #475569;
	background: #fff;
	border: 1px solid #cbd5e1;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-cancel-btn:hover {
	background: #f1f5f9;
	border-color: #94a3b8;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-do-btn {
	color: #fff;
	background: #0f172a;
	border: 1px solid #0f172a;
}

body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-confirm-view .pfk-cart-clear-do-btn:hover {
	filter: brightness(1.08);
}

/* Summary */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-card,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-totals,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-rows,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary__cta,

body.pfk-cart-page
[data-pfk-cart-page]
.wc-proceed-to-checkout {
	width: 100%;
	min-width: 0;
	max-width: 100%;

	box-sizing: border-box;
}

.pfk-cart-summary-card {
	padding: 20px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

@media (min-width: 1024px) {
	.pfk-cart-summary-card {
		padding: 24px;
		position: sticky;
		top: calc(var(--pfk-archive-sticky-top, 88px) + 12px);
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
	}
}

.pfk-cart-summary__title {
	margin: 0 0 16px;
	font-size: var(--pfk-commerce-text-xl, 18px);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

.pfk-cart-summary-rows {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pfk-cart-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 28px;
	min-width: 0;
	max-width: 100%;
	font-size: 13px;
	line-height: 1.35;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-row,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-total {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-row
> span,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-total
> span {
	min-width: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-row
> span:last-child {
	max-width: 62%;

	overflow-wrap: anywhere;
	white-space: normal;

	text-align: right;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress {
	margin: 0 0 14px;
	padding: 12px 12px 10px;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: 12px;
	background: #f8fafc;
	box-sizing: border-box;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress__title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress__support,
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress__already {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.4;
	color: #64748b;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress__bar {
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-shipping-progress__fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #0f172a;
}

.pfk-cart-summary-row > span:first-child {
	color: #64748b;
}

.pfk-cart-summary-row > span:last-child {
	color: #0f172a;
	font-weight: 500;
	text-align: right;
}

.pfk-cart-summary-row--discount > span:last-child {
	color: #15803d;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-summary-row--discount {
	align-items: flex-start;
	min-height: 42px;
	padding:
		7px
		0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-discount-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	gap: 5px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-discount-label {
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-discount-code {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 150px;
	padding:
		3px
		7px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-discount-value {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 0;
	gap: 5px;
	text-align: right;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-discount-amount {
	color: #15803d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-remove-coupon {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #64748b;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	cursor: pointer;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-remove-coupon:hover {
	color: #0f172a;
}

.pfk-cart-summary-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.pfk-cart-summary-total > span:first-child {
	font-size: var(--pfk-commerce-text-lg, 16px);
	font-weight: 700;
	color: #0f172a;
}

.pfk-cart-summary-total > span:last-child {
	font-size: 24px;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.pfk-cart-summary__cta {
	margin-top: 20px;
}

#cart-checkout-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 52px;
	margin: 20px 0 0;
	padding: 0 16px;
	box-sizing: border-box;
	border: 1px solid #0f172a;
	border-radius: 14px;
	background: #0f172a;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: normal;
	text-align: center;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
	transition: background 0.2s ease, transform 0.16s ease;
}

#cart-checkout-btn:hover {
	background: #020617;
	color: #fff;
}

#cart-checkout-btn:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 3px;
}

/* Recommendations */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sell-col,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-product-rail,

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-product-rail__viewport {
	width: 100%;
	min-width: 0;
	max-width: 100%;

	box-sizing: border-box;
}

.pfk-cart-cross-sells {
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 18px 16px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	box-sizing: border-box;
}

.pfk-cart-cross-sell-col .pfk-product-rail__viewport {
	height: auto;
	min-height: 0;
}

.pfk-product-rail__title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-product-rail__header {
	display: flex;
	align-items: center;
	justify-content: flex-start;

	margin: 0 0 16px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail__viewport::-webkit-scrollbar {
	display: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail__track {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;

	width: max-content;
	min-width: 0;

	gap: 12px;

	padding:
		0
		2px
		4px;
}

@media (min-width: 640px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail__track {
		gap: 14px;
	}
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail__track {
		gap: 16px;
	}
}

/* Cart cross-sell rail cards — mock parity */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card {
	box-sizing: border-box;

	display: flex;
	flex-direction: column;

	flex: 0 0 148px;
	width: 148px;
	min-width: 148px;
	max-width: 148px;

	border: 1px solid #e2e8f0;
	border-radius: 14px;

	background: #fff;

	overflow: hidden;

	scroll-snap-align: start;

	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

@media (min-width: 640px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card {
		flex-basis: 156px;
		width: 156px;
		min-width: 156px;
		max-width: 156px;
	}
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card {
		flex-basis: 168px;
		width: 168px;
		min-width: 168px;
		max-width: 168px;
	}
}

@media (hover: hover) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card:hover {
		border-color: rgba(15, 23, 42, 0.16);
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	}
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__link {
	display: flex;
	flex-direction: column;

	width: 100%;
	height: 100%;

	color: inherit;
	text-decoration: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__media {
	position: relative;

	display: block;

	width: 100%;
	height: 176px;

	flex: 0 0 auto;

	aspect-ratio: auto;

	border: 0;
	border-radius: 0;

	background: #fff;

	overflow: hidden;
}

@media (min-width: 640px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card__media {
		height: 188px;
	}
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card__media {
		height: 200px;
	}
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__image {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center top;

	-webkit-user-drag: none;
	user-select: none;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 2px 6px;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;

	min-width: 0;
	min-height: 0;

	gap: 4px;

	padding:
		10px
		10px
		12px;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__brand {
	margin: 0;

	color: #64748b;

	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;

	letter-spacing: 0.06em;
	text-transform: uppercase;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__name {
	display: -webkit-box;

	min-height: calc(1.35em * 2);

	margin: 0;

	color: #0f172a;

	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	overflow: hidden;
	overflow-wrap: anywhere;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;

	gap: 6px;

	margin-top: auto;
	padding-top: 4px;

	color: #0f172a;

	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__old-price {
	color: #94a3b8;
	text-decoration: line-through;
	font-size: 12px;
	font-weight: 400;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-cross-sells
.pfk-product-rail-card__current-price {
	color: #0f172a;
	font-weight: 700;
}

/* Empty state */
body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty {
	margin-top: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty-panel {
	width: 100%;
	min-width: 0;
	max-width: 100%;

	margin: 0;

	padding:
		48px
		24px;

	box-sizing: border-box;

	border: 1px solid #e2e8f0;
	border-radius: 18px;

	background: #fff;

	box-shadow:
		0 14px 36px
		rgba(15, 23, 42, 0.05);
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty-panel__inner {
	display: flex;
	flex-direction: column;
	align-items: center;

	max-width: 36rem;

	margin:
		0
		auto;

	text-align: center;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty-panel
.pfk-cart-empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 56px;
	height: 56px;

	margin:
		0
		auto
		16px;

	padding: 0;

	border: 0;
	border-radius: 0;

	background: transparent;
	box-shadow: none;

	color: #94a3b8;
	opacity: 0.82;

	flex-shrink: 0;
	line-height: 0;
}

body.pfk-cart-page
[data-pfk-cart-page]
.pfk-cart-empty-panel
.pfk-cart-empty-icon
:is(.pfk-lucide, .lucide, svg) {
	width: 56px;
	height: 56px;

	stroke-width: 1.75;
}

.pfk-cart-empty-title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

.pfk-cart-empty-desc {
	margin: 0 0 1.25rem;
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
}

.pfk-cart-empty-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 14px;
	background: #0f172a;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.pfk-cart-empty-cta:hover {
	background: #1e293b;
	color: #fff;
}

/* Gift modal open state */
body.pfk-cart-gift-help-open {
	overflow: hidden;
}

.pfk-cart-gift-help[hidden] {
	display: none !important;
}

.pfk-cart-gift-help {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.pfk-cart-gift-help .pfk-giftwrap-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(15, 23, 42, 0.52);
	cursor: pointer;
}

.pfk-cart-gift-help .pfk-giftwrap-modal__panel {
	position: relative;
	width: min(520px, calc(100vw - 40px));
	max-height: min(86vh, 780px);
	overflow: auto;
	margin: 0;
	padding: 24px 22px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(15, 23, 42, 0.22);
}

.pfk-cart-gift-help .pfk-giftwrap-modal__title {
	margin: 0 36px 14px 0;
	font-size: 20px;
	font-weight: 700;
	color: #0f172a;
}

.pfk-cart-gift-help__grid {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pfk-cart-gift-help__card {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
}

.pfk-cart-gift-help__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: #eef2ff;
	color: #334155;
}

.pfk-cart-gift-help__icon svg,
.pfk-cart-gift-help__icon .pfk-lucide,
.pfk-cart-gift-help__icon .lucide {
	width: 18px;
	height: 18px;
}

.pfk-cart-gift-help__copy h3 {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
}

.pfk-cart-gift-help__copy p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #64748b;
}

@media (max-width: 767px) {
	.pfk-cart-gift-help .pfk-giftwrap-modal__panel {
		width: calc(100vw - 24px);
		max-width: 440px;
		padding: 16px 14px;
	}
}

/* Delivery explanation dialog / bottom sheet (0.6.6.122.1) */
body.pfk-cart-delivery-help-open {
	overflow: hidden;
}

.pfk-cart-delivery-modal[hidden] {
	display: none !important;
}

.pfk-cart-delivery-modal {
	position: fixed;
	inset: 0;
	z-index: 12010;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

.pfk-cart-delivery-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(15, 23, 42, 0.38);
	cursor: pointer;
}

.pfk-cart-delivery-modal__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: calc(100% - 24px);
	max-width: 520px;
	max-height: 78vh;
	margin: 0 12px calc(12px + env(safe-area-inset-bottom, 0px));
	padding: 20px 18px 16px;
	overflow: auto;
	border: 1px solid var(--pfk-commerce-border, #e2e8f0);
	border-radius: 16px 16px 14px 14px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
	box-sizing: border-box;
}

.pfk-cart-delivery-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #0f172a;
	cursor: pointer;
}

.pfk-cart-delivery-modal__close:hover,
.pfk-cart-delivery-modal__close:focus-visible {
	background: #f1f5f9;
}

.pfk-cart-delivery-modal__close:focus {
	outline: none;
}

.pfk-cart-delivery-modal__close:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 1px;
}

.pfk-cart-delivery-modal__title {
	margin: 0 44px 14px 0;
	color: #0f172a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.pfk-cart-delivery-modal__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.pfk-cart-delivery-modal__range {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
}

.pfk-cart-delivery-modal__range-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-top: 1px;
	color: #0f172a;
}

.pfk-cart-delivery-modal__range-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.pfk-cart-delivery-modal__range-label {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.pfk-cart-delivery-modal__range-value {
	color: #334155;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.pfk-cart-delivery-modal__lead,
.pfk-cart-delivery-modal__fact {
	margin: 0;
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.pfk-cart-delivery-modal__fact {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.pfk-cart-delivery-modal__fact[hidden] {
	display: none !important;
}

.pfk-cart-delivery-modal__bullet {
	display: inline-block;
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border-radius: 50%;
	background: #0f172a;
}

.pfk-cart-delivery-modal__fact-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-top: 1px;
	color: #0f172a;
}

.pfk-cart-delivery-modal__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 16px 0 0;
	padding: 0 16px;
	border: 1px solid #0f172a;
	border-radius: 12px;
	background: #0f172a;
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.pfk-cart-delivery-modal__action:hover {
	background: #1e293b;
}

.pfk-cart-delivery-modal__action:focus {
	outline: none;
}

.pfk-cart-delivery-modal__action:focus-visible {
	outline: 2px solid #0f172a;
	outline-offset: 2px;
}

@media (min-width: 768px) {
	.pfk-cart-delivery-modal {
		align-items: center;
		padding: 24px;
	}

	.pfk-cart-delivery-modal__panel {
		width: min(500px, calc(100vw - 48px));
		margin: 0;
		border-radius: 14px;
		max-height: min(80vh, 640px);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.pfk-cart-delivery-modal:not([hidden]) .pfk-cart-delivery-modal__backdrop {
		animation: pfk-cart-delivery-fade 160ms ease-out;
	}

	.pfk-cart-delivery-modal:not([hidden]) .pfk-cart-delivery-modal__panel {
		animation: pfk-cart-delivery-sheet 180ms ease-out;
	}

	@media (min-width: 768px) {
		.pfk-cart-delivery-modal:not([hidden]) .pfk-cart-delivery-modal__panel {
			animation: pfk-cart-delivery-dialog 170ms ease-out;
		}
	}
}

@keyframes pfk-cart-delivery-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes pfk-cart-delivery-sheet {
	from { transform: translateY(16px); opacity: 0.96; }
	to { transform: translateY(0); opacity: 1; }
}

@keyframes pfk-cart-delivery-dialog {
	from { transform: scale(0.98); opacity: 0.96; }
	to { transform: scale(1); opacity: 1; }
}

/* Woo table resets */
.pfk-cart-page .shop_table_responsive thead,
.pfk-cart-page .shop_table_responsive tr::before {
	display: none;
}

.pfk-cart-page .woocommerce-cart-form .shop_table {
	border: 0;
	margin: 0;
}

.pfk-cart-page .woocommerce-cart-form th {
	border: 0;
	padding: 0;
	background: transparent;
}

/* Desktop product row — mock composition */
@media (min-width: 1024px) {
	.pfk-cart-item.pfk-cart-item--product {
		display: grid;
		grid-template-columns: 140px minmax(0, 1fr) auto auto;
		grid-template-areas:
			"thumb info qty price";
		column-gap: 18px;
		row-gap: 0;
		align-items: center;
		padding: 20px 22px;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__lead {
		display: contents;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__thumb {
		grid-area: thumb;
		width: 140px;
		align-self: center;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__img {
		width: 140px;
		height: 140px;
		object-fit: contain;
		object-position: center;
		background: #fff;
		border-radius: 10px;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__info {
		grid-area: info;
		min-width: 0;
		padding-top: 0;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__footer {
		display: contents;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-qty-modern {
		grid-area: qty;
		justify-self: end;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item__footer-price {
		grid-area: price;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 12px;
		margin: 0;
		justify-self: end;
	}

	.pfk-cart-item.pfk-cart-item--product .pfk-cart-item-line-total {
		font-size: 17px;
		font-weight: 700;
		min-width: 4.5rem;
		text-align: right;
	}
}

/* Mobile / tablet product row */
@media (max-width: 1023px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-layout {
		display: flex;
		flex-direction: column;
		align-items: stretch;

		width: 100%;
		min-width: 0;
		max-width: 100%;

		gap: 32px;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-items-col,

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-summary-col,

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sell-col {
		flex: 0 1 auto;

		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item.pfk-cart-item--product {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		gap: 14px;
		padding: 16px;
		margin: 0 0 12px;
		border: 1px solid var(--pfk-commerce-border, #e2e8f0);
		border-radius: var(--pfk-commerce-radius, 12px);
		background: #fff;
		box-sizing: border-box;
	}

	body.pfk-cart-page [data-pfk-cart-page] #cart-items-container.pfk-cart-items {
		overflow: visible;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item.pfk-cart-item--product:last-child {
		margin-bottom: 0;
		border-bottom: 1px solid var(--pfk-commerce-border, #e2e8f0);
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__lead {
		display: grid;
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__info {
		min-width: 0;
		max-width: 100%;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item-title {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__thumb {
		width: 108px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__img {
		width: 108px;
		height: 108px;
		object-fit: contain;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__footer {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		gap: 12px;
		padding-top: 2px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-remove-btn {
		width: 44px;
		height: 44px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__footer-price {
		display: flex;
		flex: 0 1 auto;

		align-items: center;

		min-width: 0;

		gap: 10px;

		margin-left: auto;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-summary-card {
		position: static;

		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-tools-default,
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-utility-group {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		gap: 10px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-form {
		order: 2;
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-slot {
		order: 1;
		width: 100%;
		max-width: none;
		min-width: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-coupon-combo,
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn {
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-clear-all-btn {
		min-height: 48px;
		height: auto;
		padding: 0 14px;
		border: 1px solid var(--pfk-commerce-danger, #b91c1c);
		background: #fff;
		color: var(--pfk-commerce-danger, #b91c1c);
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail__viewport {
		position: relative;

		width: 100%;
		min-width: 0;
		max-width: 100%;

		overflow-x: auto;
		overflow-y: hidden;

		-webkit-overflow-scrolling: touch;

		overscroll-behavior-x: contain;

		touch-action:
			pan-x
			pan-y;

		scroll-snap-type:
			x
			proximity;

		scrollbar-width: none;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail__viewport::-webkit-scrollbar {
		display: none;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail__track {
		display: flex;
		flex-flow: row nowrap;

		width: max-content;
		min-width: max-content;
		max-width: none;

		gap: 12px;

		padding:
			0
			24px
			4px
			0;

		transform: none !important;

		touch-action:
			pan-x
			pan-y;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card,

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-cross-sells
	.pfk-product-rail-card
	* {
		touch-action:
			pan-x
			pan-y;
	}
}

@media (min-width: 1024px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-empty-panel {
		padding:
			56px
			48px;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-tools-default,
	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-utility-group {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(190px, 210px);
		align-items: stretch;
		column-gap: 10px;
		row-gap: 0;
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		border: 1px solid var(--pfk-commerce-border, #e2e8f0);
		border-radius: 14px;
		background: #f8fafc;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-coupon-form {
		order: 0;
		width: auto;
		max-width: none;
		min-width: 0;
		height: 100%;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-utility-group .pfk-cart-coupon-card {
		height: 100%;
		padding: 12px;
		border-radius: 12px;
		background: #fff;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-clear-slot {
		order: 0;
		width: auto;
		max-width: none;
		min-width: 0;
		display: flex;
		align-items: stretch;
		padding: 0;
		border: 0;
		border-radius: 12px;
		background: transparent;
		overflow: visible;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-utility-group .pfk-cart-clear-all-btn {
		display: inline-flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		height: auto;
		min-height: 48px;
		padding: 12px 14px;
		border: 1px solid var(--pfk-commerce-danger, #b91c1c);
		border-radius: 12px;
		background: #fff;
		color: var(--pfk-commerce-danger, #b91c1c);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.25;
		white-space: normal;
		text-align: center;
		opacity: 1;
		visibility: visible;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-utility-group .pfk-cart-clear-confirm-view {
		width: 100%;
		height: 100%;
		border-radius: 12px;
		background: #fff;
	}
}

@media (max-width: 767px) {
	body.pfk-cart-page
	[data-pfk-cart-page]
	#cart-items-tools.pfk-cart-utilities {
		padding: 0;
	}

	body.pfk-cart-page
	[data-pfk-cart-page]
	.pfk-cart-empty-panel {
		padding: 32px 20px;
		border-radius: 18px;
	}

	body.pfk-cart-page [data-pfk-cart-page].pfk-cart-page {
		width: 100%;
		padding: 16px 16px 32px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-heading {
		font-size: 24px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item.pfk-cart-item--product {
		padding: 16px;
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__lead {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__thumb,
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__img {
		width: 96px;
		height: 96px;
	}
}

@media (max-width: 359px) {
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__lead {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__thumb,
	body.pfk-cart-page [data-pfk-cart-page] .pfk-cart-item__img {
		width: 84px;
		height: 84px;
	}
}

/* Hide global mobile bottom nav on Cart (same pattern as Checkout). */
@media (max-width: 1023px) {
	body.pfk-cart-page.pfk-has-mobile-bottom-nav,
	body.woocommerce-cart.pfk-has-mobile-bottom-nav {
		padding-bottom: 0;
	}

	body.pfk-cart-page #pfk-mobile-nav.pfk-mobile-nav,
	body.woocommerce-cart #pfk-mobile-nav.pfk-mobile-nav {
		display: none;
	}
}
