:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-size-adjust:100%;cursor:pointer;line-height:18px;align-content:flex-start;flex-wrap:wrap}.product-grid{display:grid;gap:1rem;padding:1rem}@media (max-width: 599px){.product-grid{grid-template-columns:1fr}}@media (min-width: 600px) and (max-width: 999px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px) and (max-width: 1599px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1600px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{padding:1rem;text-align:left}.product-image{width:100%;max-height:300px;object-fit:contain;border-style:none;margin-bottom:1rem}.product-title{padding-top:8px;font-size:32px}.category-list{display:flex;padding:.5rem;overflow-x:auto}.category-button{white-space:nowrap;cursor:pointer;font-weight:700;margin:2px;padding:12px;background-color:#efeff0;outline:none!important;box-shadow:none!important}.category-button.active{background:#bdbcc1;border:none;border-style:none;outline:none!important;box-shadow:none!important}
