:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button{border-radius:2px;border:1px solid transparent;padding:.6em 1.2em;font-weight:500;font-family:inherit;background-color:#00ff0f82;cursor:pointer;transition:border-color .25s}button:hover{border-color:#000}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{background-color:gray;color:#2f4f4f}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-page{height:99vh;background:url(bg2.jpg) no-repeat;display:grid;grid-template-columns:35% 65%;align-items:center;padding:8px}main{height:99vh;justify-content:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;flex-direction:column}main>h1{margin-top:0}aside{height:99vh;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;justify-content:center}aside>p{margin-top:60px;font-weight:500}header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:2px solid #ddd;background:linear-gradient(90deg,#a8d5ba,#4a7c59);box-shadow:0 2px 6px #0000001a;color:#fff;font-family:Segoe UI,sans-serif;grid-column:1/-1}header h2{cursor:pointer;margin:0;font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.2)}nav{display:flex;gap:.75rem}nav button{cursor:pointer;padding:.5rem .9rem;border:none;background-color:#fff;border-radius:6px;font-size:.95rem;transition:background .15s ease,border-color .15s ease;font-weight:600;color:#4a7c59}nav button:hover{background-color:#e0f2e9;border-color:#bbb}@media screen and (max-width: 500px){header{flex-direction:column;gap:.75rem}}.category{display:grid;gap:0rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.category>h2{grid-column:1/-1;text-align:center;margin-bottom:.5rem}.product-card{border:1px solid gray;background:#eee;padding:1rem;margin:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:0rem}.product-card img{width:50%;height:50%;display:block;border-radius:4px}@media screen and (min-width : 900px){.product-card img{width:40%;height:70%}.product-card p{margin-bottom:0;padding-bottom:0}}.product-card h3{margin:5px;font-size:1.2rem}.product-card p{margin:0;flex-grow:1}.product-card b{font-size:1.2rem}.product-card button{border:none;border-radius:4px;cursor:pointer}.cart-page{display:grid;gap:0rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.cart-page h1,.cart-page h2{grid-column:1/-1;justify-self:center}.cart-card{border:1px solid gray;background:#eee;padding:1rem;margin:20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:0rem}.cart-card img{width:50%;height:30%}
