.page{color:#1e293b;background:#f8fafc;min-height:100vh;padding:3rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:52rem;margin:0 auto}.header{background:#fff;border-bottom:1px solid #e2e8f0;border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 1px 3px #0000000d}.mainTitle{color:#0f172a;letter-spacing:-.02em;font-size:1.625rem;font-weight:700}.cartCounter{color:#fff;background:#2563eb;border-radius:9999px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;box-shadow:0 2px 4px #2563eb26}.section{margin-bottom:2.5rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.productsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.productCard{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;flex-direction:column;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #00000008}.productCard h3{color:#1e293b;margin-bottom:.2rem;font-size:1rem;font-weight:600}.productCard p{color:#64748b;margin-bottom:1rem;font-size:.9rem;font-weight:400}.productCard:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.form{flex-direction:column;gap:1.25rem;display:flex}.form div{flex-direction:column;gap:.35rem;display:flex}label{color:#475569;font-size:.875rem;font-weight:500}.input{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:.625rem;outline:none;width:100%;padding:.75rem .875rem;font-size:.95rem;transition:all .2s}.input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}textarea.input{resize:vertical;min-height:90px}.btnBlue{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:.625rem;width:100%;padding:.8125rem 1rem;font-size:.95rem;font-weight:600;transition:background .2s;box-shadow:0 2px 4px #2563eb26}.btnBlue:hover{background:#1d4ed8}.btnGreen{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.btnGreen:hover{background:#15803d}.btnRed{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:.5rem;padding:.5rem .875rem;font-size:.85rem;font-weight:500;transition:all .2s}.btnRed:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.cartItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.cartItem:last-child{border-bottom:none}.cartItem p{color:#334155;font-size:.95rem;font-weight:400}.cartItem strong{color:#0f172a;font-weight:600}.totalPrice{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.625rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:1.15rem;font-weight:600}.orderStatus{text-align:center;color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:.625rem;margin-top:1.25rem;padding:.875rem;font-size:.95rem;font-weight:500}.productImage{object-fit:cover;width:100%;height:160px}.productContent{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.25rem;display:flex}
