.fwc-theme-root {
	--fwc-surface: #ffffff;
	--fwc-surface-soft: #f8fafc;
	--fwc-surface-strong: #ffffff;
	--fwc-text: #101828;
	--fwc-text-soft: #475467;
	--fwc-border: rgba(16, 24, 40, 0.08);
	--fwc-border-strong: rgba(16, 24, 40, 0.12);
	--fwc-shadow: 0 16px 32px rgba(16, 24, 40, 0.06);
	--fwc-shadow-soft: 0 12px 24px rgba(16, 24, 40, 0.08);
	--fwc-accent: #7b2ff7;
	--fwc-accent-soft: rgba(123, 47, 247, 0.12);
	--fwc-accent-border: rgba(123, 47, 247, 0.28);
	--fwc-badge-bg: #101828;
	--fwc-badge-text: #ffffff;
	--fwc-badge-ring: #ffffff;
	--fwc-link: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-theme-root--theme-dark {
	--fwc-surface: linear-gradient(180deg, rgba(20, 24, 38, 0.96), rgba(14, 18, 29, 0.98));
	--fwc-surface-soft: linear-gradient(180deg, rgba(22, 26, 39, 0.98), rgba(16, 20, 33, 0.98));
	--fwc-surface-strong: rgba(255, 255, 255, 0.03);
	--fwc-text: #f4f7ff;
	--fwc-text-soft: rgba(180, 189, 211, 0.82);
	--fwc-border: rgba(177, 186, 255, 0.12);
	--fwc-border-strong: rgba(177, 186, 255, 0.18);
	--fwc-shadow: 0 24px 42px rgba(0, 0, 0, 0.26);
	--fwc-shadow-soft: 0 18px 30px rgba(0, 0, 0, 0.24);
	--fwc-accent-soft: rgba(123, 47, 247, 0.18);
	--fwc-accent-border: rgba(123, 47, 247, 0.34);
	--fwc-badge-bg: rgba(255, 255, 255, 0.1);
	--fwc-badge-text: #f4f7ff;
	--fwc-badge-ring: #101522;
	--fwc-link: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-header-actions,
.fwc-actions,
.fwc-list-shell,
.fwc-count-summary {
	color: var(--fwc-text);
}

.fwc-header-actions {
	align-items: center;
	color: var(--fwc-header-icon, currentColor);
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: var(--fwc-header-margin-left, 0);
	margin-right: var(--fwc-header-margin-right, 0);
	overflow: visible;
	vertical-align: middle;
}

.fwc-header-action-wrap {
	display: inline-flex;
	line-height: 1;
	position: relative;
	vertical-align: middle;
}

.fwc-header-actions--icons .fwc-header-action-wrap::after {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 72%, transparent);
	border-radius: 999px;
	box-shadow: 0 0 0 2px var(--fwc-badge-ring);
	content: "";
	height: 6px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -1px;
	top: 1px;
	transform: translate(35%, -20%) scale(0.7);
	transform-origin: center;
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: 6px;
}

.fwc-header-action {
	align-items: center;
	color: var(--fwc-header-icon, currentColor);
	display: inline-flex;
	gap: 0;
	line-height: 1;
	opacity: 0.82;
	padding: 0;
	text-decoration: none;
	transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
	vertical-align: middle;
}

.fwc-header-action:hover,
.fwc-header-action:focus {
	color: var(--fwc-header-icon, currentColor);
	opacity: 1;
	text-decoration: none;
	transform: translateY(-1px);
}

.fwc-header-action-wrap.is-active .fwc-header-action,
.fwc-header-action.is-active {
	opacity: 1;
}

.fwc-header-actions--icons .fwc-header-action-wrap.is-active::after {
	opacity: 1;
	transform: translate(35%, -20%) scale(1);
}

.fwc-header-action__icon,
.fwc-header-action__icon svg {
	display: inline-flex;
}

.fwc-header-action__icon {
	align-items: center;
	justify-content: center;
	line-height: 0;
	padding-bottom: 1px;
}

.fwc-header-action__icon svg {
	height: auto;
	transform-origin: center;
	width: var(--fwc-header-icon-size, 24px);
}

.fwc-floating-actions-shell {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
}

.fwc-floating-actions-shell--left {
	left: 0;
}

.fwc-floating-actions-shell--right {
	right: 0;
}

.fwc-header-actions--floating {
	--fwc-floating-collapsed-width: 48px;
	--fwc-floating-expanded-width: 164px;
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
}

.fwc-header-actions--floating .fwc-header-action-wrap {
	height: 48px;
	overflow: visible;
	position: relative;
	width: var(--fwc-floating-collapsed-width);
	z-index: 1;
}

.fwc-header-actions--floating .fwc-header-action-wrap::after {
	display: none;
}

.fwc-header-actions--floating .fwc-header-action-wrap + .fwc-header-action-wrap {
	border-top: 0;
	margin-top: 0;
}

.fwc-header-actions--floating .fwc-header-action {
	align-items: center;
	background:
		linear-gradient(180deg, #fbfdff 0%, #e8f0f8 100%);
	border: 0;
	border-radius: 0;
	box-shadow:
		0 10px 24px rgba(16, 24, 40, 0.16),
		0 1px 0 rgba(255, 255, 255, 0.85) inset;
	color: #334155;
	display: flex;
	height: 48px;
	justify-content: center;
	opacity: 1;
	left: 0;
	padding: 0 15px;
	position: absolute;
	right: auto;
	top: 0;
	transition: width 0.22s ease, padding 0.22s ease, justify-content 0.22s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	width: var(--fwc-floating-collapsed-width);
}

.fwc-header-actions--floating .fwc-header-action-wrap + .fwc-header-action-wrap .fwc-header-action {
	box-shadow:
		0 10px 24px rgba(16, 24, 40, 0.16),
		0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.fwc-floating-actions-shell--right .fwc-header-actions--floating .fwc-header-action {
	left: auto;
	right: 0;
}

.fwc-header-actions--floating .fwc-header-action:hover,
.fwc-header-actions--floating .fwc-header-action:focus {
	background:
		linear-gradient(
			180deg,
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 14%, #ffffff),
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 8%, #eef5fc)
		);
	color: var(--fwc-text);
	transform: none;
}

.fwc-header-actions--floating .fwc-header-action__icon svg {
	width: calc(var(--fwc-header-icon-size, 24px) - 3px);
}

.fwc-header-actions--floating .fwc-header-action__nav-label {
	color: currentColor;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.1;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	margin-left: 0;
	text-align: left;
	transition: max-width 0.22s ease, opacity 0.18s ease, margin-left 0.22s ease;
	white-space: nowrap;
}

.fwc-header-actions--floating .fwc-header-action-wrap:hover .fwc-header-action,
.fwc-header-actions--floating .fwc-header-action-wrap:focus-within .fwc-header-action {
	justify-content: flex-start;
	padding: 0 18px 0 14px;
	width: var(--fwc-floating-expanded-width);
	z-index: 2;
}

.fwc-header-actions--floating .fwc-header-action-wrap:hover,
.fwc-header-actions--floating .fwc-header-action-wrap:focus-within {
	z-index: 3;
}

.fwc-floating-actions-shell--left .fwc-header-actions--floating .fwc-header-action-wrap:hover .fwc-header-action,
.fwc-floating-actions-shell--left .fwc-header-actions--floating .fwc-header-action-wrap:focus-within .fwc-header-action {
	padding: 0 14px 0 18px;
}

.fwc-header-actions--floating .fwc-header-action-wrap:hover .fwc-header-action__nav-label,
.fwc-header-actions--floating .fwc-header-action-wrap:focus-within .fwc-header-action__nav-label {
	margin-left: 12px;
	max-width: 120px;
	opacity: 1;
}

.fwc-header-actions--floating .fwc-header-action-wrap.is-active .fwc-header-action,
.fwc-header-actions--floating .fwc-header-action.is-active {
	background:
		linear-gradient(
			180deg,
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 86%, #ffffff),
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 68%, #dbeafe)
		);
	color: #ffffff;
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action {
	background:
		linear-gradient(
			180deg,
			rgba(20, 27, 40, 0.98) 0%,
			rgba(12, 18, 30, 0.99) 100%
		);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.34),
		0 1px 0 rgba(255, 255, 255, 0.04) inset,
		0 0 0 1px rgba(148, 163, 184, 0.16);
	color: rgba(244, 247, 255, 0.96);
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action-wrap + .fwc-header-action-wrap .fwc-header-action {
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.34),
		0 1px 0 rgba(255, 255, 255, 0.04) inset,
		0 0 0 1px rgba(148, 163, 184, 0.16),
		inset 0 1px 0 rgba(148, 163, 184, 0.18);
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action:hover,
.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action:focus {
	background:
		linear-gradient(
			180deg,
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, rgba(24, 31, 46, 0.99)),
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 6%, rgba(13, 19, 31, 0.99))
		);
	box-shadow:
		0 16px 30px rgba(0, 0, 0, 0.38),
		0 1px 0 rgba(255, 255, 255, 0.04) inset,
		0 0 0 1px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 20%, rgba(148, 163, 184, 0.16)),
		0 0 20px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, transparent);
	color: #ffffff;
	transform: none;
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action-wrap.is-active .fwc-header-action,
.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action.is-active {
	background:
		linear-gradient(
			180deg,
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 28%, rgba(24, 31, 46, 0.99)),
			color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, rgba(13, 19, 31, 0.99))
		);
	box-shadow:
		0 16px 32px rgba(0, 0, 0, 0.4),
		0 1px 0 rgba(255, 255, 255, 0.04) inset,
		0 0 0 1px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 34%, rgba(148, 163, 184, 0.16)),
		0 0 24px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 24%, transparent);
	color: #ffffff;
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action__icon {
	filter: drop-shadow(0 0 8px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, transparent));
}

.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action:hover .fwc-header-action__icon,
.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action:focus .fwc-header-action__icon,
.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action-wrap.is-active .fwc-header-action__icon,
.fwc-theme-root--theme-dark .fwc-header-actions--floating .fwc-header-action.is-active .fwc-header-action__icon {
	filter:
		drop-shadow(0 0 10px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 40%, transparent))
		drop-shadow(0 0 18px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 22%, transparent));
}

.fwc-header-action__label {
	color: var(--fwc-text);
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.1;
}

.fwc-header-actions--labels {
	gap: 16px;
}

.fwc-header-actions--labels .fwc-header-action {
	gap: 9px;
}

.fwc-header-actions--labels .fwc-header-action__icon svg {
	width: calc(var(--fwc-header-icon-size, 24px) - 1px);
}

.fwc-header-actions--labels .fwc-header-action__label {
	display: inline-flex;
}

.fwc-header-actions--icons .fwc-header-action__label {
	display: none;
}

.fwc-header-action__svg--wishlist {
	transform: scale(0.87);
}

.fwc-header-action__svg--compare {
	transform: scale(0.84);
}

.fwc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.fwc-actions--loop {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin: 10px 0 0;
}

.fwc-actions--loop-overlay {
	margin: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	visibility: hidden;
	z-index: 8;
}

.fwc-actions--loop-overlay.is-positioned {
	align-items: center;
	flex-direction: column;
	gap: 8px;
	pointer-events: none;
	position: absolute;
}

.woocommerce ul.products li.product:hover .fwc-actions--loop-overlay.is-positioned,
.woocommerce ul.products li.product:focus-within .fwc-actions--loop-overlay.is-positioned,
.wc-block-grid__product:hover .fwc-actions--loop-overlay.is-positioned,
.wc-block-grid__product:focus-within .fwc-actions--loop-overlay.is-positioned {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.fwc-actions--single {
	gap: 12px;
	margin: 18px 0 0;
}

.fwc-actions--single-inline {
	align-items: stretch;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 7px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.fwc-action-button {
	align-items: center;
	background: var(--fwc-surface-strong);
	border: 1px solid var(--fwc-border-strong);
	border-radius: 999px;
	color: var(--fwc-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 12.5px;
	font-weight: 600;
	gap: 10px;
	line-height: 1;
	padding: 9px 14px;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.fwc-action-button__icon,
.fwc-action-button__icon svg {
	display: inline-flex;
}

.fwc-action-button__icon {
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.fwc-action-button__svg {
	height: 15px;
	width: 15px;
}

.fwc-action-button__svg--wishlist {
	transform: scale(0.87);
	transform-origin: center;
}

.fwc-action-button__svg--compare {
	transform: scale(0.84);
	transform-origin: center;
}

.fwc-action-button--single {
	gap: 11px;
	min-height: 44px;
	padding: 10px 15px 10px 13px;
}

.fwc-action-button--single .fwc-action-button__icon {
	color: var(--fwc-header-accent, var(--fwc-accent));
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.fwc-action-button--single .fwc-action-button__svg {
	height: 18px;
	width: 18px;
}

.fwc-action-button--single .fwc-action-button__label {
	white-space: nowrap;
}

.fwc-action-button--single-inline {
	background: var(--fwc-header-accent, var(--fwc-accent));
	border-color: var(--fwc-header-accent, var(--fwc-accent));
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	box-sizing: border-box;
	flex: 0 0 auto;
	height: 100%;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 40px;
}

.fwc-action-button--single-inline::after {
	background: #222;
	border-radius: 6px;
	bottom: calc(100% + 8px);
	color: #fff;
	content: attr(data-fwc-tooltip);
	font-size: 11px;
	left: 50%;
	opacity: 0;
	padding: 4px 8px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	z-index: 20;
}

.fwc-action-button--single-inline .fwc-action-button__icon {
	color: currentColor;
	height: 17px;
	width: 17px;
}

.fwc-action-button--single-inline .fwc-action-button__svg {
	height: 17px;
	width: 17px;
}

.fwc-action-button--loop {
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-color: rgba(16, 24, 40, 0.12);
	border-radius: 999px;
	box-shadow: none;
	color: rgba(52, 64, 84, 0.9);
	flex: 0 0 auto;
	height: 30px;
	justify-content: center;
	min-height: 30px;
	min-width: 30px;
	padding: 0;
	pointer-events: auto;
	width: 30px;
}

.fwc-action-button--loop::after {
	background: #222;
	border-radius: 6px;
	bottom: calc(100% + 8px);
	color: #fff;
	content: attr(data-fwc-tooltip);
	font-size: 11px;
	left: 50%;
	opacity: 0;
	padding: 4px 8px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
	z-index: 20;
}

.fwc-theme-root--theme-dark .fwc-action-button--loop {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(177, 186, 255, 0.18);
	box-shadow: none;
	color: rgba(244, 247, 255, 0.92);
}

.fwc-action-button--loop .fwc-action-button__svg {
	display: block;
	height: 16px;
	overflow: visible;
	width: 16px;
}

.fwc-action-button--loop .fwc-action-button__icon {
	height: 16px;
	width: 16px;
}

.fwc-action-button--loop .fwc-action-button__svg path,
.fwc-action-button--loop .fwc-action-button__svg polyline,
.fwc-action-button--loop .fwc-action-button__svg line,
.fwc-action-button--loop .fwc-action-button__svg circle,
.fwc-action-button--loop .fwc-action-button__svg rect {
	stroke: currentColor;
}

.fwc-action-button--loop .fwc-action-button__svg--wishlist {
	transform: scale(0.87);
}

.fwc-action-button--loop .fwc-action-button__svg--compare {
	transform: scale(0.84);
}

.fwc-action-button:hover {
	border-color: rgba(0, 174, 240, 0.4);
	box-shadow: var(--fwc-shadow-soft);
	transform: translateY(-1px);
}

.fwc-action-button--single:hover .fwc-action-button__icon,
.fwc-action-button--single:focus .fwc-action-button__icon,
.fwc-action-button--single.is-active .fwc-action-button__icon {
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-action-button--loop:hover,
.fwc-action-button--loop:focus {
	background: rgba(255, 255, 255, 0.88);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 44%, rgba(16, 24, 40, 0.14));
	box-shadow: none;
	color: var(--fwc-header-accent, var(--fwc-accent));
	transform: translateY(-1px);
}

.fwc-action-button--single-inline:hover,
.fwc-action-button--single-inline:focus {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 86%, #000000);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 86%, #000000);
	box-shadow: none;
	color: #ffffff;
	transform: translateY(-1px);
}

.fwc-action-button--single-inline:hover::after,
.fwc-action-button--single-inline:focus::after,
.fwc-action-button--single-inline:focus-visible::after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.fwc-action-button--loop:hover::after,
.fwc-action-button--loop:focus::after,
.fwc-action-button--loop:focus-visible::after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.fwc-theme-root--theme-dark .fwc-action-button--loop:hover,
.fwc-theme-root--theme-dark .fwc-action-button--loop:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 48%, rgba(177, 186, 255, 0.12));
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-theme-root--theme-dark .fwc-action-button--single-inline {
	background: var(--fwc-header-accent, var(--fwc-accent));
	border-color: var(--fwc-header-accent, var(--fwc-accent));
	color: #ffffff;
}

.fwc-theme-root--theme-dark .fwc-action-button--single-inline:hover,
.fwc-theme-root--theme-dark .fwc-action-button--single-inline:focus {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 82%, #000000);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 82%, #000000);
	color: #ffffff;
}

.fwc-action-button.is-active {
	background: linear-gradient(180deg, rgba(0, 198, 255, 0.12), var(--fwc-accent-soft));
	border-color: var(--fwc-accent-border);
}

.fwc-action-button--loop.is-active {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 8%, rgba(255, 255, 255, 0.74));
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 60%, rgba(16, 24, 40, 0.14));
	box-shadow: none;
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-theme-root--theme-dark .fwc-action-button--loop.is-active {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 12%, rgba(255, 255, 255, 0.05));
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 58%, rgba(177, 186, 255, 0.12));
	box-shadow: none;
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-action-button--single-inline.is-active {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 74%, #ffffff);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 74%, #ffffff);
	box-shadow: none;
	color: #ffffff;
}

.fwc-theme-root--theme-dark .fwc-action-button--single-inline.is-active {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 70%, #ffffff);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 70%, #ffffff);
	box-shadow: none;
	color: #ffffff;
}

.fwc-action-button[disabled] {
	cursor: wait;
	opacity: 0.7;
}

.fwc-action-button__count {
	align-items: center;
	background: var(--fwc-badge-bg);
	border-radius: 999px;
	color: var(--fwc-badge-text);
	display: inline-flex;
	font-size: 11px;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 6px;
}

.fwc-list-shell {
	display: grid;
	gap: 14px;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

.fwc-list-shell__header {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	justify-content: space-between;
}

.fwc-list-shell .fwc-list-shell__title {
	color: var(--fwc-text);
	font-size: clamp(1.7rem, 1.62rem + 0.16vw, 1.9rem);
	line-height: 1.06;
	margin: 0 0 4px;
}

.fwc-list-shell .fwc-list-shell__copy,
.fwc-list-shell .fwc-empty-state {
	color: var(--fwc-text-soft);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	max-width: 56ch;
}

.fwc-clear-button,
.fwc-inline-remove {
	background: transparent;
	border: 0;
	color: var(--fwc-link);
	cursor: pointer;
	font-weight: 600;
	padding: 0;
}

.fwc-clear-button {
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

.fwc-saved-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fwc-wishlist-grid {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px) {
	.fwc-wishlist-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.fwc-wishlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.fwc-wishlist-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.fwc-wishlist-list {
	display: grid;
	gap: 8px;
}

.fwc-wishlist-row {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface-soft) 68%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 74%, transparent);
	border-radius: 18px;
	column-gap: 14px;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) auto;
	padding: 10px 12px;
}

.fwc-wishlist-row:first-child {
	padding-top: 10px;
}

.fwc-wishlist-row:last-child {
	padding-bottom: 10px;
}

.fwc-wishlist-row__media {
	align-items: center;
	background: var(--fwc-surface-strong);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	border-radius: 14px;
	display: flex;
	height: 68px;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
	width: 68px;
}

.fwc-wishlist-row__media img {
	height: auto;
	max-height: 52px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.fwc-list-shell .fwc-wishlist-row__main {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.fwc-list-shell .fwc-wishlist-row__title {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.28;
	margin: 0;
}

.fwc-list-shell .fwc-wishlist-row__title a {
	color: inherit;
	text-decoration: none;
}

.fwc-list-shell .fwc-wishlist-row__meta {
	align-items: center;
	color: var(--fwc-text-soft);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fwc-list-shell .fwc-wishlist-row__price {
	color: var(--fwc-text);
	font-size: 12.5px;
	font-weight: 600;
}

.fwc-list-shell .fwc-wishlist-row__stock {
	font-size: 11.5px;
}

.fwc-wishlist-row__stock--out {
	color: #c2410c;
}

.fwc-wishlist-row__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-start;
	padding-left: 0;
}

.fwc-wishlist-row__primary.button {
	background: var(--fwc-header-accent, var(--fwc-accent));
	border: 1px solid color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 26%, transparent);
	border-radius: 12px;
	box-shadow: 0 6px 12px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 14%, transparent);
	color: var(--fwc-header-accent-text, #ffffff);
	font-size: 12.5px;
	font-weight: 600;
	min-height: 34px;
	padding: 8px 14px;
	text-decoration: none;
}

.fwc-wishlist-row__primary.button:hover {
	filter: brightness(1.02);
}

.fwc-inline-remove--wishlist {
	font-size: 12px;
	line-height: 1;
	opacity: 0.92;
}

.fwc-theme-root--theme-dark .fwc-wishlist-row {
	background: color-mix(in srgb, var(--fwc-surface-soft) 88%, transparent);
}

.fwc-saved-card {
	background: var(--fwc-surface);
	border: 1px solid var(--fwc-border);
	border-radius: 16px;
	box-shadow: 0 14px 28px color-mix(in srgb, var(--fwc-shadow-color, rgba(15, 23, 42, 0.14)) 55%, transparent);
	color: var(--fwc-text);
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	position: relative;
}

.fwc-saved-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--fwc-surface-soft);
	display: flex;
	justify-content: center;
	min-height: 212px;
	padding: 20px 18px 16px;
}

.fwc-saved-card__media img {
	height: auto;
	max-height: 164px;
	object-fit: contain;
	width: auto;
}

.fwc-saved-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px 18px 18px;
}

.fwc-saved-card__meta {
	align-items: center;
	color: var(--fwc-text-soft);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fwc-saved-card__price {
	color: var(--fwc-text);
	font-size: 13px;
	font-weight: 600;
}

.fwc-saved-card__stock {
	font-size: 12px;
}

.fwc-saved-card__stock--out {
	color: #c2410c;
}

.fwc-saved-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
}

.fwc-saved-card__actions .fwc-wishlist-row__primary.button {
	border-radius: 14px;
	box-shadow: none;
	flex: 1 1 100%;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 42px;
	min-width: 0;
	width: 100%;
	padding: 10px 16px;
}

.fwc-saved-card__actions .fwc-inline-remove--wishlist {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface) 92%, transparent);
	border: 1px solid var(--fwc-border);
	border-radius: 999px;
	color: transparent;
	display: inline-flex;
	font-size: 0;
	font-weight: 400;
	height: 34px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 12px;
	text-decoration: none;
	top: 12px;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
	width: 34px;
	z-index: 2;
}

.fwc-saved-card__actions .fwc-inline-remove--wishlist::before {
	color: var(--fwc-text-soft);
	content: "\00d7";
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.fwc-saved-card__actions .fwc-inline-remove--wishlist:hover,
.fwc-saved-card__actions .fwc-inline-remove--wishlist:focus-visible {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, var(--fwc-surface));
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 30%, var(--fwc-border));
	outline: none;
	transform: translateY(-1px);
}

.fwc-saved-card__actions .fwc-inline-remove--wishlist:hover::before,
.fwc-saved-card__actions .fwc-inline-remove--wishlist:focus-visible::before {
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-saved-card__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
}

.fwc-saved-card__title a {
	color: inherit;
	text-decoration: none;
}

.fwc-saved-card__price {
	color: var(--fwc-text);
}

.fwc-saved-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fwc-saved-card__view.button,
.fwc-compare-table .button {
	background: var(--fwc-header-accent, var(--fwc-accent));
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: 0 10px 18px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, transparent);
	color: var(--fwc-header-accent-text, #ffffff);
	text-decoration: none;
}

.fwc-saved-card__view.button:hover,
.fwc-compare-table .button:hover {
	filter: brightness(1.03);
}

.fwc-compare-table-wrap {
	overflow-x: auto;
}

.fwc-compare-table {
	border-collapse: collapse;
	color: var(--fwc-text);
	min-width: 720px;
	width: 100%;
}

.fwc-compare-table th,
.fwc-compare-table td {
	background: var(--fwc-surface);
	border: 1px solid var(--fwc-border);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.fwc-compare-table th {
	background: var(--fwc-surface-soft);
	font-size: 13px;
	width: 180px;
}

.fwc-compare-table__product {
	display: grid;
	gap: 12px;
	justify-items: start;
}

.fwc-compare-table__product img {
	height: auto;
	max-width: 96px;
	object-fit: contain;
}

.fwc-theme-root--theme-dark .fwc-wishlist-row__stock--out {
	color: #fdba74;
}

.fwc-count-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.fwc-count-summary__item {
	background: var(--fwc-surface-strong);
	border: 1px solid var(--fwc-border);
	border-radius: 999px;
	box-shadow: var(--fwc-shadow-soft);
	padding: 8px 12px;
}

.fwc-count-summary__item strong {
	font-variant-numeric: tabular-nums;
}

@media (max-width: 782px) {
	.fwc-floating-actions-shell--left {
		left: 0;
	}

	.fwc-floating-actions-shell--right {
		right: 0;
	}

	.fwc-header-actions {
		gap: 8px;
	}

	.fwc-header-actions--floating {
		gap: 0;
	}

	.fwc-header-actions--floating .fwc-header-action {
		justify-content: flex-start;
		padding: 0 18px 0 14px;
	}

	.fwc-header-actions--floating .fwc-header-action-wrap {
		width: var(--fwc-floating-expanded-width);
	}

	.fwc-header-actions--floating .fwc-header-action {
		width: var(--fwc-floating-expanded-width);
	}

	.fwc-floating-actions-shell--left .fwc-header-actions--floating .fwc-header-action {
		padding: 0 14px 0 18px;
	}

	.fwc-header-actions--floating .fwc-header-action__nav-label {
		margin-left: 12px;
		max-width: 120px;
		opacity: 1;
	}

	.fwc-header-actions--labels {
		gap: 12px;
	}

	.fwc-actions {
		gap: 8px;
	}

	.fwc-action-button {
		flex: 1 1 auto;
		justify-content: space-between;
	}

	.fwc-actions--single-inline {
		display: flex;
		gap: 8px;
		margin: 10px 0 0;
		width: 100%;
	}

	.fwc-wishlist-row {
		align-items: start;
		grid-template-columns: 72px minmax(0, 1fr);
		row-gap: 14px;
	}

	.fwc-wishlist-row__media {
		border-radius: 16px;
		height: 72px;
		width: 72px;
	}

	.fwc-wishlist-row__media img {
		max-height: 56px;
	}

	.fwc-wishlist-row__title {
		font-size: 17px;
	}

	.fwc-wishlist-row__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.fwc-action-button--single-inline {
		flex: 0 0 auto;
	}

	.fwc-actions--loop-overlay.is-positioned {
		gap: 7px;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.fwc-action-button--loop {
		height: 32px;
		min-height: 32px;
		min-width: 32px;
		width: 32px;
	}
}
