.loadingBlock{position:absolute;top:0;left:0;z-index:90;width:100%;height:100%;background:#bcdeed;color:#426caa;display:flex;justify-content:center;align-items:center}.loadingBlock:before{content:"";border:8px solid rgba(255,255,255,.3);border-top:8px solid #426CAA;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loaded{visibility:hidden;opacity:0;transition:visibility 0s 1s,opacity 1s ease-in}.hide{visibility:hidden;display:none;width:0!important;padding:0!important;margin:0!important}.puzzleButton{padding:8px 16px}.actionButton{position:absolute;top:20px;left:20px;z-index:10}.addButtonBlock{width:100%;position:absolute;bottom:0;left:0;height:30%;display:flex;justify-content:center;align-items:center}.buttonBlock{width:100%;position:absolute;top:0;left:0;height:30%;display:flex;justify-content:center;align-items:center}.cart{position:absolute;z-index:20;bottom:20px;right:20px}.alertParent{z-index:900;content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.addAlert{background-color:#f3f2ee;border-radius:2px;height:300px;max-height:50vh;width:300px;max-width:80vw;margin:auto;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:center;gap:50px;padding:20px;font-size:1.8rem;font-weight:400;font-family:Open sans,sans-serif}.addAlert>div:nth-child(1){text-align:center}.addAlert>div:nth-child(2){display:flex;flex-wrap:nowrap;flex-direction:column-reverse;gap:20px}.addAlert>div:nth-child(2)>button{width:100%}#small-overview{width:100%;height:300px;position:absolute;bottom:0;right:0;border:solid #F3F2EE;border-radius:3px}@media screen and (min-width: 500px){#small-overview{width:400px;height:300px;position:absolute;bottom:20px;right:20px;border:solid #F3F2EE;border-radius:3px}}.arrow{border-radius:2px;height:30px;width:30px;margin-left:20px}.arrow>img{height:100%;width:100%;object-fit:contain}.pieceName{color:#426caa;font-size:60px;width:100%;height:25%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;font-family:Open sans,sans-serif}.buttonColors{border:none;display:flex;align-items:center;width:fit-content;gap:4rem;padding:8px 16px;background-color:#ffdb00;border-radius:4px;font-weight:700;letter-spacing:-.4px;font-size:2rem;transition:background-color .4s;font-family:Open sans,sans-serif;color:#222}.buttonColors:hover{color:#222;background-color:#bcdeed}.buttonColors:active{color:#222;background-color:#426caa}.buttonColors2{border:none;display:flex;align-items:center;width:fit-content;gap:4rem;padding:8px 16px;background-color:#bcdeed;border-radius:4px;font-weight:700;letter-spacing:-.4px;font-size:2rem;transition:background-color .4s;font-family:Open sans,sans-serif;color:#222}.buttonColors2:hover{color:#222;background-color:#426caa}.buttonColors2:active{color:#222;background-color:#ffdb00}
