@import url(https://fonts.googleapis.com/css2?family=Lora:ital@1&family=Montserrat:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);*{margin:0;padding:0}body{overflow-x:hidden;font-size:20px;padding-top:3rem}p{padding:0;margin:0;font-family:"Lora",serif;letter-spacing:.25px}.section{min-height:100vh;display:flex;align-items:center;justify-content:center}label,p{font-size:1.1rem}a,label{font-family:"Source Sans Pro",sans-serif}h1,h2,h3,h4{font-family:"Montserrat",sans-serif}.home-section{display:grid;box-sizing:initial;padding:5rem 3rem;grid-template-columns:20rem 1fr;justify-content:space-between;grid-gap:5rem;gap:5rem}.home-section .filter-btn{position:absolute;visibility:hidden}.home-section .filters-section{padding:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#f5f5f5}.home-section .filters-section h4{font-size:1.8rem;font-weight:700;letter-spacing:.75px;margin-bottom:1rem}.home-section .filters-section form{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.home-section .filters-section form label{text-transform:capitalize}@media screen and (max-width:768px){.home-section{display:flex;flex-direction:column}.home-section .filter-btn{position:relative;visibility:visible}.home-section .filters-section{position:absolute;box-sizing:border-box;margin-right:2rem;height:0;-webkit-transform:translateY(2.6rem);transform:translateY(2.6rem);padding:0 2rem;overflow:hidden;transition:1s;z-index:10;width:calc(100% - 6rem)}.home-section .filters-section.active{height:31rem;padding:2rem}}.item-list-section{grid-gap:3rem;gap:3rem;overflow-x:hidden}.item-list-section,.item-list-section .items-group{position:relative;display:flex;flex-direction:column}.item-list-section .items-group{grid-gap:1rem;gap:1rem}.item-list-section .items-group .item-name{text-transform:capitalize}.item-list-section .items-group .items-carousel{position:relative}.item-list-section .items-group .items-carousel .arrows{position:absolute;top:-3rem;left:calc(100% - 5rem);display:flex;grid-gap:.5rem;gap:.5rem;margin-bottom:.5rem}.item-list-section .items-group .items-carousel .arrows button{display:flex;justify-content:center;align-items:flex-end;padding:.1rem .2rem;cursor:pointer}.item-list-section .items-group .items-carousel .arrows button:hover{-webkit-transform:scale(.95);transform:scale(.95)}.item-list-section .items-group .items-carousel .arrows button:active{-webkit-transform:scale(.8);transform:scale(.8);box-shadow:0 0 5px #000}.item-list-section .items-group .items-carousel .arrows button i{font-size:.9rem;margin-bottom:.1rem}.item-list-section .items-group .items-carousel .items-wrapper{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:flex-start;touch-action:pan-y;transition:.5s linear;grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem}.card-item{width:15rem;-webkit-user-select:none;user-select:none}.card-item .card-body .image{width:100%;height:8rem;background-repeat:no-repeat;background-size:contain;background-position:50%}.card-item .card-body:hover{-webkit-transform:scale(.97);transform:scale(.97)}.card-item .card-title{text-transform:capitalize}.card-item p{font-size:.9rem}.card-item .card-footer{display:flex;justify-content:space-around;align-items:center}.card-item .hearth{position:absolute;cursor:pointer;top:.3rem;right:.7rem;color:#9e9c9c;font-size:1.5rem}.card-item .hearth:active{-webkit-transform:scale(.9);transform:scale(.9)}.card-item:active{cursor:grabbing}.single-card-section{padding:5rem 2rem}.single-card-section .card{max-width:50rem}.single-card-section .card .card-title{text-transform:capitalize}.single-card-section .card .image{position:relative;height:25rem;width:100%;background-repeat:no-repeat;background-size:contain;background-position:50%}.single-card-section .card .image img{width:50%}.single-card-section .card .card-footer{display:flex;justify-content:space-around;align-items:center}.no-items-founded{grid-gap:2rem;gap:2rem}.no-items-founded i{font-size:5rem}.no-items-founded h4{font-size:2rem}.error-page{height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;grid-gap:2rem;gap:2rem;padding:0 2rem}.error-page i{font-size:5rem}.cart-section{min-height:90vh;display:flex;padding:3rem;align-items:center;justify-content:space-around;width:100vw}.cart-section .cart-items{position:relative;display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.cart-section .cart-items .cart-card{position:relative;width:30rem;height:10rem;display:flex;grid-gap:.75rem;gap:.75rem;border:1px dotted #000;padding:.7rem;border-radius:10px}.cart-section .cart-items .cart-card .card-image{width:50%;background-repeat:no-repeat;background-size:contain;background-position:50%}.cart-section .cart-items .cart-card .card-body{display:flex;flex-direction:column;align-items:flex-start;margin-left:.5rem}.cart-section .cart-items .cart-card .card-body h5{font-size:1.2rem;margin:0}.cart-section .cart-items .cart-card .card-body label,.cart-section .cart-items .cart-card .card-body p{font-size:.95rem;margin:0}.cart-section .cart-items .cart-card .card-body input{position:relative;width:4rem;display:flex;padding-left:1.1rem}.cart-section .cart-items .remove-btn{position:absolute;top:1%;left:95%;cursor:pointer;font-size:.8rem}.cart-pay-section{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;border:1px dotted #000;border-radius:15px;width:30rem;padding:2rem}.cart-pay-section .pay-item{display:flex;width:100%;align-items:center;justify-content:space-between}.cart-pay-section .line{width:100%;height:.1px;background-color:grey;-webkit-filter:blur(.9px);filter:blur(.9px);margin-top:5px}.no-items-section{grid-gap:1rem;gap:1rem}.no-items-section i{font-size:5rem}.no-items-section h4{font-size:2rem;letter-spacing:.5px}@media screen and (max-width:480px){.cart-section{flex-direction:column;padding:2rem 1rem;grid-gap:2rem;gap:2rem}.cart-section .cart-items{position:relative;width:100%}.cart-section .cart-items .cart-card,.cart-section .cart-pay-section{width:100%}}.checkout-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 max(5rem,10%);margin-top:3rem}.checkout-section .checkout-header{font-weight:800;display:flex;grid-gap:.75rem;gap:.75rem;align-items:center;margin-bottom:2rem}.checkout-section .checkout-header i{font-size:1.9rem;margin-bottom:20px}.checkout-section-center{width:100%;display:flex;justify-content:space-between;align-items:center;grid-gap:2rem;gap:2rem}.checkout-section-center .payment-methods{position:relative;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;border-radius:10px;padding:2rem;background-color:#f5f5f5;max-width:25rem}.checkout-section-center .payment-methods h3{font-weight:600}.checkout-section-center .payment-methods .radio-item{display:flex;width:100%;grid-gap:1rem;gap:1rem}.checkout-section-center .payment-methods .radio-item label{font-weight:400;word-spacing:2px}.checkout-section-center .payment-methods .card-information-wrapper{position:relative;width:100%;transition:.5s linear;overflow:hidden;height:0}.checkout-section-center .payment-methods .card-information-wrapper .card-information{max-width:100%;background-color:#fff;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;padding:2rem}.checkout-section-center .payment-methods .card-information-wrapper .card-information .card-input{display:flex;flex-direction:column;grid-gap:.3rem;gap:.3rem}.checkout-section-center .payment-methods .card-information-wrapper .card-information .card-input label{font-weight:500}.checkout-section-center .payment-methods .card-information-wrapper .card-information .card-input input{padding:.2rem .4rem}.checkout-section-center .payment-methods .card-information-wrapper .card-information .card-security-info{display:flex;align-items:center;grid-gap:1.4rem;gap:1.4rem}.checkout-section-center .payment-methods .card-information-wrapper .card-information .card-security-info .card-input{width:47%}.checkout-section-center .payment-methods .card-information-wrapper.active{height:21rem}.checkout-section .confirmation-panel{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:30rem;border:2px dotted #000;border-radius:20px;padding:3rem;background-color:#fff;grid-gap:3rem;gap:3rem;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.checkout-section .confirmation-panel .header{display:flex;grid-gap:1rem;gap:1rem;align-items:center}.checkout-section .confirmation-panel .header i{font-size:3rem;display:flex}.checkout-section .confirmation-panel .center ul{margin:0;padding:0;width:100%}.checkout-section .confirmation-panel .center ul li{padding:1rem 0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;list-style:none}.checkout-section .alert{position:fixed;transition:.5s ease-out;opacity:0;right:0;bottom:1rem;max-width:95%}@media screen and (max-width:768px){.checkout-section{padding:5%;margin-top:0;justify-content:start}.checkout-section-center{position:relative;flex-direction:column;grid-gap:2rem;gap:2rem;width:100%}.checkout-section-center .payment-methods{max-width:100%}.checkout-section-center .cart-pay-section{width:100%}}.footer{position:relative;display:flex;padding:1.5rem 0;align-items:center;justify-content:space-around;color:#fff}.footer .link{margin:0;color:#fff;font-weight:700}.footer .link:hover{text-decoration:underline}.footer .social-media ul{display:flex;grid-gap:1.5rem;gap:1.5rem;margin:0;padding:0}.footer .social-media ul li{list-style:none}.footer .social-media ul li a{color:#fff}.footer .social-media ul li a i{font-size:2rem}@media screen and (max-width:480px){.footer{flex-direction:column;padding:2rem;align-items:flex-start}}.about-section{padding:0;display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.about-section .about-website{position:relative;width:100%;color:#fff}.about-section .about-website .about-center{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;padding:13rem 4rem}.about-section .about-website .about-center .coffee-container{position:relative;display:flex;align-items:center;justify-content:center;width:50%}.about-section .about-website .about-center .coffee-container .cup{position:relative;width:300px;height:300px;background-image:radial-gradient(#eaeaef,#fff);border-bottom-left-radius:50%;border-bottom-right-radius:50%;z-index:1}.about-section .about-website .about-center .coffee-container .cup .top{position:relative;height:30px;width:100%;background-image:linear-gradient(270deg,#fff,#fafafa);top:-30px;border-top-left-radius:50%;border-top-right-radius:50%;z-index:3}.about-section .about-website .about-center .coffee-container .cup .top .vapour{position:absolute;top:-80px;padding:0 10px;display:flex;z-index:100}.about-section .about-website .about-center .coffee-container .cup .top .vapour span{display:block;width:8px;height:120px;background-color:#fff;margin:0 3px 50px;border-radius:50%;-webkit-animation:vapourAnimation 5s linear infinite;animation:vapourAnimation 5s linear infinite;-webkit-animation-delay:calc(var(--i)*-0.5s);animation-delay:calc(var(--i)*-0.5s);opacity:1;-webkit-filter:blur(10px);filter:blur(10px)}.about-section .about-website .about-center .coffee-container .cup .top .circle{position:relative;width:calc(100% - 20px);height:40px;background-image:linear-gradient(270deg,#eaeaea,#ccc);border-radius:50%;top:5px;left:10px}.about-section .about-website .about-center .coffee-container .cup .top .circle .coffee{position:relative;height:30px;width:100%;border-radius:50%;background-color:#632100;top:12px}.about-section .about-website .about-center .coffee-container .cup .handle{position:absolute;width:150px;height:150px;background-color:initial;left:calc(100% - 85px);top:10%;border-radius:50%;border:25px solid #fafafa;z-index:0}.about-section .about-website .about-center .coffee-container .plate{position:absolute;width:500px;height:150px;background-color:#fafafa;top:58%;border-radius:50%;z-index:0}.about-section .about-website .about-center .coffee-container .plate:after{position:absolute;content:"";background-image:radial-gradient(#c5c5c5,#fff);width:400px;height:100px;left:50px;top:25px;border-radius:50%}.about-section .about-website .about-center .about-info{width:50%}.about-section .about-website .about-center .about-info .about-page-header h1{font-weight:700;font-size:3.5rem;text-transform:uppercase;letter-spacing:.75px}.about-section .about-developer{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;padding:5rem}.about-section .about-developer-header h1{font-size:min(5rem,5vh);text-transform:uppercase;font-weight:bolder;letter-spacing:.1px;margin:0}.about-section .about-developer .skills{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem}.about-section .about-developer .skills .skills-center{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:4rem 0}.about-section .about-developer .skills .skills-center ul{padding:0;margin:0 0 0 3rem;position:relative;-webkit-transform:skewY(-15deg);transform:skewY(-15deg)}.about-section .about-developer .skills .skills-center ul li{position:relative;width:150px;background-color:#3e3f46;list-style:none;padding:15px 0;transition:.5s;z-index:var(--i);color:#999}.about-section .about-developer .skills .skills-center ul li:hover{-webkit-transform:translateX(-50px);transform:translateX(-50px);background-color:var(--clr);color:#fff}.about-section .about-developer .skills .skills-center ul li:before,.about-section .about-developer .skills .skills-center ul li span{position:absolute;content:"";width:40px;height:100%;background-color:#3e3f46;top:0;left:-40px;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:skewY(45deg);transform:skewY(45deg);transition:.5s;-webkit-filter:brightness(.7);filter:brightness(.7)}.about-section .about-developer .skills .skills-center ul li:hover span{background-color:var(--clr)}.about-section .about-developer .skills .skills-center ul li:after{position:absolute;content:"";width:100%;height:40px;background-color:#3e3f46;top:-40px;-webkit-filter:brightness(.6);filter:brightness(.6);-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:skewX(45deg);transform:skewX(45deg);transition:.5s}.about-section .about-developer .skills .skills-center ul li:hover:after{background-color:var(--clr)}.about-section .about-developer .skills .skills-center ul li p{display:block;text-transform:uppercase;letter-spacing:.5px;transition:.5s;margin-left:5px}.about-section .about-developer .skills .skills-center ul li span{display:flex;justify-content:center;align-items:center;font-size:1.75rem}.about-section .about-developer .skills .skills-center ul li:last-child:after{box-shadow:-120px 120px 20px rgba(0,0,0,.3333333333)}@-webkit-keyframes vapourAnimation{0%{opacity:0;-webkit-transform:translateY(0) scaleX(0);transform:translateY(0) scaleX(0)}50%{opacity:1;-webkit-transform:translateY(-150px) scaleX(5);transform:translateY(-150px) scaleX(5)}to{opacity:0;-webkit-transform:translateY(-300px) scaleX(0);transform:translateY(-300px) scaleX(0)}}@keyframes vapourAnimation{0%{opacity:0;-webkit-transform:translateY(0) scaleX(0);transform:translateY(0) scaleX(0)}50%{opacity:1;-webkit-transform:translateY(-150px) scaleX(5);transform:translateY(-150px) scaleX(5)}to{opacity:0;-webkit-transform:translateY(-300px) scaleX(0);transform:translateY(-300px) scaleX(0)}}@media screen and (max-width:1200px){.about-section .about-website .about-center{position:relative;flex-direction:column-reverse;grid-gap:5rem;gap:5rem;padding:10rem}.about-section .about-website .about-center .about-info,.about-section .about-website .about-center .coffee-container{width:100%}}@media screen and (max-width:768px){.about-section .about-website .about-center{padding:10rem 0}.about-section .about-website .about-center .coffee-container .cup{-webkit-transform:scale(.65);transform:scale(.65)}.about-section .about-website .about-center .coffee-container .plate{-webkit-transform:scale(.65) translateY(-20px);transform:scale(.65) translateY(-20px)}.about-section .about-developer,.about-section .about-website .about-center .about-info{padding:0 2rem}}.navbar{position:fixed;top:0;left:0;width:100vw;z-index:100;background-color:#f5f5f5}.cart-icon{position:fixed;bottom:5%;right:5%;border-radius:50%;width:50px;height:50px;z-index:100}.cart-icon,.spinner-section{display:flex;justify-content:center;align-items:center}.spinner-section{height:100%;width:100%}@media screen and (max-width:768px){.cart-icon{visibility:visible!important;border:1px solid #000;background-color:#fff}.nav-cart-icon{position:absolute;visibility:hidden}.navbar-center{grid-gap:1rem;gap:1rem}}
/*# sourceMappingURL=main.68a10868.chunk.css.map */