.premade-card,.home-v2-product-card,.related-product-card{position:relative}
.favorite-toggle{position:absolute;z-index:4;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #d7e0e5;border-radius:50%;background:#fff;color:#657789;font-size:21px;line-height:1;cursor:pointer;box-shadow:0 7px 18px #10263e18;transition:transform .18s,background .18s,color .18s,border-color .18s}
.favorite-toggle:hover{transform:translateY(-2px);border-color:#d66c39;color:#d66c39}
.favorite-toggle.is-favorite{border-color:#f0b29a;background:#fff3ee;color:#d45f32}
.favorite-toggle:disabled{opacity:.6;cursor:wait}
.home-v2-product-card>.favorite-toggle,.related-product-card>.favorite-toggle{top:12px;right:12px}
.listing-detail-copy>.favorite-toggle{position:relative;top:auto;right:auto;margin:0 0 8px;box-shadow:none}
.account-favorite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}
.account-favorite-card{position:relative;min-width:0;overflow:hidden;border:1px solid #dfe6eb;border-radius:16px;background:#fff;box-shadow:0 8px 22px #10263e0b;transition:transform .18s,box-shadow .18s,border-color .18s}
.account-favorite-card:hover{transform:translateY(-3px);border-color:#cbd9e0;box-shadow:0 16px 30px #10263e18}
.account-favorite-card>a{display:block;color:inherit;text-decoration:none}
.account-favorite-card .listing-card-mockup{height:165px;border-radius:0;background:linear-gradient(145deg,#eef4f4,#f8f3ec)}
.account-favorite-card>a>div:last-child{display:grid;gap:4px;padding:13px}
.account-favorite-card strong{font-size:13px;line-height:1.25}
.account-favorite-card small{min-height:29px;color:#718293;font-size:10px;line-height:1.35}
.account-favorite-card span{color:#4055df;font-size:12px;font-weight:800}
.account-favorite-card>.favorite-toggle{top:8px;right:8px;width:30px;height:30px;font-size:17px}
.account-favorite-card .listing-model-mockup{min-height:0}
.account-favorite-card .listing-model-photo{max-height:none;object-fit:cover}
.account-favorite-pager{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px 16px;color:#718293;font-size:11px;font-weight:700}.account-favorite-pager button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #d5e0e5;border-radius:50%;background:#fff;color:#2f6f69;font-size:15px;cursor:pointer}.account-favorite-pager button:hover:not(:disabled){border-color:#d66c39;color:#d66c39}.account-favorite-pager button:disabled{opacity:.4;cursor:default}
@media(max-width:360px){.account-favorite-grid{padding:14px;grid-template-columns:1fr}.account-favorite-card .listing-card-mockup{height:220px}}
