.products{width:100%;display:flex;justify-content:center;align-items:center}.products ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.products li{display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 10px 10px #0000001a;border-radius:4px;background:#111;color:#fff;padding:1rem}.products h3{margin:0}.products span{font-size:1rem;opacity:.9}.products img{border-radius:4px;width:100%;aspect-ratio:16/9;display:block;object-fit:cover;background:#fff}.filters{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;font-weight:700}.filters>div{display:flex;gap:1rem}.footer{position:fixed;left:8rem;bottom:3rem;text-align:left;background:rgba(22,24,28,.7);border-radius:2rem;opacity:.95;backdrop-filter:blur(.5rem);width:17em;color:#fff;transition:scale .5s ease-in-out,opacity .5s ease-in-out;font-size:18px}.footer:hover{opacity:.8;scale:1.09}.footer span,a{font-size:.9rem;color:#f02;opacity:.8;font-weight:700}.footer a{text-decoration:none;transition:color .2s ease-in-out}.footer a:hover{color:#ff6f82;transition:color .2s ease-in-out;text-decoration:underline}.footer h5,.footer h6{margin:.1em;display:flex;justify-content:center}.cart{background:#000;display:none;padding:.8rem;position:fixed;right:0;top:0;width:12.5rem}.cart img{aspect-ratio:16/9;width:100%}.cart li{border-bottom:1px;padding-bottom:1rem}.cart footer{display:flex;gap:.5rem;justify-content:center;align-items:center}.cart footer button{padding:.5rem}.cart-button{align-items:center;background:#09f;border-radius:63rem;cursor:pointer;display:flex;height:2rem;justify-content:center;padding:.25rem;right:.5rem;top:.5rem;position:absolute;transition:scale .3s ease;width:2rem;z-index:9999}.cart-button:hover{scale:1.1}.cart-button~input:checked~.cart{height:100%;display:block}:root{font-family:Inter,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;-webkit-text-size-adjust:100%}#root{max-width:600px;margin:0 auto;padding:2rem;text-align:center;width:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}ul{list-style:none;padding:0}
