#webView{flex-direction:column;grid-template-rows:242px 42px auto auto;grid-template-columns:50% 20% 30%;place-content:center;gap:14px;max-width:1242px;margin:auto;padding:14px;display:flex}#mobileView{grid-template-rows:auto auto auto auto auto auto;grid-template-columns:auto;place-content:center stretch;gap:7px;width:100%;margin:0;padding:7px;display:grid}#invalidStoreMessage{text-align:center;flex-direction:column;place-content:center;align-items:center;height:100vh;display:flex}#invalidStoreMessage>image{width:100vw}.backdrop{z-index:200;background-color:#00000080;width:100%;height:100%;position:fixed;top:0;right:0}.canvasButton{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;width:100%;height:42px;display:flex}.canvasButton>h4{color:#fff}.loader{border:16px solid #f3f3f3;border-top-color:#87ceeb;border-radius:50%;width:120px;height:120px;margin:300px auto;animation:2s linear infinite spin}.loaderSmall{border:7px solid #d3d3d3;border-top-color:#87ceeb;border-radius:50%;width:42px;height:42px;margin:30px auto;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
