/**
 * File: assets/css/frontend/favorites.css
 * Purpose: Styles the canonical Favorites page, four-column global-card grid and unavailable states.
 * Scope: P15 favorites presentation only.
 * Related PHP: src/Favorites/Frontend/FavoritesRenderer.php
 * Related CSS: assets/css/frontend/catalog.css
 * Related JS: assets/js/frontend/favorites.js
 * Package: HyperDAF Engine
 */
.hdf-favorites{padding:48px 20px 72px;background:var(--hdf-color-surface,var(--hdf-engine-color-surface));color:var(--hdf-color-text,var(--hdf-engine-color-text))}
.hdf-favorites__inner{width:min(1300px,100%);margin:0 auto}.hdf-favorites-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 22px;padding-bottom:14px;border-bottom:1px solid var(--hdf-color-border,var(--hdf-engine-color-border))}
.hdf-favorites-toolbar p{margin:0;font-weight:600}.hdf-favorites-clear{border:0;background:none;color:var(--hdf-color-danger,var(--hdf-engine-color-danger));font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.hdf-favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hdf-favorite-unavailable{opacity:.86}.hdf-favorite-status{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius: var(--hdf-engine-radius-pill);background:var(--hdf-engine-color-danger-soft);color:var(--hdf-engine-color-danger);font-size:12px;font-weight:700}
.hdf-favorite-unavailable .hdf-product-card__body>p{color:var(--hdf-color-text-muted,var(--hdf-engine-color-text-muted));font-size:14px}.hdf-favorites-empty{max-width:640px;margin:72px auto;text-align:center;padding:48px 24px;border:1px solid var(--hdf-color-border,var(--hdf-engine-color-border));border-radius: var(--hdf-engine-radius-xl);background:var(--hdf-color-surface-subtle,var(--hdf-engine-color-canvas))}
.hdf-favorites-empty>span{display:block;font-size:48px;color:var(--hdf-color-brand,var(--hdf-engine-color-primary))}.hdf-favorites-empty h1{margin:10px 0}.hdf-favorites-empty p{color:var(--hdf-color-text-muted,var(--hdf-engine-color-text-muted));margin:0 0 22px}.hdf-favorites-notice{margin:0 0 18px;padding:12px 14px;border-left:4px solid var(--hdf-color-brand-strong,var(--hdf-engine-color-primary-strong));background:var(--hdf-engine-color-surface-subtle)}
.hdf-favorites-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:28px}.hdf-favorites-pagination a{font-weight:600}
@media(max-width:1024px){.hdf-favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.hdf-favorites{padding:28px 14px 52px}.hdf-favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hdf-favorites-toolbar{align-items:flex-start}}@media(max-width:480px){.hdf-favorites-grid{grid-template-columns:1fr}}
