:root{--color-grey-primary:#f0f0f0;--color-yellow-primary:#daa520;--color-orange-primary:#ff8c00;--color-green-primary:#3cb371}html{font-family:Arial,Helvetica,sans-serif;font-size:62.5%}.App{display:grid;grid-template-columns:350px 350px 350px;justify-content:center}.productList{display:flex;justify-content:space-evenly;margin-top:5rem}.productCard{background-color:#f0f0f0;background-color:var(--color-grey-primary);flex:1 0 25rem;margin:1rem;max-height:50rem;max-width:30rem;position:relative;transition:.2s}.productCard:hover{box-shadow:.5rem .75rem 1.5rem #bbb;-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.productImage{height:auto;margin-top:2rem;max-width:100%}.productCard__cart{right:0}.productCard__cart,.productCard__wishlist{cursor:pointer;font-size:2rem;margin:1rem;position:absolute;transition:.2s}.productCard__wishlist{right:3rem}.productCard__fastSelling{fill:#ff8c00;fill:var(--color-orange-primary);font-size:2rem;left:0;margin:1rem;position:absolute}.productCard__content{margin:2rem}.productName{font-size:1.5rem}.displayStack__1,.displayStack__2{align-items:center;display:flex;justify-content:space-between;margin:2rem 0}.productPrice{font-size:1.5rem;font-weight:700}.productSales,.productTime{font-size:1.1rem}
/*# sourceMappingURL=main.8a7f88f3.css.map*/