@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap";*{box-sizing:border-box;border:none;margin:0;padding:0}html,body{width:100%;margin:0;padding:0}.navbar{grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem;display:grid}.navbar-menu{justify-self:start}.navbar-logo{justify-self:center}.navbar-cart{justify-self:end}.navbar{z-index:10;background:#fffffff2;border-radius:12px;padding:1rem;position:absolute;top:1.5rem;left:1rem;right:1rem;box-shadow:0 8px 24px #0003}.navbar-logo{font-family:Roboto Slab;font-size:1.5em;text-decoration:none}.navbar-logo,.navbar-logo:visited,.navbar-logo:hover,.navbar-logo:active{color:#000;text-decoration:none}.menu{background:#fffffff2;border-radius:12px;flex-direction:column;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.menu a{color:#000;padding:1rem;text-decoration:none}.hero{width:100%;height:75vh;position:relative}.hero-image{object-fit:cover;object-position:center;width:100%;height:100%}.gallery{text-align:center}.product-display{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 1rem;display:grid}.product-card{width:100%;min-width:0}.product-card img{width:100%;max-width:100%;height:auto;display:block}
