.mainProfileBlock{padding:70px 10px 100px;min-height:100vh;overflow:visible;background:linear-gradient(0deg,rgba(80,104,135,.1),rgba(80,104,135,.1))}.login-form{max-width:400px;margin:2rem auto;padding:2rem;border:1px solid #ccc;border-radius:12px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:10px}.login-input{padding:12px 16px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:Helvetica Neue,Arial,sans-serif;letter-spacing:.5px}.inputError{border:1px solid red}.login-input:focus{border-color:#000;outline:none}.login-error{height:1rem;color:red;font-size:.9rem;text-align:center}.authButton{border-radius:8px;box-shadow:none;font-family:Helvetica Neue,Arial,sans-serif;font-size:.875rem;letter-spacing:.5px;gap:16px;justify-content:center;padding:4px 14px;display:flex;background-color:white;color:black;align-items:center;cursor:pointer;border:1px solid #ccc}.authButton:hover{background-color:#f0f0f0}.showPass{cursor:pointer;text-align:right}.profile-content{max-width:900px;margin:2rem auto;background-color:#fff;padding:2rem;border:1px solid #ccc;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);max-height:calc(100vh - 120px);overflow:auto}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile-title{font-size:1.5rem;font-weight:600;color:#222;letter-spacing:.5px}.h3Order{text-align:center}.logout-button{padding:8px 16px;border-radius:8px;border:1px solid #ccc;background-color:white;font-size:1rem;cursor:pointer;transition:background-color .2s ease;font-family:Helvetica Neue,Arial,sans-serif;letter-spacing:.5px}.logout-button:hover{background-color:#f0f0f0}.order-list{display:flex;flex-direction:column;gap:1rem}.order-item{border:1px solid #ccc;border-radius:10px;padding:1rem;background-color:#fafafa;transition:background-color .3s ease;cursor:pointer}.order-item:hover{background-color:#f0f0f0}.showMoreButtonProfile{border-radius:8px;box-shadow:none;flex-shrink:0;font-family:Helvetica Neue,Arial,sans-serif;font-size:.875rem;letter-spacing:.5px;gap:16px;height:48px;justify-content:center;line-height:140%;padding:0 24px;width:300px;display:flex;background-color:white;color:black;align-items:center;cursor:pointer;border:1px solid #ccc}.showMoreButtonProfile:hover{background-color:#f0f0f0}.moreBlock{display:flex;justify-content:center;margin:20px 0}.order-summary{font-weight:600;font-size:1rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.price-blockO{display:flex;flex-direction:column;align-items:flex-end}.total-priceO{text-decoration:line-through;color:#999}.discount-priceO{color:green;font-weight:700}.order-details{margin-top:1rem;border-top:1px solid #ddd;padding-top:1rem;display:none;flex-direction:column;gap:.5rem}.order-details.show{display:flex}.order-product{display:flex;justify-content:space-between;font-size:.95rem;background-color:white;border:1px solid #ccc;border-radius:8px;padding:10px;align-items:center}@media (max-width:600px){.profile-content{padding:10px}}