
#cn-loading-screen{display:flex;width:100vw;height:100vh;background-color:rgba(0,0,0,0.6);position:fixed;top:0;z-index:999;justify-content:center;align-items:center}#cn-loading-screen>div{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:white;border-radius:8px;padding:10px}#cn-loading-screen>div svg{animation:rotation 1s infinite linear}@keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.cn-product-price-tag{display:grid;grid-template-columns:auto auto;grid-column-gap:10px;align-items:center}

