body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.menu-item{align-items:center;border:1px solid #000;display:flex;flex:1 1 auto;height:240px;justify-content:center;margin:0 7.5px 15px;min-width:30%;overflow:hidden}.menu-item:hover{cursor:pointer}.menu-item:hover .background-image{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform 6s cubic-bezier(.25,.45,.45,.95);transition:transform 6s cubic-bezier(.25,.45,.45,.95);transition:transform 6s cubic-bezier(.25,.45,.45,.95),-webkit-transform 6s cubic-bezier(.25,.45,.45,.95)}.menu-item:hover .content{opacity:.9}.menu-item.large{height:380px}.menu-item:first-child{margin-right:7.5px}.menu-item:last-child{margin-left:7.5px}@media screen and (max-width:800px){.menu-item{height:200px}}.menu-item .background-image{background-position:50%;background-size:cover;height:100%;width:100%}.menu-item .content{align-items:center;background-color:wheat;border:1px solid #000;display:flex;flex-direction:column;height:90px;justify-content:center;opacity:.7;padding:0 25px;position:absolute}.menu-item .content .title{color:#4a4a4a;font-size:22px;font-weight:700;margin-bottom:6px}.menu-item .content .subtitle{font-size:16px;font-weight:lighter}.directory-menu{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.collection-item{align-items:center;display:flex;flex-direction:column;gap:10px;height:350px;position:relative;width:340px!important}.collection-item .image{background-size:cover;height:95%;margin-bottom:5px;width:100%}.collection-item .image:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.collection-item .custom-button{display:none;opacity:.7;position:absolute;top:255px;width:80%}.collection-item:hover .custom-button,.collection-item:hover .image{display:flex;opacity:.85}.collection-item .collection-footer{align-items:center;display:flex;font-size:18px;justify-content:space-between;width:100%}.collection-item .collection-footer .name{width:90%}.collection-item .collection-footer .price{width:10%}@media only screen and (max-width:800px){.collection-item .collection-footer .name{margin-left:5px}.collection-item .collection-footer .collection-item{width:100%!important}}.collection-preview{display:flex;flex-direction:column;margin-bottom:30px;width:100%}.collection-preview .title{font-size:28px;margin-bottom:25px}@media only screen and (max-width:600px){.collection-preview .title{margin:0 auto}}.preview{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}@media only screen and (max-width:800px){.preview{gap:13px;justify-content:stretch}}@media only screen and (max-width:600px){.preview{display:grid}}.collections-overview{display:flex;flex-direction:column}.cart-icon{align-items:center;cursor:pointer;display:flex;height:45px;justify-content:center;position:relative;width:45px}.cart-icon .shopping-icon{height:24px;width:24px}.cart-icon .item-count{bottom:12px;font-size:10px;font-weight:700;position:absolute}.cart-item{display:flex;height:80px;margin-bottom:15px;width:100%}.cart-item img{width:30%}.cart-item .item-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:10px 20px;width:70%}.cart-item .item-details .name{font-size:16px}.cart-dropdown{background-color:#fff;border:1px solid #000;display:flex;flex-direction:column;height:340px;padding:20px;position:absolute;right:40px;top:90px;width:240px;z-index:5}.cart-dropdown .empty-message{font-size:18px;margin:50px auto}.cart-dropdown .cart-items{display:flex;flex-direction:column;height:240px;overflow:scroll}.cart-dropdown button{margin-top:auto}.group{margin:45px 0;position:relative}.group .form-input{background:none;background-color:#fff;border:none;border-bottom:1px solid grey;border-radius:0;color:grey;display:block;font-size:18px;margin:25px 0;padding:10px 10px 10px 5px;width:100%}@media only screen and (max-width:800px){.group .form-input{width:100%}}.group .form-input:focus{outline:none}.group .form-input:focus~.form-input-label{color:#000;font-size:12px;top:-14px}.group input[type=password]{letter-spacing:.3em}.group .form-input-label{color:grey;font-size:16px;font-weight:400;left:5px;pointer-events:none;position:absolute;top:10px;transition:all .3s ease}.group .form-input-label.shrink{color:#000;font-size:12px;top:-14px}.sign-in{display:flex;flex-direction:column;width:380px}@media only screen and (max-width:800px){.sign-in{width:100%}}.sign-in .title{margin:10px 0}.sign-in .buttons{display:flex;justify-content:space-between}.sign-up{display:flex;flex-direction:column;width:380px}@media only screen and (max-width:600px){.sign-up{margin-top:40px}}.sign-up .title{margin:10px 0}.sign-in-and-sign-up{display:flex;gap:5px;justify-content:space-between;margin:30px auto;width:850px}@media only screen and (max-width:800px){.sign-in-and-sign-up{flex-wrap:wrap;width:100%}}@media only screen and (max-width:600px){.sign-in-and-sign-up{gap:5px;width:100%}}.checkout-item{align-items:center;border-bottom:1px solid #a9a9a9;display:flex;font-size:20px;min-height:100px;padding:15px 0;width:100%}.checkout-item .image-container{padding-right:15px;width:23%}.checkout-item .image-container img{height:100%;width:100%}.checkout-item .name,.checkout-item .price,.checkout-item .quantity{width:23%}.checkout-item .quantity{display:flex}.checkout-item .quantity .arrow{cursor:pointer}.checkout-item .quantity .value{margin:0 10px}.checkout-item .remove-button{cursor:pointer;padding-left:12px}.checkout-page{align-items:center;display:flex;flex-direction:column;margin:50px auto 0;min-height:90vh;width:55%}@media only screen and (max-width:600px){.checkout-page{width:100%}}.checkout-page .checkout-header{border-bottom:1px solid #a9a9a9;display:flex;justify-content:space-between;padding:10px 0;width:100%}@media only screen and (max-width:600px){.checkout-page .checkout-header{width:100%}}.checkout-page .checkout-header .header-block{text-transform:capitalize;width:23%}@media only screen and (max-width:600px){.checkout-page .checkout-header .header-block:nth-child(3),.checkout-page .checkout-header .header-block:nth-child(4){padding-left:8px}}.checkout-page .checkout-header .header-block:last-child{margin-right:10px;width:8%}@media only screen and (max-width:600px){.checkout-page .checkout-header .header-block:last-child{margin-right:19px}}.checkout-page .total{font-size:36px;margin-left:auto;margin-top:30px}.checkout-page button{margin-left:auto;margin-top:50px}.checkout-page .test-warning{color:red;font-size:24px;margin-top:40px;text-align:center}
/*# sourceMappingURL=main.153c7240.css.map*/