*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;margin:0;padding:20px 40px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#000;text-decoration:none}.catagory-container{grid-column-gap:20px;grid-row-gap:50px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:50px}@media screen and (max-width:1024px){.catagory-container{column-gap:15px;grid-template-columns:repeat(3,1fr);row-gap:40px}}@media screen and (max-width:768px){.catagory-container{column-gap:10px;grid-template-columns:repeat(2,1fr);row-gap:30px}}@media screen and (max-width:480px){.catagory-container{column-gap:0;grid-template-columns:1fr;row-gap:20px}}.category-title{font-size:38px;margin-bottom:25px;text-align:center}@media screen and (max-width:768px){.category-title{font-size:32px}}@media screen and (max-width:480px){.category-title{font-size:28px}}.categories-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media screen and (max-width:1024px){.categories-container{justify-content:space-around}}@media screen and (max-width:768px){.categories-container{align-items:center;flex-direction:column}}@media screen and (max-width:480px){.categories-container{flex-direction:column;padding:0 10px}}.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}@media(max-width:768px){.cart-item-container{height:70px;margin-bottom:10px}.cart-item-container img{width:25%}.cart-item-container .item-details{padding:8px 16px;width:75%}.cart-item-container .item-details .name{font-size:14px}}@media(max-width:480px){.cart-item-container{height:60px;margin-bottom:8px}.cart-item-container img{width:20%}.cart-item-container .item-details{padding:6px 12px;width:80%}.cart-item-container .item-details .name{font-size:12px}}.sign-up-container{display:flex;flex-direction:column;width:380px}.sign-up-container h2{margin:10px 0}@media screen and (max-width:768px){.sign-up-container{max-width:400px;width:90%}}@media screen and (max-width:480px){.sign-up-container{width:95%}}.sign-in-container{display:flex;flex-direction:column;width:380px}.sign-in-container h2{margin:10px 0}.sign-in-container .buttons-container{display:flex;justify-content:space-between}@media screen and (max-width:768px){.sign-in-container{max-width:400px;width:90%}}@media screen and (max-width:480px){.sign-in-container{width:95%}.buttons-container{align-items:center;flex-direction:column;width:100%}.buttons-container button{margin:5px 0;width:100%}}.authentication-container{display:flex;gap:20px;justify-content:space-between;margin:30px auto;width:900px}@media screen and (max-width:768px){.authentication-container{align-items:center;flex-direction:column;width:100%}}@media screen and (max-width:480px){.authentication-container{margin:20px auto;width:90%}}.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}.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%}.product-card-container .footer .price{width:10%}@media screen and (max-width:768px){.product-card-container{height:320px}.product-card-container img{height:90%}.product-card-container button{top:230px;width:70%}.product-card-container .footer{font-size:16px}.product-card-container .footer .name{margin-bottom:10px}}@media screen and (max-width:480px){.product-card-container{height:300px}.product-card-container img{height:85%}.product-card-container button{top:220px;width:25%}.product-card-container .footer{font-size:14px}.product-card-container .footer .name{margin-bottom:5px}.product-card-container .footer .price{width:auto}}.category-preview-container{display:flex;flex-direction:column;margin-bottom:30px}.category-preview-container .title{cursor:pointer;font-size:28px;margin-bottom:25px}@media screen and (max-width:768px){.category-preview-container .title{font-size:24px;margin-bottom:20px}}@media screen and (max-width:480px){.category-preview-container .title{font-size:20px;margin-bottom:15px}}.category-preview-container .preview{grid-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1024px){.category-preview-container .preview{column-gap:15px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.category-preview-container .preview{column-gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.category-preview-container .preview{column-gap:5px;grid-template-columns:1fr;row-gap:15px}}.product-container{grid-column-gap:10px;grid-row-gap:50px;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:50px}@media screen and (max-width:1024px){.product-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.product-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.product-container{grid-template-columns:1fr}}.checkout-container{align-items:center;display:flex;flex-direction:column;margin:50px auto 0;min-height:90vh;width:55%}.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;width:23%}.checkout-container .checkout-header .header-block:last-child{width:8%}.checkout-container .total{font-size:36px;margin-left:auto;margin-top:30px}@media screen and (max-width:1024px){.checkout-container{width:75%}.checkout-container .checkout-header .header-block{width:22%}.checkout-container .checkout-header .header-block:last-child{width:10%}.checkout-container .total{font-size:32px}}@media screen and (max-width:768px){.checkout-container{width:90%}.checkout-container .checkout-header .header-block{width:30%}.checkout-container .checkout-header .header-block:last-child{width:12%}.checkout-container .total{font-size:28px}}@media screen and (max-width:480px){.checkout-container{padding:0 10px;width:100%}.checkout-container .checkout-header .header-block{width:45%}.checkout-container .checkout-header .header-block:last-child{width:20%}.checkout-container .total{font-size:24px;margin-top:20px}}
/*# sourceMappingURL=main.6d7774bc.css.map*/