/* ==========================================================================
   Liste de souhaits Wouly
   ========================================================================== */

.wf-wl-btn svg, .wf-wl-link svg { fill: none; transition: fill .15s ease, transform .15s ease; }
.wf-wl-btn.is-active svg, .wf-wl-link.is-active svg { fill: currentColor; }
.wf-wl-btn:active svg, .wf-wl-link:active svg { transform: scale(.85); }

/* Cœur sur les fiches */
ul.products li.product button.wf-wl-btn {
	position: absolute; top: 25px; right: 25px; z-index: 3;
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; padding: 0; border-radius: 50%;
	background: #fff; color: var(--wh-nav); box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: opacity .2s ease, color .2s ease;
}
ul.products li.product button.wf-wl-btn svg { width: 18px; height: 18px; }
ul.products li.product button.wf-wl-btn:hover { color: var(--wh-primary); }
ul.products li.product button.wf-wl-btn.is-active { color: var(--wh-primary); }
@media (hover: hover) and (min-width: 1025px) {
	ul.products li.product button.wf-wl-btn:not(.is-active) { opacity: 0; }
	ul.products li.product:hover button.wf-wl-btn,
	ul.products li.product:focus-within button.wf-wl-btn { opacity: 1; }
}
@media (max-width: 767px) {
	ul.products li.product button.wf-wl-btn { top: 15px; right: 15px; width: 32px; height: 32px; }
	ul.products li.product button.wf-wl-btn svg { width: 16px; height: 16px; }
}

/* Lien sur la fiche produit */
.wf-wl-single { margin: -6px 0 18px; }
button.wf-wl-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--wh-nav); text-transform: none; }
button.wf-wl-link svg { width: 18px; height: 18px; }
button.wf-wl-link:hover, button.wf-wl-link.is-active { color: var(--wh-primary); }

/* Page « Liste de souhaits » */
.wf-wl-page__head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 20px; }
.wf-wl-page__count { margin: 0; font-size: 15px; font-weight: 600; color: var(--wh-title); }
.wf-wl-page__note { margin: 0; font-size: 14px; color: var(--wh-text); }
.wf-wl-empty { max-width: 520px; margin: 20px auto 40px; text-align: center; color: var(--wh-text); }
.wf-wl-empty svg { width: 90px; height: 90px; color: #cfdcd9; }
.wf-wl-empty h2 { margin: 10px 0 8px; font-size: 26px; color: var(--wh-title); }
.wf-wl-empty p { margin: 0 0 24px; }
