.merchant-shine{position:absolute;right:0;bottom:-30px;width:123px;height:89px;background:linear-gradient(270deg,rgba(54,255,255,0) 47%,#36ffff 50%,rgba(54,255,255,0) 65.5%);mix-blend-mode:color-dodge;transform:translateX(100%) rotate(20deg);animation-name:shine-animation;animation-duration:3.2s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-delay:1.6s}@keyframes shine-animation{0%{transform:translateX(100%) rotate(20deg)}50%{transform:translateX(-120%) rotate(20deg)}to{transform:translateX(-120%) rotate(20deg)}}.image-box{position:relative;width:100%}.image-box>img{width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover}