*,:after,:before{box-sizing:border-box}ol[class],ul[class]{padding:0}body,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0}body{text-rendering:optimizeSpeed;line-height:1.5;min-height:100vh;scroll-behavior:smooth}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}body{font-family:Trebuchet MS,Lucida Sans,Arial,sans-serif}.display{display:grid;grid-template:"header" 40vh "cart" 60vh "footer" 1rem/100%}.display-detail{display:grid;grid-template:"header aside" 40vh "cart   aside" 60vh "footer aside" 1rem/75% 25%}h1,h2{margin-bottom:1rem}button{font-size:.725rem;padding:.25rem .5rem;text-transform:uppercase}.navbar{background-color:initial;grid-area:navbar;margin:0;position:fixed}.navbar li{background-color:#ffcdd2;border-radius:20px;display:inline;margin:5px;padding:1rem}#store{background-color:#e7f4ea;grid-area:header;height:40vh;overflow-y:scroll;padding:1rem}#store,#store div{display:grid;justify-content:center}#store h1{text-align:center}.store--item-list{grid-gap:1rem;display:grid;grid-template-columns:repeat(4,125px);justify-content:center}.store--item-list li{grid-row-gap:.5rem;display:grid;place-items:center}.store--item-icon{height:125px;width:125px}@media only screen and (max-width:600px){.store--item-list{grid-template-columns:repeat(3,125px)}}@media only screen and (max-width:450px){.store--item-list{grid-template-columns:repeat(2,125px)}}#cart{grid-gap:1rem;border-top:2px solid #00675b;display:grid;grid-area:cart;grid-template-rows:auto 1fr auto;height:60vh;justify-content:center;padding:1rem}#cart h2{margin-bottom:0;text-align:center}.cart--item-list-container{border:2px solid #757575;border-radius:.5rem;height:100%;min-width:320px;overflow-y:scroll;padding:0 1rem}@media only screen and (max-width:450px){.cart--item-list-container{border:none}}.cart--item-list li{grid-gap:.5rem;align-items:center;border-bottom:1px dotted #000;display:grid;font-size:1.25rem;grid-template-columns:24px minmax(150px,1fr) repeat(3,auto);padding:1rem 0}.cart--item-list li:last-child{border-bottom:none}.cart--item-icon{width:24px}.center{display:grid;place-items:center}.quantity-btn{border-radius:.25rem;font-weight:700;height:20px;padding:0;width:20px}.remove-btn{background-color:#ffcdd2;border:2px solid #d32f2f;color:#d32f2f}.add-btn{background-color:#c8e6c9;border:2px solid #388e3c;color:#388e3c}.quantity-text{border:2px solid #757575;border-radius:.25rem;color:#757575;font-size:.75rem;font-weight:700;height:24px;text-align:center;width:24px}.total-section{align-items:center;display:grid;grid-template-columns:1fr auto;padding:.5rem 1rem}.total-number{font-weight:700}@media only screen and (max-width:450px){.total-section{border-bottom:2px solid #00675b;border-top:2px solid #00675b}}.footer{grid-area:footer}.aside{display:grid;grid-area:aside;grid-template-rows:10vh 24vh 50vh 10vh;margin:10px}.aside button{display:inline;margin-right:10px;width:50px}.aside .add-cart{font-size:1.5rem;width:100%}.aside h2{display:inline}.purchase{align-items:center;display:flex;justify-content:center}.purchase button{margin:5px}.stock{display:flex;flex-direction:column;justify-content:center;padding-left:30%;padding-right:30%}.stock div{margin-top:15px}
/*# sourceMappingURL=main.06c69787.css.map*/