body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}nav{padding:0 1rem}.content{min-height:calc(100vh - 134px);padding:1.5rem 0}.goods{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.card{display:flex;flex-direction:column;height:100%;justify-content:space-between}.cart{bottom:2rem;cursor:pointer;padding:1rem;position:fixed;right:2rem;z-index:5}#toast-container{animation:show-toast .3s ease-in-out;left:0;position:fixed;top:0;z-index:4}@media (min-width:768px){.cart{bottom:auto;left:5rem;right:auto;top:5rem}#toast-container{left:auto;right:1rem;top:1.7rem}}@media (min-width:1024px){.cart{left:auto;right:5rem;top:5rem}#toast-container{bottom:auto;left:5rem;right:auto}}.close-cart{position:absolute;right:0;top:0}.basket-list{animation:show-basket .3s ease-in-out;background:#0006;left:50%;max-width:95%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50rem}.basket-close{position:absolute;right:1.5rem;top:.5rem}.basket-close:hover,.item-hover:hover{color:#7fffd4;cursor:pointer}@keyframes show-basket{0%{opacity:0;top:70%}to{opacity:1;top:50%}}@keyframes show-toast{0%{opacity:0}to{opacity:1}}.collection-item{display:flex;gap:1rem}.collection-item>:last-child{margin-left:auto}.basket-item-element{align-items:center;display:flex;justify-content:center}.purchase-btn{background-color:gold;color:#000}.purchase-btn:hover{background-color:#fff}.cart.hidden{display:none}
/*# sourceMappingURL=main.c3410957.css.map*/