.product-card{border:1px solid #d2c6e8;border-radius:10px;padding:1rem;width:280px;background:#fffc;display:flex;flex-direction:column;align-items:center;box-shadow:2px 2px 6px #54456226;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:4px 6px 14px #54456240}.product-card img{height:150px;object-fit:contain;margin-bottom:1rem}button{background-color:#8b5cf6;border:none;color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .3s ease}button:hover{background-color:#6d28d9}.product-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cart{background:#f5f0fa;padding:1rem;margin-bottom:2rem;border:1px solid #d2c6e8;border-radius:10px;box-shadow:2px 2px 8px #8b5cf626}.cart-item{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;border-bottom:1px solid #d2c6e8;padding-bottom:.75rem}.cart-item img{height:50px;border-radius:6px}.success-message{color:#4c1d95;font-weight:700;margin-bottom:1rem;background:#ede9fe;padding:.75rem 1rem;border-radius:6px;border:1px solid #c4b5fd;text-align:center}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;background:#f7f5fb;padding:1rem;color:#2c2137}.app{max-width:1200px;margin:0 auto}.navbar{margin-bottom:1rem;display:flex;gap:1rem;background:#c3b4e3;padding:.5rem 1rem;border-radius:8px}.navbar a{text-decoration:none;font-weight:700;color:#3d2275;transition:color .3s ease}.navbar a:hover{color:#8b5cf6}select{padding:.5rem;margin-bottom:1rem;border-radius:6px;border:1px solid #d2c6e8;background:#f7f5fb;color:#2c2137}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
