@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);html{font-size:62.5%;box-sizing:border-box}#root,body{height:100vh;margin:0}body,button,input,select,textarea{font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:1.6rem}.grid-container{display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:5rem 1fr 5rem;grid-template-columns:1fr;height:100%}a{text-decoration:none}a:hover{color:#ff8000}header{grid-area:header;background-color:#203040;color:#fff;display:flex;align-items:center;padding:.5rem}header a{color:#fff;text-decoration:none}main{grid-area:main}footer{grid-area:footer;background-color:#203040;color:#fff;display:flex;justify-content:center;align-items:center}.content{display:flex;flex-wrap:wrap}.main{flex:3 1 60rem}.sidebar{flex:1 1 20rem}.products{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:0;margin:0;list-style-type:none}.products li{flex:0 1 29rem;height:47rem;padding:1rem}.product{display:flex;flex-direction:column;justify-content:space-between;height:100%}.product img{max-width:37rem;max-height:37rem}.product-price{display:flex;justify-content:space-between;align-items:center}.product-price button,.product-price div{text-align:center;flex:1 1}.product-price div{font-size:2rem}.button{padding:1rem;border:.1rem solid silver;background-color:#f0f0f0;cursor:pointer}.button:hover{border:.1rem solid grey}.button.primary{background-color:#f0c040}.filter{display:flex;justify-content:space-between;padding:1rem;margin:1rem;border-bottom:.1rem solid silver}.filter div{flex:1 1}.cart{padding:1rem;margin:1rem;display:flex}.cart-header{border-bottom:.1rem solid silver}.cart-items{padding:0;width:100%;list-style-type:none}.cart-items img{width:5rem}.cart-items li{display:flex}.cart-items li div{padding:.5rem}.cart-items li div:last-child{flex:1 1}.right{text-align:right}.total{display:flex;justify-content:space-between;align-items:center;width:100%}.total>div{font-size:2rem}.total>button,.total>div{flex:1 1}form{width:100%}.form-container{width:100%;padding:0;list-style-type:none}.form-container li{display:flex;flex-direction:column;padding:1rem}input{padding:1rem;border:.1rem solid silver}.product-details{display:flex;flex-wrap:wrap;justify-content:space-between;max-height:96vh}.product-details img{max-height:100vh;max-width:46rem;margin:0 auto}.product-detail-description{flex:1 1;margin:1rem}.close-modal{position:absolute;right:1rem;top:2.5rem;z-index:1000;cursor:pointer}@media (max-width:699px){a{text-align:center}header{justify-content:center}.filter{flex-direction:column;text-align:center}.filter div{margin:0 0 20px}.product-detail-description:nth-child(2){line-height:1.7}select{margin:5px 0 0 12px}.product-price{flex-direction:column}.product img{width:100%;object-fit:fill}.button.primary{margin:20px 0}.products li{margin:45px 0 0}.cart-header{margin:50px 0 0;justify-content:center}.ReactModal__Content{inset:0!important}.product-details img{max-width:27rem}}
/*# sourceMappingURL=main.83a087e3.chunk.css.map */