.customer-orders-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.orders-header{text-align:center;margin-bottom:3rem}.orders-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.orders-header p{color:#666;font-size:1rem}.orders-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.orders-filters{display:flex;gap:.5rem;flex-wrap:wrap;flex:1}.filter-btn{padding:.75rem 1.25rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:.5rem}.filter-btn:hover{border-color:#000}.filter-btn.active{background:#000;color:#fff;border-color:#000}.filter-count{background:#fff3;padding:.125rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600}.filter-btn.active .filter-count{background:#ffffff4d}.orders-search{position:relative;min-width:300px}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem}.search-input:focus{outline:none;border-color:#000}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.orders-empty h2{font-size:1.5rem;margin-bottom:.5rem}.orders-empty p{color:#666;margin-bottom:1.5rem}.orders-list{display:grid;gap:1.5rem}.no-results{text-align:center;padding:3rem;color:#666}.order-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}.order-card:hover{border-color:#000;box-shadow:0 4px 6px -1px #0000001a}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;background:#f9fafb;border-bottom:2px solid #e5e7eb}.order-info{flex:1}.order-number{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.order-number strong{font-size:1.25rem}.quote-ref{padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:6px;font-size:.875rem;font-weight:600}.order-type{color:#666;font-size:.875rem}.order-status{flex-shrink:0}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;white-space:nowrap}.status-pending{background:#fef3c7;color:#92400e}.status-approved{background:#dbeafe;color:#1e40af}.status-paid,.status-completed{background:#d1fae5;color:#065f46}.order-card-body{padding:1.5rem;display:grid;gap:1rem}.order-detail{display:flex;justify-content:space-between;align-items:center}.detail-label{font-weight:600;color:#374151}.detail-value{color:#6b7280}.order-items{display:grid;gap:.5rem}.items-list{list-style:none;padding:0;margin:0;font-size:.875rem;color:#6b7280}.items-list li{padding:.25rem 0}.more-items{font-weight:600;color:#000}.order-card-footer{padding:1.5rem;background:#f9fafb;border-top:2px solid #e5e7eb;display:flex;gap:.75rem;flex-wrap:wrap}.pending-notice{flex:1;text-align:center;padding:.75rem;background:#fef3c7;border-radius:8px;color:#92400e;font-size:.875rem;font-weight:500;border:2px solid #fde68a}.button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;border:2px solid transparent;text-align:center}.button--primary{background:#000;color:#fff}.button--primary:hover{background:#333}.button--secondary{background:#fff;color:#000;border-color:#000}.button--secondary:hover{background:#f3f4f6}.button--outline{background:transparent;color:#000;border-color:#e5e7eb}.button--outline:hover{border-color:#000}.button--large{padding:1rem 2rem;font-size:1.125rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:#e5e7eb}.order-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.order-detail-header h2{margin:0}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.quote-ref-large{font-size:1.5rem;font-weight:700;color:#92400e;background:#fef3c7;padding:1rem;border-radius:8px;text-align:center}.detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item .label{font-weight:600;font-size:.875rem;color:#6b7280}.detail-item .value{font-size:1rem;color:#111827}.items-table{width:100%;border-collapse:collapse;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.items-table th{background:#f9fafb;padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid #e5e7eb}.items-table td{padding:.75rem;border-bottom:1px solid #e5e7eb}.items-table tbody tr:last-child td{border-bottom:none}.items-table tfoot td{border-top:2px solid #e5e7eb;padding:1rem .75rem;background:#f9fafb}.detail-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}@media(max-width:768px){.orders-controls{flex-direction:column}.orders-search{min-width:100%}.order-card-header{flex-direction:column;gap:1rem}.order-card-footer{flex-direction:column}.button{width:100%}.modal-content{padding:1.5rem}.order-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.detail-actions{flex-direction:column}}.customer-orders-page .orders-header h1{font-size:26px!important}.customer-orders-page .orders-header p{font-size:16px!important;margin-top:0}.customer-orders-page #order-search{font-size:14px;padding-left:40px}.customer-orders-page div#orders-list{display:grid!important;grid-template-columns:repeat(2,1fr)}.customer-orders-page .order-number strong,.order-number span{font-size:14px!important}.customer-orders-page .order-status .status-badge{font-size:12px!important}.customer-orders-page .order-type{font-size:14px!important;margin-top:10px}.customer-orders-page .order-items .items-list{font-size:12px!important}.customer-orders-page .pending-notice{font-size:12px!important;text-align:left!important}.customer-orders-page .order-card-footer .button{display:flex!important}@media(max-width:768px){.customer-orders-page div#orders-list{grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/customer-orders.css.map */
