body{margin:0;background-color:#282c34}a{text-decoration:none;letter-spacing:2px}a:hover{color:#6495ed;text-decoration:underline}.product-list{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:1fr;grid-column-gap:.75rem;grid-row-gap:1.5rem;padding:5rem 2.5rem;color:#fff;text-align:center;flex-wrap:wrap}@media only screen and (max-width:1200px){.product-list{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:992px){.product-list{grid-template-columns:repeat(3,1fr);padding:5rem .6rem}}@media only screen and (max-width:768px){.product-list{grid-template-columns:repeat(2,1fr)}}.product{box-shadow:0 0 5px 0 #000;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;background-color:#20232a}.product:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.product-image{margin:1rem}.img{height:10rem;width:100%}.product-detail{margin:2.5rem 0}.title{color:#6495ed;margin:0 .5rem 1rem}.description{margin:.5rem}.price{color:grey;margin-bottom:2.5rem}a.btn{background-color:#f1c65c;color:#000;padding:.8rem 1.6rem;cursor:pointer;border-color:#f1c65c;color:#fff;text-decoration:none}a.btn:hover{background-color:#ad8b34;border-color:#ad8b34;color:#fff}
/*# sourceMappingURL=main.4244e52b.chunk.css.map */