.App{width:100%;height:auto;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{padding:0;margin:0}.navbar{width:100%;height:80px;background-color:gold;display:flex;justify-content:center;align-items:center;overflow-x:hidden}.link{text-decoration:none;color:#000;display:flex;align-items:center}.center{margin:0 20px}.link span{font-weight:700;font-size:20px;margin-right:10px}.link:hover{color:gray}.cart{font-weight:700;font-size:20px;margin-right:10px}.cartIcon{color:#000}.cartIcon:hover{color:gray}.shopTitle{margin-top:2%;margin-bottom:5%;text-align:center;font-size:30px}.products{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;width:80%;align-items:flex-end}.product{border-radius:15px;width:250px;height:200px;margin-bottom:15%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.product img{width:50%;max-width:250px;max-height:200px;object-fit:cover}.product .description{max-height:0px;text-align:center;padding:10px}.product:hover{cursor:pointer}.addToCartBttn{background-color:transparent;border:2px solid black;min-width:100px;padding:5px 10px;border-radius:15px}.addToCartBttn:hover{background-color:gold;color:#000;font-weight:700;cursor:pointer}@media screen and (max-width: 1000px){.products{flex-direction:column;align-items:center}.product{margin-bottom:80%}}.cart{display:flex;flex-direction:column;justify-content:center;align-items:center}.cart h1{font-size:50px}.cartItem{width:90%;height:auto;display:flex;align-items:center;box-shadow:0 3px 15px #0003;border-radius:25px;margin:30px;padding-bottom:5%;padding-right:5%;padding-left:5%}.cartItem img{width:15%;max-width:250px;max-height:200px;object-fit:cover;margin-left:2%;margin-right:5%}.cartItem .description{width:85%;font-size:20px}.countHandler input{width:20%;text-align:center;font-weight:bolder}@media screen and (max-width: 1000px){.cartItem{margin-bottom:10%}}
