: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}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;--bg-color: #f8f9fa;--card-bg-color: #ffffff;--text-color: #212529;--primary-color: #007bff;--primary-hover-color: #0056b3;--border-color: #dee2e6;--shadow: 0 4px 8px rgba(0,0,0,.05)}body{margin:0;background-color:var(--bg-color);color:var(--text-color)}.App{display:flex;flex-direction:column}.app-header{width:100%;background-color:var(--card-bg-color);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);position:sticky;top:0;z-index:10;box-sizing:border-box}main{display:flex;flex-direction:column;align-items:center;padding:2rem;box-sizing:border-box}.cart-icon{position:relative;cursor:pointer}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:.75rem;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;max-width:1600px;width:100%}.product-card{background-color:var(--card-bg-color);border-radius:8px;box-shadow:var(--shadow);padding:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.product-card img{max-width:100%;height:180px;object-fit:contain;margin-bottom:1rem}.product-card h3{font-size:1rem;margin:.5rem 0;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .price{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin:1rem 0}.product-card button{background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .2s}.product-card button:hover{background-color:var(--primary-hover-color)}.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;gap:1rem}.loader-container p{font-size:1.2rem;color:#6c757d}.spinner{width:56px;height:56px;border-radius:50%;border:8px solid #e9ecef;border-top-color:var(--primary-color);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
