/* ============================================================================
   Vince — /wishlist/ page (Figma frame 40-5418 "wishlist_filled" + "wishlist_empty")
   Owns ALL wishlist-page styling (enqueued only on page 90), so it survives
   global-customCss re-runs. Mirrors the cart line-item pattern (vince-cart.css).
   ============================================================================ */

#vince-wishlist-page { background: #fff; }

.vince-wl-content,
.vince-wl-empty { max-width: 1440px; margin: 0 auto; width: 100%; }

/* ── HERO BAND (filled) ──────────────────────────────────────────────────── */
.vince-wl-hero {
	background: #e7f1f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 72px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}
.vince-wl-hero-left {
	display: flex;
	align-items: center;
	gap: 48px;
	min-width: 0;
}
.vince-wl-hero-illu { height: 112px; width: auto; display: block; flex-shrink: 0; }
.vince-wl-hero-title {
	font-size: 24px;
	color: #222021;
	margin: 0;
	line-height: 1.3;
}
.vince-wl-hero-title strong { font-weight: 600; }
.vince-wl-hero-title span { font-weight: 400; }
.vince-wl-hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	height: 56px;
	padding: 0 var(--vince-btn-px-lg, 40px);
	border: var(--vince-btn-border, 1px) solid #222021;
	border-radius: var(--vince-btn-radius, 0);
	color: #222021;
	background: transparent;
	font-family: inherit;
	font-size: var(--vince-btn-fs-lg, 16px);
	font-weight: var(--vince-btn-fw, 600);
	letter-spacing: var(--vince-btn-ls, 0.02em);
	line-height: 1.2;
	text-decoration: none;
	flex-shrink: 0;
	transition: var(--vince-btn-transition, background-color .2s ease, color .2s ease, border-color .2s ease);
}
.vince-wl-hero-cta:hover { background: #222021; border-color: #222021; color: #fafafa; }
.vince-wl-hero-cta svg { width: 24px; height: 24px; display: block; }

/* ── LINE-ITEM ROWS (filled) ─────────────────────────────────────────────── */
.vince-wl-rows { width: 100%; }
.vince-wl-row {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
	transition: opacity .2s ease, transform .2s ease;
}
.vince-wl-row.is-removing { opacity: 0; transform: translateX(8px); }

.vince-wl-thumb {
	width: 121px;
	height: 121px;
	flex-shrink: 0;
	background: #faf9f7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}
.vince-wl-thumb img { width: 112px; height: 112px; object-fit: contain; display: block; mix-blend-mode: multiply; }

.vince-wl-main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.vince-wl-info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* rating */
.vince-wl-rating { display: flex; align-items: center; gap: 8px; }
.vince-wl-rating-val { font-size: 14px; font-weight: 600; color: #222021; }
.vince-wl-stars { display: inline-flex; align-items: center; gap: 3px; }
.vince-wl-stars svg { width: 14px; height: 14px; display: block; }
.vince-wl-stars svg.is-on { color: #fa9111; }
.vince-wl-stars svg.is-off { color: #e5e5e5; }
.vince-wl-reviews { font-size: 14px; color: #222021; text-decoration: underline; margin-left: 8px; }
.vince-wl-reviews:hover { color: #144bff; }

/* brand + name */
.vince-wl-names { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.vince-wl-brand { font-size: 16px; font-weight: 400; color: #222021; line-height: 1.5; }
.vince-wl-name {
	font-size: 16px;
	font-weight: 600;
	color: #222021;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}
.vince-wl-name:hover { color: #144bff; }

/* gift line */
.vince-wl-gift { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #222021; }
.vince-wl-gift svg { color: #144bff; flex-shrink: 0; width: 32px; height: 32px; }

/* price column */
.vince-wl-pricecol {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	justify-content: center;
	flex-shrink: 0;
}
.vince-wl-price { font-size: 24px; font-weight: 700; color: #222021; line-height: 1.3; white-space: nowrap; }
.vince-wl-price .amount,
.vince-wl-price bdi { font-weight: 700; color: #222021; }
.vince-wl-delivery { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #5a5a5a; white-space: nowrap; }
.vince-wl-dot { width: 14px; height: 14px; border-radius: 50%; background: #3aa15c; flex-shrink: 0; }

/* actions */
.vince-wl-actions { display: flex; gap: 8px; flex-shrink: 0; }
.vince-wl-act {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #222021;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
	transition: background .15s ease, color .15s ease, border-color .15s ease, opacity .15s ease;
}
.vince-wl-act svg { width: 24px; height: 24px; display: block; }
/* Add-to-cart bag is the Figma grey (#5A5A5A); white on dark hover. */
.vince-wl-add { color: #5a5a5a; }
.vince-wl-add:hover { background: #222021; color: #fff; border-color: #222021; }
/* Remove/trash action is red by default (Figma "iconsax-trash" — #ff4242). */
.vince-wl-remove { color: #ff4242; }
.vince-wl-remove:hover { border-color: #ff4242; background: #fff5f5; color: #ff4242; }
.vince-wl-act.loading { opacity: .5; pointer-events: none; }
.vince-wl-add.is-disabled,
.vince-wl-add[disabled] { opacity: .4; cursor: not-allowed; }
.vince-wl-add.is-disabled:hover,
.vince-wl-add[disabled]:hover { background: #fff; color: #222021; border-color: #e5e5e5; }

/* ── EMPTY STATE ─────────────────────────────────────────────────────────── */
.vince-wl-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 96px 0;
	gap: 24px;
	text-align: center;
}
.vince-wl-empty-illu img,
.vince-wl-empty-illu svg { display: block; max-width: 100%; height: auto; }
.vince-wl-empty-title { font-size: 24px; font-weight: 600; color: #222021; margin: 0; line-height: 1.2; }
.vince-wl-empty-sub { font-size: 16px; color: #5a5a5a; margin: 0; line-height: 1.5; max-width: 520px; }
.vince-wl-empty-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: var(--vince-btn-py, 14px) var(--vince-btn-px, 32px);
	border: var(--vince-btn-border, 1px) solid #222021;
	border-radius: var(--vince-btn-radius, 0);
	color: #222021;
	background: transparent;
	font-family: inherit;
	font-size: var(--vince-btn-fs, 15px);
	font-weight: var(--vince-btn-fw, 600);
	letter-spacing: var(--vince-btn-ls, 0.02em);
	line-height: 1.2;
	text-decoration: none;
	transition: var(--vince-btn-transition, background-color .2s ease, color .2s ease, border-color .2s ease);
}
.vince-wl-empty-cta:hover { background: #222021; border-color: #222021; color: #fafafa; }
.vince-wl-empty-cta svg { width: 20px; height: 20px; display: block; }

/* Hide the Bricks-native upsell strip when the list is empty. */
body.vince-wl-is-empty .vince-wl-upsell { display: none !important; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
	.vince-wl-hero { padding: 24px 32px; }
	.vince-wl-hero-left { gap: 24px; }
	.vince-wl-hero-illu { height: 88px; }
	.vince-wl-hero-title { font-size: 20px; }
}
@media (max-width: 767px) {
	.vince-wl-hero { flex-direction: column; align-items: flex-start; padding: 20px; gap: 16px; }
	.vince-wl-hero-cta {
		width: 100%;
		height: auto;
		min-height: 56px;
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
		gap: 8px;
		padding: 16px 24px;
	}
	.vince-wl-row { gap: 16px; }
	.vince-wl-thumb { width: 88px; height: 88px; }
	.vince-wl-thumb img { width: 80px; height: 80px; }
	.vince-wl-main { flex-direction: column; align-items: stretch; gap: 12px; }
	.vince-wl-pricecol { align-items: flex-start; }
	.vince-wl-name { white-space: normal; }
	.vince-wl-delivery { white-space: normal; }
	.vince-wl-empty { padding: 64px 16px; }
}
