.highlight{animation:high 3s infinite}@keyframes high{0%,to{text-shadow:0 0 2px white}50%{text-shadow:0 2px 10px white}}@media (min-width:130px) and (max-width:767px){.shop-button{background-color:white;z-index:1;animation:glowing 3s ease-in-out infinite;cursor:pointer}}@media (min-width:768px){.shop-button{position:relative;text-decoration:none;overflow:hidden;z-index:1;transition:all .2s ease;box-shadow:2px 2px 6px white;cursor:pointer}.shop-button:after{content:"";position:absolute;z-index:-1;transition:all .5s ease;left:0;top:0;width:0;height:100%;background:white}.shop-button:hover{color:black;box-shadow:0 0 6px white;-webkit-box-reflect:below 1px linear-gradient(transparent,#0002)}.shop-button:hover:after{width:100%}.shop-button:first-child{filter:hue-rotate(270deg)}.shop-button:nth-child(2){filter:hue-rotate(110deg)}.shop-button span{position:absolute;display:block}.shop-button span:first-child{top:0;left:0;width:100%;height:2px;border-radius:10px;background:linear-gradient(90deg,transparent,#fff);animation:animate1 5s linear infinite}.shop-button span:nth-child(2){top:-100%;right:0;width:2px;border-radius:10px;height:100%;background:linear-gradient(180deg,transparent,#fff);animation:animate2 5s linear infinite;animation-delay:1.25s}.shop-button span:nth-child(3){bottom:0;right:0;width:100%;height:2px;border-radius:10px;background:linear-gradient(270deg,transparent,#fff);animation:animate3 5s linear infinite;animation-delay:2.5s}.shop-button span:nth-child(4){bottom:-100%;left:0;width:2px;border-radius:10px;height:100%;background:linear-gradient(1turn,transparent,#fff);animation:animate4 5s linear infinite;animation-delay:3.75s}}@keyframes glowing{0%{box-shadow:0 0 5px white}50%{box-shadow:0 0 30px white}to{box-shadow:0 0 5px white}}@keyframes animate1{0%{left:-100%}50%,to{left:100%}}@keyframes animate2{0%{top:-100%}50%,to{top:100%}}@keyframes animate3{0%{right:-100%}50%,to{right:100%}}@keyframes animate4{0%{bottom:-100%}50%,to{bottom:100%}}