.orderPage-background{box-sizing:border-box;background-image:url(/images/orderpage.png);background-position:50%;background-size:cover;justify-content:center;align-items:flex-start;width:100vw;min-height:100vh;padding-top:80px;display:flex}.orderPage-background .card-container{box-sizing:border-box;-webkit-overflow-scrolling:touch;grid-template-columns:repeat(auto-fit,minmax(300px,360px));place-content:start center;place-items:start center;gap:1rem;width:100%;max-width:1100px;height:calc(100vh - 80px);padding:2rem 1rem;display:grid;overflow:hidden auto}@media only screen and (max-width:768px){.orderPage-background .card-container{-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:100%;max-width:none;height:calc(100vh - 80px);padding:1.5rem .75rem;display:flex;overflow:hidden auto}.orderPage-background{background-image:url(/images/order-phone.png);background-position:50%;background-size:cover}}
