@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap);.product-card-container{width:100%;display:flex;flex-direction:column;height:350px;align-items:center;position:relative}.product-card-container img{width:100%;height:95%;object-fit:cover}.product-card-container button{width:80%;opacity:.7;position:absolute;top:255px;display:none}.product-card-container:hover img{opacity:.8}.product-card-container:hover button{opacity:.85;display:flex}.product-card-container .footer{width:100%;height:5%;display:flex;justify-content:space-between;font-size:18px;padding-top:5px}.product-card-container .footer .name{width:90%;margin-bottom:15px}.product-card-container .footer .price{width:10%}.category-title{display:flex;justify-content:center}.category-container{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:25px;-webkit-column-gap:25px;column-gap:25px;grid-row-gap:50px;row-gap:50px}.category-preview-container{display:flex;flex-direction:column;margin-bottom:30px}.category-preview-container .title{font-size:28px;margin-bottom:25px;cursor:pointer}.category-preview-container .preview{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.sign-up-container{display:flex;flex-direction:column;width:380px}.sign-up-container h2{margin:10px 0}.authentication-container{display:flex;width:900px;justify-content:space-between;margin:30px auto}.checkout-item-container{width:100%;display:flex;min-height:100px;border-bottom:1px solid #a9a9a9;padding:15px 0;font-size:20px;align-items:center}.checkout-item-container .image-container{width:23%;padding-right:15px}.checkout-item-container .image-container img{width:100%;height:100%}.checkout-item-container .name,.checkout-item-container .price,.checkout-item-container .quantity{width:23%}.checkout-item-container .quantity{display:flex}.checkout-item-container .quantity .arrow{cursor:pointer}.checkout-item-container .quantity .value{margin:0 10px}.checkout-item-container .remove-button{padding-left:12px;cursor:pointer}body{font-family:"Open Sans Condensed",sans-serif;padding:20px 60px}a{text-decoration:none;color:#000}*{box-sizing:border-box}.checked{color:#228b22;font-size:35px}.failed{color:red;font-size:35px}.card{color:#706965}body{margin:0;padding:20px 40px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*# sourceMappingURL=main.07ce6fc8.chunk.css.map */