*{box-sizing:border-box}body{margin:0;padding:0;font-family:sans-serif}:root{--black:#252525;--grey:#f2f2f2;--white:#fff}.App{width:100%;display:flex;min-height:100vh}.cart,.products{width:50%;padding:16px 24px;display:inline-block;flex:1 1}.products{background-color:#f2f2f2;background-color:var(--grey);color:#252525;color:var(--black)}.products h1,.products h2{border-left:10px solid #252525;border-left:10px solid var(--black);padding-left:10px}.product p{margin-top:0}.product h4{margin-top:10px}.product,.product-info{display:flex;justify-content:flex-start;align-items:flex-start}.product-info{flex-direction:column;margin-left:10px}.cart{background-color:#252525;background-color:var(--black);color:#fff;color:var(--white)}.cart button{margin:8px 0}.product:not(:last-child){margin-bottom:16px}.inputs input:not(:last-child){margin-right:10px}.product-list{margin-bottom:24px}
/*# sourceMappingURL=main.96300a31.chunk.css.map */