.cart-item-container{display:flex;height:80px;margin-bottom:15px;width:100%}.cart-item-container img{width:30%}.cart-item-container .item-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:10px 20px;width:70%}.cart-item-container .item-details .name{font-size:16px}.categories-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.product-card-container{align-items:center;display:flex;flex-direction:column;height:350px;position:relative;width:100%}.product-card-container img{height:95%;margin-bottom:5px;object-fit:cover;width:100%}.product-card-container button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.product-card-container:hover img{opacity:.8}.product-card-container:hover button{display:flex;opacity:.85}@media screen and (max-width:800px){.product-card-container{width:40vw}.product-card-container button{display:block;min-width:0;min-width:auto;opacity:.9;padding:0 10px}.product-card-container button:hover button,.product-card-container button:hover img{opacity:1}}.product-card-container .footer{display:flex;font-size:18px;height:5%;justify-content:space-between;width:100%}.product-card-container .footer .name{margin-bottom:15px;width:90%}.category-preview-container{display:flex;flex-direction:column;margin-bottom:30px}@media screen and (max-width:800px){.category-preview-container{align-items:center}}.category-preview-container .title{cursor:pointer;font-size:28px;margin-bottom:25px}.category-preview-container .preview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:800px){.category-preview-container .preview{-webkit-column-gap:15px;column-gap:15px;grid-template-columns:1fr 1fr;row-gap:25px}}.category-container{grid-gap:20px 50px;display:grid;gap:20px 50px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:800px){.category-container{-webkit-column-gap:15px;column-gap:15px;grid-template-columns:1fr 1fr;row-gap:25px}}.category-title{font-size:30px;margin-bottom:25px;text-align:center;text-transform:uppercase}.products-container{grid-gap:50px 20px;display:grid;gap:50px 20px;grid-template-columns:repeat(4,1fr)}.buttons-container{display:flex;gap:10px;justify-content:space-between}@media screen and (max-width:800px){.buttons-container{flex-direction:column}}.sign-up-container{display:flex;flex-direction:column;width:380px}@media screen and (max-width:800px){.sign-up-container{width:300px}}.sign-up-container h2{margin:10px 0}.authentication-container{display:flex;justify-content:space-between;margin:30px auto;width:900px}@media screen and (max-width:800px){.authentication-container{flex-direction:column;gap:40px;width:100%}}.checkout-item-container{align-items:center;border-bottom:1px solid #a9a9a9;display:flex;font-size:20px;min-height:100px;padding:15px 0;width:100%}.checkout-item-container .image-container{padding-right:15px;width:23%}.checkout-item-container .image-container img{height:100%;width: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{cursor:pointer;padding-left:12px}.checkout-container{align-items:center;display:flex;flex-direction:column;margin:50px auto 0;min-height:90vh;width:55%}@media screen and (max-width:800px){.checkout-container{width:100%}}.checkout-container .checkout-header{border-bottom:1px solid #a9a9a9;display:flex;justify-content:space-between;padding:10px 0;width:100%}.checkout-container .checkout-header .header-block{text-transform:capitalize}.checkout-container .total{font-size:36px;margin-left:auto;margin-top:30px}
/*# sourceMappingURL=main.60111e9f.css.map*/