@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,600&display=swap);:root{--coffee:#2f0202;--milk:#cc7852;--white:#f3f3f3}html{font-size:16px;box-sizing:border-box}*,:after,:before{margin:0;padding:0;box-sizing:inherit}body{background:#fff;color:#131212;font-family:"Open Sans","Corinthia","Playfair Display",sans-serif}.home-page{margin-top:75px;background-color:#faf8f8}.home-page .showcase{height:70vh;padding:20px;color:#cc7852;background-color:rgba(41,41,41,.418);background-position:bottom;background-size:cover;background-repeat:no-repeat;background-blend-mode:multiply;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-page .showcase h1{font-size:48px;font-weight:600;font-family:"Playfair Display"}.home-page .showcase p{margin:20px 0;font-size:24px;color:hsla(0,0%,100%,.582);text-align:center}.home-page .favourites{padding:20px;text-align:center}.home-page .favourites h2{font-family:"Playfair Display";font-size:30px;color:var(--coffee);margin:20px 0}.home-page .favourites .fave-menu-wrap{max-width:960px;padding:20px;background-color:#fff;box-shadow:0 2.8px 2.2px rgba(34,34,34,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(0,0,0,.12)}.favourites .fave-menu-wrap .fave-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:30px;gap:30px}.home-page .favourites .fave-menu-wrap .see-all{margin:30px 0}@media screen and (min-width:768px){.home-page .showcase{padding:50px;background-position:bottom;background-size:unset;background-repeat:no-repeat}.home-page .favourites .fave-menu-wrap{margin:30px auto}}:root{--primary:#440202;--secondary:#cc7852;--light:#fff}.btn{border-radius:4px;outline:none;font-weight:500;cursor:pointer;transition:transform .3 ease}.btn:hover{transform:translateY(-2px)}.btn--primary--color{background:#440202;background:var(--primary);color:#fff;color:var(--light);border:none}.btn--secondary--color{background:#cc7852;background:var(--secondary);color:#fff;color:var(--light);border:none}.btn--outline--color{border:1px solid #440202;border:1px solid var(--primary)}.btn--light--color,.btn--outline--color{background:#fff;background:var(--light);color:#440202;color:var(--primary)}.btn--light--color{border:none}.btn--medium{padding:10px 20px;font-size:18px}.btn--small{padding:10px 15px;font-size:16px}div.product-card{background-color:#f3f3f4;color:#505050;padding:20px;text-align:left;position:relative;transition:all .3s ease;font-family:"Open Sans"}.product-card .card-img{height:200px;width:200px;margin:10px auto}.product-card .card-img img{height:inherit;width:100%}.product-card .fave-star{position:absolute;top:10%;right:10%;font-size:20px;color:#cc7852}.product-card .card-details .title{color:#440202;font-weight:600;font-size:18px}.product-card .card-details .price{display:flex;margin:15px 0}.product-card .card-details .price p:first-child{font-weight:600;color:#111}.product-card .card-details .price p:nth-child(2){margin-left:6px}.card-action Button{width:100%}.product-card .handle-message{background-color:rgba(0,0,0,.548);color:#fff;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:500;position:absolute;top:0;left:0;width:100%;height:100%}.menu{margin-top:75px;max-width:960px;padding:20px}.menu h1,.menu p{text-align:center}.menu h1{font-family:"Playfair Display";color:var(--coffee);margin:20px 0}.menu p.desc{margin-bottom:30px}.menu .all-menu-wrap{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:30px;gap:30px}@media screen and (min-width:1020px){.menu{margin:75px auto 0}}.cart-empty{margin-top:75px;max-width:1024px;background-color:#fff;text-align:center;padding:20px}.cart-empty p{margin:20px 0}.cart{font-family:"Open sans";margin-top:75px;padding:20px;max-width:1024px;background-color:#fff}.cart h1{margin:15px 0}.cart .cart-grid{margin-bottom:20px}.cart .tots{display:flex;justify-content:flex-end;align-items:center;margin-top:10px}.cart .tots h3{margin-right:10px}.cart .tots span{font-size:24px;color:#440202}.cart .cart-check-action{margin-top:10px;font-weight:600;display:flex;align-items:center;justify-content:flex-end}.cart .cart-check-action div{width:180px}.cart .cart-check-action div button{width:100%}@media screen and (min-width:1000px){.cart,.cart-empty{margin:75px auto 0}}.cart-items-card{font-family:"Open Sans";background-color:#fff;margin-bottom:30px;box-shadow:0 2.8px 2.2px hsla(0,0%,65.5%,.034),0 6.7px 5.3px rgba(88,88,88,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px hsla(0,0%,42.7%,.072),0 41.8px 33.4px rgba(0,0,0,.086),0 100px 80px rgba(92,92,92,.12);padding:10px 20px;border-radius:5px}.cart-items-card .cart-flex{display:flex;align-items:center;justify-content:space-between}.cart-items-card .cart-flex .card-details{display:flex;align-items:center;flex-basis:20%}.cart-items-card .cart-flex .card-img{height:80px;width:80px;margin-right:25px;background:#f3f3f4;display:flex;justify-content:center;align-items:center}.cart-items-card .cart-flex .card-img img{height:90%;width:100%}.cart-items-card .price,.cart-items-card .title{color:#440202;font-weight:600}.cart-items-card .card-qty Button:nth-of-type(){margin:0 10px}@media screen and (max-width:500px){.cart-items-card .cart-flex{display:unset}.cart-items-card .cart-flex .card-img{margin-bottom:20px}.cart-items-card .price{margin:10px 0;font-size:18px}.cart-items-card .cart-qty{margin-top:50px 0!important}.cart-items-card .cart-flex:nth-child(4){text-align:right}}header{background-color:var(--coffee);color:var(--white);display:flex;align-items:center;justify-content:space-between;padding-left:15px;padding-right:30px;height:75px;position:fixed;top:0;left:0;width:100%;z-index:1}header .logo p{margin-top:10px;font-family:"Corinthia";font-size:32px}header nav{display:flex;align-items:center}header nav li{list-style:none;font-size:20px}header nav li:not(:first-child){margin-left:30px}header li a{text-decoration:none;color:var(--white)}.active{color:var(--milk)}header nav .cart-link{position:relative}.shop-bag{font-size:20px}header .cart-num{background:var(--milk);height:24px;width:24px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;bottom:30%;left:50%}header .cart-num p{font-size:14px;font-weight:700;color:var(--light)}@media screen and (min-width:768px){header{justify-content:space-around}header .logo p{font-size:48px}}footer{background-color:#ebebec;color:#111;padding:30px}footer .footer-flex{margin-bottom:30px}footer .logo{font-family:"Corinthia";font-size:48px;color:var(--coffee);font-weight:700;margin-bottom:15px}footer .address,footer .email,footer .phone{display:flex;align-items:center;color:var(--coffee)}footer .address,footer .phone{margin-bottom:15px}.email p,.phone p,footer .address p{margin-left:10px}footer .footer-menu{margin:30px 0}footer .footer-menu ul{list-style:none;font-size:18px}footer .footer-menu ul li:not(:last-of-type){margin-bottom:15px}footer .socials{margin-bottom:30px}footer .socials p{font-size:18px;margin-bottom:15px;color:var(--milk)}footer .socials ul{list-style:none;display:flex;font-size:24px;color:var(--coffee)}footer .socials ul li{margin-right:15px}footer .copy{text-align:center;margin-top:30px;color:var(--milk);font-weight:600}footer .dev-credit{color:var(--coffee);margin-top:15px;font-style:italic;font-family:"Playfair Display"}footer .dev-credit a{color:.2;color:var(--coffee,.2)}@media screen and (min-width:765px){footer{padding:30px 50px}footer .footer-flex{display:flex;justify-content:space-between;align-items:center}footer .footer-menu{margin:unset}footer .socials{margin-bottom:unset}}
/*# sourceMappingURL=main.b50a70af.chunk.css.map */