<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes spinner-animation{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}@keyframes spinner-animation{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{opacity:0}}.product-size{width:10px!important;height:10px!important}.small-loading{width:auto!important;height:auto!important}.color1{background:#448dca}.color2{background:#90c1e3}.color3{background:#b4defb}.color4{background:#448dca}.weg-loading-spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100vw}.weg-loading-spinner,.weg-loading-spinner *{-webkit-box-sizing:border-box;box-sizing:border-box}.weg-loading-spinner .color{width:15px;height:15px;margin:0 2.5px;float:left;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-animation:spinner-animation 1000ms ease infinite 0ms;animation:spinner-animation 1000ms ease infinite 0ms}.weg-loading-spinner .color:nth-child(1){-webkit-animation-delay:300ms;animation-delay:300ms}.weg-loading-spinner .color:nth-child(2){-webkit-animation-delay:600ms;animation-delay:600ms}.weg-loading-spinner .color:nth-child(3){-webkit-animation-delay:900ms;animation-delay:900ms}</pre></body></html>