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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{display:flex;justify-content:space-around;position:static;width:100%;z-index:0}.header>a{color:#000}.itemsContainer{grid-row-gap:1rem;grid-column-gap:1rem;align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:repeat(4,25%);height:100%;justify-items:center;margin:6rem auto auto;padding:10px;position:static;row-gap:1rem;width:90%;z-index:0}#closeCartButton:hover,#showCartButton:hover{cursor:pointer}#closeCartButton{display:inline-block;margin:15px;width:30px}#checkoutButton{display:inline-block;height:40px;margin:15px;position:absolute;right:5px}button:hover{cursor:pointer}#addToCart{background-color:#fff;border-bottom-left-radius:5px;border-top-left-radius:5px;color:#000}#addToCart:hover{background-color:green;color:#fff}#removeFromCart{background-color:#fff;border-bottom-right-radius:5px;border-left:0;border-top-right-radius:5px;color:#000}#removeFromCart:hover{background-color:#d11a2a;color:#fff}.sidePanel{background-color:#fff;border:3px solid #000;border-right:0;bottom:0;overflow-y:scroll;position:fixed;right:0;top:0;transition:.5s;z-index:1}.itemTable{text-align:center;vertical-align:middle}.productName{width:20%}#totalPrice{font-size:large;font-weight:700;margin:20px 50px 20px 20px;text-align:end}.addToCart{background-color:green;color:#fff;width:100%}.item{align-items:center;display:flex;flex-direction:column;justify-items:center}.item,img{height:100%;width:100%}img{object-fit:contain}html{height:100%}.root{background-color:#000;background-image:url(https://images.unsplash.com/photo-1586165368502-1bad197a6461?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2158&q=80);background-position:50%;background-repeat:no-repeat;background-size:auto 85%;display:flex;height:100vh;justify-content:space-around;width:100%}#footer,.root,.root>a{color:#fff}#footer{bottom:0;font-size:large;position:fixed;text-align:center;width:100%}
/*# sourceMappingURL=main.a3f79a5d.css.map*/