/* PrittyWoman — Verlanglijstje (wishlist): header-badge, hartjes (kaart + product),
   en de "Mijn account → Verlanglijstje"-pagina. Huisstijl: goud/crème/Butler. */

/* ---- Header-teller (zoals de winkelwagen-teller) ---- */
.sellabees-action--wish .sellabees-action__svg { position: relative; }
.sellabees-wish-count {
	position: absolute;
	top: -7px;
	right: -10px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 9px;
	background: var(--pw-gold);
	color: #fff;
	font-family: var(--pw-font-heading);
	font-size: 11px;
	font-weight: 600;
	line-height: 17px;
	text-align: center;
}
.sellabees-wish-count.is-empty { display: none; }

/* ---- Hartje op de productkaart (rechtsboven) ---- */
.woocommerce ul.products li.product { position: relative; }
.sellabees-wish-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	background: transparent;
	color: var(--pw-text);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.sellabees-wish-btn__icon { display: block; transition: transform .15s ease, color .15s ease; }
.sellabees-wish-btn:hover .sellabees-wish-btn__icon { color: var(--pw-gold); }
.sellabees-wish-btn.is-active .sellabees-wish-btn__icon { color: var(--pw-gold); fill: var(--pw-gold); }
.sellabees-wish-btn.is-active .sellabees-wish-btn__icon path { fill: var(--pw-gold); stroke: var(--pw-gold); }

.sellabees-wish-btn--loop {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.sellabees-wish-btn--loop:hover { box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.sellabees-wish-btn--loop .sellabees-wish-btn__icon { width: 20px; height: 20px; }

/* ---- Hartje op de productpagina = identiek aan de kaart: rechtsboven op de
   afbeelding (binnen de product-gallery) ---- */
.single-product .woocommerce-product-gallery { position: relative; }
.sellabees-wish-btn--single {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.sellabees-wish-btn--single:hover { box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.sellabees-wish-btn--single .sellabees-wish-btn__icon { width: 22px; height: 22px; }

/* ============================ MIJN ACCOUNT → VERLANGLIJSTJE ============================ */
.woocommerce-account .sellabees-wishlist__empty { font-size: 15px; color: var(--pw-text); margin: 0 0 18px; }

.woocommerce-account .sellabees-wishlist__items { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--pw-line); }
.woocommerce-account .sellabees-wishlist__item {
	display: grid;
	grid-template-columns: 92px 1fr auto;
	gap: 22px;
	align-items: start;
	padding: 22px 0;
	border-bottom: 1px solid var(--pw-line);
}
.woocommerce-account .sellabees-wishlist__thumb { display: block; width: 92px; line-height: 0; }
.woocommerce-account .sellabees-wishlist__thumb img { width: 92px; height: auto; border-radius: 3px; display: block; }

.woocommerce-account .sellabees-wishlist__info { min-width: 0; }
.woocommerce-account .sellabees-wishlist__name {
	font-family: var(--pw-font-heading);
	font-size: 16px;
	font-weight: 600;
	color: var(--pw-text);
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
}
.woocommerce-account .sellabees-wishlist__name:hover { color: var(--pw-gold); }
.woocommerce-account .sellabees-wishlist__meta { font-size: 13px; color: #777; margin: 0 0 12px; }
.woocommerce-account .sellabees-wishlist__meta--choose a { color: var(--pw-gold); }

/* Aantal-stepper (− [n] +) */
.woocommerce-account .sellabees-wishlist__qty { display: inline-flex; align-items: stretch; border: 1px solid #d9d9d9; border-radius: 4px; overflow: hidden; height: 35px; }
.woocommerce-account .sellabees-wishlist__qty-btn {
	width: 30px;
	border: 0;
	background: #fff;
	color: var(--pw-text);
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
.woocommerce-account .sellabees-wishlist__qty-btn:hover { background: var(--pw-cream); }
.woocommerce-account .sellabees-wishlist__qty-input {
	width: 40px;
	border: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: center;
	font-family: var(--pw-font-heading);
	font-size: 14px;
	color: var(--pw-text);
	-moz-appearance: textfield;
	background: #fff;
}
.woocommerce-account .sellabees-wishlist__qty-input::-webkit-outer-spin-button,
.woocommerce-account .sellabees-wishlist__qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.woocommerce-account .sellabees-wishlist__end { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.woocommerce-account .sellabees-wishlist__remove {
	border: 0;
	background: transparent;
	color: #999;
	cursor: pointer;
	padding: 2px;
	line-height: 0;
}
.woocommerce-account .sellabees-wishlist__remove:hover { color: var(--pw-gold); }
.woocommerce-account .sellabees-wishlist__price { font-family: var(--pw-font-heading); font-size: 16px; font-weight: 600; color: var(--pw-text); white-space: nowrap; }

/* Actieknoppen-rij */
.woocommerce-account .sellabees-wishlist__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.woocommerce-account .sellabees-wishlist__btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 13px 22px;
	font-family: var(--pw-font-heading);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .02em;
	cursor: pointer;
	line-height: 1;
}
.woocommerce-account .sellabees-wishlist__btn--soft { background: var(--pw-cream); color: var(--pw-text); }
.woocommerce-account .sellabees-wishlist__btn--soft:hover { background: #e3dac3; }
.woocommerce-account .sellabees-wishlist__btn--gold { background: var(--pw-gold); color: #fff; margin-left: auto; }
.woocommerce-account .sellabees-wishlist__btn--gold:hover { filter: brightness(.93); }
/* Responsief label: volledige tekst op desktop, kort "Toevoegen" op mobiel. */
.sellabees-wish-label-short { display: none; }

@media (max-width: 560px) {
	.woocommerce-account .sellabees-wishlist__item { grid-template-columns: 70px 1fr; }
	.woocommerce-account .sellabees-wishlist__thumb,
	.woocommerce-account .sellabees-wishlist__thumb img { width: 70px; }
	.woocommerce-account .sellabees-wishlist__end { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
	.woocommerce-account .sellabees-wishlist__actions { gap: 10px; }
	.woocommerce-account .sellabees-wishlist__btn { padding: 13px 16px; }
	.woocommerce-account .sellabees-wishlist__btn--soft { flex: 1 1 0; justify-content: center; }
	.woocommerce-account .sellabees-wishlist__btn--gold { margin-left: 0; width: 100%; justify-content: center; }
	.sellabees-wish-label-full { display: none; }
	.sellabees-wish-label-short { display: inline; }
}
