.fcs-trigger-wrap {
	position: relative;
	text-decoration: none;
	overflow: visible;
}

.fcs-cart-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: var(--fcs-header-margin-left, 0);
	margin-right: var(--fcs-header-margin-right, 0);
	color: var(--fcs-header-icon, currentColor);
	line-height: 1;
	vertical-align: middle;
	overflow: visible;
}

.fcs-cart-trigger:hover,
.fcs-cart-trigger:focus {
	color: var(--fcs-header-icon, currentColor);
}

.fcs-cart-trigger__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	padding-bottom: 1px;
}

.fcs-cart-trigger__icon svg {
	width: var(--fcs-header-icon-size, 24px);
	height: auto;
	display: block;
}

.fcs-trigger-badge {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.15s ease;
	pointer-events: none;
}

.fcs-trigger-wrap.fcs-ready .fcs-trigger-badge {
	opacity: 1;
}

.fcs-trigger-wrap.fcs-count-pending .fcs-trigger-badge {
    color: transparent;
    text-shadow: none;
    animation: fcs-badge-pulse 1.45s ease-in-out infinite;
}

.fcs-cart-trigger.fcs-count-pending .fcs-trigger-badge {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 0%, transparent);
}

.fcs-floating-trigger.fcs-count-pending .fcs-trigger-badge {
    box-shadow:
        0 0 0 0 rgba(17, 24, 39, 0),
        0 1px 3px rgba(17, 24, 39, 0.12);
}

@keyframes fcs-badge-pulse {
    0%,
    100% {
        opacity: 0.92;
        filter: brightness(1);
    }

    50% {
        opacity: 1;
        filter: brightness(1.08);
    }
}

.fcs-cart-trigger.fcs-count-pending .fcs-trigger-badge {
    animation-name: fcs-badge-pulse-header;
}

.fcs-floating-trigger.fcs-count-pending .fcs-trigger-badge {
    animation-name: fcs-badge-pulse-floating;
}

@keyframes fcs-badge-pulse-header {
    0%,
    100% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 0%, transparent);
    }

    50% {
        box-shadow: 0 0 0 4px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 20%, transparent);
    }
}

@keyframes fcs-badge-pulse-floating {
    0%,
    100% {
        box-shadow:
            0 0 0 0 rgba(17, 24, 39, 0),
            0 1px 3px rgba(17, 24, 39, 0.12);
    }

    50% {
        box-shadow:
            0 0 0 4px rgba(17, 24, 39, 0.14),
            0 2px 6px rgba(17, 24, 39, 0.18);
    }
}

.fcs-trigger-toast {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px 9px 11px;
	border: 1px solid color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 24%, transparent);
	border-radius: 999px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 22%, transparent), transparent 62%),
		color-mix(in srgb, var(--fcs-panel-bg, #1e1e1e) 88%, var(--fcs-trigger-badge-bg, #745da8));
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.1;
	white-space: nowrap;
	box-shadow:
		0 14px 28px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 18%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	opacity: 0;
	transform: translateY(-50%) translateX(-8px) scale(0.98);
	transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.2s ease;
	pointer-events: none;
	z-index: 3;
}

.fcs-floating-trigger--right .fcs-trigger-toast {
	right: calc(100% + 12px);
	left: auto;
	transform: translateY(-50%) translateX(8px) scale(0.98);
}

.fcs-floating-trigger--left .fcs-trigger-toast {
	left: calc(100% + 12px);
	right: auto;
	transform: translateY(-50%) translateX(-8px) scale(0.98);
}

.fcs-trigger-toast::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 999px;
	flex: 0 0 16px;
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.9), transparent 32%),
		linear-gradient(135deg, #7ef3ff, #7b2ff7);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fcs-trigger-toast.is-visible {
	opacity: 1;
	transform: translateY(-50%) translateX(0) scale(1);
}

.fcs-trigger-toast.fcs-trigger-toast--success {
	box-shadow:
		0 18px 34px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 22%, transparent),
		0 0 0 1px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 12%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.fcs-trigger-toast.fcs-trigger-toast--error {
	border-color: rgba(255, 77, 77, 0.28);
	background: color-mix(in srgb, var(--fcs-panel-bg, #1e1e1e) 88%, #ff4d4d);
}

.fcs-trigger-toast.fcs-trigger-toast--error::before {
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.9), transparent 32%),
		linear-gradient(135deg, #ff8a8a, #ff4d4d);
}

.fcs-trigger-wrap[data-count="0"] .fcs-trigger-badge {
	display: none;
}

.fcs-cart-trigger .fcs-trigger-badge {
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	background: var(--fcs-trigger-badge-bg, #745da8);
	color: var(--fcs-trigger-badge-text, #fff);
	z-index: 9;
}

.fcs-floating-trigger {
	position: fixed;
	bottom: var(--fcs-floating-bottom, 20px);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--fcs-floating-bg, #745da8);
	color: var(--fcs-floating-icon, #fff);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
	z-index: 9999999;
}

.fcs-floating-trigger:hover {
	transform: scale(1.06);
	color: var(--fcs-floating-icon, #fff);
}

.fcs-floating-trigger:active {
	transform: scale(0.96);
}

.fcs-floating-trigger svg {
	width: 24px;
	height: 20px;
	display: block;
}

.fcs-floating-trigger .fcs-trigger-badge {
	top: -3px;
	left: 3px;
	min-width: 18px;
	height: 18px;
	background: #fff;
	color: #000;
}

@media (max-width: 782px) {
	.fcs-trigger-toast {
		display: none;
	}
}

.fcs-overlay {
	position: fixed;
	inset: 0;
	background: rgba(3, 6, 18, 0.42);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 9999998;
	backdrop-filter: blur(2px);
}

.fcs-overlay.open {
	opacity: 1;
	pointer-events: auto;
}

.fcs-mini {
	position: fixed;
	--fcs-notice-top: 68px;
	width: var(--fcs-mini-width, 320px);
	padding: 18px;
	border: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
	border-radius: 16px;
	background: var(--fcs-panel-bg, #1e1e1e);
	color: var(--fcs-panel-text, #fff);
	display: flex;
	flex-direction: column;
	max-height: 80vh;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 999999;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(10px);
}

.fcs-mini.open {
	opacity: 1;
	transform: translateY(0);
}

.fcs-mini .fcs-close {
	display: none;
}

.fcs-slide {
	position: fixed;
	--fcs-notice-top: 82px;
	top: 12px;
	bottom: 12px;
	width: var(--fcs-slide-width, 360px);
	max-width: calc(100vw - 24px);
	height: auto;
	padding: 20px 20px 18px;
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 12%, transparent), transparent 34%),
		linear-gradient(180deg, var(--fcs-panel-bg, #1e1e1e) 0%, var(--fcs-panel-bg-soft, var(--fcs-panel-bg, #1e1e1e)) 100%);
	color: var(--fcs-panel-text, #fff);
	border: 0;
	display: flex;
	flex-direction: column;
	transition: right 0.3s ease, left 0.3s ease;
	z-index: 9999999;
	box-shadow: 0 28px 70px rgba(2, 6, 23, 0.28);
	overflow: hidden;
}

.fcs-slide::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--fcs-panel-text, #fff) 18%, transparent), transparent);
	opacity: 0.7;
	pointer-events: none;
}

.fcs-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 1px 0 color-mix(in srgb, var(--fcs-panel-text, #fff) 7%, transparent);
	pointer-events: none;
}

.fcs-slide--right {
	right: calc(-1 * var(--fcs-slide-width, 360px));
	border-left: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	box-shadow: -28px 0 72px rgba(2, 6, 23, 0.22);
}

.fcs-slide--right.open {
	right: 0;
}

.fcs-slide--left {
	left: calc(-1 * var(--fcs-slide-width, 360px));
	border-right: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	box-shadow: 28px 0 72px rgba(2, 6, 23, 0.22);
}

.fcs-slide--left.open {
	left: 0;
}

.fcs-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
}

.fcs-notice {
	position: absolute;
	left: 20px;
	right: 20px;
	top: var(--fcs-notice-top, 76px);
	z-index: 6;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 12.5px;
	line-height: 1.45;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 6%, transparent);
	color: var(--fcs-panel-text, #fff);
	opacity: 0;
	transform: translateY(-6px);
	pointer-events: none;
	box-shadow: 0 12px 28px rgba(2, 6, 23, 0.12);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.fcs-notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.fcs-notice--success {
	border-color: color-mix(in srgb, #22c55e 45%, transparent);
	background: color-mix(in srgb, #22c55e 14%, var(--fcs-panel-bg, #1e1e1e));
}

.fcs-notice--error {
	border-color: color-mix(in srgb, #ef4444 45%, transparent);
	background: color-mix(in srgb, #ef4444 14%, var(--fcs-panel-bg, #1e1e1e));
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message {
	display: none;
}

.fcs-header-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.fcs-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 8%, transparent);
	color: var(--fcs-panel-muted, rgba(255,255,255,0.75));
	opacity: 1;
	font-size: 11.5px;
	font-weight: 600;
}

.fcs-close {
	all: unset;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0.6;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
	transition: transform 0.2s ease, opacity 0.2s ease;
	background: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.fcs-close svg {
	width: 16px;
	height: 16px;
	display: block;
}

.fcs-close:hover {
	opacity: 1;
	color: var(--fcs-panel-text, #fff);
	transform: rotate(90deg) scale(1.08);
	background: none !important;
	box-shadow: none !important;
}

.fcs-shell-body {
	flex: 1;
}

.fcs-shell-note {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
}

.fcs-items {
	flex: 0 1 auto;
	overflow-y: auto;
	padding-right: 6px;
	margin-bottom: 10px;
	scrollbar-width: thin;
	scrollbar-color: color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 38%, transparent) transparent;
}

.fcs-items::-webkit-scrollbar {
	width: 8px;
}

.fcs-items::-webkit-scrollbar-track {
	background: transparent;
}

.fcs-items::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: padding-box;
	background: color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 34%, var(--fcs-panel-text, #fff) 10%);
}

.fcs-items::-webkit-scrollbar-thumb:hover {
	background: color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 46%, var(--fcs-panel-text, #fff) 12%);
}

.fcs-item {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	grid-template-areas:
		"thumb info"
		"thumb actions";
	column-gap: 12px;
	row-gap: 8px;
	align-items: start;
	padding: 12px;
	margin-bottom: 6px;
	position: relative;
	border-radius: 14px;
	transition: transform 0.2s ease, background 0.2s ease;
}

.fcs-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: var(--fcs-panel-border, rgba(255,255,255,0.1));
	opacity: 0.7;
}

.fcs-item:hover {
	transform: translateY(-1px);
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 6%, transparent);
}

.fcs-thumb {
	grid-area: thumb;
	align-self: start;
}

.fcs-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.fcs-info {
	grid-area: info;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 3px;
	padding-top: 2px;
	font-size: 13px;
	min-width: 0;
}

.fcs-info span,
.fcs-empty {
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
}

.fcs-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--fcs-panel-text, #fff);
	text-decoration: none;
}

.fcs-info span {
	font-size: 12px;
	line-height: 1.5;
	color: color-mix(in srgb, var(--fcs-panel-muted, rgba(255,255,255,0.65)) 92%, transparent);
}

.fcs-item__actions {
	grid-area: actions;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-left: 0;
	padding-top: 2px;
	width: 100%;
	min-width: 0;
}

.fcs-qty {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin-top: 0;
	padding: 3px 4px;
	border: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
	border-radius: 999px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 4%, transparent);
	transition: opacity 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.fcs-qty:hover {
	border-color: color-mix(in srgb, var(--fcs-panel-text, #fff) 14%, transparent);
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 6%, transparent);
}

.fcs-qty.is-loading {
	opacity: 0.7;
}

.fcs-qty__button {
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	color: var(--fcs-panel-text, #fff);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.fcs-qty__button:hover,
.fcs-qty__button:focus {
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 10%, transparent);
	color: var(--fcs-panel-text, #fff);
}

.fcs-qty__button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.fcs-qty__input,
.fcs-qty input.fcs-qty__input[type="text"] {
	width: 28px;
	border: 0 !important;
	background: transparent !important;
	color: var(--fcs-panel-text, #fff) !important;
	-webkit-text-fill-color: var(--fcs-panel-text, #fff);
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
	height: 24px;
	border-radius: 0;
	box-shadow: none !important;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	outline: none !important;
}

.fcs-qty__input::-webkit-outer-spin-button,
.fcs-qty__input::-webkit-inner-spin-button,
.fcs-qty input.fcs-qty__input[type="text"]::-webkit-outer-spin-button,
.fcs-qty input.fcs-qty__input[type="text"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.fcs-qty__input:focus,
.fcs-qty input.fcs-qty__input[type="text"]:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 3%, transparent) !important;
	color: var(--fcs-panel-text, #fff) !important;
	-webkit-text-fill-color: var(--fcs-panel-text, #fff);
}

.fcs-qty__input:hover,
.fcs-qty__input:active,
.fcs-qty__input:focus-visible,
.fcs-qty input.fcs-qty__input[type="text"]:hover,
.fcs-qty input.fcs-qty__input[type="text"]:active,
.fcs-qty input.fcs-qty__input[type="text"]:focus-visible {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

@media (hover: hover) {
	.fcs-qty,
	.fcs-remove {
		opacity: 0;
		transform: translateY(4px);
		pointer-events: none;
	}

	.fcs-item:hover .fcs-qty,
	.fcs-item:hover .fcs-remove,
	.fcs-item:focus-within .fcs-qty,
	.fcs-item:focus-within .fcs-remove,
	.fcs-qty:hover,
	.fcs-qty:focus-within,
	.fcs-remove:hover,
	.fcs-remove:focus {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}
}

.fcs-title:hover,
.fcs-title:focus {
	color: var(--fcs-panel-text, #fff);
	opacity: 0.85;
}

.fcs-remove {
	all: unset;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 26px;
	cursor: pointer;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, color 0.2s ease;
	background: none !important;
	box-shadow: none !important;
	outline: none !important;
}

@media (hover: none) {
	.fcs-remove {
		opacity: 0.8;
		transform: translateY(0);
		pointer-events: auto;
	}
}

.fcs-remove svg {
	width: 14px;
	height: 14px;
	display: block;
}

.fcs-remove:hover {
	color: #ff4d4d;
	transform: scale(1.08);
	background: none !important;
	box-shadow: none !important;
}

.fcs-remove:active {
	transform: scale(0.94);
}

.fcs-footer {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
}

.fcs-summary {
	display: grid;
	gap: 8px;
	margin: 0 0 10px;
	padding: 13px 15px;
	border: 1px solid color-mix(in srgb, var(--fcs-panel-border, rgba(255,255,255,0.1)) 92%, transparent);
	border-radius: 14px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 3%, transparent);
}

.fcs-summary__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	font-size: 12.5px;
	line-height: 1.45;
}

.fcs-summary__row span {
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
}

.fcs-summary__row strong {
	font-size: 12.5px;
	font-weight: 550;
	color: var(--fcs-panel-text, #fff);
	text-align: right;
}

.fcs-summary__row--pending strong {
	font-weight: 500;
	color: color-mix(in srgb, var(--fcs-panel-muted, rgba(255,255,255,0.65)) 92%, var(--fcs-panel-text, #fff));
}

.fcs-summary__row--success strong {
	color: color-mix(in srgb, #29e7c5 78%, var(--fcs-panel-text, #fff));
}

.fcs-summary.is-dismissing {
	overflow: hidden;
	max-height: 64px;
	opacity: 1;
	transform-origin: top;
	animation: fcs-summary-dismiss 0.36s cubic-bezier(0.2, 0.75, 0.2, 1) 0.12s forwards;
}

@keyframes fcs-summary-dismiss {
	0% {
		max-height: 64px;
		opacity: 1;
		transform: scaleY(1);
		margin-bottom: 0;
	}

	100% {
		max-height: 0;
		opacity: 0;
		transform: scaleY(0.88);
		margin-bottom: -8px;
	}
}

.fcs-progress {
	margin: 0 0 10px;
	padding: 10px 12px;
	border: 1px solid var(--fcs-panel-border, rgba(255,255,255,0.1));
	border-radius: 14px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 4%, transparent);
}

.fcs-progress__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.fcs-progress__meta strong {
	font-size: 12px;
	font-weight: 600;
}

.fcs-progress__meta span {
	font-size: 11.5px;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
}

.fcs-progress__track {
	position: relative;
	height: 6px;
	border-radius: 999px;
	overflow: hidden;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 7%, transparent);
}

.fcs-progress__bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--fcs-trigger-badge-bg, #745da8), color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 68%, #ffffff));
	box-shadow: 0 0 18px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 24%, transparent);
}

.fcs-progress__note {
	margin: 6px 0 0;
	font-size: 11.5px;
	line-height: 1.35;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
}

.fcs-subtotal-card {
	margin-bottom: 10px;
	padding: 12px 16px 10px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 5%, transparent);
}

.fcs-subtotal-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	margin-top: 6px;
	padding-top: 8px;
	border-top: 1px solid color-mix(in srgb, var(--fcs-panel-border, rgba(255,255,255,0.1)) 82%, transparent);
	box-shadow: inset 0 1px 0 color-mix(in srgb, var(--fcs-panel-text, #fff) 3%, transparent);
}

.fcs-subtotal-row span {
	color: var(--fcs-panel-text, #fff);
}

.fcs-subtotal-row strong {
	font-size: 14.5px;
	font-weight: 675;
}

.fcs-subtotal-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 0 2px;
	font-size: 11.5px;
	line-height: 1.4;
}

.fcs-subtotal-meta span {
	color: color-mix(in srgb, var(--fcs-panel-muted, rgba(255,255,255,0.65)) 92%, transparent);
}

.fcs-subtotal-meta strong {
	font-size: 11.75px;
	font-weight: 525;
	color: color-mix(in srgb, var(--fcs-panel-muted, rgba(255,255,255,0.65)) 94%, var(--fcs-panel-text, #fff));
	text-align: right;
}

.fcs-subtotal-meta--pending strong {
	font-weight: 500;
	color: color-mix(in srgb, var(--fcs-panel-muted, rgba(255,255,255,0.65)) 98%, transparent);
}

.fcs-note {
	margin: 0 0 12px;
	font-size: 11.5px;
	line-height: 1.4;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
	max-width: 100%;
}

.fcs-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fcs-actions .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	border: 1px solid transparent;
	border-radius: 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	transition: transform 0.2s ease, filter 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.fcs-actions .button:hover {
	transform: translateY(-1px);
	filter: brightness(0.98);
}

.fcs-actions .button:not(.checkout) {
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 5%, transparent);
	border-color: var(--fcs-panel-border, rgba(255,255,255,0.1));
	color: var(--fcs-panel-text, #fff);
}

.fcs-actions .button.checkout {
	background: var(--fcs-trigger-badge-bg, #745da8);
	color: var(--fcs-trigger-badge-text, #fff);
	box-shadow: 0 12px 24px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 28%, transparent);
}

.fcs-empty {
	margin: 18px 0 8px;
	padding: 30px 22px 24px;
	border-radius: 14px;
	background: color-mix(in srgb, var(--fcs-panel-text, #fff) 4%, transparent);
	text-align: center;
	font-size: 13px;
}

.fcs-empty__icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 16px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 18%, transparent), transparent 68%),
		color-mix(in srgb, var(--fcs-panel-text, #fff) 4%, transparent);
	color: var(--fcs-trigger-badge-bg, #745da8);
	box-shadow:
		inset 0 1px 0 color-mix(in srgb, var(--fcs-panel-text, #fff) 8%, transparent),
		0 10px 24px color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 12%, transparent);
}

.fcs-empty__icon svg {
	width: 28px;
	height: 22px;
	display: block;
}

.fcs-empty__title {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.2;
	color: var(--fcs-panel-text, #fff);
}

.fcs-empty__text {
	margin: 0 auto 16px;
	max-width: 28ch;
	color: var(--fcs-panel-muted, rgba(255,255,255,0.65));
	line-height: 1.55;
}

.fcs-empty__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 18%, transparent);
	border: 1px solid color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 28%, transparent);
	color: var(--fcs-panel-text, #fff);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
}

.fcs-empty__cta:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
	border-color: color-mix(in srgb, var(--fcs-trigger-badge-bg, #745da8) 42%, transparent);
}

body.fcs-cart-open {
	overflow: hidden;
}

@media (max-height: 920px) {
	.fcs-slide {
		--fcs-notice-top: 74px;
		top: 8px;
		bottom: 8px;
		padding: 16px 16px 14px;
		max-width: calc(100vw - 16px);
	}

	.fcs-header {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}

	.fcs-notice {
		left: 16px;
		right: 16px;
		font-size: 12px;
	}

	.fcs-progress {
		margin: 0 0 8px;
		padding: 8px 10px;
		border-radius: 12px;
	}

	.fcs-progress__meta {
		margin-bottom: 5px;
	}

	.fcs-progress__meta strong {
		font-size: 11.5px;
	}

	.fcs-progress__meta span {
		font-size: 11px;
	}

	.fcs-progress__track {
		height: 5px;
	}

	.fcs-progress__note {
		margin-top: 5px;
		font-size: 11px;
		line-height: 1.3;
	}

	.fcs-footer {
		padding-top: 6px;
	}

	.fcs-summary {
		gap: 6px;
		margin-bottom: 6px;
		padding: 9px 11px;
		border-radius: 12px;
	}

	.fcs-summary__row {
		font-size: 12px;
		line-height: 1.35;
	}

	.fcs-summary__row strong {
		font-size: 12px;
	}

	.fcs-subtotal-card {
		margin-bottom: 6px;
		padding: 9px 11px 7px;
		border-radius: 12px;
	}

	.fcs-subtotal-meta {
		font-size: 11px;
	}

	.fcs-subtotal-meta strong {
		font-size: 11px;
	}

	.fcs-subtotal-row {
		font-size: 12.5px;
		margin-top: 5px;
		padding-top: 6px;
	}

	.fcs-subtotal-row strong {
		font-size: 14px;
	}

	.fcs-note {
		margin-bottom: 8px;
		font-size: 11px;
		line-height: 1.3;
	}

	.fcs-actions {
		gap: 5px;
	}

	.fcs-actions .button {
		height: 40px;
		font-size: 12.5px;
	}
}

@media (max-width: 480px) {
	.fcs-mini,
	.fcs-slide {
		width: min(100vw, var(--fcs-slide-width, 360px));
	}

	.fcs-mini {
		width: min(100vw, var(--fcs-mini-width, 320px));
	}

	.fcs-slide {
		top: 0;
		bottom: 0;
		max-width: 100vw;
		border-radius: 0;
	}

	.fcs-notice {
		left: 18px;
		right: 18px;
	}
}

@media (max-width: 768px) {
	.fcs-cart-trigger {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
