#root{max-width:2280px;margin:0 auto;padding:2rem;text-align:center}.products{width:100%;display:flex;justify-content:space-center;align-items:center}.products ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));list-style:none;gap:1rem;padding-inline-start:0px}.products li{display:flex;flex-direction:column;gap:1rem;border-radius:4px;background:#FAEDCD;color:#6b705c;padding:1rem;transition:all .25ms}.products li:hover{box-shadow:0 0 10px 1px #fefae080}.products span{font-size:1rem;opacity:.9}.products img{display:block;border-radius:4PX;width:100%;aspect-ratio:16/9;object-fit:cover;background-color:#fff}.filters{width:100%;display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:#fefae0;gap:20px}.category{display:flex;align-items:center;justify-content:center;gap:10px}.min-price{display:flex;align-items:center;justify-content:center;gap:5px}header h1{margin-top:40px;color:#faedcd;padding-bottom:20px;font-size:50px;font-weight:300;border-bottom:1px solid #FAEDCD}.footer{position:fixed;left:16px;bottom:16px;text-align:left;background:rgba(0,0,0,.7);padding:8px 24px;border-radius:32px;opacity:.85;backdrop-filter:blur(8px)}.footer span{font-size:14px;color:gray;opacity:.8}.footer h4,.footer h5{margin:0;display:flex}.footer .footer-initial{display:flex;padding:0;transform:scale(.07);height:40px;width:10px;align-items:center;justify-content:center;opacity:.65}.footer .footer-hovered{display:none}.footer:hover .footer-hovered{display:block}.footer:hover .footer-initial{display:none}.page-header{display:flex;height:52px;width:100%;position:fixed;top:0px;left:0px;background-color:#faedcd;border-bottom:1px solid #6b705c;opacity:1}.cart{background:#FAEDCD;border-left:1px solid #6b705c;border-top:1px solid #6b705c;display:none;padding:32px;position:fixed;right:0px;top:52px;width:200px;overflow-y:scroll}.cart img{display:block;aspect-ratio:16/9;border-radius:4px;object-fit:cover;background-color:#fff;width:100%}.cart ul{list-style:none;padding-inline-start:0px}.cart li{border-bottom:1px solid #6b705c;margin-top:30px;padding-bottom:16px;color:#6b705c}.cart footer{display:flex;gap:8px;justify-content:center;align-items:center}.cart footer button{padding:8px 12px;text-align:center;line-height:.8;background-color:#a5a58d}.cart span{color:#6b705c;font-weight:700}.cart-button{align-items:center;border-radius:999999px;cursor:pointer;display:flex;height:37px;width:37px;justify-content:center;position:absolute;right:10px;top:7px;transition:all .3ms ease;z-index:9999;scale:.07;opacity:.4}.cart-button:hover{scale:.08;opacity:.7}.cart-button~input:checked~.cart{height:100%;display:block;align-items:center}.clear-button{background-color:#6b705c;margin-bottom:200px}.user-button{align-items:center;background-color:#6b705c;border-radius:999999px;cursor:pointer;display:flex;height:37px;width:37px;justify-content:center;position:absolute;right:50px;top:7px;transition:all .3ms ease;z-index:9999;scale:.07;opacity:.4}.user-button:hover{scale:.08;opacity:.7}.burger-button{align-items:center;background:#6b705c;border-radius:999999px;cursor:pointer;display:flex;height:37px;width:37px;justify-content:center;position:absolute;left:10px;top:7px;transition:all .3ms ease;z-index:9999;scale:.08;opacity:.4}.burger-button:hover{scale:.09;opacity:.7}: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:#cb997e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}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 .15s}button:hover{border-color:#fefae0}
