:root{font-family:Open Sans,sans-serif;font-weight:400;padding:20px 40px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{font-weight:500;color:#000;text-decoration:none}*{box-sizing:border-box}.auth-container{width:980px;display:flex;justify-content:space-between;margin:30px auto;gap:100px}.sign-in-container{display:flex;flex-direction:column;width:460px}.sign-in-container h2{margin:10px 0}.sign-in-container .buttons-container{display:flex;justify-content:space-between;gap:30px}.sign-in-container .buttons-container button{flex:1}.sign-up-container{display:flex;flex-direction:column;width:460px}.sign-up-container h2{margin:10px 0}.directory-container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.cart-item-container{width:100%;display:flex;height:80px;margin-bottom:15px}.cart-item-container img{width:30%}.cart-item-container .item-details{width:70%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 20px}.cart-item-container .item-details .name{font-size:16px}.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;margin-bottom:5px}.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}.product-card-container .footer .name{width:90%;margin-bottom:15px}.product-card-container .footer .price{width:10%}.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);column-gap:20px}.categories-preview-container{display:flex;flex-direction:column}.category-container{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:50px}.category-title{font-size:38px;margin-bottom:25px;text-align:center}.checkout-container{width:55%;min-height:90vh;display:flex;flex-direction:column;align-items:center;margin:50px auto 0}.checkout-container .checkout-header{width:100%;padding:10px 0;display:flex;justify-content:space-between;border-bottom:1px solid darkgrey}.checkout-container .checkout-header .header-block{text-transform:capitalize;width:23%}.checkout-container .checkout-header .header-block:last-child{width:8%}.checkout-container .total{margin-top:30px;margin-left:auto;font-size:36px}.checkout-item-container{width:100%;display:flex;min-height:100px;border-bottom:1px solid darkgrey;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 .quantity,.checkout-item-container .price{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}
