@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);*{box-sizing:border-box}html{overflow-x:hidden}body{font-family:Open Sans,sans-serif;margin:0}section{scroll-margin-top:65px;scroll-snap-align:start}@media(min-width:min-width:769px){section{scroll-margin-top:100px}}a{text-decoration:none}[data-scroll-container]{overflow:hidden;scrollbar-gutter:stable}[data-scroll-container]::-webkit-scrollbar-thumb{background-color:#1d395b;border-radius:15px}[data-scroll-container]::-webkit-scrollbar-track{background-color:#d9d9d9;border-radius:15px}[data-scroll-container=y]{overflow-y:auto}[data-scroll-container=y]::-webkit-scrollbar{width:6px}[data-scroll-container=x]{overflow-x:auto}[data-scroll-container=x]::-webkit-scrollbar{height:6px}[data-ignore-max-width=strict]{max-width:none!important}[data-fade-slide-in=true]{animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.App{min-height:100vh;overflow-x:hidden}.App>header{justify-self:center}.cart-animation{display:none}.cart-animation .cart-icon,.cart-animation .check-icon{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.cart-animation.active{align-items:center;display:inline-flex;justify-content:center;max-height:100%;max-width:100%;min-height:24px;min-width:24px;position:relative}.cart-animation.active .cart-icon{animation:cart-fly-in-out 1.2s ease-in-out forwards}.cart-animation.active .check-icon{animation:check-fade 1.2s ease-in-out 1.2s forwards}button:has(.cart-animation){min-width:100px;width:50%}@keyframes cart-fly-in-out{0%{opacity:0;transform:rotate(-77deg)}50%,95%{opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(0deg)}}@keyframes check-fade{0%{opacity:0}to{opacity:1}}@media(min-width:640px){button:has(.cart-animation).full-width{width:100%!important}button:has(.cart-animation).full-width.clicked{animation:shrink-grow-button-full-width 3s ease-in-out forwards}}button:has(.cart-animation).clicked{min-width:45px;opacity:1!important;will-change:width,padding}@media(min-width:640px){button:has(.cart-animation).clicked{animation:shrink-grow-button-full-width 3s ease-in-out forwards}}button:has(.cart-animation).clicked:not(.full-width){animation:shrink-grow-button 3s ease-in-out forwards}@keyframes shrink-grow-button-full-width{0%{padding:"1rem";width:100%}20%{padding:0;width:45px}80%{padding:0;width:45px}to{padding:"1rem";width:100%}}@keyframes shrink-grow-button{0%{padding:"1rem";width:50%}20%{padding:0;width:45px}80%{padding:0;width:45px}to{padding:"1rem";width:50%}}
/*# sourceMappingURL=main.759d3989.css.map*/