.favorite-heart{position:absolute;right:10px;top:10px;z-index:4;width:36px;height:36px;display:grid;place-items:center;border:1px solid #d8e2f0;border-radius:999px;background:rgba(255,255,255,.94);color:#6b7890;font-size:21px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(12,29,57,.12)}
.favorite-heart:hover,.favorite-heart:focus-visible{color:#e5395f;border-color:#f2a7b8;transform:translateY(-1px)}
.favorite-heart.is-favorite{color:#e31545;background:#fff0f4;border-color:#f5a0b5}
.product-select-card,.predesigned-design-card,.protected-design-card,.neon-design-card{position:relative}
.portal-favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}
.portal-favorite-card{position:relative;overflow:hidden;border:1px solid #dce4ef;border-radius:16px;background:#fff}
.portal-favorite-card img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover;background:#edf2f8}
.portal-favorite-card>div{padding:14px}.portal-favorite-card strong,.portal-favorite-card small{display:block}.portal-favorite-card small{margin-top:4px;color:#65718a}
.portal-favorite-actions{display:flex;gap:8px;margin-top:12px}.portal-favorite-actions a,.portal-favorite-actions button{flex:1;padding:9px 10px;border:1px solid #cfd9e8;border-radius:10px;text-align:center;text-decoration:none;background:#fff;color:#10284b;font-weight:800;cursor:pointer}
.portal-favorite-actions a{color:#fff;background:#1266e8;border-color:#1266e8}
.portal-favorites-empty{padding:28px;border:1px dashed #c8d4e5;border-radius:16px;text-align:center;color:#65718a}
@media(max-width:620px){.favorite-heart{width:32px;height:32px;font-size:18px}.portal-favorites-grid{grid-template-columns:1fr 1fr}.portal-favorite-actions{flex-direction:column}}
