*{background-color:#fcf9ee;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}.header{align-items:center;display:flex;justify-content:space-between;min-height:60px;overflow:hidden;position:-webkit-sticky;position:sticky;top:0;width:100%}.header,.logo{background-color:#000}.logo{color:#f0f8ff;font-family:Rowdies,cursive;font-weight:700;padding-left:40px;text-transform:uppercase}.logo,link{text-decoration:none}.header-links{display:flex}.header-links ul li{display:inline-block;font-size:25px;list-style:none}.header-links ul li a{background-color:#000;color:#f0f8ff;font-family:Rowdies,cursive;font-weight:400;padding:0 15px;text-decoration:none;text-transform:uppercase}.header-links ul li a:hover{color:#ffebcd}.cart-length,.fab{background-color:#000}.cart-length{font-size:15px;margin:3px;vertical-align:super}.products{display:flex;flex-wrap:wrap;justify-content:space-around;margin:20px auto;width:80%}.card{align-items:center;background-color:#e7d6c4;border:2px solid #000;border-radius:5px;display:flex;flex-direction:column;height:500px;margin:40px 20px;overflow:hidden;padding:10px;width:400px}.card:hover{border:4px solid #000;box-shadow:10px 20px #888;transition:.1s}.product-image{display:block;height:300px;max-width:400px;object-fit:cover;width:100%}.product-name{font-family:Permanent Marker,cursive;font-size:50px;font-weight:700}.product-name,.product-price{background-color:#e7d6c4;text-align:center;text-transform:uppercase}.product-price{font-family:Rowdies,cursive;font-size:30px;font-weight:400}.button-wrapper{background-color:#e7d6c4}.product-add-button{background-color:#000;border:0;border-radius:30px;color:#f0f8ff;cursor:pointer;font-family:Comfortaa,cursive;font-size:25px;height:50px;margin-top:10px;padding:5px 10px;text-transform:uppercase;width:250px}.product-add-button:hover{background-color:#f0f8ff;color:#000;transition:.7s}.product-add-button:active{-webkit-transform:translateY(20px);transform:translateY(20px)}.homepage{align-items:center;-webkit-animation:color-change 2s infinite;animation:color-change 2s infinite;background-color:#000;color:#f0f8ff;display:flex;font-family:Rowdies,cursive;font-size:60px;font-weight:700;height:700px;justify-content:center;padding-left:40px;text-decoration:none;text-transform:uppercase;width:100%}@-webkit-keyframes color-change{0%{color:red}50%{color:blue}to{color:red}}@keyframes color-change{0%{color:red}50%{color:blue}to{color:red}}.cart-items{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:30px auto;width:40%}@media (max-width:749px){.cart-items{width:100%}}.cart-items-header{font-family:Rowdies,cursive;font-size:75px}.cart-items-empty{font-family:Rowdies,cursive;font-size:32px;margin:100px 0}.cart-item-container{margin:20px 0;width:100%}.cart-items-list{background-color:#e7d5c2;border:4px solid #000;box-shadow:15px 20px #b8b8b8;display:flex;flex-direction:row;margin:15px 0;transition:.2s;width:100%}.cart-items-image{height:auto;margin-left:5px;max-width:150px}.cart-info-wrapper,.cart-items-functions,.cart-items-name,.cart-items-price{background-color:#e7d5c2}.cart-info-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.cart-items-total-price-name{font-family:Rowdies,cursive;font-size:40px;margin:100px;position:fixed;right:0;top:0}@media (max-width:749px){.cart-items-total-price-name{margin:10px;position:relative}}.cart-items-name{font-family:Permanent Marker,cursive;font-size:50px}.cart-items-functions{display:flex;justify-content:space-between;margin:5px 0;width:100px}.cart-items-add,.cart-items-remove{border:2px solid #000;border-radius:50%;cursor:pointer;height:20px;width:20px}.cart-items-add:active,.cart-items-remove:active{-webkit-transform:translateY(1.2px);transform:translateY(1.2px)}.cart-items-price{font-family:Rowdies,cursive;font-size:25px}.cart-items-total-price{font-family:Permanent Marker,cursive;font-size:50px}.clear-cart-btn{background-color:#b8b8b8;border:2px solid gray;border-radius:15px;font-family:Rowdies,cursive;font-size:15px;padding:5px 10px}
/*# sourceMappingURL=main.76b12103.css.map*/