/* OBRAZNA favorites */
a.wishlist-nav{
  position:relative;
  text-decoration:none;
  color:inherit;
}
a.wishlist-nav strong{
  position:absolute;
  top:-4px;right:-4px;
  min-width:1.15em;height:1.15em;padding:0 4px;
  border-radius:99px;
  background:var(--clay,#C47A5A);color:#fff;
  font-size:10px;font-weight:700;line-height:1.15em;
  display:inline-grid;place-items:center;
}
.favorites-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  flex-wrap:wrap;margin-bottom:18px;
}
.favorites-loading{padding:24px 0;color:var(--ink-mute,#7a746c)}
.detail-fav-action{margin-top:12px}
.detail-fav-action .wishlist-btn-label{
  display:inline-flex;align-items:center;gap:8px;
}
.detail-fav-action .wishlist-btn-label svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
.detail-fav-action .wishlist-btn-label.is-active svg{fill:var(--clay,#C47A5A);stroke:var(--clay,#C47A5A)}
