@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap);*{font-family:Poppins,sans-serif;list-style:none;margin:0;padding:0;text-decoration:none}main{margin:auto;max-width:1280px;min-height:100vh;padding:10px}a{color:#000;text-decoration:none}.products{display:flex;flex-wrap:wrap;justify-content:space-around}.cart,.products{margin:30px 0}.cart h1{text-align:center}header{border-bottom:1px solid #eee;font-size:18px;height:70px;justify-content:space-between;margin:auto;max-width:1200px;padding:0 10px}.logo,header{align-items:center;display:flex}.logo img{margin-right:5px;max-width:40px}.navigation .link{padding:10px}.navigation .link.active{background-color:#eee;border-radius:5px}.items{font-weight:500;min-width:70px}@media screen and (max-width:680px){.navigation{display:none}}.productCard{border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.16);display:flex;flex-direction:column;justify-content:space-between;margin:10px;padding:10px;width:350px}.productCard img{height:200px;margin:10px 0;max-width:100%}.productCard .name{margin:10px 0}.productCard p{font-size:18px;font-weight:500}.productCard .action{align-items:center;display:flex;justify-content:space-between;margin:10px 0}.productCard button{background-color:#1c59ae;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;max-width:150px;padding:7px 10px}.productCard button:hover{background-color:#103f80}.productCard .remove{background-color:#ac0d14}.productCard .remove:hover{background-color:#8e090f}.cartCard{align-items:center;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.16);display:flex;justify-content:space-between;margin:30px 10px;padding:10px}.cartCard img{height:80px;margin-right:10px;width:150px}.cartCard .productName{margin-right:10px;width:350px}.cartCard .productPrice{margin-right:10px;width:100px}.cartCard button{background-color:#ac0d14;border:0;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.cartCard button:hover{background-color:#8e090f}@media screen and (max-width:680px){.cartCard img{display:none}}
/*# sourceMappingURL=main.ebdf64c0.css.map*/