.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-list-shell {
	position: relative;
}

.fwc-saved-block {
	margin: 0;
}

.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: 16px;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

.fwc-list-shell__header {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 24px;
	justify-content: space-between;
}

.fwc-list-shell__toolbar {
	display: flex;
	justify-content: flex-end;
	min-height: 18px;
}

.fwc-list-shell__controls {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 4px;
}

.fwc-view-switcher {
	align-items: center;
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 60%, transparent);
	border-radius: 999px;
	box-shadow: none;
	display: inline-flex;
	gap: 0;
	padding: 2px;
}

.fwc-view-switcher__button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--fwc-text-soft);
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background 0.18s ease, color 0.18s ease;
	width: 32px;
}

.fwc-view-switcher__button:hover,
.fwc-view-switcher__button:focus-visible {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, transparent);
	color: var(--fwc-header-accent, var(--fwc-accent));
	outline: none;
}

.fwc-view-switcher__button.is-active {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, transparent);
	box-shadow: none;
	color: var(--fwc-header-accent, var(--fwc-accent));
}

.fwc-view-switcher__button:hover,
.fwc-view-switcher__button:focus-visible {
	transform: none;
}

.fwc-view-switcher__icon {
	display: grid;
	height: 15px;
	position: relative;
	width: 15px;
}

.fwc-view-switcher__icon--list {
	gap: 3px;
	grid-template-rows: repeat(3, 1fr);
}

.fwc-view-switcher__icon--list::before,
.fwc-view-switcher__icon--list::after,
.fwc-view-switcher__icon--grid::before,
.fwc-view-switcher__icon--grid::after,
.fwc-view-switcher__icon--table::before,
.fwc-view-switcher__icon--table::after {
	content: "";
	display: block;
}

.fwc-view-switcher__icon--list::before {
	background: currentColor;
	border-radius: 999px;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
	height: 2px;
	margin-top: 1px;
	width: 15px;
}

.fwc-view-switcher__icon--list::after {
	display: none;
}

.fwc-view-switcher__icon--grid {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 3px;
}

.fwc-view-switcher__icon--grid::before {
	background: currentColor;
	border-radius: 3px;
	box-shadow: 9px 0 0 currentColor, 0 9px 0 currentColor, 9px 9px 0 currentColor;
	height: 6px;
	width: 6px;
}

.fwc-view-switcher__icon--grid::after {
	display: none;
}

.fwc-view-switcher__icon--table::before {
	background: currentColor;
	border-radius: 2px;
	box-shadow:
		0 5px 0 currentColor,
		0 10px 0 currentColor,
		7px 0 0 currentColor,
		7px 5px 0 currentColor,
		7px 10px 0 currentColor;
	height: 3px;
	margin-top: 1px;
	width: 5px;
}

.fwc-view-switcher__icon--table::after {
	display: none;
}

.fwc-view-select {
	display: inline-flex;
	position: relative;
}

.fwc-view-select__control {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, var(--fwc-text-soft) 50%) calc(100% - 14px) 50% / 6px 6px no-repeat,
		linear-gradient(135deg, var(--fwc-text-soft) 50%, transparent 50%) calc(100% - 10px) 50% / 6px 6px no-repeat,
		transparent;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--fwc-border-strong) 78%, transparent);
	border-radius: 0;
	box-shadow: none;
	color: var(--fwc-text);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	height: 34px;
	line-height: 1.2;
	min-width: 152px;
	padding: 4px 28px 4px 4px;
}

.fwc-view-select__control:hover,
.fwc-view-select__control:focus {
	border-bottom-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 55%, var(--fwc-border-strong));
	outline: none;
}

.fwc-view-select__control:disabled {
	cursor: default;
	opacity: 1;
}

.fwc-list-shell__controls .fwc-clear-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	transition: color 0.18s ease;
}

.fwc-list-shell__controls .fwc-clear-button:hover,
.fwc-list-shell__controls .fwc-clear-button:focus-visible {
	background: transparent;
	border-color: transparent;
	color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 78%, #dc2626);
	outline: none;
}

.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 {
	color: var(--fwc-text-soft);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	max-width: 56ch;
}

.fwc-empty-state {
	background:
		radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, transparent), transparent 58%),
		color-mix(in srgb, var(--fwc-surface-soft) 84%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
	color: var(--fwc-text-soft);
	margin: 6px 0 0;
	padding: 30px 22px 24px;
	text-align: center;
}

.fwc-empty-state__icon {
	align-items: center;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, transparent), transparent 68%),
		color-mix(in srgb, var(--fwc-surface-strong) 90%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 76%, transparent);
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		0 12px 26px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 13%, transparent);
	color: var(--fwc-header-accent, var(--fwc-accent));
	display: inline-flex;
	height: 52px;
	justify-content: center;
	margin: 0 auto 16px;
	width: 52px;
}

.fwc-empty-state__svg,
.fwc-empty-state__icon svg {
	display: block;
	height: 25px;
	width: 25px;
}

.fwc-empty-state__title {
	color: var(--fwc-text);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.22;
	margin: 0 0 8px;
}

.fwc-empty-state__text {
	color: var(--fwc-text-soft);
	font-size: 13px;
	line-height: 1.55;
	margin: 0 auto 18px;
	max-width: 31ch;
}

.fwc-empty-state__cta {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 16%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 34%, transparent);
	border-radius: 999px;
	color: var(--fwc-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 650;
	justify-content: center;
	line-height: 1.15;
	min-height: 42px;
	min-width: 170px;
	padding: 0 20px;
	text-decoration: none;
	transition: border-color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

.fwc-empty-state__cta:hover,
.fwc-empty-state__cta:focus-visible {
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 48%, transparent);
	color: var(--fwc-text);
	filter: brightness(1.03);
	outline: none;
	transform: translateY(-1px);
}

.fwc-theme-root--theme-dark .fwc-empty-state {
	background:
		radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 16%, transparent), transparent 60%),
		rgba(255, 255, 255, 0.035);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.fwc-theme-root--theme-dark .fwc-empty-state__icon {
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 24%, transparent), transparent 68%),
		rgba(255, 255, 255, 0.045);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 12px 26px color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 18%, transparent);
}

.fwc-theme-root--theme-dark .fwc-empty-state__cta {
	color: var(--fwc-text);
}

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

.fwc-list-shell.is-loading [data-fwc-items] {
	min-height: var(--fwc-hydration-min-height, 180px);
}

[data-fwc-items] {
	position: relative;
}

.fwc-list-loader {
	align-items: center;
	background: rgba(255, 255, 255, 0.42);
	color: var(--fwc-header-accent, var(--fwc-accent));
	display: none;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	inset: 0;
	z-index: 8;
}

.fwc-list-loader__mark {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.fwc-list-loader__icon {
	display: block;
	height: 58px;
	opacity: 0.58;
	width: 58px;
}

.fwc-list-shell.is-loading .fwc-list-loader {
	display: flex;
}

.fwc-theme-root--theme-dark .fwc-list-loader {
	background: rgba(12, 16, 26, 0.38);
}

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

.fwc-list-shell--wishlist {
	--fwc-saved-action-min-height: 42px;
	--fwc-saved-action-padding: 11px 18px;
	--fwc-saved-action-radius: 4px;
}

.fwc-list-shell--wishlist .fwc-saved-add-to-cart,
.fwc-list-shell--wishlist .fwc-wishlist-row__actions .button,
.fwc-list-shell--wishlist .fwc-saved-card__actions .button,
.fwc-list-shell--wishlist .fwc-wishlist-table__actions .button,
.fwc-list-shell--wishlist .fwc-wishlist-row__actions .wp-element-button,
.fwc-list-shell--wishlist .fwc-saved-card__actions .wp-element-button,
.fwc-list-shell--wishlist .fwc-wishlist-table__actions .wp-element-button {
	align-items: center;
	border-radius: var(--fwc-saved-action-radius);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.15;
	min-height: var(--fwc-saved-action-min-height);
	padding: var(--fwc-saved-action-padding);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.fwc-list-shell--wishlist .fwc-wishlist-row__actions .fwc-inline-remove--wishlist,
.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist,
.fwc-list-shell--wishlist .fwc-wishlist-table__remove {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface-soft) 80%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 66%, transparent);
	border-radius: 999px;
	color: transparent;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0;
	font-weight: 400;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: static;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 32px;
}

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

.fwc-list-shell--wishlist .fwc-wishlist-row__actions .fwc-inline-remove--wishlist:hover,
.fwc-list-shell--wishlist .fwc-wishlist-row__actions .fwc-inline-remove--wishlist:focus-visible,
.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist:hover,
.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist:focus-visible,
.fwc-list-shell--wishlist .fwc-wishlist-table__remove:hover,
.fwc-list-shell--wishlist .fwc-wishlist-table__remove:focus-visible {
	background: color-mix(in srgb, #ef4444 10%, var(--fwc-surface));
	border-color: color-mix(in srgb, #ef4444 30%, var(--fwc-border-strong));
	box-shadow: 0 10px 20px color-mix(in srgb, var(--fwc-shadow-color, rgba(15, 23, 42, 0.14)) 22%, transparent);
	outline: none;
	transform: translateY(-1px);
}

.fwc-list-shell--wishlist .fwc-wishlist-row__actions .fwc-inline-remove--wishlist:hover::before,
.fwc-list-shell--wishlist .fwc-wishlist-row__actions .fwc-inline-remove--wishlist:focus-visible::before,
.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist:hover::before,
.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist:focus-visible::before,
.fwc-list-shell--wishlist .fwc-wishlist-table__remove:hover::before,
.fwc-list-shell--wishlist .fwc-wishlist-table__remove:focus-visible::before {
	color: #dc2626;
}

.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: 18px;
	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-table-wrap {
	background: var(--fwc-surface);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 82%, transparent);
	border-radius: 4px;
	box-shadow: none;
	overflow-x: auto;
}

.fwc-wishlist-table {
	border: 0;
	border-collapse: collapse;
	color: var(--fwc-text);
	margin: 0;
	min-width: 920px;
	width: 100%;
}

.fwc-wishlist-table th,
.fwc-wishlist-table td {
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	padding: 14px 16px;
	text-align: left;
	vertical-align: middle;
}

.fwc-wishlist-table thead th {
	background: color-mix(in srgb, var(--fwc-surface-soft) 88%, transparent);
	color: var(--fwc-text);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	white-space: nowrap;
}

.fwc-wishlist-table tbody tr {
	transition: background 0.16s ease;
}

.fwc-wishlist-table tbody tr:hover {
	background: color-mix(in srgb, var(--fwc-surface-soft) 54%, transparent);
}

.fwc-wishlist-table__remove-heading,
.fwc-wishlist-table__remove-cell {
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	width: 52px;
}

.fwc-wishlist-table__image-heading,
.fwc-wishlist-table__image-cell {
	width: 90px;
}

.fwc-wishlist-table__product-cell {
	min-width: 270px;
}

.fwc-wishlist-table__quantity {
	min-width: 130px;
	width: 140px;
}

.fwc-wishlist-table__media {
	align-items: center;
	background: #ffffff;
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 64%, transparent);
	border-radius: 2px;
	display: flex;
	flex: 0 0 72px;
	height: 72px;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
	width: 72px;
}

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

.fwc-wishlist-table__product-main {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fwc-wishlist-table__title {
	color: var(--fwc-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.fwc-wishlist-table__title a {
	color: inherit;
	text-decoration: none;
}

.fwc-wishlist-table__price {
	color: var(--fwc-text);
	font-size: 13px;
	font-weight: 700;
	min-width: 110px;
	white-space: nowrap;
}

.fwc-wishlist-table__stock {
	color: var(--fwc-text-soft);
	font-size: 12px;
	min-width: 110px;
	white-space: nowrap;
}

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

.fwc-wishlist-table__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	min-width: 170px;
	padding-left: 16px;
	padding-right: 16px;
	width: 190px;
}

.fwc-wishlist-table td.fwc-wishlist-table__actions {
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	display: table-cell;
	text-align: right;
}

.fwc-wishlist-table__actions .button,
.fwc-wishlist-table__actions .wp-element-button {
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
}

.fwc-wishlist-table__actions .fwc-inline-remove--wishlist {
	font-size: 12px;
}

.fwc-wishlist-table__remove.fwc-inline-remove {
	color: transparent;
	font-size: 0;
	opacity: 1;
}

.fwc-wishlist-qty {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface-soft) 78%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	border-radius: 999px;
	display: inline-flex;
	gap: 5px;
	padding: 3px 4px;
	width: fit-content;
}

.fwc-wishlist-qty:hover,
.fwc-wishlist-qty:focus-within {
	background: color-mix(in srgb, var(--fwc-surface-soft) 92%, transparent);
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 24%, var(--fwc-border-strong));
}

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

.fwc-wishlist-qty__button:hover,
.fwc-wishlist-qty__button:focus-visible {
	background: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 10%, transparent);
	color: var(--fwc-header-accent, var(--fwc-accent));
	outline: none;
}

.fwc-wishlist-qty__button:disabled {
	cursor: not-allowed;
	opacity: 0.36;
}

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

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

.fwc-wishlist-qty-unavailable {
	color: var(--fwc-text-soft);
}

@media (max-width: 760px) {
	.fwc-wishlist-table-wrap {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.fwc-wishlist-table,
	.fwc-wishlist-table thead,
	.fwc-wishlist-table tbody,
	.fwc-wishlist-table tr,
	.fwc-wishlist-table th,
	.fwc-wishlist-table td {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.fwc-wishlist-table thead {
		display: none;
	}

	.fwc-wishlist-table tr {
		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;
		margin-bottom: 10px;
		padding: 12px;
	}

	.fwc-wishlist-table td {
		border: 0;
		padding: 8px 0;
	}

	.fwc-wishlist-table td::before {
		color: var(--fwc-text-soft);
		content: attr(data-label);
		display: block;
		font-size: 10.5px;
		font-weight: 700;
		letter-spacing: 0.06em;
		margin-bottom: 4px;
		text-transform: uppercase;
	}

	.fwc-wishlist-table__product-cell::before {
		display: none;
	}

	.fwc-wishlist-table__actions {
		justify-content: flex-start;
		min-width: 0;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}

	.fwc-wishlist-table td.fwc-wishlist-table__actions {
		display: block;
		text-align: left;
	}

	.fwc-wishlist-table__remove-cell {
		text-align: left;
	}
}

.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-end;
	padding-left: 0;
}

.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-theme-root--theme-dark .fwc-wishlist-table__stock--out {
	color: #fdba74;
}

.fwc-saved-card {
	background: var(--fwc-surface);
	border: 1px solid color-mix(in srgb, var(--fwc-border) 82%, transparent);
	border-radius: 20px;
	box-shadow: none;
	color: var(--fwc-text);
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	position: relative;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.fwc-saved-card:hover {
	border-color: color-mix(in srgb, var(--fwc-header-accent, var(--fwc-accent)) 20%, var(--fwc-border));
	transform: none;
}

.fwc-saved-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--fwc-surface-strong) 88%, transparent) 0, transparent 52%),
		var(--fwc-surface-soft);
	display: flex;
	justify-content: center;
	min-height: 204px;
	padding: 24px 20px 18px;
}

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

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

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

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

.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: 10px;
	justify-content: stretch;
	margin-top: auto;
	padding-top: 8px;
}

.fwc-list-shell--wishlist .fwc-saved-card__actions .fwc-inline-remove--wishlist {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
}

.fwc-saved-card__actions .button,
.fwc-saved-card__actions .wp-element-button {
	width: 100%;
}

.fwc-saved-card__title {
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.28;
	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-list-shell .added_to_cart.wc-forward {
	display: none !important;
}

.fwc-compare-table-wrap {
	background: var(--fwc-surface);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 82%, transparent);
	border-radius: 4px;
	box-shadow: none;
	overflow-x: auto;
}

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

.fwc-compare-table-wrap--items-1 .fwc-compare-table {
	min-width: min(100%, 520px);
	width: min(100%, 520px);
}

.fwc-compare-table th,
.fwc-compare-table td {
	background: transparent;
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 72%, transparent);
	padding: 16px;
	text-align: left;
	vertical-align: middle;
}

.fwc-compare-table th {
	background: color-mix(in srgb, var(--fwc-surface-soft) 88%, transparent);
	color: var(--fwc-text);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	width: 170px;
}

.fwc-compare-table td {
	font-size: 13px;
	min-width: 190px;
}

.fwc-compare-table tbody tr {
	transition: background 0.16s ease;
}

.fwc-compare-table tbody tr:hover {
	background: color-mix(in srgb, var(--fwc-surface-soft) 42%, transparent);
}

.fwc-compare-table tbody tr:first-child th,
.fwc-compare-table tbody tr:first-child td {
	vertical-align: top;
}

.fwc-compare-table__row--product td {
	padding: 0;
}

.fwc-compare-table__product {
	display: flex;
	flex-direction: column;
	min-height: 188px;
	position: relative;
}

.fwc-compare-table__media {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface-soft) 70%, #ffffff);
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--fwc-border-strong) 62%, transparent);
	border-radius: 0;
	display: flex;
	height: 138px;
	justify-content: center;
	padding: 18px 46px 18px 18px;
	width: 100%;
}

.fwc-compare-table__media img {
	height: auto;
	max-height: 106px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.fwc-compare-table__title {
	color: var(--fwc-text);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.38;
	margin: 0;
	max-width: 28ch;
	padding: 16px;
}

.fwc-compare-table__title a {
	color: inherit;
	text-decoration: none;
}

.fwc-inline-remove--compare {
	align-items: center;
	background: color-mix(in srgb, var(--fwc-surface-soft) 80%, transparent);
	border: 1px solid color-mix(in srgb, var(--fwc-border-strong) 66%, transparent);
	border-radius: 999px;
	color: transparent;
	display: inline-flex;
	font-size: 0;
	font-weight: 400;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	text-decoration: none;
	top: 16px;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 32px;
}

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

.fwc-inline-remove--compare:hover,
.fwc-inline-remove--compare:focus-visible {
	background: color-mix(in srgb, #ef4444 10%, var(--fwc-surface));
	border-color: color-mix(in srgb, #ef4444 30%, var(--fwc-border-strong));
	box-shadow: 0 10px 20px color-mix(in srgb, var(--fwc-shadow-color, rgba(15, 23, 42, 0.14)) 18%, transparent);
	outline: none;
	transform: translateY(-1px);
}

.fwc-inline-remove--compare:hover::before,
.fwc-inline-remove--compare:focus-visible::before {
	color: #dc2626;
}

.fwc-compare-table__actions {
	text-align: right;
}

.fwc-compare-table__actions .button,
.fwc-compare-table__actions .wp-element-button {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.15;
	min-height: var(--fwc-saved-action-min-height, 42px);
	padding: var(--fwc-saved-action-padding, 11px 18px);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

.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;
	}
}
