.product-focus-border-animation{position:relative;overflow:hidden}.product-focus-border-animation:after{content:"";position:absolute;z-index:-9;left:1px;top:1px;width:calc(100% - 2px);height:calc(100% - 2px);background:var(--color-gray-900)}.product-focus-border-animation:before{z-index:-9;position:absolute;content:"";width:200%;height:auto;background-repeat:no-repeat;aspect-ratio:1;background-size:100% 100%;background-position:0 0;transform-origin:center;margin:0;animation:spin 12s linear infinite reverse,moveX 8s linear infinite alternate-reverse}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes moveX{0%{left:calc(-30% - 1rem)}to{left:calc(-70% + 1rem)}}