/* PDO-011 — Favoris : couche globale légère + page dynamique. */
.pdo-favorite-toast{
	position:fixed;z-index:2500;right:22px;bottom:22px;max-width:min(360px,calc(100vw - 32px));padding:12px 16px;
	border-radius:8px;background:#06213a;color:#fff;font-size:12px;font-weight:750;box-shadow:0 12px 32px rgba(6,33,58,.22);
	opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .18s ease,transform .18s ease
}
.pdo-favorite-toast.is-visible{opacity:1;transform:translateY(0)}
[data-pdo-favorite-product][disabled]{opacity:.58;cursor:wait}

.pdo-favorites-page{padding:8px 0 54px}
.pdo-favorites-page__head{max-width:800px;margin:0 0 26px}
.pdo-favorites-page__head p{margin:0;color:#667788;line-height:1.6}
.pdo-favorites-page__status{min-height:20px;margin:0 0 10px;color:#667788;font-size:12px}
.pdo-favorites-page__list .products{margin:0!important;padding:0!important;list-style:none;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 16px}
.pdo-favorites-page__list .products::before,.pdo-favorites-page__list .products::after{display:none!important}
.pdo-favorites-page__list .pdo-product-card{width:auto!important;max-width:none!important;margin:0!important;float:none!important}
.pdo-favorites-page__empty{border:1px solid #dfe5ea;border-radius:10px;padding:32px;background:#fbfaf7;color:#667788}
.pdo-favorites-page__empty strong{display:block;color:#06213a;font-size:18px;margin-bottom:7px}
.pdo-favorites-page__empty p{margin:0 0 18px}
.pdo-favorites-page__empty .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:6px;background:#06213a;color:#fff;text-decoration:none;font-weight:800}

/* Cœur dans l'autosuggestion de recherche. */
.pdo-search-product-row{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:4px;align-items:center;border-radius:8px}
.pdo-search-product-row:hover{background:#f7f8f8}
.pdo-search-product-row .pdo-search-product:hover,.pdo-search-product-row .pdo-search-product:focus-visible{background:transparent}
.pdo-search-favorite{width:38px;height:38px;border:1px solid #d7dde1;border-radius:50%;background:#fff;color:#06213a;display:grid;place-items:center;cursor:pointer}
.pdo-search-favorite span{font-size:22px;line-height:1}
.pdo-search-favorite.is-active{color:#b8893b;border-color:#d7c29e;background:#fffaf1}
.pdo-search-favorite.is-active span{font-weight:900}

@media(max-width:1180px){.pdo-favorites-page__list .products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:860px){.pdo-favorites-page__list .products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
	.pdo-favorites-page__list .products{grid-template-columns:1fr}
	.pdo-favorite-toast{right:16px;bottom:16px}
}
