.pdp-top-btn.share.ru-real-share-btn,
.ru-seller-share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ru-share-svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}
.ru-seller-share-btn{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid var(--border);
  background:var(--card-bg);
  color:var(--text);
  flex:0 0 auto;
  cursor:pointer;
}
.ru-seller-share-btn:active,
.pdp-top-btn.share.ru-real-share-btn:active{
  transform:scale(.96);
}
