.favorite-header{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-width:0;
  height:28px;
  padding:2px 7px 2px 3px;
  border:1px solid #3d3d47;
  border-radius:999px;
  color:#f8f8fb;
  background:rgba(10,10,13,.72);
  font-size:11px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.favorite-header__heart{
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  flex:0 0 21px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,#ff6b9d,#f52d70);
  font-size:13px;
  line-height:1;
  box-shadow:0 0 10px rgba(255,61,127,.35);
}
.favorite-header__count{
  display:grid;
  place-items:center;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:999px;
  color:#aaaab4;
  background:#24242c;
  font-size:10px;
  font-weight:900;
  line-height:1;
}
.favorite-header__count.has-favorites{color:#fff;background:#f52d70;box-shadow:0 0 8px rgba(255,61,127,.42);}
.favorite-header:focus-visible{outline:2px solid #ff9abb;outline-offset:3px;}
header .menu,.site-header .menu{margin-left:0;}
header > .shield,
.site-header > .brand > svg{display:none!important;}
@media (max-width:360px){
  .favorite-header{height:26px;padding-right:6px;font-size:10px;gap:3px;}
  .favorite-header__heart{width:19px;height:19px;flex-basis:19px;font-size:12px;}
}
