*{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box}body{font-family:"Poppins",sans-serif;padding:20px 60px}a{text-decoration:none;color:#000}@media(max-width:900px){body{padding:0}}.menu-item{min-width:30%;height:240px;-webkit-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:0 7.5px 15px;overflow:hidden;letter-spacing:1px}.menu-item:hover{cursor:pointer}.menu-item:hover .background-image{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform 3s cubic-bezier(.25,.45,.45,.95);transition:transform 3s cubic-bezier(.25,.45,.45,.95);transition:transform 3s cubic-bezier(.25,.45,.45,.95),-webkit-transform 3s 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}.menu-item .background-image{height:100%;width:100%;background-position:50%;background-size:cover}.menu-item .content{height:90px;padding:0 25px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:#fff;opacity:.7;position:absolute}.menu-item .content .title{font-weight:400;margin-bottom:6px;font-size:22px;color:#4a4a4a}.menu-item .content .subtitle{font-weight:400;font-size:16px}@media (max-width:900px){.menu-item{width:100%}}.directory-menu{width:100%;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.directory-menu,.homepage{display:-webkit-flex;display:flex}.homepage{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:20px 80px}@media (max-width:900px){.homepage{margin-top:90px;padding:0}}.collection-item,.collections-overview{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.collection-item{height:350px;-webkit-align-items:center;align-items:center;position:relative}.collection-item .image{width:100%;height:95%;background-size:cover;background-position:50%;margin-bottom:5px}.collection-item .custom-button{width:80%;opacity:.7;position:absolute;top:255px;display:none}.collection-item:hover .image{opacity:.8}.collection-item:hover .custom-button{opacity:.85;display:-webkit-flex;display:flex}.collection-item .collection-footer{width:100%;height:5%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-size:18px;margin-bottom:10px}.custom-button{min-width:165px;width:auto;height:50px;letter-spacing:.5px;line-height:50px;padding:0 35px;font-size:12px;background-color:#000;color:#fff;text-transform:uppercase;font-family:"Open Sans Condensed";font-weight:bolder;border:none;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:5px}.custom-button:hover{background-color:#fff;color:#000;border:1px solid #000}.custom-button.google-sign-in{background-color:#4285f4;color:#fff}.custom-button.google-sign-in:hover{background-color:#357ae8;border:none}.custom-button.inverted{background-color:#fff;color:#000;border:1px solid #000}.custom-button.inverted:hover{background-color:#000;color:#fff;border:none}.collection-preview{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:30px;height:100%}.collection-preview .title{font-size:28px;font-weight:500;margin-bottom:25px}.collection-preview .preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:20px}@media (max-width:900px){.collection-preview{margin:5px}}.collection-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.collection-page .items{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px}.collection-page .items .collection-item{margin-bottom:30px}@media (max-width:900px){.collection-page{margin:5px}}.shop-page{margin-top:90px}.header{height:70px;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:25px;z-index:6}.header,.header .logo-container{width:100%;display:-webkit-flex;display:flex}.header .logo-container{height:70%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:0 10px;border:2px solid #000}.header .logo-container .logo{font-weight:500}.header .options{width:50%;height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.header .options .option{padding:10px 15px;cursor:pointer}.header .burger{display:none;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;height:45px;width:45px}.header .burger .line{height:3px;background-color:#000;margin:2px}.header .cart-icon-mobile{display:none}@media (max-width:900px){.header{position:fixed;background-color:#fff;margin-top:-90px}.header .logo-container{position:relative;top:15%;left:5%}.header .options{-webkit-flex-direction:column;flex-direction:column;position:fixed;background-color:#fff;z-index:5;width:100vw;height:100vh;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease-out}.header .burger{display:-webkit-flex;display:flex;position:relative;right:5%;top:18%;z-index:6;padding:5px}.header .burger .line{width:70%;height:2px;margin:2px}.header .toggleMenu{-webkit-transform:translateX(0);transform:translateX(0)}.header .cart-icon-mobile{display:block;position:absolute;right:10%;top:13%}}@media (max-width:600px){.header .cart-icon-mobile{right:11%}}@media (max-width:450px){.header .cart-icon-mobile{right:13%}}@media (max-width:350px){.header .cart-icon-mobile{right:15%}}.cart-icon{width:45px;height:45px;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer}.cart-icon .shopping-icon{width:24px;height:24px}.cart-icon .item-count{position:absolute;font-size:10px;font-weight:bolder;bottom:12px;color:red}.cart-dropdown{position:absolute;width:240px;height:340px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:20px;border:1px solid #000;background-color:#fff;top:90px;right:40px;z-index:5}.cart-dropdown .empty-message{font-size:18px;margin:auto}.cart-dropdown .cart-items{height:100%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:scroll}.cart-dropdown button{margin-top:auto}@media (max-width:900px){.cart-dropdown{display:none}}.cart-item{width:100%;display:-webkit-flex;display:flex;height:80px;margin-bottom:15px}.cart-item img{width:30%}.cart-item .item-details{width:70%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;padding:10px 20px}.cart-item .item-details .name{font-size:16px}.group{position:relative;margin:45px 0}.group .form-input{background:none;background-color:#fff;color:grey;font-size:18px;padding:10px 10px 10px 5px;display:block;width:100%;border-radius:0;border:none;border-bottom:1px solid grey;margin:25px 0}.group .form-input:focus{outline:none}.group .form-input:focus~.form-input-label{top:-14px;font-size:12px;color:#000}.group input[type=password]{letter-spacing:.3em}.group .form-input-label{color:grey;font-size:15px;font-weight:400;letter-spacing:1px;position:absolute;pointer-events:none;left:5px;top:10px;transition:all .3s ease}.group .form-input-label.shrink{top:-14px;font-size:12px;color:#000}.sign-in{width:380px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.sign-in .title{margin:10px 0}.sign-in .buttons{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.sign-in .error-message{color:red;padding-top:10px}@media (max-width:900px){.sign-in{width:90%}.sign-in .buttons{-webkit-flex-direction:column;flex-direction:column}}.sign-in-and-sign-up{width:100%;-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-top:90px}.sign-in-and-sign-up .sign-up-here{color:red;border-bottom:1px solid red;cursor:pointer}.sign-up{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:380px}.sign-up .title{margin:10px 0}.sign-up .error-message{color:red;padding-top:10px}@media (max-width:900px){.sign-up{width:90%}}.checkout-page{min-height:90vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin:90px auto 0}.checkout-page .checkout-title{font-weight:400;margin-bottom:20px}.checkout-page .checkout-header{width:100%;padding:10px 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1px solid #a9a9a9;border-top:1px solid #a9a9a9}.checkout-page .checkout-header .header-block{text-transform:capitalize;width:23%}.checkout-page .checkout-header .header-block:last-child{width:8%}.checkout-page .total{margin-top:30px;margin-left:auto;margin-bottom:20px;font-size:30px}.checkout-page .go-to-shop{border-bottom:1px solid grey}.checkout-page .test-warning-container{text-align:center}.checkout-page .test-warning{text-align:center;margin-top:20px;margin-bottom:20px;font-size:16px;color:red;border:1px solid red;padding:10px}@media (max-width:900px){.checkout-page{margin-left:5px;margin-right:5px}.checkout-page .checkout-title{border-bottom:1px solid #a9a9a9;width:100%;text-align:center}.checkout-page .checkout-header{display:none}.checkout-page .total{display:-webkit-flex;display:flex;width:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}}.checkout-item{width:100%;display:-webkit-flex;display:flex;min-height:100px;border-bottom:1px solid #a9a9a9;padding:15px 0;font-size:16px;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.checkout-item .image-container{width:23%;padding-right:15px}.checkout-item .image-container img{width:100%;height:100%}.checkout-item .quantity,.checkout-item .quantity .arrow{display:-webkit-flex;display:flex}.checkout-item .quantity .arrow{cursor:pointer;font-weight:bolder;color:#4682b4;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:5px}.checkout-item .quantity .value{margin:0 10px}.checkout-item .remove-button{cursor:pointer;color:red}@media (max-width:900px){.checkout-item{-webkit-flex-direction:column;flex-direction:column}.checkout-item .image-container{width:50%}.checkout-item .price{display:none}}.footer-container{text-align:center;width:100%;background-color:#fff;padding-bottom:20px;padding-top:50px}.footer-container .eudin{color:#4682b4;border-bottom:1px solid #4682b4}
/*# sourceMappingURL=main.be268645.chunk.css.map */