.content{min-height:calc(100vh - 134px);padding:1.5rem 0}.goods{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.card{display:flex;flex-direction:column}.card .card-content{flex-grow:1}.price{font-size:20px}.cart{position:fixed;bottom:2rem;right:2rem;cursor:pointer;z-index:5;padding:1rem}.basket-list{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:480px;max-width:95%;z-index:5;animation:show .5s ease-in-out}.basket-delete{cursor:pointer}.basket-close{position:absolute;top:.5rem;right:.5rem;cursor:pointer}.basket-quantity{cursor:pointer;vertical-align:middle}.basket-list_total{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;color:#fff}#toast-container{top:2.5rem!important;animation:fade-in .25s ease-in-out}@keyframes show{0%{top:70%;opacity:0}to{top:50%;opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@media (min-width: 767px){.cart{top:5rem;bottom:unset}}
