.favoriteButton[data-v-50356eac]{display:inline-flex;align-items:center;justify-content:center;position:relative;border:0;border-radius:50%;background:rgba(0,0,0,.2);padding:0;width:40px;height:40px;cursor:pointer;transition:.3s}.favoriteButton svg[data-v-50356eac]{position:relative;z-index:10;transform:rotate(0) scale(1);fill:#fff;transition:.3s}.favoriteButton__text[data-v-50356eac]{display:inline-flex;align-items:center;position:absolute;top:-2px;right:-2px;z-index:5;background:rgba(45,53,58,.3);opacity:0;visibility:hidden;border-radius:14px;height:calc(100% + 4px);transition:.6s}.favoriteButton__textInner[data-v-50356eac]{display:inline-block;position:relative;left:0;top:0;padding-right:50px;padding-left:6px;width:auto;white-space:nowrap;font-size:16px;font-weight:400;line-height:19px;text-align:left;color:#fff}.favoriteButton__text.visible[data-v-50356eac]{opacity:1;visibility:visible}.favoriteButton[data-v-50356eac]:hover{background:rgba(0,0,0,.4)}.favoriteButton[data-v-50356eac]:active{background:rgba(0,0,0,.5)}.favoriteButton.active svg[data-v-50356eac]{fill:#f0c419}.favoriteButton.rotating svg[data-v-50356eac]{animation:favoriteBtnRotation-data-v-50356eac .6s ease-in-out}@keyframes favoriteBtnRotation-data-v-50356eac{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}