:root {
	--ve-wishlist-green: var(--ve-deep-green, #044a3c);
	--ve-wishlist-yellow: var(--ve-solar-yellow, #fccf42);
	--ve-wishlist-mint: var(--ve-soft-green, #eaf4ef);
	--ve-wishlist-border: var(--ve-border, #d9e4de);
	--ve-wishlist-ink: var(--ve-ink, #0e2426);
	--ve-wishlist-muted: #5c6c69;
}

/* The page title is only a WordPress editor label; the public surface starts with the banner. */
.ve-hbc-wishlist-page .ve-site-main > article > h1:first-child {
	display: none !important;
}

.ve-wishlist-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding: 9px 14px;
	border: 1px solid rgba(4, 74, 60, .24);
	border-radius: 999px;
	background: var(--ve-wishlist-mint);
	color: var(--ve-wishlist-green);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.ve-wishlist-button:hover,
.ve-wishlist-button:focus-visible,
.ve-wishlist-button.is-active {
	border-color: var(--ve-wishlist-yellow);
	background: var(--ve-wishlist-yellow);
	transform: translateY(-1px);
}

/* The product action deliberately matches the canonical Add to cart button. */
.ve-wishlist-button--product {
	box-sizing: border-box;
	justify-content: center;
	min-width: 190px;
	min-height: 48px;
	margin-top: 0;
	padding: 0 20px;
	border: 1px solid var(--ve-solar-yellow, #fccf42);
	border-radius: var(--ve-radius-sm, 16px);
	background: var(--ve-solar-yellow, #fccf42);
	color: var(--ve-deep-green, #044a3c);
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.ve-wishlist-button--product:hover,
.ve-wishlist-button--product:focus-visible,
.ve-wishlist-button--product.is-active {
	border-color: #e8b928;
	background: #e8b928;
	color: var(--ve-deep-green, #044a3c);
}

.ve-wishlist-button[aria-busy="true"],
.ve-wishlist-action[aria-busy="true"] {
	opacity: .65;
	cursor: wait;
}

/* Vector Energy owns the wishlist action; suppress YITH's native heart wherever it remains in markup. */
.ve-wishlist-proprietary .yith-wcwl-add-to-wishlist,
.ve-wishlist-proprietary .yith-wcwl-add-button,
.ve-wishlist-proprietary .yith-add-to-wishlist-button-block,
.ve-wishlist-proprietary a.add_to_wishlist {
	display: none !important;
}

.ve-wishlist-heart {
	font-size: 18px;
	line-height: 1;
}

.ve-wishlist-inline-status {
	display: block;
	margin-top: 6px;
	color: var(--ve-wishlist-muted);
	font-size: 12px;
}

.ve-wishlist-page {
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--ve-wishlist-ink);
	font-family: var(--ve-font, Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.ve-wishlist-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 var(--ve-space-6, 24px);
	padding: 0 0 var(--ve-space-5, 20px);
	border-bottom: 1px solid var(--ve-border, #d9e4de);
	background: transparent;
}

.ve-wishlist-eyebrow {
	margin: 0 0 8px;
	color: var(--ve-wishlist-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ve-wishlist-header h1,
.ve-wishlist-empty h2 {
	margin: 0 0 8px;
	color: var(--ve-wishlist-green);
}

.ve-wishlist-header h1 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -.035em;
}

.ve-wishlist-header p {
	max-width: 680px;
	margin: 0;
	color: var(--ve-wishlist-muted);
}

.ve-wishlist-count-badge {
	flex: 0 0 auto;
	padding: 9px 14px;
	border: 1px solid var(--ve-wishlist-border);
	border-radius: 999px;
	background: #fff;
	font-weight: 700;
}

.ve-wishlist-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.ve-wishlist-action {
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid var(--ve-wishlist-border);
	border-radius: var(--ve-radius-sm, 10px);
	background: #fff;
	color: var(--ve-wishlist-green);
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}

.ve-wishlist-action--primary {
	border-color: var(--ve-wishlist-yellow);
	background: var(--ve-wishlist-yellow);
}

.ve-wishlist-action:hover,
.ve-wishlist-action:focus-visible {
	border-color: var(--ve-wishlist-green);
	background: var(--ve-wishlist-mint);
	color: var(--ve-wishlist-green);
}

.ve-wishlist-action--primary:hover,
.ve-wishlist-action--primary:focus-visible {
	border-color: #e8b928;
	background: #e8b928;
}

.ve-wishlist-status {
	flex: 1 1 100%;
	margin: 0;
	color: var(--ve-wishlist-muted);
	font-size: 14px;
}

.ve-wishlist-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--ve-wishlist-border);
	border-radius: var(--ve-radius-md, 14px);
	background: #fff;
}

.ve-wishlist-table {
	width: 100%;
	min-width: 680px;
	border-collapse: separate;
	border-spacing: 0;
}

.ve-wishlist-table th,
.ve-wishlist-table td {
	padding: 15px 16px;
	border-bottom: 1px solid var(--ve-wishlist-border);
	text-align: left;
	vertical-align: middle;
}

.ve-wishlist-table th {
	background: var(--ve-canvas, #f7faf8);
	color: var(--ve-wishlist-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .01em;
	text-transform: none;
}

.ve-wishlist-table tbody tr:nth-child(even) td {
	background: rgba(247, 250, 248, .55);
}

.ve-wishlist-table tr:last-child td {
	border-bottom: 0;
}

.ve-wishlist-product a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ve-wishlist-green);
	font-weight: 600;
	text-decoration: none;
}

.ve-wishlist-product img {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.ve-wishlist-stock {
	font-weight: 700;
}

.ve-wishlist-stock.is-available {
	color: var(--ve-wishlist-green);
}

.ve-wishlist-stock.is-unavailable {
	color: #9b4b32;
}

.ve-wishlist-remove {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(180, 35, 24, .2);
	border-radius: 50%;
	background: var(--ve-danger-soft, #fdecea);
	color: var(--ve-danger, #b42318);
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.ve-wishlist-empty {
	padding: 48px 28px;
	border: 1px solid var(--ve-wishlist-border);
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.ve-wishlist-empty p {
	color: var(--ve-wishlist-muted);
}

.ve-wishlist-link {
	display: inline-block;
	margin-top: 10px;
	color: var(--ve-wishlist-green);
	font-weight: 800;
}

.ve-wishlist-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 720px) {
	.ve-wishlist-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 22px;
	}
	.ve-wishlist-action {
		width: 100%;
	}
}
