@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&family=Merriweather:wght@400;700&display=swap);*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:linear-gradient(90deg,#fff,#afd3fb 50%,#fff);color:#000;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);font-family:Merriweather,serif;margin:0;min-height:100vh}#main-header{justify-content:space-between;padding:3rem 15%}#main-header,#main-title{align-items:center;display:flex}#main-title img{margin-right:1.5rem;width:5rem}h1{color:#000;font-size:2.5rem;margin:0;text-align:center;text-shadow:0 0 4px #23222266;text-transform:uppercase}#main-header button{background:#4459ac;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.25rem;padding:.5rem 1.5rem}#main-header button:hover{background:#222f60}#shop{margin:2rem auto;width:70%}#shop h2{color:#505050;font-size:1.5rem;text-transform:uppercase}#products{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));list-style:none;margin:0;padding:0}.product{background:#6883ed;border-radius:6px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;height:100%}.product img{border-radius:6px;width:100%}.product-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:0 1rem .5rem}.product-content h3{color:#fff;font-size:1.25rem;margin-bottom:.15rem}.product-price{color:#594a23;font-size:1rem;margin:0}.product-actions{text-align:right}.product-actions button{background:#4459ac;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.product-actions button:hover{background:#222f60}#modal{animation:fade-slide-in-from-top .3s ease-in-out;background:#e3e3e3;border:none;border-radius:6px;box-shadow:0 0 10px #00000080;width:30%}#modal::backdrop{background:#000000a6}#modal h2{color:#000;font-size:1.5rem;margin:0;text-transform:uppercase}#cart-items{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:1rem 0;padding:0}#cart-items li{align-items:center;background:#4459ac;border-radius:5px;color:#fff;display:flex;font-size:.9rem;justify-content:space-between;padding:.5rem 1rem}.cart-item-actions{align-items:center;display:flex;font-size:1rem;gap:.5rem}.cart-item-actions button{background:#0000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem}.cart-item-actions button:hover{background:#222f60}.cart-item-actions button:first-of-type{padding-bottom:.2rem}#cart-total-price{text-align:right}#modal form{align-items:center;display:flex;gap:1rem;justify-content:flex-end}#modal form button{background:#0000;border:none;border-radius:5px;color:#201e1a;cursor:pointer;font-size:1.1rem}#modal form button:hover{color:#505050}#modal form button:last-of-type{background:#4459ac;border:none;border-radius:5px;color:#f9efda;cursor:pointer;font-size:1rem;padding:.5rem 1rem}#modal form button:last-of-type:hover{background:#222f60}#checkout{animation:fade-slide-in-from-right .3s ease-in-out}#checkout label{display:block;margin-bottom:.5rem}#checkout input{border:none;border-radius:5px;margin-bottom:1rem;padding:.5rem;width:100%}@keyframes fade-slide-in-from-top{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-slide-in-from-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}
/*# sourceMappingURL=main.3818cef0.css.map*/