@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:linear-gradient(#31220b,#382e1b);color:#f3e7d4;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:#edbf68;font-size:2.5rem;margin:0;text-align:center;text-shadow:0 0 4px #23222266;text-transform:uppercase}#main-header button{background:#edbf68;border:none;border-radius:5px;color:#201e1a;cursor:pointer;font-size:1.25rem;padding:.5rem 1.5rem}#main-header button:hover{background:#f5b744}#shop{margin:2rem auto;width:70%}#shop h2{color:#a59b8b;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:#5f4e33;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:#fbd392;font-size:1.25rem;margin-bottom:.15rem}.product-price{color:#d1b68b;font-size:1rem;margin:0}.product-actions{text-align:right}.product-actions button{background:#f4b115;border:none;border-radius:5px;color:#201e1a;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.product-actions button:hover{background:#f5b744}#modal{animation:fade-slide-in-from-top .3s ease-in-out;background:#d3b17b;border:none;border-radius:6px;box-shadow:0 0 10px #00000080;width:30%}#modal::backdrop{background:#000000a6}#modal h2{color:#4f3807;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:#fbd392;border-radius:5px;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:#201e1a;cursor:pointer;font-size:1.1rem}.cart-item-actions button:hover{background:#f5b744}.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:#453719}#modal form button:last-of-type{background:#271e07;border:none;border-radius:5px;color:#f9efda;cursor:pointer;font-size:1rem;padding:.5rem 1rem}#modal form button:last-of-type:hover{background:#382e1b}#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.dce478eb.css.map*/