.products ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.products li{display:flex;flex-direction:column;justify-content:space-between;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/15;display:block;object-fit:cover;background:#646cff;padding:1px}.filters{display:flex;gap:70px;width:100%;height:30px;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700}.filters__category{display:flex;width:300px;height:30px;gap:8px;justify-content:center}.cart{background:#000;display:none;padding:32px;position:fixed;right:0px;top:0px;width:300px;overflow-x:auto}.cart img{aspect-ratio:16/12;max-width:100%}.cart li{border-bottom:1px solid #444;padding-bottom:16px}.cart footer{display:flex;gap:8px;justify-content:center;align-items:center}.cart footer button{display:flex;align-items:center;justify-content:center;width:45px;height:25px;background:#09f;border-radius:9999px;padding:6px 0 8px}.cart-button{display:flex;justify-content:center;align-items:center;background:#09f;border-radius:9999px;cursor:pointer;height:32px;width:32px;padding:4px;position:fixed;right:8px;top:3px;transition:scale .3s ease;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:1024px;margin:0 auto;padding:2rem;text-align:center;width:100%;min-height:100vh}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}
